Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
adirik /deforum-kandinsky-2-2:c0941f93
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run adirik/deforum-kandinsky-2-2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"adirik/deforum-kandinsky-2-2:c0941f93ddd4ea5b50131abc0a4d03a82a33a18af290be54a3f9a3f9673afa3a",
{
input: {
fps: 24,
seed: 1,
steps: 80,
width: 640,
height: 640,
scheduler: "euler_ancestral",
animations: "zoomout | zoomout | zoomout | zoomout",
max_frames: 48,
prompt_durations: "0.5 | 0.5 | 0.5 | 0.5",
animation_prompts: "a painting of an elephant with clouds in the background | a detailed painting, by Dan Mumford | fractal cloud, dark rainbow nimbus | dreaming of electric sheep, style of tim hildebrandt"
}
}
);
// To access the file URL:
console.log(output.url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run adirik/deforum-kandinsky-2-2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"adirik/deforum-kandinsky-2-2:c0941f93ddd4ea5b50131abc0a4d03a82a33a18af290be54a3f9a3f9673afa3a",
input={
"fps": 24,
"seed": 1,
"steps": 80,
"width": 640,
"height": 640,
"scheduler": "euler_ancestral",
"animations": "zoomout | zoomout | zoomout | zoomout",
"max_frames": 48,
"prompt_durations": "0.5 | 0.5 | 0.5 | 0.5",
"animation_prompts": "a painting of an elephant with clouds in the background | a detailed painting, by Dan Mumford | fractal cloud, dark rainbow nimbus | dreaming of electric sheep, style of tim hildebrandt"
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run adirik/deforum-kandinsky-2-2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "adirik/deforum-kandinsky-2-2:c0941f93ddd4ea5b50131abc0a4d03a82a33a18af290be54a3f9a3f9673afa3a",
"input": {
"fps": 24,
"seed": 1,
"steps": 80,
"width": 640,
"height": 640,
"scheduler": "euler_ancestral",
"animations": "zoomout | zoomout | zoomout | zoomout",
"max_frames": 48,
"prompt_durations": "0.5 | 0.5 | 0.5 | 0.5",
"animation_prompts": "a painting of an elephant with clouds in the background | a detailed painting, by Dan Mumford | fractal cloud, dark rainbow nimbus | dreaming of electric sheep, style of tim hildebrandt"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-10-17T16:17:10.549499Z",
"created_at": "2023-10-17T16:15:57.486790Z",
"data_removed": false,
"error": null,
"id": "x3bxgm3bst6g2agsd6scb4urra",
"input": {
"fps": 24,
"seed": 1,
"steps": 80,
"width": 640,
"height": 640,
"scheduler": "euler_ancestral",
"animations": "zoomout | zoomout | zoomout | zoomout",
"max_frames": 48,
"prompt_durations": "0.5 | 0.5 | 0.5 | 0.5",
"animation_prompts": "a painting of an elephant with clouds in the background | a detailed painting, by Dan Mumford | fractal cloud, dark rainbow nimbus | dreaming of electric sheep, style of tim hildebrandt"
},
"logs": "0%| | 0/47 [00:00<?, ?it/s]/src/deforum_kandinsky/helpers/animation.py:322: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value 'euler' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.\nkey_frame_series[i] = numexpr.evaluate(value) if not is_single_string else value # workaround for values formatted like 0:(\"I am test\") //used for sampler schedules\n/src/deforum_kandinsky/helpers/animation.py:332: FutureWarning: Series.interpolate with object dtype is deprecated and will raise in a future version. Call obj.infer_objects(copy=False) before interpolating instead.\nkey_frame_series = key_frame_series.interpolate(method=interp_method.lower(), limit_direction='both')\n/src/deforum_kandinsky/helpers/render.py:242: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value 'a painting of an elephant with clouds in the background' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.\ncond_prompt_series[int(i)] = prompt\n/src/deforum_kandinsky/helpers/render.py:248: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value 'low quality, bad image, cropped, out of frame' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.\nuncond_prompt_series[int(i)] = prompt\nUsing cache found in torch-cache/hub/rwightman_gen-efficientnet-pytorch_master\nLoading base model ()...Done.\nRemoving last two layers (global_pool & classifier).\nBuilding Encoder-Decoder model..Done.\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 72.13it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.48it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.13it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.91it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.57it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.00it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.51it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.30it/s]\n 0%| | 0/80 [00:00<?, ?it/s]\u001b[A\n 1%|▏ | 1/80 [00:00<00:09, 8.54it/s]\u001b[A\n 4%|▍ | 3/80 [00:00<00:06, 12.15it/s]\u001b[A\n 6%|▋ | 5/80 [00:00<00:05, 13.12it/s]\u001b[A\n 9%|▉ | 7/80 [00:00<00:05, 13.53it/s]\u001b[A\n 11%|█▏ | 9/80 [00:00<00:05, 13.73it/s]\u001b[A\n 14%|█▍ | 11/80 [00:00<00:04, 13.85it/s]\u001b[A\n 16%|█▋ | 13/80 [00:00<00:04, 13.95it/s]\u001b[A\n 19%|█▉ | 15/80 [00:01<00:04, 14.01it/s]\u001b[A\n 21%|██▏ | 17/80 [00:01<00:04, 14.06it/s]\u001b[A\n 24%|██▍ | 19/80 [00:01<00:04, 14.09it/s]\u001b[A\n 26%|██▋ | 21/80 [00:01<00:04, 14.11it/s]\u001b[A\n 29%|██▉ | 23/80 [00:01<00:04, 14.13it/s]\u001b[A\n 31%|███▏ | 25/80 [00:01<00:03, 14.15it/s]\u001b[A\n 34%|███▍ | 27/80 [00:01<00:03, 14.15it/s]\u001b[A\n 36%|███▋ | 29/80 [00:02<00:03, 14.14it/s]\u001b[A\n 39%|███▉ | 31/80 [00:02<00:03, 14.12it/s]\u001b[A\n 41%|████▏ | 33/80 [00:02<00:03, 14.12it/s]\u001b[A\n 44%|████▍ | 35/80 [00:02<00:03, 14.13it/s]\u001b[A\n 46%|████▋ | 37/80 [00:02<00:03, 14.14it/s]\u001b[A\n 49%|████▉ | 39/80 [00:02<00:02, 14.16it/s]\u001b[A\n 51%|█████▏ | 41/80 [00:02<00:02, 14.16it/s]\u001b[A\n 54%|█████▍ | 43/80 [00:03<00:02, 14.16it/s]\u001b[A\n 56%|█████▋ | 45/80 [00:03<00:02, 14.14it/s]\u001b[A\n 59%|█████▉ | 47/80 [00:03<00:02, 14.13it/s]\u001b[A\n 61%|██████▏ | 49/80 [00:03<00:02, 14.13it/s]\u001b[A\n 64%|██████▍ | 51/80 [00:03<00:02, 14.14it/s]\u001b[A\n 66%|██████▋ | 53/80 [00:03<00:01, 14.15it/s]\u001b[A\n 69%|██████▉ | 55/80 [00:03<00:01, 14.14it/s]\u001b[A\n 71%|███████▏ | 57/80 [00:04<00:01, 14.06it/s]\u001b[A\n 74%|███████▍ | 59/80 [00:04<00:01, 14.11it/s]\u001b[A\n 76%|███████▋ | 61/80 [00:04<00:01, 14.12it/s]\u001b[A\n 79%|███████▉ | 63/80 [00:04<00:01, 14.13it/s]\u001b[A\n 81%|████████▏ | 65/80 [00:04<00:01, 14.15it/s]\u001b[A\n 84%|████████▍ | 67/80 [00:04<00:00, 14.18it/s]\u001b[A\n 86%|████████▋ | 69/80 [00:04<00:00, 14.18it/s]\u001b[A\n 89%|████████▉ | 71/80 [00:05<00:00, 14.18it/s]\u001b[A\n 91%|█████████▏| 73/80 [00:05<00:00, 14.19it/s]\u001b[A\n 94%|█████████▍| 75/80 [00:05<00:00, 14.20it/s]\u001b[A\n 96%|█████████▋| 77/80 [00:05<00:00, 14.19it/s]\u001b[A\n 99%|█████████▉| 79/80 [00:05<00:00, 14.20it/s]\u001b[A\n100%|██████████| 80/80 [00:05<00:00, 14.04it/s]\nframe_idx: 2\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 2\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 2%|▏ | 1/47 [00:17<13:37, 17.76s/it]/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3483.)\nreturn _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]\nframe_idx: 2\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 2\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 4%|▍ | 2/47 [00:17<05:33, 7.41s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.65it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.41it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.38it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.68it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.38it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.07it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.89it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.19it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.29it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.24it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.22it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.19it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.16it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.18it/s]\nframe_idx: 4\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 3\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 4\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 3\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 6%|▋ | 3/47 [00:20<03:40, 5.01s/it]\n 9%|▊ | 4/47 [00:20<02:13, 3.10s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 67.14it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 69.83it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 70.67it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 70.25it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.21it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.40it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.26it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.22it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.31it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.26it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.24it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.23it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.22it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.23it/s]\nframe_idx: 6\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 4\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 6\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 4\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 11%|█ | 5/47 [00:22<01:55, 2.76s/it]\n 13%|█▎ | 6/47 [00:22<01:17, 1.88s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.06it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.90it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.95it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.83it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.37it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.87it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.12it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.03it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.28it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.24it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.23it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.22it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.22it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.22it/s]\nframe_idx: 8\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 5\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 8\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 5\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 15%|█▍ | 7/47 [00:24<01:18, 1.96s/it]\n 17%|█▋ | 8/47 [00:24<00:54, 1.39s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.88it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.59it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.84it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.13it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 68.32it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 70.67it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 71.16it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 70.82it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.20it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.20it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.21it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.21it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.22it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.21it/s]\nframe_idx: 10\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 6\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 10\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 6\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 19%|█▉ | 9/47 [00:27<01:01, 1.63s/it]\n 21%|██▏ | 10/47 [00:27<00:43, 1.18s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 69.76it/s]\u001b[A\n 56%|█████▌ | 14/25 [00:00<00:00, 69.03it/s]\u001b[A\n 88%|████████▊ | 22/25 [00:00<00:00, 69.97it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 69.94it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.17it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 76.02it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.97it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.77it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.24it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.20it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.20it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.20it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.19it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.19it/s]\nframe_idx: 12\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 7\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 12\ncond_prompt: a painting of an elephant with clouds in the background\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 7\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 23%|██▎ | 11/47 [00:29<00:53, 1.48s/it]\n 26%|██▌ | 12/47 [00:29<00:37, 1.08s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.80it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.65it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.95it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.32it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.49it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.15it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.20it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.24it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.27it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.21it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.19it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.19it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.20it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.20it/s]\nframe_idx: 14\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 8\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 14\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 8\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 28%|██▊ | 13/47 [00:31<00:47, 1.41s/it]\n 30%|██▉ | 14/47 [00:31<00:34, 1.04s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.84it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.86it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.21it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.52it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.93it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.79it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.16it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.78it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.29it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.24it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.22it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.21it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.20it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.21it/s]\nframe_idx: 16\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 9\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 16\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 9\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 32%|███▏ | 15/47 [00:34<00:43, 1.37s/it]\n 34%|███▍ | 16/47 [00:34<00:31, 1.01s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.67it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.26it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.19it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.43it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 72.72it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.76it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.64it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.72it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.30it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.23it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.22it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.21it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.20it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.21it/s]\nframe_idx: 18\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 10\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 18\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 10\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 36%|███▌ | 17/47 [00:36<00:40, 1.36s/it]\n 38%|███▊ | 18/47 [00:36<00:29, 1.00s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.58it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.66it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.42it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.39it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.25it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 76.14it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 76.10it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.84it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.27it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.22it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.19it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.17it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.17it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.18it/s]\nframe_idx: 20\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 11\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 20\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 11\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 40%|████ | 19/47 [00:38<00:37, 1.35s/it]\n 43%|████▎ | 20/47 [00:38<00:26, 1.01it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.28it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.70it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.74it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.61it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 63.85it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 70.06it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 72.49it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.31it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.29it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.20it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.17it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.16it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.15it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.16it/s]\nframe_idx: 22\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 12\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 22\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 12\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 45%|████▍ | 21/47 [00:41<00:34, 1.35s/it]\n 47%|████▋ | 22/47 [00:41<00:24, 1.01it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.10it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.76it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.66it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.21it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.06it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.99it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 76.02it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.75it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.25it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.19it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.18it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.16it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.15it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.16it/s]\nframe_idx: 24\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 13\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 24\ncond_prompt: a detailed painting, by Dan Mumford\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 13\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 49%|████▉ | 23/47 [00:43<00:32, 1.34s/it]\n 51%|█████ | 24/47 [00:43<00:22, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.67it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.54it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.84it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.67it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.49it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 76.48it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 76.39it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 76.40it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.22it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.19it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.17it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.15it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.15it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.16it/s]\nframe_idx: 26\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 14\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 26\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 14\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 53%|█████▎ | 25/47 [00:45<00:29, 1.33s/it]\n 55%|█████▌ | 26/47 [00:45<00:20, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.14it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.83it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 76.03it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.91it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.20it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.10it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.17it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.05it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.21it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.17it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.14it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.14it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.13it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.14it/s]\nframe_idx: 28\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 15\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 28\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 15\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 57%|█████▋ | 27/47 [00:47<00:26, 1.34s/it]\n 60%|█████▉ | 28/47 [00:48<00:18, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.51it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.25it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.07it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.07it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.88it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.80it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.82it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.72it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.19it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.13it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.12it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.11it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.11it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.12it/s]\nframe_idx: 30\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 16\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 30\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 16\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 62%|██████▏ | 29/47 [00:50<00:23, 1.33s/it]\n 64%|██████▍ | 30/47 [00:50<00:16, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.55it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.77it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.44it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.26it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 76.05it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.63it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.68it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.22it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.15it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.11it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.08it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.08it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.10it/s]\nframe_idx: 32\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 17\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 32\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 17\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 66%|██████▌ | 31/47 [00:52<00:21, 1.33s/it]\n 68%|██████▊ | 32/47 [00:52<00:14, 1.01it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.52it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.11it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.38it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.98it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.29it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.27it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.93it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.95it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 12.93it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 13.63it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 13.86it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 13.96it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 13.99it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 13.86it/s]\nframe_idx: 34\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 18\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 34\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 18\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 70%|███████ | 33/47 [00:54<00:18, 1.34s/it]\n 72%|███████▏ | 34/47 [00:55<00:12, 1.01it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.04it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.39it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.24it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.50it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.09it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.93it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.24it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.31it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.18it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.15it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.13it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.11it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.11it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.12it/s]\nframe_idx: 36\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 19\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 36\ncond_prompt: fractal cloud, dark rainbow nimbus\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 19\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 74%|███████▍ | 35/47 [00:57<00:16, 1.34s/it]\n 77%|███████▋ | 36/47 [00:57<00:10, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.60it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.34it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.58it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.47it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.18it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 76.07it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 76.11it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 76.12it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.20it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.16it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.14it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.13it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.13it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.13it/s]\nframe_idx: 38\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 20\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 38\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 20\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 79%|███████▊ | 37/47 [00:59<00:13, 1.33s/it]\n 81%|████████ | 38/47 [00:59<00:08, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.07it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.66it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.79it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.71it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.98it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.01it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.38it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.37it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.17it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.12it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.12it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.11it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.11it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.11it/s]\nframe_idx: 40\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 21\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 40\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 21\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 83%|████████▎ | 39/47 [01:01<00:10, 1.33s/it]\n 85%|████████▌ | 40/47 [01:02<00:06, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.54it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.79it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.69it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.86it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.05it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.75it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.66it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.67it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.12it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.08it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.08it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.08it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.08it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.08it/s]\nframe_idx: 42\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 22\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 42\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 22\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 87%|████████▋ | 41/47 [01:04<00:07, 1.33s/it]\n 89%|████████▉ | 42/47 [01:04<00:04, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.18it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.11it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.19it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.78it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 76.44it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 76.20it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 76.15it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 76.13it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.14it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.11it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.08it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.07it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.08it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.08it/s]\nframe_idx: 44\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 23\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 44\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 23\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 91%|█████████▏| 43/47 [01:06<00:05, 1.33s/it]\n 94%|█████████▎| 44/47 [01:06<00:02, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.64it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.66it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.34it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.35it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.94it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.89it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.50it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.13it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.19it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.11it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.08it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.08it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.09it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.09it/s]\nframe_idx: 46\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 24\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\nframe_idx: 46\ncond_prompt: dreaming of electric sheep, style of tim hildebrandt\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 24\nprior_seed: 968551\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.0\ntranslation_y: 0.0\ntranslation_z: -1.0\nrotation_x: 0.0\nrotation_y: 0.0\nrotation_z: 0.0\nnoise: 0.0\nstrength: 0.13\ncontrast: 1.0\nkernel: 5\nsigma: 1.0\namount: 0.2\nthreshold: 0.0\n 96%|█████████▌| 45/47 [01:08<00:02, 1.33s/it]\n 98%|█████████▊| 46/47 [01:08<00:00, 1.02it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.51it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.57it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.44it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.64it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.20it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.48it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.70it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.60it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.20it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.14it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.10it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.05it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.06it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.07it/s]\n98%|█████████▊| 46/47 [01:10<00:01, 1.54s/it]\n 0%| | 0/46 [00:00<?, ?it/s]\n 2%|▏ | 1/46 [00:00<00:12, 3.52it/s]\n100%|██████████| 46/46 [00:00<00:00, 120.31it/s]",
"metrics": {
"predict_time": 73.065653,
"total_time": 73.062709
},
"output": "https://pbxt.replicate.delivery/ACVqQ2OFIbb4EVIYj7yZeuHuTkgzN4y7NeSgV09LfehXYZ8GB/output_2_2.mp4",
"started_at": "2023-10-17T16:15:57.483846Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/x3bxgm3bst6g2agsd6scb4urra",
"cancel": "https://api.replicate.com/v1/predictions/x3bxgm3bst6g2agsd6scb4urra/cancel"
},
"version": "c0941f93ddd4ea5b50131abc0a4d03a82a33a18af290be54a3f9a3f9673afa3a"
}
0%| | 0/47 [00:00<?, ?it/s]/src/deforum_kandinsky/helpers/animation.py:322: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value 'euler' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
key_frame_series[i] = numexpr.evaluate(value) if not is_single_string else value # workaround for values formatted like 0:("I am test") //used for sampler schedules
/src/deforum_kandinsky/helpers/animation.py:332: FutureWarning: Series.interpolate with object dtype is deprecated and will raise in a future version. Call obj.infer_objects(copy=False) before interpolating instead.
key_frame_series = key_frame_series.interpolate(method=interp_method.lower(), limit_direction='both')
/src/deforum_kandinsky/helpers/render.py:242: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value 'a painting of an elephant with clouds in the background' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
cond_prompt_series[int(i)] = prompt
/src/deforum_kandinsky/helpers/render.py:248: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value 'low quality, bad image, cropped, out of frame' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
uncond_prompt_series[int(i)] = prompt
Using cache found in torch-cache/hub/rwightman_gen-efficientnet-pytorch_master
Loading base model ()...Done.
Removing last two layers (global_pool & classifier).
Building Encoder-Decoder model..Done.
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 72.13it/s]
64%|██████▍ | 16/25 [00:00<00:00, 72.48it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.13it/s]
100%|██████████| 25/25 [00:00<00:00, 72.91it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.57it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.00it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.51it/s]
100%|██████████| 25/25 [00:00<00:00, 75.30it/s]
0%| | 0/80 [00:00<?, ?it/s]
1%|▏ | 1/80 [00:00<00:09, 8.54it/s]
4%|▍ | 3/80 [00:00<00:06, 12.15it/s]
6%|▋ | 5/80 [00:00<00:05, 13.12it/s]
9%|▉ | 7/80 [00:00<00:05, 13.53it/s]
11%|█▏ | 9/80 [00:00<00:05, 13.73it/s]
14%|█▍ | 11/80 [00:00<00:04, 13.85it/s]
16%|█▋ | 13/80 [00:00<00:04, 13.95it/s]
19%|█▉ | 15/80 [00:01<00:04, 14.01it/s]
21%|██▏ | 17/80 [00:01<00:04, 14.06it/s]
24%|██▍ | 19/80 [00:01<00:04, 14.09it/s]
26%|██▋ | 21/80 [00:01<00:04, 14.11it/s]
29%|██▉ | 23/80 [00:01<00:04, 14.13it/s]
31%|███▏ | 25/80 [00:01<00:03, 14.15it/s]
34%|███▍ | 27/80 [00:01<00:03, 14.15it/s]
36%|███▋ | 29/80 [00:02<00:03, 14.14it/s]
39%|███▉ | 31/80 [00:02<00:03, 14.12it/s]
41%|████▏ | 33/80 [00:02<00:03, 14.12it/s]
44%|████▍ | 35/80 [00:02<00:03, 14.13it/s]
46%|████▋ | 37/80 [00:02<00:03, 14.14it/s]
49%|████▉ | 39/80 [00:02<00:02, 14.16it/s]
51%|█████▏ | 41/80 [00:02<00:02, 14.16it/s]
54%|█████▍ | 43/80 [00:03<00:02, 14.16it/s]
56%|█████▋ | 45/80 [00:03<00:02, 14.14it/s]
59%|█████▉ | 47/80 [00:03<00:02, 14.13it/s]
61%|██████▏ | 49/80 [00:03<00:02, 14.13it/s]
64%|██████▍ | 51/80 [00:03<00:02, 14.14it/s]
66%|██████▋ | 53/80 [00:03<00:01, 14.15it/s]
69%|██████▉ | 55/80 [00:03<00:01, 14.14it/s]
71%|███████▏ | 57/80 [00:04<00:01, 14.06it/s]
74%|███████▍ | 59/80 [00:04<00:01, 14.11it/s]
76%|███████▋ | 61/80 [00:04<00:01, 14.12it/s]
79%|███████▉ | 63/80 [00:04<00:01, 14.13it/s]
81%|████████▏ | 65/80 [00:04<00:01, 14.15it/s]
84%|████████▍ | 67/80 [00:04<00:00, 14.18it/s]
86%|████████▋ | 69/80 [00:04<00:00, 14.18it/s]
89%|████████▉ | 71/80 [00:05<00:00, 14.18it/s]
91%|█████████▏| 73/80 [00:05<00:00, 14.19it/s]
94%|█████████▍| 75/80 [00:05<00:00, 14.20it/s]
96%|█████████▋| 77/80 [00:05<00:00, 14.19it/s]
99%|█████████▉| 79/80 [00:05<00:00, 14.20it/s]
100%|██████████| 80/80 [00:05<00:00, 14.04it/s]
frame_idx: 2
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 2
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
2%|▏ | 1/47 [00:17<13:37, 17.76s/it]/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3483.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
frame_idx: 2
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 2
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
4%|▍ | 2/47 [00:17<05:33, 7.41s/it]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.65it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.41it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.38it/s]
100%|██████████| 25/25 [00:00<00:00, 73.68it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 71.38it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.07it/s]
96%|█████████▌| 24/25 [00:00<00:00, 74.89it/s]
100%|██████████| 25/25 [00:00<00:00, 74.19it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.29it/s]
40%|████ | 4/10 [00:00<00:00, 14.24it/s]
60%|██████ | 6/10 [00:00<00:00, 14.22it/s]
80%|████████ | 8/10 [00:00<00:00, 14.19it/s]
100%|██████████| 10/10 [00:00<00:00, 14.16it/s]
100%|██████████| 10/10 [00:00<00:00, 14.18it/s]
frame_idx: 4
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 3
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 4
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 3
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
6%|▋ | 3/47 [00:20<03:40, 5.01s/it]
9%|▊ | 4/47 [00:20<02:13, 3.10s/it]
0%| | 0/25 [00:00<?, ?it/s]
28%|██▊ | 7/25 [00:00<00:00, 67.14it/s]
60%|██████ | 15/25 [00:00<00:00, 69.83it/s]
92%|█████████▏| 23/25 [00:00<00:00, 70.67it/s]
100%|██████████| 25/25 [00:00<00:00, 70.25it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.21it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.40it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.26it/s]
100%|██████████| 25/25 [00:00<00:00, 75.22it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.31it/s]
40%|████ | 4/10 [00:00<00:00, 14.26it/s]
60%|██████ | 6/10 [00:00<00:00, 14.24it/s]
80%|████████ | 8/10 [00:00<00:00, 14.23it/s]
100%|██████████| 10/10 [00:00<00:00, 14.22it/s]
100%|██████████| 10/10 [00:00<00:00, 14.23it/s]
frame_idx: 6
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 4
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 6
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 4
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
11%|█ | 5/47 [00:22<01:55, 2.76s/it]
13%|█▎ | 6/47 [00:22<01:17, 1.88s/it]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 75.06it/s]
64%|██████▍ | 16/25 [00:00<00:00, 73.90it/s]
96%|█████████▌| 24/25 [00:00<00:00, 74.95it/s]
100%|██████████| 25/25 [00:00<00:00, 74.83it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.37it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.87it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.12it/s]
100%|██████████| 25/25 [00:00<00:00, 75.03it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.28it/s]
40%|████ | 4/10 [00:00<00:00, 14.24it/s]
60%|██████ | 6/10 [00:00<00:00, 14.23it/s]
80%|████████ | 8/10 [00:00<00:00, 14.22it/s]
100%|██████████| 10/10 [00:00<00:00, 14.22it/s]
100%|██████████| 10/10 [00:00<00:00, 14.22it/s]
frame_idx: 8
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 5
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 8
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 5
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
15%|█▍ | 7/47 [00:24<01:18, 1.96s/it]
17%|█▋ | 8/47 [00:24<00:54, 1.39s/it]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.88it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.59it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.84it/s]
100%|██████████| 25/25 [00:00<00:00, 74.13it/s]
0%| | 0/25 [00:00<?, ?it/s]
28%|██▊ | 7/25 [00:00<00:00, 68.32it/s]
60%|██████ | 15/25 [00:00<00:00, 70.67it/s]
92%|█████████▏| 23/25 [00:00<00:00, 71.16it/s]
100%|██████████| 25/25 [00:00<00:00, 70.82it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.20it/s]
40%|████ | 4/10 [00:00<00:00, 14.20it/s]
60%|██████ | 6/10 [00:00<00:00, 14.21it/s]
80%|████████ | 8/10 [00:00<00:00, 14.21it/s]
100%|██████████| 10/10 [00:00<00:00, 14.22it/s]
100%|██████████| 10/10 [00:00<00:00, 14.21it/s]
frame_idx: 10
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 6
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 10
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 6
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
19%|█▉ | 9/47 [00:27<01:01, 1.63s/it]
21%|██▏ | 10/47 [00:27<00:43, 1.18s/it]
0%| | 0/25 [00:00<?, ?it/s]
28%|██▊ | 7/25 [00:00<00:00, 69.76it/s]
56%|█████▌ | 14/25 [00:00<00:00, 69.03it/s]
88%|████████▊ | 22/25 [00:00<00:00, 69.97it/s]
100%|██████████| 25/25 [00:00<00:00, 69.94it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.17it/s]
64%|██████▍ | 16/25 [00:00<00:00, 76.02it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.97it/s]
100%|██████████| 25/25 [00:00<00:00, 75.77it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.24it/s]
40%|████ | 4/10 [00:00<00:00, 14.20it/s]
60%|██████ | 6/10 [00:00<00:00, 14.20it/s]
80%|████████ | 8/10 [00:00<00:00, 14.20it/s]
100%|██████████| 10/10 [00:00<00:00, 14.19it/s]
100%|██████████| 10/10 [00:00<00:00, 14.19it/s]
frame_idx: 12
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 7
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 12
cond_prompt: a painting of an elephant with clouds in the background
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 7
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
23%|██▎ | 11/47 [00:29<00:53, 1.48s/it]
26%|██▌ | 12/47 [00:29<00:37, 1.08s/it]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.80it/s]
64%|██████▍ | 16/25 [00:00<00:00, 72.65it/s]
96%|█████████▌| 24/25 [00:00<00:00, 71.95it/s]
100%|██████████| 25/25 [00:00<00:00, 72.32it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 71.49it/s]
64%|██████▍ | 16/25 [00:00<00:00, 71.15it/s]
96%|█████████▌| 24/25 [00:00<00:00, 71.20it/s]
100%|██████████| 25/25 [00:00<00:00, 71.24it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.27it/s]
40%|████ | 4/10 [00:00<00:00, 14.21it/s]
60%|██████ | 6/10 [00:00<00:00, 14.19it/s]
80%|████████ | 8/10 [00:00<00:00, 14.19it/s]
100%|██████████| 10/10 [00:00<00:00, 14.20it/s]
100%|██████████| 10/10 [00:00<00:00, 14.20it/s]
frame_idx: 14
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 8
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 14
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 8
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
28%|██▊ | 13/47 [00:31<00:47, 1.41s/it]
30%|██▉ | 14/47 [00:31<00:34, 1.04s/it]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.84it/s]
64%|██████▍ | 16/25 [00:00<00:00, 72.86it/s]
96%|█████████▌| 24/25 [00:00<00:00, 72.21it/s]
100%|██████████| 25/25 [00:00<00:00, 72.52it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 71.93it/s]
64%|██████▍ | 16/25 [00:00<00:00, 72.79it/s]
96%|█████████▌| 24/25 [00:00<00:00, 74.16it/s]
100%|██████████| 25/25 [00:00<00:00, 73.78it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.29it/s]
40%|████ | 4/10 [00:00<00:00, 14.24it/s]
60%|██████ | 6/10 [00:00<00:00, 14.22it/s]
80%|████████ | 8/10 [00:00<00:00, 14.21it/s]
100%|██████████| 10/10 [00:00<00:00, 14.20it/s]
100%|██████████| 10/10 [00:00<00:00, 14.21it/s]
frame_idx: 16
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 9
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 16
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 9
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
32%|███▏ | 15/47 [00:34<00:43, 1.37s/it]
34%|███▍ | 16/47 [00:34<00:31, 1.01s/it]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 73.67it/s]
64%|██████▍ | 16/25 [00:00<00:00, 71.26it/s]
96%|█████████▌| 24/25 [00:00<00:00, 71.19it/s]
100%|██████████| 25/25 [00:00<00:00, 71.43it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 72.72it/s]
64%|██████▍ | 16/25 [00:00<00:00, 71.76it/s]
96%|█████████▌| 24/25 [00:00<00:00, 71.64it/s]
100%|██████████| 25/25 [00:00<00:00, 71.72it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.30it/s]
40%|████ | 4/10 [00:00<00:00, 14.23it/s]
60%|██████ | 6/10 [00:00<00:00, 14.22it/s]
80%|████████ | 8/10 [00:00<00:00, 14.21it/s]
100%|██████████| 10/10 [00:00<00:00, 14.20it/s]
100%|██████████| 10/10 [00:00<00:00, 14.21it/s]
frame_idx: 18
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 10
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 18
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 10
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
36%|███▌ | 17/47 [00:36<00:40, 1.36s/it]
38%|███▊ | 18/47 [00:36<00:29, 1.00s/it]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.58it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.66it/s]
96%|█████████▌| 24/25 [00:00<00:00, 74.42it/s]
100%|██████████| 25/25 [00:00<00:00, 74.39it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.25it/s]
64%|██████▍ | 16/25 [00:00<00:00, 76.14it/s]
96%|█████████▌| 24/25 [00:00<00:00, 76.10it/s]
100%|██████████| 25/25 [00:00<00:00, 75.84it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.27it/s]
40%|████ | 4/10 [00:00<00:00, 14.22it/s]
60%|██████ | 6/10 [00:00<00:00, 14.19it/s]
80%|████████ | 8/10 [00:00<00:00, 14.17it/s]
100%|██████████| 10/10 [00:00<00:00, 14.17it/s]
100%|██████████| 10/10 [00:00<00:00, 14.18it/s]
frame_idx: 20
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 11
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 20
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 11
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
40%|████ | 19/47 [00:38<00:37, 1.35s/it]
43%|████▎ | 20/47 [00:38<00:26, 1.01it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.28it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.70it/s]
96%|█████████▌| 24/25 [00:00<00:00, 74.74it/s]
100%|██████████| 25/25 [00:00<00:00, 74.61it/s]
0%| | 0/25 [00:00<?, ?it/s]
28%|██▊ | 7/25 [00:00<00:00, 63.85it/s]
60%|██████ | 15/25 [00:00<00:00, 70.06it/s]
92%|█████████▏| 23/25 [00:00<00:00, 72.49it/s]
100%|██████████| 25/25 [00:00<00:00, 71.31it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.29it/s]
40%|████ | 4/10 [00:00<00:00, 14.20it/s]
60%|██████ | 6/10 [00:00<00:00, 14.17it/s]
80%|████████ | 8/10 [00:00<00:00, 14.16it/s]
100%|██████████| 10/10 [00:00<00:00, 14.15it/s]
100%|██████████| 10/10 [00:00<00:00, 14.16it/s]
frame_idx: 22
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 12
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 22
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 12
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
45%|████▍ | 21/47 [00:41<00:34, 1.35s/it]
47%|████▋ | 22/47 [00:41<00:24, 1.01it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 71.10it/s]
64%|██████▍ | 16/25 [00:00<00:00, 72.76it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.66it/s]
100%|██████████| 25/25 [00:00<00:00, 73.21it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.06it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.99it/s]
96%|█████████▌| 24/25 [00:00<00:00, 76.02it/s]
100%|██████████| 25/25 [00:00<00:00, 75.75it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.25it/s]
40%|████ | 4/10 [00:00<00:00, 14.19it/s]
60%|██████ | 6/10 [00:00<00:00, 14.18it/s]
80%|████████ | 8/10 [00:00<00:00, 14.16it/s]
100%|██████████| 10/10 [00:00<00:00, 14.15it/s]
100%|██████████| 10/10 [00:00<00:00, 14.16it/s]
frame_idx: 24
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 13
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 24
cond_prompt: a detailed painting, by Dan Mumford
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 13
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
49%|████▉ | 23/47 [00:43<00:32, 1.34s/it]
51%|█████ | 24/47 [00:43<00:22, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.67it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.54it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.84it/s]
100%|██████████| 25/25 [00:00<00:00, 75.67it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.49it/s]
64%|██████▍ | 16/25 [00:00<00:00, 76.48it/s]
96%|█████████▌| 24/25 [00:00<00:00, 76.39it/s]
100%|██████████| 25/25 [00:00<00:00, 76.40it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.22it/s]
40%|████ | 4/10 [00:00<00:00, 14.19it/s]
60%|██████ | 6/10 [00:00<00:00, 14.17it/s]
80%|████████ | 8/10 [00:00<00:00, 14.15it/s]
100%|██████████| 10/10 [00:00<00:00, 14.15it/s]
100%|██████████| 10/10 [00:00<00:00, 14.16it/s]
frame_idx: 26
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 14
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 26
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 14
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
53%|█████▎ | 25/47 [00:45<00:29, 1.33s/it]
55%|█████▌ | 26/47 [00:45<00:20, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 75.14it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.83it/s]
96%|█████████▌| 24/25 [00:00<00:00, 76.03it/s]
100%|██████████| 25/25 [00:00<00:00, 75.91it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 71.20it/s]
64%|██████▍ | 16/25 [00:00<00:00, 72.10it/s]
96%|█████████▌| 24/25 [00:00<00:00, 72.17it/s]
100%|██████████| 25/25 [00:00<00:00, 72.05it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.21it/s]
40%|████ | 4/10 [00:00<00:00, 14.17it/s]
60%|██████ | 6/10 [00:00<00:00, 14.14it/s]
80%|████████ | 8/10 [00:00<00:00, 14.14it/s]
100%|██████████| 10/10 [00:00<00:00, 14.13it/s]
100%|██████████| 10/10 [00:00<00:00, 14.14it/s]
frame_idx: 28
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 15
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 28
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 15
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
57%|█████▋ | 27/47 [00:47<00:26, 1.34s/it]
60%|█████▉ | 28/47 [00:48<00:18, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.51it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.25it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.07it/s]
100%|██████████| 25/25 [00:00<00:00, 73.07it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 75.88it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.80it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.82it/s]
100%|██████████| 25/25 [00:00<00:00, 75.72it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.19it/s]
40%|████ | 4/10 [00:00<00:00, 14.13it/s]
60%|██████ | 6/10 [00:00<00:00, 14.12it/s]
80%|████████ | 8/10 [00:00<00:00, 14.11it/s]
100%|██████████| 10/10 [00:00<00:00, 14.11it/s]
100%|██████████| 10/10 [00:00<00:00, 14.12it/s]
frame_idx: 30
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 16
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 30
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 16
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
62%|██████▏ | 29/47 [00:50<00:23, 1.33s/it]
64%|██████▍ | 30/47 [00:50<00:16, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 73.55it/s]
64%|██████▍ | 16/25 [00:00<00:00, 73.77it/s]
96%|█████████▌| 24/25 [00:00<00:00, 74.44it/s]
100%|██████████| 25/25 [00:00<00:00, 74.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.26it/s]
64%|██████▍ | 16/25 [00:00<00:00, 76.05it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.63it/s]
100%|██████████| 25/25 [00:00<00:00, 75.68it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.22it/s]
40%|████ | 4/10 [00:00<00:00, 14.15it/s]
60%|██████ | 6/10 [00:00<00:00, 14.11it/s]
80%|████████ | 8/10 [00:00<00:00, 14.08it/s]
100%|██████████| 10/10 [00:00<00:00, 14.08it/s]
100%|██████████| 10/10 [00:00<00:00, 14.10it/s]
frame_idx: 32
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 17
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 32
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 17
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
66%|██████▌ | 31/47 [00:52<00:21, 1.33s/it]
68%|██████▊ | 32/47 [00:52<00:14, 1.01it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.52it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.11it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.38it/s]
100%|██████████| 25/25 [00:00<00:00, 74.98it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.29it/s]
64%|██████▍ | 16/25 [00:00<00:00, 72.27it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.93it/s]
100%|██████████| 25/25 [00:00<00:00, 73.95it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 12.93it/s]
40%|████ | 4/10 [00:00<00:00, 13.63it/s]
60%|██████ | 6/10 [00:00<00:00, 13.86it/s]
80%|████████ | 8/10 [00:00<00:00, 13.96it/s]
100%|██████████| 10/10 [00:00<00:00, 13.99it/s]
100%|██████████| 10/10 [00:00<00:00, 13.86it/s]
frame_idx: 34
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 18
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 34
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 18
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
70%|███████ | 33/47 [00:54<00:18, 1.34s/it]
72%|███████▏ | 34/47 [00:55<00:12, 1.01it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 75.04it/s]
64%|██████▍ | 16/25 [00:00<00:00, 72.39it/s]
96%|█████████▌| 24/25 [00:00<00:00, 72.24it/s]
100%|██████████| 25/25 [00:00<00:00, 72.50it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.09it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.93it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.24it/s]
100%|██████████| 25/25 [00:00<00:00, 75.31it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.18it/s]
40%|████ | 4/10 [00:00<00:00, 14.15it/s]
60%|██████ | 6/10 [00:00<00:00, 14.13it/s]
80%|████████ | 8/10 [00:00<00:00, 14.11it/s]
100%|██████████| 10/10 [00:00<00:00, 14.11it/s]
100%|██████████| 10/10 [00:00<00:00, 14.12it/s]
frame_idx: 36
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 19
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 36
cond_prompt: fractal cloud, dark rainbow nimbus
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 19
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
74%|███████▍ | 35/47 [00:57<00:16, 1.34s/it]
77%|███████▋ | 36/47 [00:57<00:10, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.60it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.34it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.58it/s]
100%|██████████| 25/25 [00:00<00:00, 75.47it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.18it/s]
64%|██████▍ | 16/25 [00:00<00:00, 76.07it/s]
96%|█████████▌| 24/25 [00:00<00:00, 76.11it/s]
100%|██████████| 25/25 [00:00<00:00, 76.12it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.20it/s]
40%|████ | 4/10 [00:00<00:00, 14.16it/s]
60%|██████ | 6/10 [00:00<00:00, 14.14it/s]
80%|████████ | 8/10 [00:00<00:00, 14.13it/s]
100%|██████████| 10/10 [00:00<00:00, 14.13it/s]
100%|██████████| 10/10 [00:00<00:00, 14.13it/s]
frame_idx: 38
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 20
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 38
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 20
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
79%|███████▊ | 37/47 [00:59<00:13, 1.33s/it]
81%|████████ | 38/47 [00:59<00:08, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 75.07it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.66it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.79it/s]
100%|██████████| 25/25 [00:00<00:00, 75.71it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 75.98it/s]
64%|██████▍ | 16/25 [00:00<00:00, 73.01it/s]
96%|█████████▌| 24/25 [00:00<00:00, 74.38it/s]
100%|██████████| 25/25 [00:00<00:00, 74.37it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.17it/s]
40%|████ | 4/10 [00:00<00:00, 14.12it/s]
60%|██████ | 6/10 [00:00<00:00, 14.12it/s]
80%|████████ | 8/10 [00:00<00:00, 14.11it/s]
100%|██████████| 10/10 [00:00<00:00, 14.11it/s]
100%|██████████| 10/10 [00:00<00:00, 14.11it/s]
frame_idx: 40
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 21
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 40
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 21
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
83%|████████▎ | 39/47 [01:01<00:10, 1.33s/it]
85%|████████▌ | 40/47 [01:02<00:06, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.54it/s]
64%|██████▍ | 16/25 [00:00<00:00, 73.79it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.69it/s]
100%|██████████| 25/25 [00:00<00:00, 73.86it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.05it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.75it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.66it/s]
100%|██████████| 25/25 [00:00<00:00, 75.67it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.12it/s]
40%|████ | 4/10 [00:00<00:00, 14.08it/s]
60%|██████ | 6/10 [00:00<00:00, 14.08it/s]
80%|████████ | 8/10 [00:00<00:00, 14.08it/s]
100%|██████████| 10/10 [00:00<00:00, 14.08it/s]
100%|██████████| 10/10 [00:00<00:00, 14.08it/s]
frame_idx: 42
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 22
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 42
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 22
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
87%|████████▋ | 41/47 [01:04<00:07, 1.33s/it]
89%|████████▉ | 42/47 [01:04<00:04, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.18it/s]
64%|██████▍ | 16/25 [00:00<00:00, 73.11it/s]
96%|█████████▌| 24/25 [00:00<00:00, 74.19it/s]
100%|██████████| 25/25 [00:00<00:00, 73.78it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 76.44it/s]
64%|██████▍ | 16/25 [00:00<00:00, 76.20it/s]
96%|█████████▌| 24/25 [00:00<00:00, 76.15it/s]
100%|██████████| 25/25 [00:00<00:00, 76.13it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.14it/s]
40%|████ | 4/10 [00:00<00:00, 14.11it/s]
60%|██████ | 6/10 [00:00<00:00, 14.08it/s]
80%|████████ | 8/10 [00:00<00:00, 14.07it/s]
100%|██████████| 10/10 [00:00<00:00, 14.08it/s]
100%|██████████| 10/10 [00:00<00:00, 14.08it/s]
frame_idx: 44
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 23
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 44
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 23
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
91%|█████████▏| 43/47 [01:06<00:05, 1.33s/it]
94%|█████████▎| 44/47 [01:06<00:02, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 74.64it/s]
64%|██████▍ | 16/25 [00:00<00:00, 73.66it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.34it/s]
100%|██████████| 25/25 [00:00<00:00, 73.35it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 75.94it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.89it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.50it/s]
100%|██████████| 25/25 [00:00<00:00, 74.13it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.19it/s]
40%|████ | 4/10 [00:00<00:00, 14.11it/s]
60%|██████ | 6/10 [00:00<00:00, 14.08it/s]
80%|████████ | 8/10 [00:00<00:00, 14.08it/s]
100%|██████████| 10/10 [00:00<00:00, 14.09it/s]
100%|██████████| 10/10 [00:00<00:00, 14.09it/s]
frame_idx: 46
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 24
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
frame_idx: 46
cond_prompt: dreaming of electric sheep, style of tim hildebrandt
uncond_prompt: low quality, bad image, cropped, out of frame
seed: 24
prior_seed: 968551
angle: 0.0
zoom: 1.0
translation_x: 0.0
translation_y: 0.0
translation_z: -1.0
rotation_x: 0.0
rotation_y: 0.0
rotation_z: 0.0
noise: 0.0
strength: 0.13
contrast: 1.0
kernel: 5
sigma: 1.0
amount: 0.2
threshold: 0.0
96%|█████████▌| 45/47 [01:08<00:02, 1.33s/it]
98%|█████████▊| 46/47 [01:08<00:00, 1.02it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 73.51it/s]
64%|██████▍ | 16/25 [00:00<00:00, 74.57it/s]
96%|█████████▌| 24/25 [00:00<00:00, 73.44it/s]
100%|██████████| 25/25 [00:00<00:00, 72.64it/s]
0%| | 0/25 [00:00<?, ?it/s]
32%|███▏ | 8/25 [00:00<00:00, 75.20it/s]
64%|██████▍ | 16/25 [00:00<00:00, 75.48it/s]
96%|█████████▌| 24/25 [00:00<00:00, 75.70it/s]
100%|██████████| 25/25 [00:00<00:00, 75.60it/s]
0%| | 0/10 [00:00<?, ?it/s]
20%|██ | 2/10 [00:00<00:00, 14.20it/s]
40%|████ | 4/10 [00:00<00:00, 14.14it/s]
60%|██████ | 6/10 [00:00<00:00, 14.10it/s]
80%|████████ | 8/10 [00:00<00:00, 14.05it/s]
100%|██████████| 10/10 [00:00<00:00, 14.06it/s]
100%|██████████| 10/10 [00:00<00:00, 14.07it/s]
98%|█████████▊| 46/47 [01:10<00:01, 1.54s/it]
0%| | 0/46 [00:00<?, ?it/s]
2%|▏ | 1/46 [00:00<00:12, 3.52it/s]
100%|██████████| 46/46 [00:00<00:00, 120.31it/s]