typetext
{
"animation_prompts": "winter forest, snowflakes, Van Gogh style | spring forest, flowers, sun rays, Van Gogh style | summer forest, lake, reflections on the water, summer sun, Van Gogh style | autumn forest, rain, Van Gogh style | winter forest, snowflakes, Van Gogh style",
"animations": "live | right | right | right | live",
"fps": 24,
"height": 640,
"max_frames": 72,
"prompt_durations": "0.6 | 0.3 | 1 | 0.3 | 0.8",
"scheduler": "euler_ancestral",
"seed": 17,
"steps": 80,
"width": 640
}npm install replicate
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=r8_dba**********************************
This is your API token. Keep it to yourself.
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: {
animation_prompts: "winter forest, snowflakes, Van Gogh style | spring forest, flowers, sun rays, Van Gogh style | summer forest, lake, reflections on the water, summer sun, Van Gogh style | autumn forest, rain, Van Gogh style | winter forest, snowflakes, Van Gogh style",
animations: "live | right | right | right | live",
fps: 24,
height: 640,
max_frames: 72,
prompt_durations: "0.6 | 0.3 | 1 | 0.3 | 0.8",
scheduler: "euler_ancestral",
seed: 17,
steps: 80,
width: 640
}
}
);
// 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=r8_dba**********************************
This is your API token. Keep it to yourself.
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={
"animation_prompts": "winter forest, snowflakes, Van Gogh style | spring forest, flowers, sun rays, Van Gogh style | summer forest, lake, reflections on the water, summer sun, Van Gogh style | autumn forest, rain, Van Gogh style | winter forest, snowflakes, Van Gogh style",
"animations": "live | right | right | right | live",
"fps": 24,
"height": 640,
"max_frames": 72,
"prompt_durations": "0.6 | 0.3 | 1 | 0.3 | 0.8",
"scheduler": "euler_ancestral",
"seed": 17,
"steps": 80,
"width": 640
}
)
# To access the file URL:
print(output.url())
#=> "http://example.com"
# To write the file to disk:
with open("my-image.png", "wb") as file:
file.write(output.read())
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=r8_dba**********************************
This is your API token. Keep it to yourself.
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": {
"animation_prompts": "winter forest, snowflakes, Van Gogh style | spring forest, flowers, sun rays, Van Gogh style | summer forest, lake, reflections on the water, summer sun, Van Gogh style | autumn forest, rain, Van Gogh style | winter forest, snowflakes, Van Gogh style",
"animations": "live | right | right | right | live",
"fps": 24,
"height": 640,
"max_frames": 72,
"prompt_durations": "0.6 | 0.3 | 1 | 0.3 | 0.8",
"scheduler": "euler_ancestral",
"seed": 17,
"steps": 80,
"width": 640
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
{
"id": "atjyxwlb47zxpy42otfndvgy2i",
"model": "adirik/deforum-kandinsky-2-2",
"version": "c0941f93ddd4ea5b50131abc0a4d03a82a33a18af290be54a3f9a3f9673afa3a",
"input": {
"animation_prompts": "winter forest, snowflakes, Van Gogh style | spring forest, flowers, sun rays, Van Gogh style | summer forest, lake, reflections on the water, summer sun, Van Gogh style | autumn forest, rain, Van Gogh style | winter forest, snowflakes, Van Gogh style",
"animations": "live | right | right | right | live",
"fps": 24,
"height": 640,
"max_frames": 72,
"prompt_durations": "0.6 | 0.3 | 1 | 0.3 | 0.8",
"scheduler": "euler_ancestral",
"seed": 17,
"steps": 80,
"width": 640
},
"logs": "0%| | 0/71 [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 'winter forest, snowflakes, Van Gogh style' 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, 73.29it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.86it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.19it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.08it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.36it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.80it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.98it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.07it/s]\n 0%| | 0/80 [00:00<?, ?it/s]\u001b[A\n 2%|▎ | 2/80 [00:00<00:05, 14.79it/s]\u001b[A\n 5%|▌ | 4/80 [00:00<00:05, 14.68it/s]\u001b[A\n 8%|▊ | 6/80 [00:00<00:05, 14.62it/s]\u001b[A\n 10%|█ | 8/80 [00:00<00:04, 14.63it/s]\u001b[A\n 12%|█▎ | 10/80 [00:00<00:04, 14.63it/s]\u001b[A\n 15%|█▌ | 12/80 [00:00<00:04, 14.63it/s]\u001b[A\n 18%|█▊ | 14/80 [00:00<00:04, 14.65it/s]\u001b[A\n 20%|██ | 16/80 [00:01<00:04, 14.66it/s]\u001b[A\n 22%|██▎ | 18/80 [00:01<00:04, 14.66it/s]\u001b[A\n 25%|██▌ | 20/80 [00:01<00:04, 14.68it/s]\u001b[A\n 28%|██▊ | 22/80 [00:01<00:03, 14.67it/s]\u001b[A\n 30%|███ | 24/80 [00:01<00:03, 14.66it/s]\u001b[A\n 32%|███▎ | 26/80 [00:01<00:03, 14.66it/s]\u001b[A\n 35%|███▌ | 28/80 [00:01<00:03, 14.66it/s]\u001b[A\n 38%|███▊ | 30/80 [00:02<00:03, 14.61it/s]\u001b[A\n 40%|████ | 32/80 [00:02<00:03, 14.63it/s]\u001b[A\n 42%|████▎ | 34/80 [00:02<00:03, 14.64it/s]\u001b[A\n 45%|████▌ | 36/80 [00:02<00:03, 14.65it/s]\u001b[A\n 48%|████▊ | 38/80 [00:02<00:02, 14.64it/s]\u001b[A\n 50%|█████ | 40/80 [00:02<00:02, 14.65it/s]\u001b[A\n 52%|█████▎ | 42/80 [00:02<00:02, 14.61it/s]\u001b[A\n 55%|█████▌ | 44/80 [00:03<00:02, 14.61it/s]\u001b[A\n 57%|█████▊ | 46/80 [00:03<00:02, 14.62it/s]\u001b[A\n 60%|██████ | 48/80 [00:03<00:02, 14.63it/s]\u001b[A\n 62%|██████▎ | 50/80 [00:03<00:02, 14.64it/s]\u001b[A\n 65%|██████▌ | 52/80 [00:03<00:01, 14.63it/s]\u001b[A\n 68%|██████▊ | 54/80 [00:03<00:01, 14.65it/s]\u001b[A\n 70%|███████ | 56/80 [00:03<00:01, 14.64it/s]\u001b[A\n 72%|███████▎ | 58/80 [00:03<00:01, 14.65it/s]\u001b[A\n 75%|███████▌ | 60/80 [00:04<00:01, 14.64it/s]\u001b[A\n 78%|███████▊ | 62/80 [00:04<00:01, 14.63it/s]\u001b[A\n 80%|████████ | 64/80 [00:04<00:01, 14.64it/s]\u001b[A\n 82%|████████▎ | 66/80 [00:04<00:00, 14.64it/s]\u001b[A\n 85%|████████▌ | 68/80 [00:04<00:00, 14.65it/s]\u001b[A\n 88%|████████▊ | 70/80 [00:04<00:00, 14.62it/s]\u001b[A\n 90%|█████████ | 72/80 [00:04<00:00, 14.62it/s]\u001b[A\n 92%|█████████▎| 74/80 [00:05<00:00, 14.63it/s]\u001b[A\n 95%|█████████▌| 76/80 [00:05<00:00, 14.63it/s]\u001b[A\n 98%|█████████▊| 78/80 [00:05<00:00, 14.63it/s]\u001b[A\n100%|██████████| 80/80 [00:05<00:00, 14.64it/s]\u001b[A\n100%|██████████| 80/80 [00:05<00:00, 14.64it/s]\nframe_idx: 2\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 18\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.00348782074595539\ntranslation_y: 0.0\ntranslation_z: 0.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: 2\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 18\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.00348782074595539\ntranslation_y: 0.0\ntranslation_z: 0.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 1%|▏ | 1/71 [00:16<19:24, 16.63s/it]\n 3%|▎ | 2/71 [00:16<07:58, 6.93s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.48it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.46it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.54it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.42it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.59it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.77it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.15it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.38it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.84it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.72it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.68it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.67it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.68it/s]\nframe_idx: 4\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 19\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.006958649208524913\ntranslation_y: 0.0\ntranslation_z: 0.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: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 19\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.006958649208524913\ntranslation_y: 0.0\ntranslation_z: 0.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%|▍ | 3/71 [00:18<05:20, 4.71s/it]\n 6%|▌ | 4/71 [00:18<03:14, 2.91s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.54it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.22it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.76it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.59it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.39it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.58it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.59it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.35it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.74it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.68it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.65it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.63it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.67it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.66it/s]\nframe_idx: 6\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 20\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.010395575888879505\ntranslation_y: 0.0\ntranslation_z: 0.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: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 20\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.010395575888879505\ntranslation_y: 0.0\ntranslation_z: 0.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 7%|▋ | 5/71 [00:21<02:51, 2.60s/it]\n 8%|▊ | 6/71 [00:21<01:54, 1.77s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.71it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.02it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.83it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.56it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.60it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.74it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.04it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.88it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.84it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.80it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.76it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.75it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.72it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.74it/s]\nframe_idx: 8\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 21\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.013781856453986352\ntranslation_y: 0.0\ntranslation_z: 0.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: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 21\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.013781856453986352\ntranslation_y: 0.0\ntranslation_z: 0.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 10%|▉ | 7/71 [00:23<01:59, 1.86s/it]\n 11%|█▏ | 8/71 [00:23<01:22, 1.32s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 67.30it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 71.43it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 72.86it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.31it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.83it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.95it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.79it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.79it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.85it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.71it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.70it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.71it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.72it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.72it/s]\nframe_idx: 10\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 22\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.017100993313178544\ntranslation_y: 0.0\ntranslation_z: 0.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: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 22\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.017100993313178544\ntranslation_y: 0.0\ntranslation_z: 0.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 13%|█▎ | 9/71 [00:25<01:35, 1.55s/it]\n 14%|█▍ | 10/71 [00:25<01:08, 1.12s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.34it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.90it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.13it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.78it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.22it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.76it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.07it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.93it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.78it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.69it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.70it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.70it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.70it/s]\nframe_idx: 12\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 23\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.020336815992622725\ntranslation_y: 0.0\ntranslation_z: 0.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: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 23\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.020336815992622725\ntranslation_y: 0.0\ntranslation_z: 0.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%|█▌ | 11/71 [00:27<01:24, 1.40s/it]\n 17%|█▋ | 12/71 [00:27<01:00, 1.02s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.35it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.32it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.83it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.29it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.25it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 70.11it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 70.90it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 70.74it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.81it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.73it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.70it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.72it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.72it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.72it/s]\nframe_idx: 14\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 24\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 24\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 18%|█▊ | 13/71 [00:29<01:18, 1.36s/it]\n 20%|█▉ | 14/71 [00:30<00:57, 1.01s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 5/25 [00:00<00:00, 44.70it/s]\u001b[A\n 52%|█████▏ | 13/25 [00:00<00:00, 60.25it/s]\u001b[A\n 84%|████████▍ | 21/25 [00:00<00:00, 66.19it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 64.67it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.95it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.45it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.81it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.99it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 13.59it/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.43it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.53it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.59it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.45it/s]\nframe_idx: 16\ncond_prompt: spring forest, flowers, sun rays, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 25\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: spring forest, flowers, sun rays, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 25\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 21%|██ | 15/71 [00:32<01:19, 1.41s/it]\n 23%|██▎ | 16/71 [00:32<00:56, 1.03s/it]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 70.92it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.33it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.14it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.91it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.95it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.25it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.02it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.98it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.84it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.78it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.75it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.72it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.71it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.73it/s]\nframe_idx: 18\ncond_prompt: spring forest, flowers, sun rays, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 26\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: spring forest, flowers, sun rays, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 26\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 24%|██▍ | 17/71 [00:34<01:12, 1.35s/it]\n 25%|██▌ | 18/71 [00:34<00:52, 1.01it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 70.87it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.36it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.19it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.74it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.77it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.70it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.84it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.91it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.83it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.76it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.74it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.71it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.71it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.72it/s]\nframe_idx: 20\ncond_prompt: spring forest, flowers, sun rays, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 27\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: spring forest, flowers, sun rays, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 27\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 27%|██▋ | 19/71 [00:36<01:08, 1.31s/it]\n 28%|██▊ | 20/71 [00:37<00:49, 1.04it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.70it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.99it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.65it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.57it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.06it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.41it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.43it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.22it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.74it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.69it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.65it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.63it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.64it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.65it/s]\nframe_idx: 22\ncond_prompt: spring forest, flowers, sun rays, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 28\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: spring forest, flowers, sun rays, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 28\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 30%|██▉ | 21/71 [00:39<01:04, 1.30s/it]\n 31%|███ | 22/71 [00:39<00:46, 1.05it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 68.08it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 70.78it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 72.77it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.76it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.02it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.18it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.37it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.67it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.81it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.74it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.70it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.66it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.64it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.67it/s]\nframe_idx: 24\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 29\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 29\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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%|███▏ | 23/71 [00:41<01:02, 1.30s/it]\n 34%|███▍ | 24/71 [00:41<00:44, 1.05it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.38it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.68it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.05it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.84it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.93it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.65it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.64it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.64it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.76it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.69it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.68it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.68it/s]\nframe_idx: 26\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 30\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 30\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 35%|███▌ | 25/71 [00:43<00:59, 1.28s/it]\n 37%|███▋ | 26/71 [00:43<00:42, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.48it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.05it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.29it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.17it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.52it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.07it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.68it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.26it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.81it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.74it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.73it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.69it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.71it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.71it/s]\nframe_idx: 28\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 31\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 31\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 38%|███▊ | 27/71 [00:45<00:56, 1.28s/it]\n 39%|███▉ | 28/71 [00:46<00:40, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.24it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.84it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.09it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.00it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.15it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.15it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.30it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.80it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.72it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.66it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.65it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.64it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.64it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.65it/s]\nframe_idx: 30\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 32\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 32\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 41%|████ | 29/71 [00:48<00:53, 1.28s/it]\n 42%|████▏ | 30/71 [00:48<00:38, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.34it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 70.99it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 70.76it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.04it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 70.10it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.70it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 70.94it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 70.94it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.77it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.71it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.69it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.69it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.67it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.68it/s]\nframe_idx: 32\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 33\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 33\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 44%|████▎ | 31/71 [00:50<00:51, 1.29s/it]\n 45%|████▌ | 32/71 [00:50<00:37, 1.05it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.77it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.72it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.03it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.55it/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, 75.57it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.61it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.92it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.79it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.72it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.71it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.70it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.69it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.70it/s]\nframe_idx: 34\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 34\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 34\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 46%|████▋ | 33/71 [00:52<00:48, 1.28s/it]\n 48%|████▊ | 34/71 [00:52<00:34, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.38it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.99it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.90it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.89it/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, 74.38it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.84it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.26it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.80it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.73it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.71it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.69it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.70it/s]\nframe_idx: 36\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 35\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 35\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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%|████▉ | 35/71 [00:54<00:46, 1.28s/it]\n 51%|█████ | 36/71 [00:54<00:33, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.91it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.91it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.13it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.99it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.40it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 69.69it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.46it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.29it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.72it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.68it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.69it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.66it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.67it/s]\nframe_idx: 38\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 36\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 36\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 52%|█████▏ | 37/71 [00:56<00:43, 1.28s/it]\n 54%|█████▎ | 38/71 [00:57<00:31, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.04it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.89it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.25it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.60it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.51it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.91it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.80it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.44it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.82it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.70it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.68it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.66it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.65it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.67it/s]\nframe_idx: 40\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 37\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 37\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 55%|█████▍ | 39/71 [00:59<00:41, 1.29s/it]\n 56%|█████▋ | 40/71 [00:59<00:29, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 69.45it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 71.73it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 73.17it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.46it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 69.01it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 70.84it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 72.84it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.25it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.83it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.74it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.70it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.67it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.66it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.68it/s]\nframe_idx: 42\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 38\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 38\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 58%|█████▊ | 41/71 [01:01<00:38, 1.29s/it]\n 59%|█████▉ | 42/71 [01:01<00:27, 1.05it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.00it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.60it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.18it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.72it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.34it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.83it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.49it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.35it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.80it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.72it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.70it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.69it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.69it/s]\nframe_idx: 44\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 39\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 39\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 1.0\ntranslation_y: 0.0\ntranslation_z: 0.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 61%|██████ | 43/71 [01:03<00:36, 1.29s/it]\n 62%|██████▏ | 44/71 [01:03<00:25, 1.05it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.03it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.58it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.83it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.73it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.62it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.39it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.04it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.92it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.78it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.67it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.60it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.61it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.62it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.63it/s]\nframe_idx: 46\ncond_prompt: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 40\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.864073543551328\ntranslation_y: 0.0\ntranslation_z: 0.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: summer forest, lake, reflections on the water, summer sun, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 40\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.864073543551328\ntranslation_y: 0.0\ntranslation_z: 0.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 63%|██████▎ | 45/71 [01:05<00:33, 1.29s/it]\n 65%|██████▍ | 46/71 [01:06<00:23, 1.05it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 72.27it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.03it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.24it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.35it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.74it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.22it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.22it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.05it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.78it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.68it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.65it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.63it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.63it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.64it/s]\nframe_idx: 48\ncond_prompt: autumn forest, rain, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 41\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.5922206306539842\ntranslation_y: 0.0\ntranslation_z: 0.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: 48\ncond_prompt: autumn forest, rain, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 41\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.5922206306539842\ntranslation_y: 0.0\ntranslation_z: 0.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%|██████▌ | 47/71 [01:08<00:30, 1.29s/it]\n 68%|██████▊ | 48/71 [01:08<00:21, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 70.55it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.57it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.70it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.89it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.08it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.76it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.18it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.81it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.77it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.72it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.71it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.67it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.65it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.67it/s]\nframe_idx: 50\ncond_prompt: autumn forest, rain, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 42\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.3203677177566403\ntranslation_y: 0.0\ntranslation_z: 0.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: 50\ncond_prompt: autumn forest, rain, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 42\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.3203677177566403\ntranslation_y: 0.0\ntranslation_z: 0.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 69%|██████▉ | 49/71 [01:10<00:28, 1.29s/it]\n 70%|███████ | 50/71 [01:10<00:19, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.46it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.24it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.50it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.35it/s]\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, 74.97it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.97it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.99it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.80it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.74it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.69it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.68it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.69it/s]\nframe_idx: 52\ncond_prompt: autumn forest, rain, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 43\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.04851480485929647\ntranslation_y: 0.0\ntranslation_z: 0.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: 52\ncond_prompt: autumn forest, rain, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 43\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.04851480485929647\ntranslation_y: 0.0\ntranslation_z: 0.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 72%|███████▏ | 51/71 [01:12<00:25, 1.28s/it]\n 73%|███████▎ | 52/71 [01:12<00:17, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.02it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.86it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.18it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.73it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.22it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.17it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.14it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.80it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.41it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.54it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.58it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.60it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.61it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.58it/s]\nframe_idx: 54\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 44\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.04755285041482768\ntranslation_y: 0.0\ntranslation_z: 0.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: 54\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 44\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.04755285041482768\ntranslation_y: 0.0\ntranslation_z: 0.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 75%|███████▍ | 53/71 [01:14<00:23, 1.28s/it]\n 76%|███████▌ | 54/71 [01:14<00:16, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 72.66it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.82it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.77it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.37it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 72.06it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.62it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.46it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.09it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.77it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.71it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.67it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.64it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.65it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.66it/s]\nframe_idx: 56\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 45\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.046359223654345645\ntranslation_y: 0.0\ntranslation_z: 0.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: 56\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 45\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.046359223654345645\ntranslation_y: 0.0\ntranslation_z: 0.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 77%|███████▋ | 55/71 [01:17<00:20, 1.28s/it]\n 79%|███████▉ | 56/71 [01:17<00:14, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.99it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.73it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.11it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.46it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.54it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.60it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.53it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.77it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.74it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.69it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.68it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.67it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.65it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.66it/s]\nframe_idx: 58\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 46\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.04493973979762467\ntranslation_y: 0.0\ntranslation_z: 0.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: 58\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 46\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.04493973979762467\ntranslation_y: 0.0\ntranslation_z: 0.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 80%|████████ | 57/71 [01:19<00:17, 1.28s/it]\n 82%|████████▏ | 58/71 [01:19<00:12, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 72.80it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.27it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.21it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.57it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.34it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.36it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.44it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.42it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.75it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.66it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.64it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.62it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.59it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.61it/s]\nframe_idx: 60\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 47\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.043301314415650737\ntranslation_y: 0.0\ntranslation_z: 0.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: 60\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 47\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.043301314415650737\ntranslation_y: 0.0\ntranslation_z: 0.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%|████████▎ | 59/71 [01:21<00:15, 1.28s/it]\n 85%|████████▍ | 60/71 [01:21<00:10, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.27it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.32it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.56it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.43it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.83it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 75.41it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.40it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.37it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.77it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.69it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.67it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.66it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.65it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.66it/s]\nframe_idx: 62\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 48\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.04145192973871173\ntranslation_y: 0.0\ntranslation_z: 0.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: 62\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 48\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.04145192973871173\ntranslation_y: 0.0\ntranslation_z: 0.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 86%|████████▌ | 61/71 [01:23<00:12, 1.28s/it]\n 87%|████████▋ | 62/71 [01:23<00:08, 1.07it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.43it/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.15it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.28it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 74.61it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 71.38it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 72.64it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 72.76it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.73it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.70it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.68it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.67it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.66it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.67it/s]\nframe_idx: 64\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 49\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.039400595767839545\ntranslation_y: 0.0\ntranslation_z: 0.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: 64\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 49\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.039400595767839545\ntranslation_y: 0.0\ntranslation_z: 0.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 89%|████████▊ | 63/71 [01:25<00:10, 1.28s/it]\n 90%|█████████ | 64/71 [01:26<00:06, 1.07it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.38it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.59it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 75.00it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 74.70it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 75.33it/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.40it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 75.41it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.75it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.67it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.60it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.58it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.59it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.60it/s]\nframe_idx: 66\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 50\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.03715730637906477\ntranslation_y: 0.0\ntranslation_z: 0.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: 66\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 50\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.03715730637906477\ntranslation_y: 0.0\ntranslation_z: 0.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 92%|█████████▏| 65/71 [01:28<00:07, 1.28s/it]\n 93%|█████████▎| 66/71 [01:28<00:04, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 72.96it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.73it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.66it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.30it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 71.12it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 73.51it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 74.24it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.83it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.79it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.68it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.65it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.64it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.61it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.64it/s]\nframe_idx: 68\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 51\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.03473299063433959\ntranslation_y: 0.0\ntranslation_z: 0.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: 68\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 51\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.03473299063433959\ntranslation_y: 0.0\ntranslation_z: 0.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 94%|█████████▍| 67/71 [01:30<00:05, 1.28s/it]\n 96%|█████████▌| 68/71 [01:30<00:02, 1.06it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 68.49it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 71.47it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 71.88it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.03it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 73.58it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 74.49it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 73.63it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 73.58it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.77it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.67it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.65it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.64it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.64it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.65it/s]\nframe_idx: 70\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 52\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.03213945953633634\ntranslation_y: 0.0\ntranslation_z: 0.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: 70\ncond_prompt: winter forest, snowflakes, Van Gogh style\nuncond_prompt: low quality, bad image, cropped, out of frame\nseed: 52\nprior_seed: 281350\nangle: 0.0\nzoom: 1.0\ntranslation_x: 0.03213945953633634\ntranslation_y: 0.0\ntranslation_z: 0.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 97%|█████████▋| 69/71 [01:32<00:02, 1.29s/it]\n 99%|█████████▊| 70/71 [01:32<00:00, 1.05it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 32%|███▏ | 8/25 [00:00<00:00, 72.09it/s]\u001b[A\n 64%|██████▍ | 16/25 [00:00<00:00, 72.46it/s]\u001b[A\n 96%|█████████▌| 24/25 [00:00<00:00, 71.82it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 71.65it/s]\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 28%|██▊ | 7/25 [00:00<00:00, 69.75it/s]\u001b[A\n 60%|██████ | 15/25 [00:00<00:00, 70.37it/s]\u001b[A\n 92%|█████████▏| 23/25 [00:00<00:00, 70.50it/s]\u001b[A\n100%|██████████| 25/25 [00:00<00:00, 70.79it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\u001b[A\n 20%|██ | 2/10 [00:00<00:00, 14.72it/s]\u001b[A\n 40%|████ | 4/10 [00:00<00:00, 14.67it/s]\u001b[A\n 60%|██████ | 6/10 [00:00<00:00, 14.64it/s]\u001b[A\n 80%|████████ | 8/10 [00:00<00:00, 14.63it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.63it/s]\u001b[A\n100%|██████████| 10/10 [00:00<00:00, 14.64it/s]\n99%|█████████▊| 70/71 [01:34<00:01, 1.35s/it]\n 0%| | 0/70 [00:00<?, ?it/s]\n 1%|▏ | 1/70 [00:00<00:09, 7.61it/s]\n 67%|██████▋ | 47/70 [00:00<00:00, 162.95it/s]\n 89%|████████▊ | 62/70 [00:00<00:00, 137.55it/s]\n100%|██████████| 70/70 [00:00<00:00, 124.56it/s]",
"output": "https://pbxt.replicate.delivery/S5ufXV1otWWuWyAoBaeQzOuM2KL1VrHFKx3Oj4RyTl7GtCvRA/output_2_2.mp4",
"data_removed": false,
"error": null,
"source": "web",
"status": "succeeded",
"created_at": "2023-10-17T12:07:02.562051Z",
"started_at": "2023-10-17T12:07:02.597969Z",
"completed_at": "2023-10-17T12:08:39.533902Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/atjyxwlb47zxpy42otfndvgy2i/cancel",
"get": "https://api.replicate.com/v1/predictions/atjyxwlb47zxpy42otfndvgy2i"
},
"metrics": {
"predict_time": 96.935933,
"total_time": 96.971851
}
}