You're looking at a specific version of this model. Jump to the model overview.
deforum /deforum_stable_diffusion:fa562b4f
This version has been disabled because it consistently fails to complete setup.
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";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run deforum/deforum_stable_diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"deforum/deforum_stable_diffusion:fa562b4f01ab781ce19720e2d5604e55327dfe678a263b34e3604b4efdc6b3eb",
{
input: {
zoom: "0: (1.04)",
angle: "0:(0.2)",
sampler: "klms",
max_frames: 800,
translation_x: "0: (0)",
translation_y: "0: (0)",
color_coherence: "Match Frame 0 LAB",
animation_prompts: "0: superheros"
}
}
);
console.log(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 deforum/deforum_stable_diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"deforum/deforum_stable_diffusion:fa562b4f01ab781ce19720e2d5604e55327dfe678a263b34e3604b4efdc6b3eb",
input={
"zoom": "0: (1.04)",
"angle": "0:(0.2)",
"sampler": "klms",
"max_frames": 800,
"translation_x": "0: (0)",
"translation_y": "0: (0)",
"color_coherence": "Match Frame 0 LAB",
"animation_prompts": "0: superheros"
}
)
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 deforum/deforum_stable_diffusion 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": "fa562b4f01ab781ce19720e2d5604e55327dfe678a263b34e3604b4efdc6b3eb",
"input": {
"zoom": "0: (1.04)",
"angle": "0:(0.2)",
"sampler": "klms",
"max_frames": 800,
"translation_x": "0: (0)",
"translation_y": "0: (0)",
"color_coherence": "Match Frame 0 LAB",
"animation_prompts": "0: superheros"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deforum/deforum_stable_diffusion@sha256:fa562b4f01ab781ce19720e2d5604e55327dfe678a263b34e3604b4efdc6b3eb \
-i 'zoom="0: (1.04)"' \
-i 'angle="0:(0.2)"' \
-i 'sampler="klms"' \
-i 'max_frames=800' \
-i 'translation_x="0: (0)"' \
-i 'translation_y="0: (0)"' \
-i 'color_coherence="Match Frame 0 LAB"' \
-i 'animation_prompts="0: superheros"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deforum/deforum_stable_diffusion@sha256:fa562b4f01ab781ce19720e2d5604e55327dfe678a263b34e3604b4efdc6b3eb
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "zoom": "0: (1.04)", "angle": "0:(0.2)", "sampler": "klms", "max_frames": 800, "translation_x": "0: (0)", "translation_y": "0: (0)", "color_coherence": "Match Frame 0 LAB", "animation_prompts": "0: superheros" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.89. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2022-09-01T02:20:43.804839Z",
"created_at": "2022-09-01T01:53:19.614028Z",
"data_removed": false,
"error": null,
"id": "4zorkqp3dvcdxffmxz3mdznlgu",
"input": {
"zoom": "0: (1.04)",
"angle": "0:(0.2)",
"sampler": "klms",
"max_frames": "800",
"translation_x": "0: (0)",
"translation_y": "0: (0)",
"color_coherence": "Match Frame 0 LAB",
"animation_prompts": "0: superheros"
},
"logs": "Using seed: 65336\nSaving animation frames to cog_out\nRendering animation frame 0 of 800\nsuperheros 65336\nGlobal seed set to 65336\n\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:05, 8.79it/s]\n 4%|▍ | 2/50 [00:00<00:05, 9.42it/s]\n 6%|▌ | 3/50 [00:00<00:04, 9.57it/s]\n 8%|▊ | 4/50 [00:00<00:04, 9.51it/s]\n 10%|█ | 5/50 [00:00<00:04, 9.29it/s]\n 12%|█▏ | 6/50 [00:00<00:04, 9.37it/s]\n 14%|█▍ | 7/50 [00:00<00:04, 9.44it/s]\n 16%|█▌ | 8/50 [00:00<00:04, 9.40it/s]\n 18%|█▊ | 9/50 [00:00<00:04, 9.46it/s]\n 20%|██ | 10/50 [00:01<00:04, 9.44it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 9.46it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 9.49it/s]\n 26%|██▌ | 13/50 [00:01<00:03, 9.48it/s]\n 28%|██▊ | 14/50 [00:01<00:03, 9.43it/s]\n 30%|███ | 15/50 [00:01<00:03, 9.44it/s]\n 32%|███▏ | 16/50 [00:01<00:03, 9.52it/s]\n 34%|███▍ | 17/50 [00:01<00:03, 9.51it/s]\n 36%|███▌ | 18/50 [00:01<00:03, 9.46it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 9.39it/s]\n 40%|████ | 20/50 [00:02<00:03, 9.44it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 9.49it/s]\n 44%|████▍ | 22/50 [00:02<00:02, 9.51it/s]\n 46%|████▌ | 23/50 [00:02<00:02, 9.51it/s]\n 48%|████▊ | 24/50 [00:02<00:02, 9.48it/s]\n 50%|█████ | 25/50 [00:02<00:02, 9.48it/s]\n 52%|█████▏ | 26/50 [00:02<00:02, 9.52it/s]\n 54%|█████▍ | 27/50 [00:02<00:02, 9.57it/s]\n 56%|█████▌ | 28/50 [00:02<00:02, 9.56it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 9.64it/s]\n 60%|██████ | 30/50 [00:03<00:02, 9.69it/s]\n 62%|██████▏ | 31/50 [00:03<00:01, 9.68it/s]\n 64%|██████▍ | 32/50 [00:03<00:01, 9.61it/s]\n 66%|██████▌ | 33/50 [00:03<00:01, 9.60it/s]\n 68%|██████▊ | 34/50 [00:03<00:01, 9.53it/s]\n 70%|███████ | 35/50 [00:03<00:01, 9.54it/s]\n 72%|███████▏ | 36/50 [00:03<00:01, 9.41it/s]\n 74%|███████▍ | 37/50 [00:03<00:01, 9.48it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 9.43it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 9.54it/s]\n 80%|████████ | 40/50 [00:04<00:01, 9.62it/s]\n 82%|████████▏ | 41/50 [00:04<00:00, 9.57it/s]\n 84%|████████▍ | 42/50 [00:04<00:00, 9.56it/s]\n 86%|████████▌ | 43/50 [00:04<00:00, 9.41it/s]\n 88%|████████▊ | 44/50 [00:04<00:00, 9.38it/s]\n 90%|█████████ | 45/50 [00:04<00:00, 9.46it/s]\n 92%|█████████▏| 46/50 [00:04<00:00, 9.58it/s]\n 94%|█████████▍| 47/50 [00:04<00:00, 9.65it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 9.64it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 9.68it/s]\n100%|██████████| 50/50 [00:05<00:00, 9.40it/s]\n100%|██████████| 50/50 [00:05<00:00, 9.50it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>\nRendering animation frame 1 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65337\nGlobal seed set to 65337\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.77it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.16it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.96it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.69it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.73it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B50>\nRendering animation frame 2 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\npredict.py:415: FutureWarning: `multichannel` is a deprecated argument name for `match_histograms`. It will be removed in version 1.0. Please use `channel_axis` instead.\n matched_lab = match_histograms(prev_img_lab, color_match_lab, multichannel=True)\nsuperheros 65338\nGlobal seed set to 65338\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.19it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.90it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.84it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.80it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.72it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.66it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.68it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.67it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.68it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.73it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.68it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.70it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.70it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32850>\nRendering animation frame 3 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65339\nGlobal seed set to 65339\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.77it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.66it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.63it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.66it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.68it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.71it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.72it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>\nRendering animation frame 4 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65340\nGlobal seed set to 65340\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.83it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.74it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>\nRendering animation frame 5 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65341\nGlobal seed set to 65341\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.91it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.38it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.45it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.56it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.64it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9F10>\nRendering animation frame 6 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65342\nGlobal seed set to 65342\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.20it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.02it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.77it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>\nRendering animation frame 7 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65343\nGlobal seed set to 65343\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E50>\nRendering animation frame 8 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65344\nGlobal seed set to 65344\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.92it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.88it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.76it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.74it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.75it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>\nRendering animation frame 9 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65345\nGlobal seed set to 65345\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4A30>\nRendering animation frame 10 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65346\nGlobal seed set to 65346\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.71it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.56it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.58it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.56it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.61it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.66it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.68it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>\nRendering animation frame 11 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65347\nGlobal seed set to 65347\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.69it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBDF0>\nRendering animation frame 12 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65348\nGlobal seed set to 65348\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DFD0>\nRendering animation frame 13 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65349\nGlobal seed set to 65349\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.80it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>\nRendering animation frame 14 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65350\nGlobal seed set to 65350\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>\nRendering animation frame 15 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65351\nGlobal seed set to 65351\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.45it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.52it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.63it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.70it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.74it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.72it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.74it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.79it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.60it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.61it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.62it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.64it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.68it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 16 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65352\nGlobal seed set to 65352\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.71it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.71it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.61it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.69it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682670>\nRendering animation frame 17 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65353\nGlobal seed set to 65353\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF10>\nRendering animation frame 18 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65354\nGlobal seed set to 65354\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.87it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.76it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.70it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.76it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.81it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>\nRendering animation frame 19 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65355\nGlobal seed set to 65355\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.02it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>\nRendering animation frame 20 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65356\nGlobal seed set to 65356\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.82it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.72it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.62it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.60it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.62it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.62it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.63it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698370>\nRendering animation frame 21 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65357\nGlobal seed set to 65357\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.19it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.96it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.87it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.75it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.76it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.45it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.40it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.43it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.56it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.66it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.73it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.72it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>\nRendering animation frame 22 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65358\nGlobal seed set to 65358\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.79it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.81it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981C0>\nRendering animation frame 23 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65359\nGlobal seed set to 65359\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.79it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E20>\nRendering animation frame 24 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65360\nGlobal seed set to 65360\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.32it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.47it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>\nRendering animation frame 25 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65361\nGlobal seed set to 65361\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>\nRendering animation frame 26 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65362\nGlobal seed set to 65362\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B310>\nRendering animation frame 27 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65363\nGlobal seed set to 65363\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B3A0>\nRendering animation frame 28 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65364\nGlobal seed set to 65364\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B220>\nRendering animation frame 29 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65365\nGlobal seed set to 65365\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.53it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.56it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.59it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.69it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B1F0>\nRendering animation frame 30 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65366\nGlobal seed set to 65366\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>\nRendering animation frame 31 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65367\nGlobal seed set to 65367\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.83it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86952B0>\nRendering animation frame 32 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65368\nGlobal seed set to 65368\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.74it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.60it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.56it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.60it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.65it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.63it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.65it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682670>\nRendering animation frame 33 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65369\nGlobal seed set to 65369\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>\nRendering animation frame 34 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65370\nGlobal seed set to 65370\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.82it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.74it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.63it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.41it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.48it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.52it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.58it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.62it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.65it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.72it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>\nRendering animation frame 35 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65371\nGlobal seed set to 65371\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.69it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DA00>\nRendering animation frame 36 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65372\nGlobal seed set to 65372\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>\nRendering animation frame 37 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65373\nGlobal seed set to 65373\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B640>\nRendering animation frame 38 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65374\nGlobal seed set to 65374\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.80it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>\nRendering animation frame 39 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65375\nGlobal seed set to 65375\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B520>\nRendering animation frame 40 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65376\nGlobal seed set to 65376\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4790>\nRendering animation frame 41 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65377\nGlobal seed set to 65377\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.66it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>\nRendering animation frame 42 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65378\nGlobal seed set to 65378\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.82it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.80it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.74it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.75it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB490>\nRendering animation frame 43 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65379\nGlobal seed set to 65379\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>\nRendering animation frame 44 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65380\nGlobal seed set to 65380\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.84it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.58it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.65it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.70it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.72it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.72it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>\nRendering animation frame 45 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65381\nGlobal seed set to 65381\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.80it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99A0>\nRendering animation frame 46 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65382\nGlobal seed set to 65382\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.75it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.77it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>\nRendering animation frame 47 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65383\nGlobal seed set to 65383\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.83it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.84it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>\nRendering animation frame 48 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65384\nGlobal seed set to 65384\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A95B0>\nRendering animation frame 49 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65385\nGlobal seed set to 65385\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.02it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.78it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.79it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.71it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.67it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.71it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D90>\nRendering animation frame 50 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65386\nGlobal seed set to 65386\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.54it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.60it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.67it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.75it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9FA0>\nRendering animation frame 51 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65387\nGlobal seed set to 65387\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51F0>\nRendering animation frame 52 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65388\nGlobal seed set to 65388\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.84it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.78it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.81it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52B0>\nRendering animation frame 53 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65389\nGlobal seed set to 65389\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>\nRendering animation frame 54 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65390\nGlobal seed set to 65390\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5520>\nRendering animation frame 55 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65391\nGlobal seed set to 65391\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.96it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.88it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.84it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.76it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>\nRendering animation frame 56 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65392\nGlobal seed set to 65392\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5640>\nRendering animation frame 57 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65393\nGlobal seed set to 65393\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5880>\nRendering animation frame 58 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65394\nGlobal seed set to 65394\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.64it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.61it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.62it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>\nRendering animation frame 59 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65395\nGlobal seed set to 65395\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.77it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.75it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.70it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.52it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.60it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AF0>\nRendering animation frame 60 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65396\nGlobal seed set to 65396\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.66it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.83it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.80it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.78it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.78it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.60it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.66it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.71it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.68it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.78it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>\nRendering animation frame 61 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65397\nGlobal seed set to 65397\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.77it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.75it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.72it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.72it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.67it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.65it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.56it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.56it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C40>\nRendering animation frame 62 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65398\nGlobal seed set to 65398\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.82it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.81it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>\nRendering animation frame 63 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65399\nGlobal seed set to 65399\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.47it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.52it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.56it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.64it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>\nRendering animation frame 64 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65400\nGlobal seed set to 65400\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55B0>\nRendering animation frame 65 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65401\nGlobal seed set to 65401\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.47it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.56it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.64it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.71it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.76it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.78it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57C0>\nRendering animation frame 66 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65402\nGlobal seed set to 65402\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.68it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>\nRendering animation frame 67 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65403\nGlobal seed set to 65403\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.10it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.91it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.78it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D90>\nRendering animation frame 68 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65404\nGlobal seed set to 65404\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.69it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.69it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.72it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.72it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>\nRendering animation frame 69 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65405\nGlobal seed set to 65405\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.70it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F70>\nRendering animation frame 70 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65406\nGlobal seed set to 65406\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 71 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65407\nGlobal seed set to 65407\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>\nRendering animation frame 72 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65408\nGlobal seed set to 65408\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.98it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.93it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.75it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.77it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.73it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>\nRendering animation frame 73 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65409\nGlobal seed set to 65409\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.67it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.67it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.73it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.76it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.75it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>\nRendering animation frame 74 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65410\nGlobal seed set to 65410\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.74it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981C0>\nRendering animation frame 75 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65411\nGlobal seed set to 65411\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.18it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.83it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>\nRendering animation frame 76 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65412\nGlobal seed set to 65412\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.81it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.83it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4D60>\nRendering animation frame 77 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65413\nGlobal seed set to 65413\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>\nRendering animation frame 78 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65414\nGlobal seed set to 65414\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.99it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.01it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>\nRendering animation frame 79 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65415\nGlobal seed set to 65415\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.77it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.74it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.44it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.53it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D520>\nRendering animation frame 80 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65416\nGlobal seed set to 65416\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86D3760>\nRendering animation frame 81 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65417\nGlobal seed set to 65417\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.84it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 82 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65418\nGlobal seed set to 65418\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.81it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682A00>\nRendering animation frame 83 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65419\nGlobal seed set to 65419\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A98E0>\nRendering animation frame 84 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65420\nGlobal seed set to 65420\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.77it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>\nRendering animation frame 85 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65421\nGlobal seed set to 65421\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9430>\nRendering animation frame 86 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65422\nGlobal seed set to 65422\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97F0>\nRendering animation frame 87 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65423\nGlobal seed set to 65423\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.60it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.09it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.85it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.86it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.80it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.57it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.61it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D90>\nRendering animation frame 88 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65424\nGlobal seed set to 65424\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>\nRendering animation frame 89 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65425\nGlobal seed set to 65425\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.91it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.86it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.85it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.73it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.73it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.76it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.76it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.81it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B550>\nRendering animation frame 90 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65426\nGlobal seed set to 65426\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.97it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.19it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.05it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B6A0>\nRendering animation frame 91 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65427\nGlobal seed set to 65427\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.68it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.02it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.69it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.76it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>\nRendering animation frame 92 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65428\nGlobal seed set to 65428\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.65it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3EE0>\nRendering animation frame 93 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65429\nGlobal seed set to 65429\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.80it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>\nRendering animation frame 94 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65430\nGlobal seed set to 65430\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.41it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.47it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.58it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.58it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.69it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.76it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>\nRendering animation frame 95 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65431\nGlobal seed set to 65431\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.77it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DE20>\nRendering animation frame 96 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65432\nGlobal seed set to 65432\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.74it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.79it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>\nRendering animation frame 97 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65433\nGlobal seed set to 65433\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.61it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.69it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.76it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>\nRendering animation frame 98 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65434\nGlobal seed set to 65434\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698430>\nRendering animation frame 99 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65435\nGlobal seed set to 65435\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.14it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698100>\nRendering animation frame 100 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65436\nGlobal seed set to 65436\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBE20>\nRendering animation frame 101 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65437\nGlobal seed set to 65437\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>\nRendering animation frame 102 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65438\nGlobal seed set to 65438\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.68it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.68it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.72it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.76it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>\nRendering animation frame 103 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65439\nGlobal seed set to 65439\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>\nRendering animation frame 104 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65440\nGlobal seed set to 65440\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A98E0>\nRendering animation frame 105 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65441\nGlobal seed set to 65441\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9160>\nRendering animation frame 106 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65442\nGlobal seed set to 65442\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>\nRendering animation frame 107 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65443\nGlobal seed set to 65443\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>\nRendering animation frame 108 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65444\nGlobal seed set to 65444\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5250>\nRendering animation frame 109 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65445\nGlobal seed set to 65445\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.52it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.64it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.75it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.83it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>\nRendering animation frame 110 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65446\nGlobal seed set to 65446\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5460>\nRendering animation frame 111 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65447\nGlobal seed set to 65447\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B50>\nRendering animation frame 112 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65448\nGlobal seed set to 65448\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.79it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.77it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.82it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.84it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>\nRendering animation frame 113 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65449\nGlobal seed set to 65449\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.89it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.92it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.94it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.93it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5220>\nRendering animation frame 114 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65450\nGlobal seed set to 65450\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>\nRendering animation frame 115 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65451\nGlobal seed set to 65451\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 116 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65452\nGlobal seed set to 65452\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.19it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.81it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.79it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>\nRendering animation frame 117 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65453\nGlobal seed set to 65453\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.49it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.70it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.76it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.75it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.78it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.81it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53D0>\nRendering animation frame 118 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65454\nGlobal seed set to 65454\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>\nRendering animation frame 119 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65455\nGlobal seed set to 65455\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>\nRendering animation frame 120 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65456\nGlobal seed set to 65456\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>\nRendering animation frame 121 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65457\nGlobal seed set to 65457\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>\nRendering animation frame 122 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65458\nGlobal seed set to 65458\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5190>\nRendering animation frame 123 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65459\nGlobal seed set to 65459\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.32it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5160>\nRendering animation frame 124 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65460\nGlobal seed set to 65460\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B20>\nRendering animation frame 125 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65461\nGlobal seed set to 65461\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>\nRendering animation frame 126 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65462\nGlobal seed set to 65462\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.52it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.61it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E80>\nRendering animation frame 127 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65463\nGlobal seed set to 65463\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>\nRendering animation frame 128 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65464\nGlobal seed set to 65464\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5940>\nRendering animation frame 129 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65465\nGlobal seed set to 65465\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>\nRendering animation frame 130 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65466\nGlobal seed set to 65466\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.81it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>\nRendering animation frame 131 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65467\nGlobal seed set to 65467\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C10>\nRendering animation frame 132 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65468\nGlobal seed set to 65468\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB100>\nRendering animation frame 133 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65469\nGlobal seed set to 65469\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB700>\nRendering animation frame 134 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65470\nGlobal seed set to 65470\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>\nRendering animation frame 135 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65471\nGlobal seed set to 65471\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698100>\nRendering animation frame 136 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65472\nGlobal seed set to 65472\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.47it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.61it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>\nRendering animation frame 137 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65473\nGlobal seed set to 65473\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3AD0D0>\nRendering animation frame 138 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65474\nGlobal seed set to 65474\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.68it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.70it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.75it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.77it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DD90>\nRendering animation frame 139 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65475\nGlobal seed set to 65475\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>\nRendering animation frame 140 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65476\nGlobal seed set to 65476\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>\nRendering animation frame 141 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65477\nGlobal seed set to 65477\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.77it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>\nRendering animation frame 142 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65478\nGlobal seed set to 65478\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>\nRendering animation frame 143 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65479\nGlobal seed set to 65479\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.81it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.73it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9160>\nRendering animation frame 144 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65480\nGlobal seed set to 65480\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97F0>\nRendering animation frame 145 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65481\nGlobal seed set to 65481\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.70it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B20>\nRendering animation frame 146 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65482\nGlobal seed set to 65482\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.81it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.55it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.64it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D60>\nRendering animation frame 147 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65483\nGlobal seed set to 65483\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>\nRendering animation frame 148 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65484\nGlobal seed set to 65484\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BAF0>\nRendering animation frame 149 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65485\nGlobal seed set to 65485\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BD60>\nRendering animation frame 150 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65486\nGlobal seed set to 65486\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 151 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65487\nGlobal seed set to 65487\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.64it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.18it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.08it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.02it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.02it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.04it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.03it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>\nRendering animation frame 152 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65488\nGlobal seed set to 65488\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>\nRendering animation frame 153 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65489\nGlobal seed set to 65489\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.98it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.84it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.68it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.76it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.76it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.64it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C32E0>\nRendering animation frame 154 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65490\nGlobal seed set to 65490\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>\nRendering animation frame 155 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65491\nGlobal seed set to 65491\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>\nRendering animation frame 156 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65492\nGlobal seed set to 65492\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D280>\nRendering animation frame 157 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65493\nGlobal seed set to 65493\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C44C2B0>\nRendering animation frame 158 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65494\nGlobal seed set to 65494\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>\nRendering animation frame 159 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65495\nGlobal seed set to 65495\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>\nRendering animation frame 160 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65496\nGlobal seed set to 65496\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBDF0>\nRendering animation frame 161 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65497\nGlobal seed set to 65497\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.16it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.18it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.20it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>\nRendering animation frame 162 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65498\nGlobal seed set to 65498\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E50>\nRendering animation frame 163 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65499\nGlobal seed set to 65499\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D60>\nRendering animation frame 164 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65500\nGlobal seed set to 65500\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B50>\nRendering animation frame 165 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65501\nGlobal seed set to 65501\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D90>\nRendering animation frame 166 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65502\nGlobal seed set to 65502\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>\nRendering animation frame 167 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65503\nGlobal seed set to 65503\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>\nRendering animation frame 168 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65504\nGlobal seed set to 65504\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A30>\nRendering animation frame 169 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65505\nGlobal seed set to 65505\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F10>\nRendering animation frame 170 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65506\nGlobal seed set to 65506\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.02it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.70it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.74it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5910>\nRendering animation frame 171 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65507\nGlobal seed set to 65507\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B59D0>\nRendering animation frame 172 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65508\nGlobal seed set to 65508\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>\nRendering animation frame 173 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65509\nGlobal seed set to 65509\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>\nRendering animation frame 174 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65510\nGlobal seed set to 65510\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.64it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5340>\nRendering animation frame 175 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65511\nGlobal seed set to 65511\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>\nRendering animation frame 176 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65512\nGlobal seed set to 65512\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>\nRendering animation frame 177 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65513\nGlobal seed set to 65513\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>\nRendering animation frame 178 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65514\nGlobal seed set to 65514\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53A0>\nRendering animation frame 179 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65515\nGlobal seed set to 65515\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>\nRendering animation frame 180 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65516\nGlobal seed set to 65516\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.60it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.68it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D90>\nRendering animation frame 181 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65517\nGlobal seed set to 65517\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5670>\nRendering animation frame 182 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65518\nGlobal seed set to 65518\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.48it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.50it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.57it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.67it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>\nRendering animation frame 183 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65519\nGlobal seed set to 65519\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>\nRendering animation frame 184 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65520\nGlobal seed set to 65520\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>\nRendering animation frame 185 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65521\nGlobal seed set to 65521\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.69it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.72it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5070>\nRendering animation frame 186 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65522\nGlobal seed set to 65522\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>\nRendering animation frame 187 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65523\nGlobal seed set to 65523\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>\nRendering animation frame 188 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65524\nGlobal seed set to 65524\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>\nRendering animation frame 189 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65525\nGlobal seed set to 65525\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B80>\nRendering animation frame 190 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65526\nGlobal seed set to 65526\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C850>\nRendering animation frame 191 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65527\nGlobal seed set to 65527\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5160>\nRendering animation frame 192 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65528\nGlobal seed set to 65528\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>\nRendering animation frame 193 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65529\nGlobal seed set to 65529\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>\nRendering animation frame 194 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65530\nGlobal seed set to 65530\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>\nRendering animation frame 195 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65531\nGlobal seed set to 65531\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.88it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.18it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.03it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.07it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.06it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>\nRendering animation frame 196 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65532\nGlobal seed set to 65532\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.33it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B30760>\nRendering animation frame 197 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65533\nGlobal seed set to 65533\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.66it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.62it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DE20>\nRendering animation frame 198 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65534\nGlobal seed set to 65534\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.15it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4A30>\nRendering animation frame 199 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65535\nGlobal seed set to 65535\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 200 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65536\nGlobal seed set to 65536\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3EE0>\nRendering animation frame 201 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65537\nGlobal seed set to 65537\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9580>\nRendering animation frame 202 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65538\nGlobal seed set to 65538\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>\nRendering animation frame 203 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65539\nGlobal seed set to 65539\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9160>\nRendering animation frame 204 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65540\nGlobal seed set to 65540\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A90>\nRendering animation frame 205 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65541\nGlobal seed set to 65541\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CA0>\nRendering animation frame 206 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65542\nGlobal seed set to 65542\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B50>\nRendering animation frame 207 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65543\nGlobal seed set to 65543\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9F70>\nRendering animation frame 208 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65544\nGlobal seed set to 65544\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>\nRendering animation frame 209 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65545\nGlobal seed set to 65545\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682250>\nRendering animation frame 210 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65546\nGlobal seed set to 65546\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9A00>\nRendering animation frame 211 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65547\nGlobal seed set to 65547\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>\nRendering animation frame 212 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65548\nGlobal seed set to 65548\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.74it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.81it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C38E0>\nRendering animation frame 213 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65549\nGlobal seed set to 65549\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>\nRendering animation frame 214 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65550\nGlobal seed set to 65550\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>\nRendering animation frame 215 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65551\nGlobal seed set to 65551\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.75it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4970>\nRendering animation frame 216 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65552\nGlobal seed set to 65552\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DA00>\nRendering animation frame 217 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65553\nGlobal seed set to 65553\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698430>\nRendering animation frame 218 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65554\nGlobal seed set to 65554\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C392970>\nRendering animation frame 219 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65555\nGlobal seed set to 65555\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>\nRendering animation frame 220 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65556\nGlobal seed set to 65556\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>\nRendering animation frame 221 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65557\nGlobal seed set to 65557\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.23it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBCA0>\nRendering animation frame 222 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65558\nGlobal seed set to 65558\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CD0>\nRendering animation frame 223 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65559\nGlobal seed set to 65559\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>\nRendering animation frame 224 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65560\nGlobal seed set to 65560\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D90>\nRendering animation frame 225 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65561\nGlobal seed set to 65561\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A98E0>\nRendering animation frame 226 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65562\nGlobal seed set to 65562\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9F70>\nRendering animation frame 227 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65563\nGlobal seed set to 65563\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.83it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.16it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.02it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.70it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>\nRendering animation frame 228 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65564\nGlobal seed set to 65564\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.02it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.06it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>\nRendering animation frame 229 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65565\nGlobal seed set to 65565\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BB0>\nRendering animation frame 230 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65566\nGlobal seed set to 65566\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51C0>\nRendering animation frame 231 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65567\nGlobal seed set to 65567\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B58B0>\nRendering animation frame 232 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65568\nGlobal seed set to 65568\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B80>\nRendering animation frame 233 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65569\nGlobal seed set to 65569\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>\nRendering animation frame 234 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65570\nGlobal seed set to 65570\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.94it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.84it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.67it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F70>\nRendering animation frame 235 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65571\nGlobal seed set to 65571\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.20it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.20it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5640>\nRendering animation frame 236 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65572\nGlobal seed set to 65572\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>\nRendering animation frame 237 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65573\nGlobal seed set to 65573\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.69it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CA0>\nRendering animation frame 238 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65574\nGlobal seed set to 65574\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>\nRendering animation frame 239 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65575\nGlobal seed set to 65575\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>\nRendering animation frame 240 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65576\nGlobal seed set to 65576\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>\nRendering animation frame 241 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65577\nGlobal seed set to 65577\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.27it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.29it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 242 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65578\nGlobal seed set to 65578\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5460>\nRendering animation frame 243 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65579\nGlobal seed set to 65579\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5610>\nRendering animation frame 244 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65580\nGlobal seed set to 65580\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.76it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.81it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EB0>\nRendering animation frame 245 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65581\nGlobal seed set to 65581\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B59D0>\nRendering animation frame 246 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65582\nGlobal seed set to 65582\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C40>\nRendering animation frame 247 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65583\nGlobal seed set to 65583\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5190>\nRendering animation frame 248 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65584\nGlobal seed set to 65584\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>\nRendering animation frame 249 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65585\nGlobal seed set to 65585\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.89it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.90it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.76it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.74it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.79it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 250 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65586\nGlobal seed set to 65586\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A90>\nRendering animation frame 251 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65587\nGlobal seed set to 65587\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>\nRendering animation frame 252 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65588\nGlobal seed set to 65588\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>\nRendering animation frame 253 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65589\nGlobal seed set to 65589\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.17it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C850>\nRendering animation frame 254 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65590\nGlobal seed set to 65590\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.88it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.08it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>\nRendering animation frame 255 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65591\nGlobal seed set to 65591\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>\nRendering animation frame 256 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65592\nGlobal seed set to 65592\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>\nRendering animation frame 257 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65593\nGlobal seed set to 65593\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DEB0>\nRendering animation frame 258 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65594\nGlobal seed set to 65594\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4A30>\nRendering animation frame 259 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65595\nGlobal seed set to 65595\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3730>\nRendering animation frame 260 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65596\nGlobal seed set to 65596\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.68it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.47it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8695BB0>\nRendering animation frame 261 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65597\nGlobal seed set to 65597\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.19it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.15it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.20it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9580>\nRendering animation frame 262 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65598\nGlobal seed set to 65598\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.21it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.19it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.19it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.21it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682A00>\nRendering animation frame 263 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65599\nGlobal seed set to 65599\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.71it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97F0>\nRendering animation frame 264 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65600\nGlobal seed set to 65600\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CA0>\nRendering animation frame 265 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65601\nGlobal seed set to 65601\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.65it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>\nRendering animation frame 266 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65602\nGlobal seed set to 65602\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99D0>\nRendering animation frame 267 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65603\nGlobal seed set to 65603\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A90>\nRendering animation frame 268 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65604\nGlobal seed set to 65604\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B1F0>\nRendering animation frame 269 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65605\nGlobal seed set to 65605\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B550>\nRendering animation frame 270 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65606\nGlobal seed set to 65606\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>\nRendering animation frame 271 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65607\nGlobal seed set to 65607\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.65it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.58it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.62it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.65it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.70it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.77it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.75it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8695BB0>\nRendering animation frame 272 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65608\nGlobal seed set to 65608\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D00>\nRendering animation frame 273 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65609\nGlobal seed set to 65609\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A95B0>\nRendering animation frame 274 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65610\nGlobal seed set to 65610\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EB0>\nRendering animation frame 275 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65611\nGlobal seed set to 65611\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B20>\nRendering animation frame 276 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65612\nGlobal seed set to 65612\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9C10>\nRendering animation frame 277 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65613\nGlobal seed set to 65613\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.17it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C32E0>\nRendering animation frame 278 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65614\nGlobal seed set to 65614\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>\nRendering animation frame 279 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65615\nGlobal seed set to 65615\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C392970>\nRendering animation frame 280 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65616\nGlobal seed set to 65616\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.14it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D520>\nRendering animation frame 281 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65617\nGlobal seed set to 65617\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>\nRendering animation frame 282 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65618\nGlobal seed set to 65618\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>\nRendering animation frame 283 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65619\nGlobal seed set to 65619\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>\nRendering animation frame 284 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65620\nGlobal seed set to 65620\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698430>\nRendering animation frame 285 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65621\nGlobal seed set to 65621\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.16it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>\nRendering animation frame 286 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65622\nGlobal seed set to 65622\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.64it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.72it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>\nRendering animation frame 287 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65623\nGlobal seed set to 65623\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>\nRendering animation frame 288 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65624\nGlobal seed set to 65624\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.84it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.78it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51C0>\nRendering animation frame 289 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65625\nGlobal seed set to 65625\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>\nRendering animation frame 290 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65626\nGlobal seed set to 65626\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F40>\nRendering animation frame 291 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65627\nGlobal seed set to 65627\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.80it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>\nRendering animation frame 292 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65628\nGlobal seed set to 65628\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.89it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.13it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.72it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.74it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>\nRendering animation frame 293 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65629\nGlobal seed set to 65629\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.62it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.70it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.77it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.81it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.72it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 294 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65630\nGlobal seed set to 65630\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5190>\nRendering animation frame 295 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65631\nGlobal seed set to 65631\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C40>\nRendering animation frame 296 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65632\nGlobal seed set to 65632\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5040>\nRendering animation frame 297 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65633\nGlobal seed set to 65633\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.86it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.01it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5670>\nRendering animation frame 298 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65634\nGlobal seed set to 65634\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.76it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.77it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>\nRendering animation frame 299 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65635\nGlobal seed set to 65635\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>\nRendering animation frame 300 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65636\nGlobal seed set to 65636\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 301 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65637\nGlobal seed set to 65637\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.99it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.29it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.17it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.14it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.08it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FA0>\nRendering animation frame 302 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65638\nGlobal seed set to 65638\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86420D0>\nRendering animation frame 303 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65639\nGlobal seed set to 65639\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.18it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.81it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>\nRendering animation frame 304 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65640\nGlobal seed set to 65640\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>\nRendering animation frame 305 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65641\nGlobal seed set to 65641\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>\nRendering animation frame 306 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65642\nGlobal seed set to 65642\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>\nRendering animation frame 307 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65643\nGlobal seed set to 65643\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>\nRendering animation frame 308 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65644\nGlobal seed set to 65644\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.20it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.07it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.10it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.08it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>\nRendering animation frame 309 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65645\nGlobal seed set to 65645\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>\nRendering animation frame 310 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65646\nGlobal seed set to 65646\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CA0>\nRendering animation frame 311 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65647\nGlobal seed set to 65647\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>\nRendering animation frame 312 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65648\nGlobal seed set to 65648\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E20>\nRendering animation frame 313 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65649\nGlobal seed set to 65649\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>\nRendering animation frame 314 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65650\nGlobal seed set to 65650\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>\nRendering animation frame 315 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65651\nGlobal seed set to 65651\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.60it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DD90>\nRendering animation frame 316 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65652\nGlobal seed set to 65652\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D280>\nRendering animation frame 317 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65653\nGlobal seed set to 65653\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.17it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>\nRendering animation frame 318 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65654\nGlobal seed set to 65654\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.79it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B30760>\nRendering animation frame 319 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65655\nGlobal seed set to 65655\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.66it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.46it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>\nRendering animation frame 320 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65656\nGlobal seed set to 65656\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5160>\nRendering animation frame 321 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65657\nGlobal seed set to 65657\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E80>\nRendering animation frame 322 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65658\nGlobal seed set to 65658\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.14it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>\nRendering animation frame 323 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65659\nGlobal seed set to 65659\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>\nRendering animation frame 324 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65660\nGlobal seed set to 65660\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>\nRendering animation frame 325 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65661\nGlobal seed set to 65661\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>\nRendering animation frame 326 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65662\nGlobal seed set to 65662\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57F0>\nRendering animation frame 327 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65663\nGlobal seed set to 65663\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.65it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>\nRendering animation frame 328 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65664\nGlobal seed set to 65664\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>\nRendering animation frame 329 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65665\nGlobal seed set to 65665\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CD0>\nRendering animation frame 330 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65666\nGlobal seed set to 65666\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>\nRendering animation frame 331 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65667\nGlobal seed set to 65667\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D00>\nRendering animation frame 332 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65668\nGlobal seed set to 65668\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.76it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.75it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B550>\nRendering animation frame 333 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65669\nGlobal seed set to 65669\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BAC0>\nRendering animation frame 334 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65670\nGlobal seed set to 65670\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B640>\nRendering animation frame 335 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65671\nGlobal seed set to 65671\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 336 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65672\nGlobal seed set to 65672\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 337 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65673\nGlobal seed set to 65673\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.66it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.68it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B9D0>\nRendering animation frame 338 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65674\nGlobal seed set to 65674\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C44C2B0>\nRendering animation frame 339 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65675\nGlobal seed set to 65675\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32820>\nRendering animation frame 340 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65676\nGlobal seed set to 65676\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4970>\nRendering animation frame 341 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65677\nGlobal seed set to 65677\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.96it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.95it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>\nRendering animation frame 342 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65678\nGlobal seed set to 65678\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.60it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.64it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.69it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>\nRendering animation frame 343 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65679\nGlobal seed set to 65679\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DFD0>\nRendering animation frame 344 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65680\nGlobal seed set to 65680\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DD90>\nRendering animation frame 345 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65681\nGlobal seed set to 65681\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.78it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.51it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.50it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.58it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>\nRendering animation frame 346 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65682\nGlobal seed set to 65682\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99D0>\nRendering animation frame 347 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65683\nGlobal seed set to 65683\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.55it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.60it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.65it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.73it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A98E0>\nRendering animation frame 348 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65684\nGlobal seed set to 65684\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>\nRendering animation frame 349 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65685\nGlobal seed set to 65685\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>\nRendering animation frame 350 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65686\nGlobal seed set to 65686\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>\nRendering animation frame 351 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65687\nGlobal seed set to 65687\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.73it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9C40>\nRendering animation frame 352 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65688\nGlobal seed set to 65688\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.20it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.72it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>\nRendering animation frame 353 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65689\nGlobal seed set to 65689\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB490>\nRendering animation frame 354 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65690\nGlobal seed set to 65690\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>\nRendering animation frame 355 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65691\nGlobal seed set to 65691\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>\nRendering animation frame 356 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65692\nGlobal seed set to 65692\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C40>\nRendering animation frame 357 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65693\nGlobal seed set to 65693\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.92it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>\nRendering animation frame 358 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65694\nGlobal seed set to 65694\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 359 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65695\nGlobal seed set to 65695\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5940>\nRendering animation frame 360 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65696\nGlobal seed set to 65696\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.52it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.60it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.69it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.71it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>\nRendering animation frame 361 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65697\nGlobal seed set to 65697\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>\nRendering animation frame 362 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65698\nGlobal seed set to 65698\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.88it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.85it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.93it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5160>\nRendering animation frame 363 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65699\nGlobal seed set to 65699\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E50>\nRendering animation frame 364 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65700\nGlobal seed set to 65700\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>\nRendering animation frame 365 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65701\nGlobal seed set to 65701\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>\nRendering animation frame 366 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65702\nGlobal seed set to 65702\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>\nRendering animation frame 367 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65703\nGlobal seed set to 65703\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>\nRendering animation frame 368 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65704\nGlobal seed set to 65704\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57C0>\nRendering animation frame 369 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65705\nGlobal seed set to 65705\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 370 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65706\nGlobal seed set to 65706\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 371 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65707\nGlobal seed set to 65707\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5880>\nRendering animation frame 372 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65708\nGlobal seed set to 65708\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>\nRendering animation frame 373 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65709\nGlobal seed set to 65709\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FA0>\nRendering animation frame 374 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65710\nGlobal seed set to 65710\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>\nRendering animation frame 375 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65711\nGlobal seed set to 65711\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.05it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.83it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.86it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.74it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.70it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.70it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>\nRendering animation frame 376 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65712\nGlobal seed set to 65712\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.58it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51F0>\nRendering animation frame 377 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65713\nGlobal seed set to 65713\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB100>\nRendering animation frame 378 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65714\nGlobal seed set to 65714\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>\nRendering animation frame 379 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65715\nGlobal seed set to 65715\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.23it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>\nRendering animation frame 380 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65716\nGlobal seed set to 65716\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981C0>\nRendering animation frame 381 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65717\nGlobal seed set to 65717\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>\nRendering animation frame 382 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65718\nGlobal seed set to 65718\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>\nRendering animation frame 383 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65719\nGlobal seed set to 65719\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AF0>\nRendering animation frame 384 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65720\nGlobal seed set to 65720\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A30>\nRendering animation frame 385 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65721\nGlobal seed set to 65721\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>\nRendering animation frame 386 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65722\nGlobal seed set to 65722\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.69it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.71it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>\nRendering animation frame 387 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65723\nGlobal seed set to 65723\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5520>\nRendering animation frame 388 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65724\nGlobal seed set to 65724\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>\nRendering animation frame 389 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65725\nGlobal seed set to 65725\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>\nRendering animation frame 390 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65726\nGlobal seed set to 65726\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DD90>\nRendering animation frame 391 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65727\nGlobal seed set to 65727\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.73it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>\nRendering animation frame 392 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65728\nGlobal seed set to 65728\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C392970>\nRendering animation frame 393 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65729\nGlobal seed set to 65729\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.02it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>\nRendering animation frame 394 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65730\nGlobal seed set to 65730\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.07it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>\nRendering animation frame 395 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65731\nGlobal seed set to 65731\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>\nRendering animation frame 396 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65732\nGlobal seed set to 65732\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.99it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.87it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>\nRendering animation frame 397 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65733\nGlobal seed set to 65733\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.20it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97C0>\nRendering animation frame 398 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65734\nGlobal seed set to 65734\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>\nRendering animation frame 399 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65735\nGlobal seed set to 65735\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CD0>\nRendering animation frame 400 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65736\nGlobal seed set to 65736\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.16it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.17it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B6A0>\nRendering animation frame 401 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65737\nGlobal seed set to 65737\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.66it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.73it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B1F0>\nRendering animation frame 402 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65738\nGlobal seed set to 65738\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BAC0>\nRendering animation frame 403 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65739\nGlobal seed set to 65739\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 404 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65740\nGlobal seed set to 65740\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.67it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 405 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65741\nGlobal seed set to 65741\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.89it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.87it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B520>\nRendering animation frame 406 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65742\nGlobal seed set to 65742\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8695BB0>\nRendering animation frame 407 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65743\nGlobal seed set to 65743\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DFD0>\nRendering animation frame 408 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65744\nGlobal seed set to 65744\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 409 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65745\nGlobal seed set to 65745\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>\nRendering animation frame 410 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65746\nGlobal seed set to 65746\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>\nRendering animation frame 411 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65747\nGlobal seed set to 65747\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.72it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>\nRendering animation frame 412 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65748\nGlobal seed set to 65748\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4970>\nRendering animation frame 413 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65749\nGlobal seed set to 65749\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.17it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9610>\nRendering animation frame 414 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65750\nGlobal seed set to 65750\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D60>\nRendering animation frame 415 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65751\nGlobal seed set to 65751\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CA0>\nRendering animation frame 416 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65752\nGlobal seed set to 65752\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.86it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.02it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.06it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.09it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>\nRendering animation frame 417 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65753\nGlobal seed set to 65753\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9580>\nRendering animation frame 418 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65754\nGlobal seed set to 65754\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>\nRendering animation frame 419 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65755\nGlobal seed set to 65755\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.74it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>\nRendering animation frame 420 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65756\nGlobal seed set to 65756\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB100>\nRendering animation frame 421 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65757\nGlobal seed set to 65757\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.17it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.12it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.11it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.04it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.06it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.06it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.06it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBE20>\nRendering animation frame 422 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65758\nGlobal seed set to 65758\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55B0>\nRendering animation frame 423 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65759\nGlobal seed set to 65759\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B50>\nRendering animation frame 424 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65760\nGlobal seed set to 65760\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>\nRendering animation frame 425 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65761\nGlobal seed set to 65761\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.18it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.17it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5820>\nRendering animation frame 426 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65762\nGlobal seed set to 65762\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.97it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.19it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.13it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.12it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.13it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.14it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.14it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5940>\nRendering animation frame 427 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65763\nGlobal seed set to 65763\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>\nRendering animation frame 428 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65764\nGlobal seed set to 65764\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>\nRendering animation frame 429 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65765\nGlobal seed set to 65765\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>\nRendering animation frame 430 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65766\nGlobal seed set to 65766\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.65it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.19it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.16it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.19it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57F0>\nRendering animation frame 431 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65767\nGlobal seed set to 65767\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>\nRendering animation frame 432 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65768\nGlobal seed set to 65768\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>\nRendering animation frame 433 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65769\nGlobal seed set to 65769\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.19it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.18it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>\nRendering animation frame 434 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65770\nGlobal seed set to 65770\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.66it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.73it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>\nRendering animation frame 435 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65771\nGlobal seed set to 65771\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>\nRendering animation frame 436 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65772\nGlobal seed set to 65772\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>\nRendering animation frame 437 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65773\nGlobal seed set to 65773\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 438 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65774\nGlobal seed set to 65774\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 439 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65775\nGlobal seed set to 65775\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>\nRendering animation frame 440 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65776\nGlobal seed set to 65776\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.80it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.23it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.06it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.08it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.02it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.43it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.48it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57C0>\nRendering animation frame 441 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65777\nGlobal seed set to 65777\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>\nRendering animation frame 442 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65778\nGlobal seed set to 65778\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.05it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>\nRendering animation frame 443 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65779\nGlobal seed set to 65779\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FA0>\nRendering animation frame 444 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65780\nGlobal seed set to 65780\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54F0>\nRendering animation frame 445 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65781\nGlobal seed set to 65781\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.56it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.64it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.72it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>\nRendering animation frame 446 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65782\nGlobal seed set to 65782\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5640>\nRendering animation frame 447 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65783\nGlobal seed set to 65783\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>\nRendering animation frame 448 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65784\nGlobal seed set to 65784\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.56it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.66it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.73it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.77it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>\nRendering animation frame 449 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65785\nGlobal seed set to 65785\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.64it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.73it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.78it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C880>\nRendering animation frame 450 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65786\nGlobal seed set to 65786\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.65it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.69it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.72it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.74it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C38E0>\nRendering animation frame 451 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65787\nGlobal seed set to 65787\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.89it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.79it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>\nRendering animation frame 452 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65788\nGlobal seed set to 65788\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.76it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.94it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.93it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.94it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53D0>\nRendering animation frame 453 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65789\nGlobal seed set to 65789\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>\nRendering animation frame 454 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65790\nGlobal seed set to 65790\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>\nRendering animation frame 455 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65791\nGlobal seed set to 65791\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>\nRendering animation frame 456 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65792\nGlobal seed set to 65792\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>\nRendering animation frame 457 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65793\nGlobal seed set to 65793\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.95it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.79it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>\nRendering animation frame 458 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65794\nGlobal seed set to 65794\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.94it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>\nRendering animation frame 459 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65795\nGlobal seed set to 65795\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3AD0D0>\nRendering animation frame 460 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65796\nGlobal seed set to 65796\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.69it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.74it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.80it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>\nRendering animation frame 461 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65797\nGlobal seed set to 65797\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>\nRendering animation frame 462 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65798\nGlobal seed set to 65798\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F40>\nRendering animation frame 463 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65799\nGlobal seed set to 65799\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.23it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.59it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DEB0>\nRendering animation frame 464 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65800\nGlobal seed set to 65800\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>\nRendering animation frame 465 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65801\nGlobal seed set to 65801\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.45it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.09it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97C0>\nRendering animation frame 466 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65802\nGlobal seed set to 65802\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>\nRendering animation frame 467 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65803\nGlobal seed set to 65803\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.66it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CA0>\nRendering animation frame 468 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65804\nGlobal seed set to 65804\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCA0>\nRendering animation frame 469 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65805\nGlobal seed set to 65805\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B940>\nRendering animation frame 470 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65806\nGlobal seed set to 65806\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B640>\nRendering animation frame 471 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65807\nGlobal seed set to 65807\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.74it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.76it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.59it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 472 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65808\nGlobal seed set to 65808\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 473 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65809\nGlobal seed set to 65809\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.11it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCD0>\nRendering animation frame 474 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65810\nGlobal seed set to 65810\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.63it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 475 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65811\nGlobal seed set to 65811\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32820>\nRendering animation frame 476 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65812\nGlobal seed set to 65812\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.83it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>\nRendering animation frame 477 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65813\nGlobal seed set to 65813\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EE0>\nRendering animation frame 478 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65814\nGlobal seed set to 65814\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.64it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.46it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.45it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.57it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.67it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.75it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.64it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>\nRendering animation frame 479 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65815\nGlobal seed set to 65815\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.58it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C38E0>\nRendering animation frame 480 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65816\nGlobal seed set to 65816\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>\nRendering animation frame 481 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65817\nGlobal seed set to 65817\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.74it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.73it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.73it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.75it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4970>\nRendering animation frame 482 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65818\nGlobal seed set to 65818\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99D0>\nRendering animation frame 483 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65819\nGlobal seed set to 65819\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698130>\nRendering animation frame 484 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65820\nGlobal seed set to 65820\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698100>\nRendering animation frame 485 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65821\nGlobal seed set to 65821\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DA00>\nRendering animation frame 486 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65822\nGlobal seed set to 65822\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>\nRendering animation frame 487 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65823\nGlobal seed set to 65823\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9A00>\nRendering animation frame 488 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65824\nGlobal seed set to 65824\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>\nRendering animation frame 489 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65825\nGlobal seed set to 65825\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB700>\nRendering animation frame 490 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65826\nGlobal seed set to 65826\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 491 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65827\nGlobal seed set to 65827\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5910>\nRendering animation frame 492 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65828\nGlobal seed set to 65828\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>\nRendering animation frame 493 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65829\nGlobal seed set to 65829\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.71it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.77it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>\nRendering animation frame 494 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65830\nGlobal seed set to 65830\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.70it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.72it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E50>\nRendering animation frame 495 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65831\nGlobal seed set to 65831\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.68it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F40>\nRendering animation frame 496 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65832\nGlobal seed set to 65832\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>\nRendering animation frame 497 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65833\nGlobal seed set to 65833\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5520>\nRendering animation frame 498 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65834\nGlobal seed set to 65834\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53D0>\nRendering animation frame 499 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65835\nGlobal seed set to 65835\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>\nRendering animation frame 500 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65836\nGlobal seed set to 65836\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.22it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.17it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BB0>\nRendering animation frame 501 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65837\nGlobal seed set to 65837\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>\nRendering animation frame 502 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65838\nGlobal seed set to 65838\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.17it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>\nRendering animation frame 503 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65839\nGlobal seed set to 65839\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 504 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65840\nGlobal seed set to 65840\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>\nRendering animation frame 505 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65841\nGlobal seed set to 65841\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 506 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65842\nGlobal seed set to 65842\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 507 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65843\nGlobal seed set to 65843\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B58B0>\nRendering animation frame 508 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65844\nGlobal seed set to 65844\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.94it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.62it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>\nRendering animation frame 509 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65845\nGlobal seed set to 65845\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.96it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.96it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.04it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.07it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.12it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.16it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>\nRendering animation frame 510 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65846\nGlobal seed set to 65846\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 511 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65847\nGlobal seed set to 65847\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>\nRendering animation frame 512 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65848\nGlobal seed set to 65848\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5250>\nRendering animation frame 513 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65849\nGlobal seed set to 65849\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>\nRendering animation frame 514 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65850\nGlobal seed set to 65850\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5940>\nRendering animation frame 515 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65851\nGlobal seed set to 65851\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9580>\nRendering animation frame 516 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65852\nGlobal seed set to 65852\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.65it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D280>\nRendering animation frame 517 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65853\nGlobal seed set to 65853\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>\nRendering animation frame 518 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65854\nGlobal seed set to 65854\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981C0>\nRendering animation frame 519 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65855\nGlobal seed set to 65855\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.69it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.11it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.07it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.08it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.06it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.08it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.05it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4790>\nRendering animation frame 520 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65856\nGlobal seed set to 65856\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C850>\nRendering animation frame 521 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65857\nGlobal seed set to 65857\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C392970>\nRendering animation frame 522 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65858\nGlobal seed set to 65858\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>\nRendering animation frame 523 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65859\nGlobal seed set to 65859\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.57it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 8.56it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 8.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.61it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.04it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.55it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.70it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53D0>\nRendering animation frame 524 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65860\nGlobal seed set to 65860\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EB0>\nRendering animation frame 525 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65861\nGlobal seed set to 65861\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>\nRendering animation frame 526 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65862\nGlobal seed set to 65862\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B30760>\nRendering animation frame 527 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65863\nGlobal seed set to 65863\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.65it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>\nRendering animation frame 528 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65864\nGlobal seed set to 65864\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.11it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.02it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55B0>\nRendering animation frame 529 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65865\nGlobal seed set to 65865\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.27it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.23it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.18it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.18it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.22it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>\nRendering animation frame 530 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65866\nGlobal seed set to 65866\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CA0>\nRendering animation frame 531 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65867\nGlobal seed set to 65867\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E80>\nRendering animation frame 532 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65868\nGlobal seed set to 65868\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5340>\nRendering animation frame 533 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65869\nGlobal seed set to 65869\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>\nRendering animation frame 534 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65870\nGlobal seed set to 65870\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EB0>\nRendering animation frame 535 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65871\nGlobal seed set to 65871\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>\nRendering animation frame 536 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65872\nGlobal seed set to 65872\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>\nRendering animation frame 537 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65873\nGlobal seed set to 65873\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.66it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.31it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.14it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B6A0>\nRendering animation frame 538 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65874\nGlobal seed set to 65874\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.90it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.89it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCA0>\nRendering animation frame 539 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65875\nGlobal seed set to 65875\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 540 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65876\nGlobal seed set to 65876\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 541 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65877\nGlobal seed set to 65877\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B7F0>\nRendering animation frame 542 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65878\nGlobal seed set to 65878\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32820>\nRendering animation frame 543 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65879\nGlobal seed set to 65879\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3730>\nRendering animation frame 544 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65880\nGlobal seed set to 65880\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>\nRendering animation frame 545 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65881\nGlobal seed set to 65881\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.02it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.04it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C850>\nRendering animation frame 546 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65882\nGlobal seed set to 65882\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>\nRendering animation frame 547 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65883\nGlobal seed set to 65883\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.17it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.20it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>\nRendering animation frame 548 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65884\nGlobal seed set to 65884\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DFD0>\nRendering animation frame 549 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65885\nGlobal seed set to 65885\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>\nRendering animation frame 550 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65886\nGlobal seed set to 65886\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CD0>\nRendering animation frame 551 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65887\nGlobal seed set to 65887\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.87it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.34it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.25it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.15it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.11it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.03it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9610>\nRendering animation frame 552 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65888\nGlobal seed set to 65888\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>\nRendering animation frame 553 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65889\nGlobal seed set to 65889\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9F70>\nRendering animation frame 554 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65890\nGlobal seed set to 65890\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>\nRendering animation frame 555 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65891\nGlobal seed set to 65891\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>\nRendering animation frame 556 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65892\nGlobal seed set to 65892\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>\nRendering animation frame 557 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65893\nGlobal seed set to 65893\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBCA0>\nRendering animation frame 558 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65894\nGlobal seed set to 65894\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>\nRendering animation frame 559 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65895\nGlobal seed set to 65895\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>\nRendering animation frame 560 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65896\nGlobal seed set to 65896\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>\nRendering animation frame 561 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65897\nGlobal seed set to 65897\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5070>\nRendering animation frame 562 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65898\nGlobal seed set to 65898\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54F0>\nRendering animation frame 563 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65899\nGlobal seed set to 65899\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5340>\nRendering animation frame 564 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65900\nGlobal seed set to 65900\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.66it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E80>\nRendering animation frame 565 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65901\nGlobal seed set to 65901\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B59A0>\nRendering animation frame 566 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65902\nGlobal seed set to 65902\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.46it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.32it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.22it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.18it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.19it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.19it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.24it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B20>\nRendering animation frame 567 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65903\nGlobal seed set to 65903\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51C0>\nRendering animation frame 568 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65904\nGlobal seed set to 65904\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>\nRendering animation frame 569 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65905\nGlobal seed set to 65905\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>\nRendering animation frame 570 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65906\nGlobal seed set to 65906\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.16it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 571 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65907\nGlobal seed set to 65907\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>\nRendering animation frame 572 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65908\nGlobal seed set to 65908\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>\nRendering animation frame 573 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65909\nGlobal seed set to 65909\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.77it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.80it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.83it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 574 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65910\nGlobal seed set to 65910\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 575 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65911\nGlobal seed set to 65911\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>\nRendering animation frame 576 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65912\nGlobal seed set to 65912\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>\nRendering animation frame 577 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65913\nGlobal seed set to 65913\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>\nRendering animation frame 578 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65914\nGlobal seed set to 65914\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.92it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.00it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.07it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.10it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>\nRendering animation frame 579 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65915\nGlobal seed set to 65915\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>\nRendering animation frame 580 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65916\nGlobal seed set to 65916\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F70>\nRendering animation frame 581 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65917\nGlobal seed set to 65917\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.94it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.10it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.01it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB100>\nRendering animation frame 582 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65918\nGlobal seed set to 65918\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.58it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.60it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.69it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B58E0>\nRendering animation frame 583 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65919\nGlobal seed set to 65919\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>\nRendering animation frame 584 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65920\nGlobal seed set to 65920\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>\nRendering animation frame 585 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65921\nGlobal seed set to 65921\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>\nRendering animation frame 586 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65922\nGlobal seed set to 65922\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.19it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 587 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65923\nGlobal seed set to 65923\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>\nRendering animation frame 588 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65924\nGlobal seed set to 65924\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5910>\nRendering animation frame 589 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65925\nGlobal seed set to 65925\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54F0>\nRendering animation frame 590 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65926\nGlobal seed set to 65926\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.29it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.25it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.17it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>\nRendering animation frame 591 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65927\nGlobal seed set to 65927\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5070>\nRendering animation frame 592 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65928\nGlobal seed set to 65928\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4D60>\nRendering animation frame 593 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65929\nGlobal seed set to 65929\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>\nRendering animation frame 594 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65930\nGlobal seed set to 65930\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DE20>\nRendering animation frame 595 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65931\nGlobal seed set to 65931\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>\nRendering animation frame 596 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65932\nGlobal seed set to 65932\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>\nRendering animation frame 597 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65933\nGlobal seed set to 65933\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.27it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.56it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C44C2B0>\nRendering animation frame 598 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65934\nGlobal seed set to 65934\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.15it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>\nRendering animation frame 599 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65935\nGlobal seed set to 65935\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3730>\nRendering animation frame 600 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65936\nGlobal seed set to 65936\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.35it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.25it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.22it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>\nRendering animation frame 601 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65937\nGlobal seed set to 65937\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>\nRendering animation frame 602 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65938\nGlobal seed set to 65938\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99A0>\nRendering animation frame 603 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65939\nGlobal seed set to 65939\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9610>\nRendering animation frame 604 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65940\nGlobal seed set to 65940\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BAC0>\nRendering animation frame 605 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65941\nGlobal seed set to 65941\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B220>\nRendering animation frame 606 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65942\nGlobal seed set to 65942\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>\nRendering animation frame 607 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65943\nGlobal seed set to 65943\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 608 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65944\nGlobal seed set to 65944\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 609 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65945\nGlobal seed set to 65945\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B550>\nRendering animation frame 610 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65946\nGlobal seed set to 65946\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32820>\nRendering animation frame 611 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65947\nGlobal seed set to 65947\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8695BB0>\nRendering animation frame 612 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65948\nGlobal seed set to 65948\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.44it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.53it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.58it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.66it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.68it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.51it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.63it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 613 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65949\nGlobal seed set to 65949\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D520>\nRendering animation frame 614 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65950\nGlobal seed set to 65950\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>\nRendering animation frame 615 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65951\nGlobal seed set to 65951\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>\nRendering animation frame 616 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65952\nGlobal seed set to 65952\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.24it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.24it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.14it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D00>\nRendering animation frame 617 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65953\nGlobal seed set to 65953\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B20>\nRendering animation frame 618 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65954\nGlobal seed set to 65954\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.20it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.18it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>\nRendering animation frame 619 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65955\nGlobal seed set to 65955\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99D0>\nRendering animation frame 620 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65956\nGlobal seed set to 65956\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>\nRendering animation frame 621 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65957\nGlobal seed set to 65957\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9C40>\nRendering animation frame 622 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65958\nGlobal seed set to 65958\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.78it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>\nRendering animation frame 623 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65959\nGlobal seed set to 65959\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>\nRendering animation frame 624 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65960\nGlobal seed set to 65960\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB700>\nRendering animation frame 625 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65961\nGlobal seed set to 65961\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBDF0>\nRendering animation frame 626 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65962\nGlobal seed set to 65962\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>\nRendering animation frame 627 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65963\nGlobal seed set to 65963\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.48it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.25it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 8.99it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.32it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.31it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.46it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.72it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B50>\nRendering animation frame 628 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65964\nGlobal seed set to 65964\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5220>\nRendering animation frame 629 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65965\nGlobal seed set to 65965\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E50>\nRendering animation frame 630 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65966\nGlobal seed set to 65966\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>\nRendering animation frame 631 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65967\nGlobal seed set to 65967\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.49it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.37it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.32it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.25it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.19it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.22it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CA0>\nRendering animation frame 632 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65968\nGlobal seed set to 65968\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.91it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.92it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.09it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D90>\nRendering animation frame 633 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65969\nGlobal seed set to 65969\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>\nRendering animation frame 634 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65970\nGlobal seed set to 65970\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>\nRendering animation frame 635 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65971\nGlobal seed set to 65971\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>\nRendering animation frame 636 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65972\nGlobal seed set to 65972\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57F0>\nRendering animation frame 637 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65973\nGlobal seed set to 65973\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.23it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EB0>\nRendering animation frame 638 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65974\nGlobal seed set to 65974\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.99it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>\nRendering animation frame 639 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65975\nGlobal seed set to 65975\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F10>\nRendering animation frame 640 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65976\nGlobal seed set to 65976\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>\nRendering animation frame 641 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65977\nGlobal seed set to 65977\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.18it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.19it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 642 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65978\nGlobal seed set to 65978\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.19it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.96it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 643 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65979\nGlobal seed set to 65979\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5880>\nRendering animation frame 644 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65980\nGlobal seed set to 65980\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>\nRendering animation frame 645 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65981\nGlobal seed set to 65981\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.74it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5520>\nRendering animation frame 646 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65982\nGlobal seed set to 65982\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.16it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.15it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F10>\nRendering animation frame 647 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65983\nGlobal seed set to 65983\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>\nRendering animation frame 648 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65984\nGlobal seed set to 65984\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5670>\nRendering animation frame 649 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65985\nGlobal seed set to 65985\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.27it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF10>\nRendering animation frame 650 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65986\nGlobal seed set to 65986\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.21it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.99it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.94it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.95it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>\nRendering animation frame 651 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65987\nGlobal seed set to 65987\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698100>\nRendering animation frame 652 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65988\nGlobal seed set to 65988\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9A00>\nRendering animation frame 653 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65989\nGlobal seed set to 65989\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.15it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86D3760>\nRendering animation frame 654 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65990\nGlobal seed set to 65990\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.89it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.20it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.05it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.99it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.07it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>\nRendering animation frame 655 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65991\nGlobal seed set to 65991\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>\nRendering animation frame 656 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65992\nGlobal seed set to 65992\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.84it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.30it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 657 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65993\nGlobal seed set to 65993\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>\nRendering animation frame 658 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65994\nGlobal seed set to 65994\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.16it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.16it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B59A0>\nRendering animation frame 659 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65995\nGlobal seed set to 65995\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>\nRendering animation frame 660 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65996\nGlobal seed set to 65996\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.17it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BE0>\nRendering animation frame 661 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65997\nGlobal seed set to 65997\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C44C2B0>\nRendering animation frame 662 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65998\nGlobal seed set to 65998\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>\nRendering animation frame 663 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 65999\nGlobal seed set to 65999\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682250>\nRendering animation frame 664 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66000\nGlobal seed set to 66000\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>\nRendering animation frame 665 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66001\nGlobal seed set to 66001\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>\nRendering animation frame 666 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66002\nGlobal seed set to 66002\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D280>\nRendering animation frame 667 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66003\nGlobal seed set to 66003\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>\nRendering animation frame 668 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66004\nGlobal seed set to 66004\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EE0>\nRendering animation frame 669 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66005\nGlobal seed set to 66005\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>\nRendering animation frame 670 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66006\nGlobal seed set to 66006\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>\nRendering animation frame 671 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66007\nGlobal seed set to 66007\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.64it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.32it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.46it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.56it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.77it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>\nRendering animation frame 672 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66008\nGlobal seed set to 66008\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCD0>\nRendering animation frame 673 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66009\nGlobal seed set to 66009\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BD60>\nRendering animation frame 674 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66010\nGlobal seed set to 66010\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCA0>\nRendering animation frame 675 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66011\nGlobal seed set to 66011\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.24it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 676 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66012\nGlobal seed set to 66012\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.82it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.79it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 677 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66013\nGlobal seed set to 66013\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.70it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>\nRendering animation frame 678 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66014\nGlobal seed set to 66014\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 10.00it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.24it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.15it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.02it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.00it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 679 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66015\nGlobal seed set to 66015\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>\nRendering animation frame 680 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66016\nGlobal seed set to 66016\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.17it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>\nRendering animation frame 681 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66017\nGlobal seed set to 66017\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.08it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.90it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.93it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4A30>\nRendering animation frame 682 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66018\nGlobal seed set to 66018\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.69it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.76it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>\nRendering animation frame 683 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66019\nGlobal seed set to 66019\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682250>\nRendering animation frame 684 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66020\nGlobal seed set to 66020\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>\nRendering animation frame 685 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66021\nGlobal seed set to 66021\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>\nRendering animation frame 686 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66022\nGlobal seed set to 66022\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.57it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.35it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.49it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.71it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>\nRendering animation frame 687 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66023\nGlobal seed set to 66023\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>\nRendering animation frame 688 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66024\nGlobal seed set to 66024\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>\nRendering animation frame 689 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66025\nGlobal seed set to 66025\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>\nRendering animation frame 690 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66026\nGlobal seed set to 66026\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>\nRendering animation frame 691 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66027\nGlobal seed set to 66027\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>\nRendering animation frame 692 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66028\nGlobal seed set to 66028\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.65it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.70it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>\nRendering animation frame 693 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66029\nGlobal seed set to 66029\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.95it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.27it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.12it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB700>\nRendering animation frame 694 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66030\nGlobal seed set to 66030\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.31it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.24it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.23it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.17it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>\nRendering animation frame 695 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66031\nGlobal seed set to 66031\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>\nRendering animation frame 696 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66032\nGlobal seed set to 66032\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5340>\nRendering animation frame 697 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66033\nGlobal seed set to 66033\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>\nRendering animation frame 698 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66034\nGlobal seed set to 66034\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>\nRendering animation frame 699 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66035\nGlobal seed set to 66035\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A30>\nRendering animation frame 700 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66036\nGlobal seed set to 66036\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.62it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>\nRendering animation frame 701 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66037\nGlobal seed set to 66037\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.66it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.69it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.76it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>\nRendering animation frame 702 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66038\nGlobal seed set to 66038\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>\nRendering animation frame 703 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66039\nGlobal seed set to 66039\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>\nRendering animation frame 704 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66040\nGlobal seed set to 66040\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>\nRendering animation frame 705 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66041\nGlobal seed set to 66041\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.83it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.16it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.06it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.06it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.06it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.07it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.08it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D90>\nRendering animation frame 706 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66042\nGlobal seed set to 66042\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>\nRendering animation frame 707 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66043\nGlobal seed set to 66043\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 708 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66044\nGlobal seed set to 66044\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>\nRendering animation frame 709 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66045\nGlobal seed set to 66045\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 710 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66046\nGlobal seed set to 66046\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 711 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66047\nGlobal seed set to 66047\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>\nRendering animation frame 712 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66048\nGlobal seed set to 66048\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>\nRendering animation frame 713 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66049\nGlobal seed set to 66049\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 714 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66050\nGlobal seed set to 66050\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.31it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 715 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66051\nGlobal seed set to 66051\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>\nRendering animation frame 716 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66052\nGlobal seed set to 66052\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.68it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.47it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.72it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5040>\nRendering animation frame 717 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66053\nGlobal seed set to 66053\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.08it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>\nRendering animation frame 718 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66054\nGlobal seed set to 66054\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54F0>\nRendering animation frame 719 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66055\nGlobal seed set to 66055\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9370>\nRendering animation frame 720 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66056\nGlobal seed set to 66056\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51C0>\nRendering animation frame 721 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66057\nGlobal seed set to 66057\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>\nRendering animation frame 722 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66058\nGlobal seed set to 66058\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.17it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57C0>\nRendering animation frame 723 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66059\nGlobal seed set to 66059\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F10>\nRendering animation frame 724 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66060\nGlobal seed set to 66060\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A60>\nRendering animation frame 725 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66061\nGlobal seed set to 66061\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>\nRendering animation frame 726 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66062\nGlobal seed set to 66062\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BB0>\nRendering animation frame 727 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66063\nGlobal seed set to 66063\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BE0>\nRendering animation frame 728 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66064\nGlobal seed set to 66064\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DE20>\nRendering animation frame 729 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66065\nGlobal seed set to 66065\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.74it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B30760>\nRendering animation frame 730 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66066\nGlobal seed set to 66066\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.75it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A90>\nRendering animation frame 731 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66067\nGlobal seed set to 66067\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.57it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.62it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.70it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.77it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>\nRendering animation frame 732 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66068\nGlobal seed set to 66068\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.93it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>\nRendering animation frame 733 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66069\nGlobal seed set to 66069\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>\nRendering animation frame 734 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66070\nGlobal seed set to 66070\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>\nRendering animation frame 735 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66071\nGlobal seed set to 66071\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>\nRendering animation frame 736 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66072\nGlobal seed set to 66072\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.14it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9610>\nRendering animation frame 737 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66073\nGlobal seed set to 66073\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A90>\nRendering animation frame 738 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66074\nGlobal seed set to 66074\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EB0>\nRendering animation frame 739 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66075\nGlobal seed set to 66075\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.31it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>\nRendering animation frame 740 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66076\nGlobal seed set to 66076\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.77it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.81it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.76it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>\nRendering animation frame 741 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66077\nGlobal seed set to 66077\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BD60>\nRendering animation frame 742 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66078\nGlobal seed set to 66078\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B220>\nRendering animation frame 743 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66079\nGlobal seed set to 66079\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 744 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66080\nGlobal seed set to 66080\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 745 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66081\nGlobal seed set to 66081\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.01it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.88it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>\nRendering animation frame 746 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66082\nGlobal seed set to 66082\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>\nRendering animation frame 747 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66083\nGlobal seed set to 66083\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4D60>\nRendering animation frame 748 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66084\nGlobal seed set to 66084\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C38E0>\nRendering animation frame 749 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66085\nGlobal seed set to 66085\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86D3760>\nRendering animation frame 750 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66086\nGlobal seed set to 66086\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.65it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.92it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.94it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682250>\nRendering animation frame 751 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66087\nGlobal seed set to 66087\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.63it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D520>\nRendering animation frame 752 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66088\nGlobal seed set to 66088\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D60>\nRendering animation frame 753 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66089\nGlobal seed set to 66089\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>\nRendering animation frame 754 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66090\nGlobal seed set to 66090\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.80it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>\nRendering animation frame 755 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66091\nGlobal seed set to 66091\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EB0>\nRendering animation frame 756 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66092\nGlobal seed set to 66092\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.94it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A95B0>\nRendering animation frame 757 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66093\nGlobal seed set to 66093\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9C40>\nRendering animation frame 758 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66094\nGlobal seed set to 66094\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>\nRendering animation frame 759 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66095\nGlobal seed set to 66095\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698430>\nRendering animation frame 760 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66096\nGlobal seed set to 66096\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.21it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF10>\nRendering animation frame 761 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66097\nGlobal seed set to 66097\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>\nRendering animation frame 762 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66098\nGlobal seed set to 66098\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>\nRendering animation frame 763 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66099\nGlobal seed set to 66099\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>\nRendering animation frame 764 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66100\nGlobal seed set to 66100\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>\nRendering animation frame 765 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66101\nGlobal seed set to 66101\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>\nRendering animation frame 766 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66102\nGlobal seed set to 66102\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>\nRendering animation frame 767 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66103\nGlobal seed set to 66103\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>\nRendering animation frame 768 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66104\nGlobal seed set to 66104\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5820>\nRendering animation frame 769 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66105\nGlobal seed set to 66105\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>\nRendering animation frame 770 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66106\nGlobal seed set to 66106\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.46it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.34it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.25it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.23it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.18it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.17it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>\nRendering animation frame 771 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66107\nGlobal seed set to 66107\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F70>\nRendering animation frame 772 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66108\nGlobal seed set to 66108\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.13it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>\nRendering animation frame 773 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66109\nGlobal seed set to 66109\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 10.00it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.25it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.12it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.07it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AF0>\nRendering animation frame 774 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66110\nGlobal seed set to 66110\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.01it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>\nRendering animation frame 775 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66111\nGlobal seed set to 66111\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 776 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66112\nGlobal seed set to 66112\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53A0>\nRendering animation frame 777 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66113\nGlobal seed set to 66113\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>\nRendering animation frame 778 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66114\nGlobal seed set to 66114\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>\nRendering animation frame 779 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66115\nGlobal seed set to 66115\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.71it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>\nRendering animation frame 780 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66116\nGlobal seed set to 66116\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>\nRendering animation frame 781 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66117\nGlobal seed set to 66117\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>\nRendering animation frame 782 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66118\nGlobal seed set to 66118\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>\nRendering animation frame 783 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66119\nGlobal seed set to 66119\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>\nRendering animation frame 784 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66120\nGlobal seed set to 66120\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>\nRendering animation frame 785 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66121\nGlobal seed set to 66121\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>\nRendering animation frame 786 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66122\nGlobal seed set to 66122\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>\nRendering animation frame 787 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66123\nGlobal seed set to 66123\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>\nRendering animation frame 788 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66124\nGlobal seed set to 66124\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9370>\nRendering animation frame 789 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66125\nGlobal seed set to 66125\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.74it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.81it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>\nRendering animation frame 790 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66126\nGlobal seed set to 66126\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.50it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.54it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.57it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.62it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.53it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.45it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.57it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.67it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.73it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>\nRendering animation frame 791 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66127\nGlobal seed set to 66127\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5220>\nRendering animation frame 792 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66128\nGlobal seed set to 66128\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57F0>\nRendering animation frame 793 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66129\nGlobal seed set to 66129\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>\nRendering animation frame 794 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66130\nGlobal seed set to 66130\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.76it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>\nRendering animation frame 795 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66131\nGlobal seed set to 66131\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.32it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.25it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.14it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>\nRendering animation frame 796 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66132\nGlobal seed set to 66132\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>\nRendering animation frame 797 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66133\nGlobal seed set to 66133\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>\nRendering animation frame 798 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66134\nGlobal seed set to 66134\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>\nRendering animation frame 799 of 800\nangle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\nsuperheros 66135\nGlobal seed set to 66135\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.97it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.11it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3730>",
"metrics": {
"predict_time": 1643.98465,
"total_time": 1644.190811
},
"output": "https://replicate.delivery/mgxm/b59a6f59-6606-4bcc-b346-da8136763201/out.mp4",
"started_at": "2022-09-01T01:53:19.820189Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/4zorkqp3dvcdxffmxz3mdznlgu",
"cancel": "https://api.replicate.com/v1/predictions/4zorkqp3dvcdxffmxz3mdznlgu/cancel"
},
"version": "fa562b4f01ab781ce19720e2d5604e55327dfe678a263b34e3604b4efdc6b3eb"
}
Using seed: 65336
Saving animation frames to cog_out
Rendering animation frame 0 of 800
superheros 65336
Global seed set to 65336
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:05, 8.79it/s]
4%|▍ | 2/50 [00:00<00:05, 9.42it/s]
6%|▌ | 3/50 [00:00<00:04, 9.57it/s]
8%|▊ | 4/50 [00:00<00:04, 9.51it/s]
10%|█ | 5/50 [00:00<00:04, 9.29it/s]
12%|█▏ | 6/50 [00:00<00:04, 9.37it/s]
14%|█▍ | 7/50 [00:00<00:04, 9.44it/s]
16%|█▌ | 8/50 [00:00<00:04, 9.40it/s]
18%|█▊ | 9/50 [00:00<00:04, 9.46it/s]
20%|██ | 10/50 [00:01<00:04, 9.44it/s]
22%|██▏ | 11/50 [00:01<00:04, 9.46it/s]
24%|██▍ | 12/50 [00:01<00:04, 9.49it/s]
26%|██▌ | 13/50 [00:01<00:03, 9.48it/s]
28%|██▊ | 14/50 [00:01<00:03, 9.43it/s]
30%|███ | 15/50 [00:01<00:03, 9.44it/s]
32%|███▏ | 16/50 [00:01<00:03, 9.52it/s]
34%|███▍ | 17/50 [00:01<00:03, 9.51it/s]
36%|███▌ | 18/50 [00:01<00:03, 9.46it/s]
38%|███▊ | 19/50 [00:02<00:03, 9.39it/s]
40%|████ | 20/50 [00:02<00:03, 9.44it/s]
42%|████▏ | 21/50 [00:02<00:03, 9.49it/s]
44%|████▍ | 22/50 [00:02<00:02, 9.51it/s]
46%|████▌ | 23/50 [00:02<00:02, 9.51it/s]
48%|████▊ | 24/50 [00:02<00:02, 9.48it/s]
50%|█████ | 25/50 [00:02<00:02, 9.48it/s]
52%|█████▏ | 26/50 [00:02<00:02, 9.52it/s]
54%|█████▍ | 27/50 [00:02<00:02, 9.57it/s]
56%|█████▌ | 28/50 [00:02<00:02, 9.56it/s]
58%|█████▊ | 29/50 [00:03<00:02, 9.64it/s]
60%|██████ | 30/50 [00:03<00:02, 9.69it/s]
62%|██████▏ | 31/50 [00:03<00:01, 9.68it/s]
64%|██████▍ | 32/50 [00:03<00:01, 9.61it/s]
66%|██████▌ | 33/50 [00:03<00:01, 9.60it/s]
68%|██████▊ | 34/50 [00:03<00:01, 9.53it/s]
70%|███████ | 35/50 [00:03<00:01, 9.54it/s]
72%|███████▏ | 36/50 [00:03<00:01, 9.41it/s]
74%|███████▍ | 37/50 [00:03<00:01, 9.48it/s]
76%|███████▌ | 38/50 [00:04<00:01, 9.43it/s]
78%|███████▊ | 39/50 [00:04<00:01, 9.54it/s]
80%|████████ | 40/50 [00:04<00:01, 9.62it/s]
82%|████████▏ | 41/50 [00:04<00:00, 9.57it/s]
84%|████████▍ | 42/50 [00:04<00:00, 9.56it/s]
86%|████████▌ | 43/50 [00:04<00:00, 9.41it/s]
88%|████████▊ | 44/50 [00:04<00:00, 9.38it/s]
90%|█████████ | 45/50 [00:04<00:00, 9.46it/s]
92%|█████████▏| 46/50 [00:04<00:00, 9.58it/s]
94%|█████████▍| 47/50 [00:04<00:00, 9.65it/s]
96%|█████████▌| 48/50 [00:05<00:00, 9.64it/s]
98%|█████████▊| 49/50 [00:05<00:00, 9.68it/s]
100%|██████████| 50/50 [00:05<00:00, 9.40it/s]
100%|██████████| 50/50 [00:05<00:00, 9.50it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>
Rendering animation frame 1 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65337
Global seed set to 65337
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.77it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.16it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.96it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.69it/s]
71%|███████ | 12/17 [00:01<00:00, 9.73it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B50>
Rendering animation frame 2 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
predict.py:415: FutureWarning: `multichannel` is a deprecated argument name for `match_histograms`. It will be removed in version 1.0. Please use `channel_axis` instead.
matched_lab = match_histograms(prev_img_lab, color_match_lab, multichannel=True)
superheros 65338
Global seed set to 65338
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.19it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.90it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.84it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.80it/s]
41%|████ | 7/17 [00:00<00:01, 9.72it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.66it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.68it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.67it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.68it/s]
71%|███████ | 12/17 [00:01<00:00, 9.73it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.68it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.70it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.70it/s]
100%|██████████| 17/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32850>
Rendering animation frame 3 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65339
Global seed set to 65339
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]
41%|████ | 7/17 [00:00<00:01, 9.77it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.66it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.63it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.66it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.68it/s]
71%|███████ | 12/17 [00:01<00:00, 9.71it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.72it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>
Rendering animation frame 4 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65340
Global seed set to 65340
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.83it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.74it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>
Rendering animation frame 5 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65341
Global seed set to 65341
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.91it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
41%|████ | 7/17 [00:00<00:01, 9.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.38it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.45it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.56it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.64it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9F10>
Rendering animation frame 6 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65342
Global seed set to 65342
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.20it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.02it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
41%|████ | 7/17 [00:00<00:01, 9.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]
71%|███████ | 12/17 [00:01<00:00, 9.77it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>
Rendering animation frame 7 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65343
Global seed set to 65343
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E50>
Rendering animation frame 8 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65344
Global seed set to 65344
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.92it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.88it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.76it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.73it/s]
71%|███████ | 12/17 [00:01<00:00, 9.74it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.75it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>
Rendering animation frame 9 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65345
Global seed set to 65345
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.66it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4A30>
Rendering animation frame 10 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65346
Global seed set to 65346
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]
41%|████ | 7/17 [00:00<00:01, 9.71it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.56it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.58it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.56it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.61it/s]
71%|███████ | 12/17 [00:01<00:00, 9.66it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.68it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>
Rendering animation frame 11 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65347
Global seed set to 65347
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.69it/s]
100%|██████████| 17/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBDF0>
Rendering animation frame 12 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65348
Global seed set to 65348
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DFD0>
Rendering animation frame 13 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65349
Global seed set to 65349
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]
71%|███████ | 12/17 [00:01<00:00, 9.80it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>
Rendering animation frame 14 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65350
Global seed set to 65350
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>
Rendering animation frame 15 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65351
Global seed set to 65351
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.45it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.52it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.63it/s]
41%|████ | 7/17 [00:00<00:01, 9.70it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.74it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.72it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.74it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
71%|███████ | 12/17 [00:01<00:00, 9.79it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.60it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.61it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.62it/s]
100%|██████████| 17/17 [00:01<00:00, 9.64it/s]
100%|██████████| 17/17 [00:01<00:00, 9.68it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 16 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65352
Global seed set to 65352
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.71it/s]
71%|███████ | 12/17 [00:01<00:00, 9.71it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.61it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.69it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682670>
Rendering animation frame 17 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65353
Global seed set to 65353
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF10>
Rendering animation frame 18 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65354
Global seed set to 65354
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.87it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.76it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.70it/s]
41%|████ | 7/17 [00:00<00:01, 9.76it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.81it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>
Rendering animation frame 19 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65355
Global seed set to 65355
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.02it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>
Rendering animation frame 20 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65356
Global seed set to 65356
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.82it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.72it/s]
71%|███████ | 12/17 [00:01<00:00, 9.62it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.60it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.62it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.62it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.63it/s]
100%|██████████| 17/17 [00:01<00:00, 9.66it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698370>
Rendering animation frame 21 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65357
Global seed set to 65357
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.19it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.96it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.87it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.75it/s]
41%|████ | 7/17 [00:00<00:01, 9.76it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.45it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.40it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.43it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.56it/s]
71%|███████ | 12/17 [00:01<00:00, 9.66it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.73it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.72it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>
Rendering animation frame 22 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65358
Global seed set to 65358
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.79it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.81it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981C0>
Rendering animation frame 23 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65359
Global seed set to 65359
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]
71%|███████ | 12/17 [00:01<00:00, 9.79it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E20>
Rendering animation frame 24 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65360
Global seed set to 65360
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]
71%|███████ | 12/17 [00:01<00:00, 9.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.32it/s]
100%|██████████| 17/17 [00:01<00:00, 9.47it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>
Rendering animation frame 25 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65361
Global seed set to 65361
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>
Rendering animation frame 26 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65362
Global seed set to 65362
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B310>
Rendering animation frame 27 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65363
Global seed set to 65363
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B3A0>
Rendering animation frame 28 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65364
Global seed set to 65364
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B220>
Rendering animation frame 29 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65365
Global seed set to 65365
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.53it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.56it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.59it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.69it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B1F0>
Rendering animation frame 30 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65366
Global seed set to 65366
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>
Rendering animation frame 31 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65367
Global seed set to 65367
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.83it/s]
71%|███████ | 12/17 [00:01<00:00, 9.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86952B0>
Rendering animation frame 32 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65368
Global seed set to 65368
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.74it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.60it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.56it/s]
71%|███████ | 12/17 [00:01<00:00, 9.60it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.65it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.63it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.65it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682670>
Rendering animation frame 33 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65369
Global seed set to 65369
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>
Rendering animation frame 34 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65370
Global seed set to 65370
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.82it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.74it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.63it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.41it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.48it/s]
71%|███████ | 12/17 [00:01<00:00, 9.52it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.58it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.62it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.65it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.72it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>
Rendering animation frame 35 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65371
Global seed set to 65371
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.69it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DA00>
Rendering animation frame 36 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65372
Global seed set to 65372
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>
Rendering animation frame 37 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65373
Global seed set to 65373
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B640>
Rendering animation frame 38 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65374
Global seed set to 65374
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]
71%|███████ | 12/17 [00:01<00:00, 9.80it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>
Rendering animation frame 39 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65375
Global seed set to 65375
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B520>
Rendering animation frame 40 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65376
Global seed set to 65376
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4790>
Rendering animation frame 41 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65377
Global seed set to 65377
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.66it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>
Rendering animation frame 42 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65378
Global seed set to 65378
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.82it/s]
41%|████ | 7/17 [00:00<00:01, 9.80it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.74it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
71%|███████ | 12/17 [00:01<00:00, 9.75it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB490>
Rendering animation frame 43 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65379
Global seed set to 65379
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>
Rendering animation frame 44 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65380
Global seed set to 65380
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.84it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.58it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.65it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.70it/s]
41%|████ | 7/17 [00:00<00:01, 9.72it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.72it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>
Rendering animation frame 45 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65381
Global seed set to 65381
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]
71%|███████ | 12/17 [00:01<00:00, 9.80it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99A0>
Rendering animation frame 46 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65382
Global seed set to 65382
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.75it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]
71%|███████ | 12/17 [00:01<00:00, 9.77it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>
Rendering animation frame 47 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65383
Global seed set to 65383
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.83it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.84it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>
Rendering animation frame 48 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65384
Global seed set to 65384
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A95B0>
Rendering animation frame 49 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65385
Global seed set to 65385
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.02it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
41%|████ | 7/17 [00:00<00:01, 9.78it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.79it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.71it/s]
71%|███████ | 12/17 [00:01<00:00, 9.67it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.71it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D90>
Rendering animation frame 50 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65386
Global seed set to 65386
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.54it/s]
71%|███████ | 12/17 [00:01<00:00, 9.60it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.67it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.75it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9FA0>
Rendering animation frame 51 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65387
Global seed set to 65387
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51F0>
Rendering animation frame 52 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65388
Global seed set to 65388
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.84it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]
71%|███████ | 12/17 [00:01<00:00, 9.78it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.81it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52B0>
Rendering animation frame 53 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65389
Global seed set to 65389
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>
Rendering animation frame 54 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65390
Global seed set to 65390
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5520>
Rendering animation frame 55 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65391
Global seed set to 65391
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.96it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.88it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.84it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.76it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>
Rendering animation frame 56 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65392
Global seed set to 65392
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5640>
Rendering animation frame 57 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65393
Global seed set to 65393
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5880>
Rendering animation frame 58 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65394
Global seed set to 65394
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.64it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.61it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.66it/s]
100%|██████████| 17/17 [00:01<00:00, 9.62it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>
Rendering animation frame 59 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65395
Global seed set to 65395
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.77it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.75it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.70it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.52it/s]
100%|██████████| 17/17 [00:01<00:00, 9.60it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AF0>
Rendering animation frame 60 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65396
Global seed set to 65396
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.66it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.83it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.80it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.78it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.78it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.60it/s]
41%|████ | 7/17 [00:00<00:01, 9.66it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.71it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.68it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]
71%|███████ | 12/17 [00:01<00:00, 9.78it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>
Rendering animation frame 61 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65397
Global seed set to 65397
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.77it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.75it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.72it/s]
71%|███████ | 12/17 [00:01<00:00, 9.72it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.67it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.65it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.56it/s]
100%|██████████| 17/17 [00:01<00:00, 9.56it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C40>
Rendering animation frame 62 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65398
Global seed set to 65398
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.82it/s]
41%|████ | 7/17 [00:00<00:01, 9.81it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>
Rendering animation frame 63 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65399
Global seed set to 65399
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.47it/s]
71%|███████ | 12/17 [00:01<00:00, 9.52it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.56it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.64it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>
Rendering animation frame 64 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65400
Global seed set to 65400
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55B0>
Rendering animation frame 65 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65401
Global seed set to 65401
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.47it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.56it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.64it/s]
41%|████ | 7/17 [00:00<00:01, 9.71it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.76it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]
71%|███████ | 12/17 [00:01<00:00, 9.78it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57C0>
Rendering animation frame 66 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65402
Global seed set to 65402
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.68it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>
Rendering animation frame 67 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65403
Global seed set to 65403
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.10it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.91it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]
71%|███████ | 12/17 [00:01<00:00, 9.78it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D90>
Rendering animation frame 68 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65404
Global seed set to 65404
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.69it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.69it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.73it/s]
71%|███████ | 12/17 [00:01<00:00, 9.72it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.72it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>
Rendering animation frame 69 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65405
Global seed set to 65405
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.70it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F70>
Rendering animation frame 70 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65406
Global seed set to 65406
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 71 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65407
Global seed set to 65407
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>
Rendering animation frame 72 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65408
Global seed set to 65408
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.98it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.93it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.75it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]
71%|███████ | 12/17 [00:01<00:00, 9.77it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.73it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>
Rendering animation frame 73 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65409
Global seed set to 65409
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.67it/s]
41%|████ | 7/17 [00:00<00:01, 9.67it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.73it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.76it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.75it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>
Rendering animation frame 74 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65410
Global seed set to 65410
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.74it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981C0>
Rendering animation frame 75 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65411
Global seed set to 65411
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.18it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.83it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>
Rendering animation frame 76 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65412
Global seed set to 65412
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.81it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.83it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4D60>
Rendering animation frame 77 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65413
Global seed set to 65413
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>
Rendering animation frame 78 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65414
Global seed set to 65414
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.99it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.01it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>
Rendering animation frame 79 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65415
Global seed set to 65415
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.77it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.74it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.44it/s]
100%|██████████| 17/17 [00:01<00:00, 9.53it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D520>
Rendering animation frame 80 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65416
Global seed set to 65416
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86D3760>
Rendering animation frame 81 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65417
Global seed set to 65417
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.84it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 82 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65418
Global seed set to 65418
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.81it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682A00>
Rendering animation frame 83 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65419
Global seed set to 65419
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A98E0>
Rendering animation frame 84 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65420
Global seed set to 65420
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.77it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>
Rendering animation frame 85 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65421
Global seed set to 65421
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9430>
Rendering animation frame 86 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65422
Global seed set to 65422
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97F0>
Rendering animation frame 87 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65423
Global seed set to 65423
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.60it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.09it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.85it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.86it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.80it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.57it/s]
100%|██████████| 17/17 [00:01<00:00, 9.61it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D90>
Rendering animation frame 88 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65424
Global seed set to 65424
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>
Rendering animation frame 89 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65425
Global seed set to 65425
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.91it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.86it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.85it/s]
41%|████ | 7/17 [00:00<00:01, 9.73it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.73it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.76it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.76it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.81it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B550>
Rendering animation frame 90 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65426
Global seed set to 65426
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.97it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.19it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.05it/s]
41%|████ | 7/17 [00:00<00:01, 9.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B6A0>
Rendering animation frame 91 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65427
Global seed set to 65427
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.68it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.02it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
41%|████ | 7/17 [00:00<00:01, 9.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.69it/s]
71%|███████ | 12/17 [00:01<00:00, 9.76it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>
Rendering animation frame 92 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65428
Global seed set to 65428
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.65it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3EE0>
Rendering animation frame 93 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65429
Global seed set to 65429
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]
71%|███████ | 12/17 [00:01<00:00, 9.80it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>
Rendering animation frame 94 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65430
Global seed set to 65430
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]
41%|████ | 7/17 [00:00<00:01, 9.41it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.47it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.58it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.58it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.69it/s]
71%|███████ | 12/17 [00:01<00:00, 9.76it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>
Rendering animation frame 95 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65431
Global seed set to 65431
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]
71%|███████ | 12/17 [00:01<00:00, 9.77it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DE20>
Rendering animation frame 96 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65432
Global seed set to 65432
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.74it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]
71%|███████ | 12/17 [00:01<00:00, 9.79it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>
Rendering animation frame 97 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65433
Global seed set to 65433
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.61it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.69it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]
71%|███████ | 12/17 [00:01<00:00, 9.76it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>
Rendering animation frame 98 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65434
Global seed set to 65434
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698430>
Rendering animation frame 99 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65435
Global seed set to 65435
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.14it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698100>
Rendering animation frame 100 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65436
Global seed set to 65436
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBE20>
Rendering animation frame 101 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65437
Global seed set to 65437
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>
Rendering animation frame 102 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65438
Global seed set to 65438
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.68it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.68it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.72it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.76it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>
Rendering animation frame 103 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65439
Global seed set to 65439
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>
Rendering animation frame 104 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65440
Global seed set to 65440
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A98E0>
Rendering animation frame 105 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65441
Global seed set to 65441
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9160>
Rendering animation frame 106 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65442
Global seed set to 65442
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>
Rendering animation frame 107 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65443
Global seed set to 65443
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]
41%|████ | 7/17 [00:00<00:01, 9.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>
Rendering animation frame 108 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65444
Global seed set to 65444
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5250>
Rendering animation frame 109 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65445
Global seed set to 65445
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.52it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.64it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.75it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.83it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>
Rendering animation frame 110 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65446
Global seed set to 65446
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.78it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5460>
Rendering animation frame 111 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65447
Global seed set to 65447
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B50>
Rendering animation frame 112 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65448
Global seed set to 65448
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.79it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.77it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.82it/s]
41%|████ | 7/17 [00:00<00:01, 9.84it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>
Rendering animation frame 113 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65449
Global seed set to 65449
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.89it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.92it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.94it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.93it/s]
41%|████ | 7/17 [00:00<00:00, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5220>
Rendering animation frame 114 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65450
Global seed set to 65450
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>
Rendering animation frame 115 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65451
Global seed set to 65451
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 116 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65452
Global seed set to 65452
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.19it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.81it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.79it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>
Rendering animation frame 117 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65453
Global seed set to 65453
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.49it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.70it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.76it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.75it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.78it/s]
41%|████ | 7/17 [00:00<00:01, 9.81it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53D0>
Rendering animation frame 118 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65454
Global seed set to 65454
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>
Rendering animation frame 119 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65455
Global seed set to 65455
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>
Rendering animation frame 120 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65456
Global seed set to 65456
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>
Rendering animation frame 121 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65457
Global seed set to 65457
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>
Rendering animation frame 122 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65458
Global seed set to 65458
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5190>
Rendering animation frame 123 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65459
Global seed set to 65459
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.32it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5160>
Rendering animation frame 124 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65460
Global seed set to 65460
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B20>
Rendering animation frame 125 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65461
Global seed set to 65461
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>
Rendering animation frame 126 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65462
Global seed set to 65462
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.52it/s]
100%|██████████| 17/17 [00:01<00:00, 9.61it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E80>
Rendering animation frame 127 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65463
Global seed set to 65463
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.81it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>
Rendering animation frame 128 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65464
Global seed set to 65464
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5940>
Rendering animation frame 129 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65465
Global seed set to 65465
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>
Rendering animation frame 130 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65466
Global seed set to 65466
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.81it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>
Rendering animation frame 131 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65467
Global seed set to 65467
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C10>
Rendering animation frame 132 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65468
Global seed set to 65468
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB100>
Rendering animation frame 133 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65469
Global seed set to 65469
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB700>
Rendering animation frame 134 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65470
Global seed set to 65470
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>
Rendering animation frame 135 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65471
Global seed set to 65471
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698100>
Rendering animation frame 136 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65472
Global seed set to 65472
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.47it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.61it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>
Rendering animation frame 137 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65473
Global seed set to 65473
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3AD0D0>
Rendering animation frame 138 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65474
Global seed set to 65474
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.68it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.70it/s]
71%|███████ | 12/17 [00:01<00:00, 9.75it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.77it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DD90>
Rendering animation frame 139 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65475
Global seed set to 65475
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>
Rendering animation frame 140 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65476
Global seed set to 65476
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>
Rendering animation frame 141 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65477
Global seed set to 65477
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.77it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>
Rendering animation frame 142 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65478
Global seed set to 65478
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>
Rendering animation frame 143 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65479
Global seed set to 65479
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]
41%|████ | 7/17 [00:00<00:01, 9.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.81it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.73it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9160>
Rendering animation frame 144 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65480
Global seed set to 65480
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97F0>
Rendering animation frame 145 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65481
Global seed set to 65481
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.70it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B20>
Rendering animation frame 146 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65482
Global seed set to 65482
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.81it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.55it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.64it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D60>
Rendering animation frame 147 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65483
Global seed set to 65483
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>
Rendering animation frame 148 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65484
Global seed set to 65484
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BAF0>
Rendering animation frame 149 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65485
Global seed set to 65485
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BD60>
Rendering animation frame 150 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65486
Global seed set to 65486
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 151 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65487
Global seed set to 65487
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.64it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.18it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.08it/s]
41%|████ | 7/17 [00:00<00:00, 10.02it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.02it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.04it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.03it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>
Rendering animation frame 152 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65488
Global seed set to 65488
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>
Rendering animation frame 153 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65489
Global seed set to 65489
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.98it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.84it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]
41%|████ | 7/17 [00:00<00:01, 9.68it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.76it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.76it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.64it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C32E0>
Rendering animation frame 154 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65490
Global seed set to 65490
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>
Rendering animation frame 155 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65491
Global seed set to 65491
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>
Rendering animation frame 156 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65492
Global seed set to 65492
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D280>
Rendering animation frame 157 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65493
Global seed set to 65493
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C44C2B0>
Rendering animation frame 158 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65494
Global seed set to 65494
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>
Rendering animation frame 159 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65495
Global seed set to 65495
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>
Rendering animation frame 160 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65496
Global seed set to 65496
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBDF0>
Rendering animation frame 161 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65497
Global seed set to 65497
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.16it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.18it/s]
100%|██████████| 17/17 [00:01<00:00, 10.20it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>
Rendering animation frame 162 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65498
Global seed set to 65498
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E50>
Rendering animation frame 163 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65499
Global seed set to 65499
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D60>
Rendering animation frame 164 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65500
Global seed set to 65500
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B50>
Rendering animation frame 165 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65501
Global seed set to 65501
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D90>
Rendering animation frame 166 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65502
Global seed set to 65502
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>
Rendering animation frame 167 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65503
Global seed set to 65503
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>
Rendering animation frame 168 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65504
Global seed set to 65504
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A30>
Rendering animation frame 169 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65505
Global seed set to 65505
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F10>
Rendering animation frame 170 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65506
Global seed set to 65506
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.02it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.70it/s]
71%|███████ | 12/17 [00:01<00:00, 9.74it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5910>
Rendering animation frame 171 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65507
Global seed set to 65507
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B59D0>
Rendering animation frame 172 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65508
Global seed set to 65508
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>
Rendering animation frame 173 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65509
Global seed set to 65509
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>
Rendering animation frame 174 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65510
Global seed set to 65510
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.64it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5340>
Rendering animation frame 175 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65511
Global seed set to 65511
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>
Rendering animation frame 176 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65512
Global seed set to 65512
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>
Rendering animation frame 177 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65513
Global seed set to 65513
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>
Rendering animation frame 178 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65514
Global seed set to 65514
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]
71%|███████ | 12/17 [00:01<00:00, 9.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53A0>
Rendering animation frame 179 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65515
Global seed set to 65515
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>
Rendering animation frame 180 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65516
Global seed set to 65516
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.60it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.68it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D90>
Rendering animation frame 181 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65517
Global seed set to 65517
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5670>
Rendering animation frame 182 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65518
Global seed set to 65518
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.48it/s]
71%|███████ | 12/17 [00:01<00:00, 9.50it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.57it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.67it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>
Rendering animation frame 183 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65519
Global seed set to 65519
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>
Rendering animation frame 184 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65520
Global seed set to 65520
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>
Rendering animation frame 185 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65521
Global seed set to 65521
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.69it/s]
41%|████ | 7/17 [00:00<00:01, 9.72it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5070>
Rendering animation frame 186 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65522
Global seed set to 65522
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>
Rendering animation frame 187 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65523
Global seed set to 65523
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>
Rendering animation frame 188 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65524
Global seed set to 65524
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>
Rendering animation frame 189 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65525
Global seed set to 65525
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B80>
Rendering animation frame 190 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65526
Global seed set to 65526
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C850>
Rendering animation frame 191 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65527
Global seed set to 65527
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5160>
Rendering animation frame 192 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65528
Global seed set to 65528
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>
Rendering animation frame 193 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65529
Global seed set to 65529
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>
Rendering animation frame 194 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65530
Global seed set to 65530
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>
Rendering animation frame 195 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65531
Global seed set to 65531
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.88it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.18it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:00, 10.03it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.07it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.06it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>
Rendering animation frame 196 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65532
Global seed set to 65532
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.33it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B30760>
Rendering animation frame 197 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65533
Global seed set to 65533
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.66it/s]
71%|███████ | 12/17 [00:01<00:00, 9.62it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DE20>
Rendering animation frame 198 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65534
Global seed set to 65534
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.15it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4A30>
Rendering animation frame 199 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65535
Global seed set to 65535
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 200 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65536
Global seed set to 65536
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3EE0>
Rendering animation frame 201 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65537
Global seed set to 65537
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9580>
Rendering animation frame 202 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65538
Global seed set to 65538
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>
Rendering animation frame 203 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65539
Global seed set to 65539
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9160>
Rendering animation frame 204 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65540
Global seed set to 65540
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A90>
Rendering animation frame 205 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65541
Global seed set to 65541
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CA0>
Rendering animation frame 206 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65542
Global seed set to 65542
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B50>
Rendering animation frame 207 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65543
Global seed set to 65543
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9F70>
Rendering animation frame 208 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65544
Global seed set to 65544
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>
Rendering animation frame 209 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65545
Global seed set to 65545
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682250>
Rendering animation frame 210 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65546
Global seed set to 65546
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9A00>
Rendering animation frame 211 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65547
Global seed set to 65547
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>
Rendering animation frame 212 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65548
Global seed set to 65548
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.74it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.81it/s]
41%|████ | 7/17 [00:00<00:01, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C38E0>
Rendering animation frame 213 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65549
Global seed set to 65549
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>
Rendering animation frame 214 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65550
Global seed set to 65550
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>
Rendering animation frame 215 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65551
Global seed set to 65551
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.75it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4970>
Rendering animation frame 216 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65552
Global seed set to 65552
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DA00>
Rendering animation frame 217 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65553
Global seed set to 65553
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698430>
Rendering animation frame 218 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65554
Global seed set to 65554
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C392970>
Rendering animation frame 219 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65555
Global seed set to 65555
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>
Rendering animation frame 220 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65556
Global seed set to 65556
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>
Rendering animation frame 221 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65557
Global seed set to 65557
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.23it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBCA0>
Rendering animation frame 222 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65558
Global seed set to 65558
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CD0>
Rendering animation frame 223 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65559
Global seed set to 65559
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>
Rendering animation frame 224 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65560
Global seed set to 65560
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D90>
Rendering animation frame 225 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65561
Global seed set to 65561
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A98E0>
Rendering animation frame 226 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65562
Global seed set to 65562
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9F70>
Rendering animation frame 227 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65563
Global seed set to 65563
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.83it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.16it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.02it/s]
41%|████ | 7/17 [00:00<00:01, 9.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.70it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>
Rendering animation frame 228 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65564
Global seed set to 65564
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.02it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.06it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>
Rendering animation frame 229 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65565
Global seed set to 65565
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 9.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BB0>
Rendering animation frame 230 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65566
Global seed set to 65566
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51C0>
Rendering animation frame 231 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65567
Global seed set to 65567
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B58B0>
Rendering animation frame 232 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65568
Global seed set to 65568
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B80>
Rendering animation frame 233 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65569
Global seed set to 65569
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>
Rendering animation frame 234 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65570
Global seed set to 65570
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.94it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.84it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.67it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F70>
Rendering animation frame 235 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65571
Global seed set to 65571
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]
71%|███████ | 12/17 [00:01<00:00, 10.20it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.20it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5640>
Rendering animation frame 236 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65572
Global seed set to 65572
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>
Rendering animation frame 237 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65573
Global seed set to 65573
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]
41%|████ | 7/17 [00:00<00:01, 9.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
71%|███████ | 12/17 [00:01<00:00, 9.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.69it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CA0>
Rendering animation frame 238 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65574
Global seed set to 65574
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>
Rendering animation frame 239 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65575
Global seed set to 65575
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>
Rendering animation frame 240 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65576
Global seed set to 65576
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>
Rendering animation frame 241 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65577
Global seed set to 65577
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.27it/s]
100%|██████████| 17/17 [00:01<00:00, 9.29it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 242 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65578
Global seed set to 65578
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5460>
Rendering animation frame 243 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65579
Global seed set to 65579
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5610>
Rendering animation frame 244 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65580
Global seed set to 65580
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.76it/s]
41%|████ | 7/17 [00:00<00:01, 9.81it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EB0>
Rendering animation frame 245 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65581
Global seed set to 65581
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B59D0>
Rendering animation frame 246 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65582
Global seed set to 65582
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C40>
Rendering animation frame 247 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65583
Global seed set to 65583
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5190>
Rendering animation frame 248 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65584
Global seed set to 65584
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>
Rendering animation frame 249 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65585
Global seed set to 65585
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.89it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.90it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.76it/s]
41%|████ | 7/17 [00:00<00:01, 9.74it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.79it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 250 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65586
Global seed set to 65586
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A90>
Rendering animation frame 251 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65587
Global seed set to 65587
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>
Rendering animation frame 252 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65588
Global seed set to 65588
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>
Rendering animation frame 253 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65589
Global seed set to 65589
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]
100%|██████████| 17/17 [00:01<00:00, 10.17it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C850>
Rendering animation frame 254 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65590
Global seed set to 65590
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.88it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]
41%|████ | 7/17 [00:00<00:01, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.08it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>
Rendering animation frame 255 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65591
Global seed set to 65591
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>
Rendering animation frame 256 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65592
Global seed set to 65592
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 9.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>
Rendering animation frame 257 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65593
Global seed set to 65593
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DEB0>
Rendering animation frame 258 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65594
Global seed set to 65594
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4A30>
Rendering animation frame 259 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65595
Global seed set to 65595
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3730>
Rendering animation frame 260 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65596
Global seed set to 65596
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.68it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.47it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8695BB0>
Rendering animation frame 261 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65597
Global seed set to 65597
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]
71%|███████ | 12/17 [00:01<00:00, 10.19it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.15it/s]
100%|██████████| 17/17 [00:01<00:00, 10.20it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9580>
Rendering animation frame 262 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65598
Global seed set to 65598
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]
71%|███████ | 12/17 [00:01<00:00, 10.21it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.19it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.19it/s]
100%|██████████| 17/17 [00:01<00:00, 10.21it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682A00>
Rendering animation frame 263 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65599
Global seed set to 65599
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.71it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97F0>
Rendering animation frame 264 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65600
Global seed set to 65600
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CA0>
Rendering animation frame 265 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65601
Global seed set to 65601
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.65it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>
Rendering animation frame 266 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65602
Global seed set to 65602
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99D0>
Rendering animation frame 267 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65603
Global seed set to 65603
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A90>
Rendering animation frame 268 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65604
Global seed set to 65604
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B1F0>
Rendering animation frame 269 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65605
Global seed set to 65605
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B550>
Rendering animation frame 270 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65606
Global seed set to 65606
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>
Rendering animation frame 271 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65607
Global seed set to 65607
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.65it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.58it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.62it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.65it/s]
71%|███████ | 12/17 [00:01<00:00, 9.70it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.77it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.75it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8695BB0>
Rendering animation frame 272 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65608
Global seed set to 65608
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D00>
Rendering animation frame 273 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65609
Global seed set to 65609
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A95B0>
Rendering animation frame 274 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65610
Global seed set to 65610
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EB0>
Rendering animation frame 275 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65611
Global seed set to 65611
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B20>
Rendering animation frame 276 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65612
Global seed set to 65612
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9C10>
Rendering animation frame 277 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65613
Global seed set to 65613
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.17it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C32E0>
Rendering animation frame 278 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65614
Global seed set to 65614
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>
Rendering animation frame 279 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65615
Global seed set to 65615
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C392970>
Rendering animation frame 280 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65616
Global seed set to 65616
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.14it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]
100%|██████████| 17/17 [00:01<00:00, 10.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D520>
Rendering animation frame 281 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65617
Global seed set to 65617
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>
Rendering animation frame 282 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65618
Global seed set to 65618
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>
Rendering animation frame 283 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65619
Global seed set to 65619
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>
Rendering animation frame 284 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65620
Global seed set to 65620
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698430>
Rendering animation frame 285 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65621
Global seed set to 65621
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.16it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>
Rendering animation frame 286 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65622
Global seed set to 65622
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.64it/s]
41%|████ | 7/17 [00:00<00:01, 9.72it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>
Rendering animation frame 287 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65623
Global seed set to 65623
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>
Rendering animation frame 288 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65624
Global seed set to 65624
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.84it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]
71%|███████ | 12/17 [00:01<00:00, 9.78it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51C0>
Rendering animation frame 289 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65625
Global seed set to 65625
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>
Rendering animation frame 290 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65626
Global seed set to 65626
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F40>
Rendering animation frame 291 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65627
Global seed set to 65627
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.80it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>
Rendering animation frame 292 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65628
Global seed set to 65628
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.89it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.13it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:00, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.72it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.74it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>
Rendering animation frame 293 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65629
Global seed set to 65629
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]
41%|████ | 7/17 [00:00<00:01, 9.62it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.70it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.77it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.81it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.73it/s]
71%|███████ | 12/17 [00:01<00:00, 9.72it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 294 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65630
Global seed set to 65630
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5190>
Rendering animation frame 295 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65631
Global seed set to 65631
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C40>
Rendering animation frame 296 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65632
Global seed set to 65632
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5040>
Rendering animation frame 297 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65633
Global seed set to 65633
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.86it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.01it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5670>
Rendering animation frame 298 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65634
Global seed set to 65634
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.76it/s]
41%|████ | 7/17 [00:00<00:01, 9.77it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>
Rendering animation frame 299 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65635
Global seed set to 65635
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>
Rendering animation frame 300 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65636
Global seed set to 65636
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 301 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65637
Global seed set to 65637
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.99it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.29it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.17it/s]
41%|████ | 7/17 [00:00<00:00, 10.14it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.08it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FA0>
Rendering animation frame 302 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65638
Global seed set to 65638
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86420D0>
Rendering animation frame 303 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65639
Global seed set to 65639
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.18it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.81it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>
Rendering animation frame 304 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65640
Global seed set to 65640
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>
Rendering animation frame 305 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65641
Global seed set to 65641
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>
Rendering animation frame 306 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65642
Global seed set to 65642
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>
Rendering animation frame 307 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65643
Global seed set to 65643
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>
Rendering animation frame 308 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65644
Global seed set to 65644
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.20it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.07it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.10it/s]
41%|████ | 7/17 [00:00<00:00, 10.08it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>
Rendering animation frame 309 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65645
Global seed set to 65645
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>
Rendering animation frame 310 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65646
Global seed set to 65646
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CA0>
Rendering animation frame 311 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65647
Global seed set to 65647
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>
Rendering animation frame 312 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65648
Global seed set to 65648
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E20>
Rendering animation frame 313 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65649
Global seed set to 65649
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>
Rendering animation frame 314 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65650
Global seed set to 65650
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>
Rendering animation frame 315 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65651
Global seed set to 65651
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.60it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DD90>
Rendering animation frame 316 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65652
Global seed set to 65652
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D280>
Rendering animation frame 317 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65653
Global seed set to 65653
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.17it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>
Rendering animation frame 318 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65654
Global seed set to 65654
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.75it/s]
71%|███████ | 12/17 [00:01<00:00, 9.79it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B30760>
Rendering animation frame 319 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65655
Global seed set to 65655
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.66it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.46it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>
Rendering animation frame 320 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65656
Global seed set to 65656
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5160>
Rendering animation frame 321 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65657
Global seed set to 65657
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E80>
Rendering animation frame 322 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65658
Global seed set to 65658
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.14it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>
Rendering animation frame 323 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65659
Global seed set to 65659
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>
Rendering animation frame 324 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65660
Global seed set to 65660
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>
Rendering animation frame 325 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65661
Global seed set to 65661
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>
Rendering animation frame 326 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65662
Global seed set to 65662
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57F0>
Rendering animation frame 327 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65663
Global seed set to 65663
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.65it/s]
100%|██████████| 17/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>
Rendering animation frame 328 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65664
Global seed set to 65664
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>
Rendering animation frame 329 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65665
Global seed set to 65665
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CD0>
Rendering animation frame 330 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65666
Global seed set to 65666
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>
Rendering animation frame 331 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65667
Global seed set to 65667
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D00>
Rendering animation frame 332 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65668
Global seed set to 65668
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.76it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.75it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B550>
Rendering animation frame 333 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65669
Global seed set to 65669
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BAC0>
Rendering animation frame 334 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65670
Global seed set to 65670
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B640>
Rendering animation frame 335 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65671
Global seed set to 65671
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 336 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65672
Global seed set to 65672
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 337 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65673
Global seed set to 65673
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.66it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.68it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B9D0>
Rendering animation frame 338 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65674
Global seed set to 65674
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C44C2B0>
Rendering animation frame 339 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65675
Global seed set to 65675
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32820>
Rendering animation frame 340 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65676
Global seed set to 65676
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4970>
Rendering animation frame 341 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65677
Global seed set to 65677
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.96it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.95it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>
Rendering animation frame 342 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65678
Global seed set to 65678
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.60it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.64it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.69it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>
Rendering animation frame 343 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65679
Global seed set to 65679
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DFD0>
Rendering animation frame 344 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65680
Global seed set to 65680
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DD90>
Rendering animation frame 345 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65681
Global seed set to 65681
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]
41%|████ | 7/17 [00:00<00:01, 9.78it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.51it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.50it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.58it/s]
71%|███████ | 12/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>
Rendering animation frame 346 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65682
Global seed set to 65682
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99D0>
Rendering animation frame 347 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65683
Global seed set to 65683
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.55it/s]
41%|████ | 7/17 [00:00<00:01, 9.60it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.65it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.73it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.66it/s]
100%|██████████| 17/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A98E0>
Rendering animation frame 348 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65684
Global seed set to 65684
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>
Rendering animation frame 349 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65685
Global seed set to 65685
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>
Rendering animation frame 350 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65686
Global seed set to 65686
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>
Rendering animation frame 351 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65687
Global seed set to 65687
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.73it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9C40>
Rendering animation frame 352 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65688
Global seed set to 65688
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.20it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.72it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>
Rendering animation frame 353 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65689
Global seed set to 65689
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB490>
Rendering animation frame 354 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65690
Global seed set to 65690
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>
Rendering animation frame 355 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65691
Global seed set to 65691
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>
Rendering animation frame 356 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65692
Global seed set to 65692
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C40>
Rendering animation frame 357 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65693
Global seed set to 65693
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.92it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
41%|████ | 7/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.84it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>
Rendering animation frame 358 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65694
Global seed set to 65694
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 359 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65695
Global seed set to 65695
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5940>
Rendering animation frame 360 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65696
Global seed set to 65696
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.52it/s]
41%|████ | 7/17 [00:00<00:01, 9.60it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.69it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.71it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>
Rendering animation frame 361 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65697
Global seed set to 65697
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>
Rendering animation frame 362 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65698
Global seed set to 65698
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.88it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.85it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.93it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5160>
Rendering animation frame 363 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65699
Global seed set to 65699
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E50>
Rendering animation frame 364 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65700
Global seed set to 65700
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>
Rendering animation frame 365 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65701
Global seed set to 65701
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>
Rendering animation frame 366 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65702
Global seed set to 65702
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>
Rendering animation frame 367 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65703
Global seed set to 65703
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>
Rendering animation frame 368 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65704
Global seed set to 65704
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57C0>
Rendering animation frame 369 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65705
Global seed set to 65705
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 370 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65706
Global seed set to 65706
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 371 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65707
Global seed set to 65707
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5880>
Rendering animation frame 372 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65708
Global seed set to 65708
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>
Rendering animation frame 373 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65709
Global seed set to 65709
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FA0>
Rendering animation frame 374 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65710
Global seed set to 65710
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>
Rendering animation frame 375 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65711
Global seed set to 65711
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.05it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.83it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.86it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
41%|████ | 7/17 [00:00<00:01, 9.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.74it/s]
71%|███████ | 12/17 [00:01<00:00, 9.70it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.70it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>
Rendering animation frame 376 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65712
Global seed set to 65712
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.58it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51F0>
Rendering animation frame 377 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65713
Global seed set to 65713
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB100>
Rendering animation frame 378 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65714
Global seed set to 65714
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>
Rendering animation frame 379 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65715
Global seed set to 65715
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.23it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>
Rendering animation frame 380 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65716
Global seed set to 65716
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981C0>
Rendering animation frame 381 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65717
Global seed set to 65717
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>
Rendering animation frame 382 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65718
Global seed set to 65718
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>
Rendering animation frame 383 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65719
Global seed set to 65719
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AF0>
Rendering animation frame 384 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65720
Global seed set to 65720
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A30>
Rendering animation frame 385 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65721
Global seed set to 65721
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>
Rendering animation frame 386 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65722
Global seed set to 65722
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.69it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.71it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.74it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>
Rendering animation frame 387 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65723
Global seed set to 65723
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5520>
Rendering animation frame 388 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65724
Global seed set to 65724
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>
Rendering animation frame 389 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65725
Global seed set to 65725
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>
Rendering animation frame 390 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65726
Global seed set to 65726
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DD90>
Rendering animation frame 391 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65727
Global seed set to 65727
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
71%|███████ | 12/17 [00:01<00:00, 9.73it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>
Rendering animation frame 392 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65728
Global seed set to 65728
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C392970>
Rendering animation frame 393 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65729
Global seed set to 65729
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.02it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>
Rendering animation frame 394 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65730
Global seed set to 65730
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.07it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>
Rendering animation frame 395 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65731
Global seed set to 65731
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>
Rendering animation frame 396 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65732
Global seed set to 65732
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.99it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.87it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.79it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>
Rendering animation frame 397 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65733
Global seed set to 65733
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.20it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97C0>
Rendering animation frame 398 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65734
Global seed set to 65734
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>
Rendering animation frame 399 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65735
Global seed set to 65735
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CD0>
Rendering animation frame 400 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65736
Global seed set to 65736
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.16it/s]
71%|███████ | 12/17 [00:01<00:00, 10.17it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B6A0>
Rendering animation frame 401 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65737
Global seed set to 65737
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.66it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.73it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B1F0>
Rendering animation frame 402 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65738
Global seed set to 65738
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BAC0>
Rendering animation frame 403 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65739
Global seed set to 65739
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 404 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65740
Global seed set to 65740
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.67it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 405 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65741
Global seed set to 65741
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.89it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.87it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B520>
Rendering animation frame 406 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65742
Global seed set to 65742
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8695BB0>
Rendering animation frame 407 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65743
Global seed set to 65743
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DFD0>
Rendering animation frame 408 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65744
Global seed set to 65744
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 409 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65745
Global seed set to 65745
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>
Rendering animation frame 410 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65746
Global seed set to 65746
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>
Rendering animation frame 411 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65747
Global seed set to 65747
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.72it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]
41%|████ | 7/17 [00:00<00:01, 9.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>
Rendering animation frame 412 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65748
Global seed set to 65748
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4970>
Rendering animation frame 413 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65749
Global seed set to 65749
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]
100%|██████████| 17/17 [00:01<00:00, 10.17it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9610>
Rendering animation frame 414 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65750
Global seed set to 65750
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D60>
Rendering animation frame 415 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65751
Global seed set to 65751
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CA0>
Rendering animation frame 416 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65752
Global seed set to 65752
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.86it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.02it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.06it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.09it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>
Rendering animation frame 417 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65753
Global seed set to 65753
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9580>
Rendering animation frame 418 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65754
Global seed set to 65754
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>
Rendering animation frame 419 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65755
Global seed set to 65755
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 9.74it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>
Rendering animation frame 420 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65756
Global seed set to 65756
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB100>
Rendering animation frame 421 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65757
Global seed set to 65757
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.17it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.12it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.11it/s]
41%|████ | 7/17 [00:00<00:00, 10.04it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.06it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.06it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.06it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBE20>
Rendering animation frame 422 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65758
Global seed set to 65758
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55B0>
Rendering animation frame 423 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65759
Global seed set to 65759
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B50>
Rendering animation frame 424 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65760
Global seed set to 65760
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>
Rendering animation frame 425 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65761
Global seed set to 65761
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]
71%|███████ | 12/17 [00:01<00:00, 10.18it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.17it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5820>
Rendering animation frame 426 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65762
Global seed set to 65762
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.97it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.19it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.13it/s]
41%|████ | 7/17 [00:00<00:00, 10.12it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.13it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.14it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.14it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5940>
Rendering animation frame 427 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65763
Global seed set to 65763
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>
Rendering animation frame 428 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65764
Global seed set to 65764
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>
Rendering animation frame 429 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65765
Global seed set to 65765
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>
Rendering animation frame 430 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65766
Global seed set to 65766
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.65it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]
71%|███████ | 12/17 [00:01<00:00, 10.19it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.16it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]
100%|██████████| 17/17 [00:01<00:00, 10.19it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57F0>
Rendering animation frame 431 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65767
Global seed set to 65767
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>
Rendering animation frame 432 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65768
Global seed set to 65768
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>
Rendering animation frame 433 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65769
Global seed set to 65769
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]
71%|███████ | 12/17 [00:01<00:00, 10.19it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.18it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>
Rendering animation frame 434 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65770
Global seed set to 65770
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.66it/s]
71%|███████ | 12/17 [00:01<00:00, 9.73it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>
Rendering animation frame 435 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65771
Global seed set to 65771
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>
Rendering animation frame 436 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65772
Global seed set to 65772
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>
Rendering animation frame 437 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65773
Global seed set to 65773
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 438 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65774
Global seed set to 65774
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 439 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65775
Global seed set to 65775
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>
Rendering animation frame 440 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65776
Global seed set to 65776
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.80it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.23it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.06it/s]
41%|████ | 7/17 [00:00<00:00, 10.08it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.02it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.43it/s]
100%|██████████| 17/17 [00:01<00:00, 9.48it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57C0>
Rendering animation frame 441 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65777
Global seed set to 65777
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>
Rendering animation frame 442 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65778
Global seed set to 65778
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.05it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>
Rendering animation frame 443 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65779
Global seed set to 65779
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FA0>
Rendering animation frame 444 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65780
Global seed set to 65780
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54F0>
Rendering animation frame 445 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65781
Global seed set to 65781
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.56it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.64it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.72it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB2E0>
Rendering animation frame 446 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65782
Global seed set to 65782
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5640>
Rendering animation frame 447 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65783
Global seed set to 65783
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>
Rendering animation frame 448 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65784
Global seed set to 65784
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.56it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.66it/s]
71%|███████ | 12/17 [00:01<00:00, 9.73it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.77it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>
Rendering animation frame 449 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65785
Global seed set to 65785
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.64it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.73it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.78it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C880>
Rendering animation frame 450 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65786
Global seed set to 65786
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.65it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.69it/s]
71%|███████ | 12/17 [00:01<00:00, 9.72it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.74it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C38E0>
Rendering animation frame 451 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65787
Global seed set to 65787
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.29it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.89it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.79it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>
Rendering animation frame 452 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65788
Global seed set to 65788
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.76it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.94it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.93it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.94it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53D0>
Rendering animation frame 453 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65789
Global seed set to 65789
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.82it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.78it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>
Rendering animation frame 454 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65790
Global seed set to 65790
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>
Rendering animation frame 455 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65791
Global seed set to 65791
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>
Rendering animation frame 456 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65792
Global seed set to 65792
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>
Rendering animation frame 457 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65793
Global seed set to 65793
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.95it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
71%|███████ | 12/17 [00:01<00:00, 9.79it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>
Rendering animation frame 458 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65794
Global seed set to 65794
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.94it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]
41%|████ | 7/17 [00:00<00:01, 9.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.77it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]
71%|███████ | 12/17 [00:01<00:00, 9.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>
Rendering animation frame 459 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65795
Global seed set to 65795
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.84it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3AD0D0>
Rendering animation frame 460 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65796
Global seed set to 65796
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.69it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.74it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.80it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>
Rendering animation frame 461 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65797
Global seed set to 65797
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>
Rendering animation frame 462 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65798
Global seed set to 65798
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F40>
Rendering animation frame 463 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65799
Global seed set to 65799
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.23it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.59it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DEB0>
Rendering animation frame 464 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65800
Global seed set to 65800
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>
Rendering animation frame 465 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65801
Global seed set to 65801
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.45it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.09it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A97C0>
Rendering animation frame 466 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65802
Global seed set to 65802
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>
Rendering animation frame 467 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65803
Global seed set to 65803
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.66it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CA0>
Rendering animation frame 468 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65804
Global seed set to 65804
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCA0>
Rendering animation frame 469 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65805
Global seed set to 65805
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B940>
Rendering animation frame 470 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65806
Global seed set to 65806
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B640>
Rendering animation frame 471 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65807
Global seed set to 65807
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.73it/s]
71%|███████ | 12/17 [00:01<00:00, 9.74it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.76it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.59it/s]
100%|██████████| 17/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 472 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65808
Global seed set to 65808
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 473 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65809
Global seed set to 65809
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.11it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCD0>
Rendering animation frame 474 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65810
Global seed set to 65810
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.63it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 475 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65811
Global seed set to 65811
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32820>
Rendering animation frame 476 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65812
Global seed set to 65812
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.83it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.79it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>
Rendering animation frame 477 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65813
Global seed set to 65813
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EE0>
Rendering animation frame 478 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65814
Global seed set to 65814
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.64it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.46it/s]
71%|███████ | 12/17 [00:01<00:00, 9.45it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.57it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.67it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.75it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.64it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>
Rendering animation frame 479 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65815
Global seed set to 65815
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:01, 9.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.82it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.58it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C38E0>
Rendering animation frame 480 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65816
Global seed set to 65816
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>
Rendering animation frame 481 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65817
Global seed set to 65817
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.74it/s]
71%|███████ | 12/17 [00:01<00:00, 9.73it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.73it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.75it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4970>
Rendering animation frame 482 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65818
Global seed set to 65818
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99D0>
Rendering animation frame 483 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65819
Global seed set to 65819
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698130>
Rendering animation frame 484 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65820
Global seed set to 65820
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.81it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698100>
Rendering animation frame 485 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65821
Global seed set to 65821
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DA00>
Rendering animation frame 486 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65822
Global seed set to 65822
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>
Rendering animation frame 487 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65823
Global seed set to 65823
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9A00>
Rendering animation frame 488 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65824
Global seed set to 65824
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>
Rendering animation frame 489 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65825
Global seed set to 65825
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB700>
Rendering animation frame 490 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65826
Global seed set to 65826
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 491 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65827
Global seed set to 65827
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5910>
Rendering animation frame 492 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65828
Global seed set to 65828
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>
Rendering animation frame 493 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65829
Global seed set to 65829
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.71it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.77it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>
Rendering animation frame 494 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65830
Global seed set to 65830
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.70it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.72it/s]
71%|███████ | 12/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E50>
Rendering animation frame 495 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65831
Global seed set to 65831
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.68it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F40>
Rendering animation frame 496 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65832
Global seed set to 65832
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5490>
Rendering animation frame 497 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65833
Global seed set to 65833
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5520>
Rendering animation frame 498 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65834
Global seed set to 65834
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53D0>
Rendering animation frame 499 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65835
Global seed set to 65835
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>
Rendering animation frame 500 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65836
Global seed set to 65836
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.22it/s]
71%|███████ | 12/17 [00:01<00:00, 10.17it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BB0>
Rendering animation frame 501 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65837
Global seed set to 65837
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>
Rendering animation frame 502 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65838
Global seed set to 65838
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.17it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>
Rendering animation frame 503 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65839
Global seed set to 65839
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 504 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65840
Global seed set to 65840
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>
Rendering animation frame 505 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65841
Global seed set to 65841
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 506 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65842
Global seed set to 65842
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 507 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65843
Global seed set to 65843
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B58B0>
Rendering animation frame 508 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65844
Global seed set to 65844
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.94it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.62it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>
Rendering animation frame 509 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65845
Global seed set to 65845
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.96it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.96it/s]
41%|████ | 7/17 [00:00<00:00, 10.04it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.07it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.12it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.16it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.17it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>
Rendering animation frame 510 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65846
Global seed set to 65846
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 511 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65847
Global seed set to 65847
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>
Rendering animation frame 512 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65848
Global seed set to 65848
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5250>
Rendering animation frame 513 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65849
Global seed set to 65849
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>
Rendering animation frame 514 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65850
Global seed set to 65850
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5940>
Rendering animation frame 515 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65851
Global seed set to 65851
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9580>
Rendering animation frame 516 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65852
Global seed set to 65852
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.65it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D280>
Rendering animation frame 517 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65853
Global seed set to 65853
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>
Rendering animation frame 518 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65854
Global seed set to 65854
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981C0>
Rendering animation frame 519 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65855
Global seed set to 65855
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.69it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.11it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.07it/s]
41%|████ | 7/17 [00:00<00:00, 10.08it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.06it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.08it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.05it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4790>
Rendering animation frame 520 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65856
Global seed set to 65856
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C850>
Rendering animation frame 521 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65857
Global seed set to 65857
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C392970>
Rendering animation frame 522 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65858
Global seed set to 65858
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>
Rendering animation frame 523 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65859
Global seed set to 65859
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.57it/s]
12%|█▏ | 2/17 [00:00<00:01, 8.56it/s]
18%|█▊ | 3/17 [00:00<00:01, 8.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.61it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.04it/s]
41%|████ | 7/17 [00:00<00:01, 9.55it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.02it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 9.70it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53D0>
Rendering animation frame 524 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65860
Global seed set to 65860
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EB0>
Rendering animation frame 525 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65861
Global seed set to 65861
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>
Rendering animation frame 526 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65862
Global seed set to 65862
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]
100%|██████████| 17/17 [00:01<00:00, 10.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B30760>
Rendering animation frame 527 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65863
Global seed set to 65863
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.65it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>
Rendering animation frame 528 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65864
Global seed set to 65864
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.11it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.02it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55B0>
Rendering animation frame 529 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65865
Global seed set to 65865
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.27it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.23it/s]
71%|███████ | 12/17 [00:01<00:00, 10.18it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.18it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]
100%|██████████| 17/17 [00:01<00:00, 10.22it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>
Rendering animation frame 530 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65866
Global seed set to 65866
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CA0>
Rendering animation frame 531 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65867
Global seed set to 65867
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E80>
Rendering animation frame 532 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65868
Global seed set to 65868
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5340>
Rendering animation frame 533 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65869
Global seed set to 65869
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.73it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>
Rendering animation frame 534 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65870
Global seed set to 65870
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EB0>
Rendering animation frame 535 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65871
Global seed set to 65871
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>
Rendering animation frame 536 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65872
Global seed set to 65872
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>
Rendering animation frame 537 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65873
Global seed set to 65873
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.66it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.31it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]
71%|███████ | 12/17 [00:01<00:00, 10.14it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B6A0>
Rendering animation frame 538 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65874
Global seed set to 65874
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.90it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.89it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.86it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCA0>
Rendering animation frame 539 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65875
Global seed set to 65875
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 540 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65876
Global seed set to 65876
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 541 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65877
Global seed set to 65877
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B7F0>
Rendering animation frame 542 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65878
Global seed set to 65878
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32820>
Rendering animation frame 543 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65879
Global seed set to 65879
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3730>
Rendering animation frame 544 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65880
Global seed set to 65880
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682CA0>
Rendering animation frame 545 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65881
Global seed set to 65881
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.02it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.04it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B2C850>
Rendering animation frame 546 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65882
Global seed set to 65882
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>
Rendering animation frame 547 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65883
Global seed set to 65883
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]
71%|███████ | 12/17 [00:01<00:00, 10.17it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]
100%|██████████| 17/17 [00:01<00:00, 10.20it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>
Rendering animation frame 548 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65884
Global seed set to 65884
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DFD0>
Rendering animation frame 549 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65885
Global seed set to 65885
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>
Rendering animation frame 550 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65886
Global seed set to 65886
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9CD0>
Rendering animation frame 551 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65887
Global seed set to 65887
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.87it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.34it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.25it/s]
41%|████ | 7/17 [00:00<00:00, 10.15it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.11it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.03it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9610>
Rendering animation frame 552 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65888
Global seed set to 65888
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>
Rendering animation frame 553 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65889
Global seed set to 65889
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.78it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.81it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9F70>
Rendering animation frame 554 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65890
Global seed set to 65890
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>
Rendering animation frame 555 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65891
Global seed set to 65891
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>
Rendering animation frame 556 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65892
Global seed set to 65892
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.36it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>
Rendering animation frame 557 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65893
Global seed set to 65893
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBCA0>
Rendering animation frame 558 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65894
Global seed set to 65894
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.73it/s]
71%|███████ | 12/17 [00:01<00:00, 9.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>
Rendering animation frame 559 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65895
Global seed set to 65895
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>
Rendering animation frame 560 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65896
Global seed set to 65896
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>
Rendering animation frame 561 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65897
Global seed set to 65897
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5070>
Rendering animation frame 562 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65898
Global seed set to 65898
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54F0>
Rendering animation frame 563 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65899
Global seed set to 65899
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5340>
Rendering animation frame 564 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65900
Global seed set to 65900
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.66it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E80>
Rendering animation frame 565 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65901
Global seed set to 65901
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B59A0>
Rendering animation frame 566 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65902
Global seed set to 65902
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.46it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.32it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.22it/s]
71%|███████ | 12/17 [00:01<00:00, 10.18it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.19it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.19it/s]
100%|██████████| 17/17 [00:01<00:00, 10.24it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B20>
Rendering animation frame 567 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65903
Global seed set to 65903
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51C0>
Rendering animation frame 568 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65904
Global seed set to 65904
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>
Rendering animation frame 569 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65905
Global seed set to 65905
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50D0>
Rendering animation frame 570 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65906
Global seed set to 65906
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.16it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 571 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65907
Global seed set to 65907
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>
Rendering animation frame 572 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65908
Global seed set to 65908
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>
Rendering animation frame 573 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65909
Global seed set to 65909
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.77it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.80it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.83it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 574 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65910
Global seed set to 65910
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 575 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65911
Global seed set to 65911
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>
Rendering animation frame 576 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65912
Global seed set to 65912
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>
Rendering animation frame 577 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65913
Global seed set to 65913
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>
Rendering animation frame 578 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65914
Global seed set to 65914
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.92it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
41%|████ | 7/17 [00:00<00:01, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.00it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.07it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.10it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>
Rendering animation frame 579 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65915
Global seed set to 65915
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>
Rendering animation frame 580 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65916
Global seed set to 65916
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F70>
Rendering animation frame 581 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65917
Global seed set to 65917
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.94it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.10it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.01it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB100>
Rendering animation frame 582 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65918
Global seed set to 65918
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.58it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.60it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.69it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.80it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B58E0>
Rendering animation frame 583 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65919
Global seed set to 65919
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9250>
Rendering animation frame 584 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65920
Global seed set to 65920
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>
Rendering animation frame 585 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65921
Global seed set to 65921
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>
Rendering animation frame 586 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65922
Global seed set to 65922
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]
71%|███████ | 12/17 [00:01<00:00, 10.19it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]
100%|██████████| 17/17 [00:01<00:00, 10.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 587 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65923
Global seed set to 65923
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>
Rendering animation frame 588 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65924
Global seed set to 65924
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5910>
Rendering animation frame 589 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65925
Global seed set to 65925
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54F0>
Rendering animation frame 590 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65926
Global seed set to 65926
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.29it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.25it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.17it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>
Rendering animation frame 591 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65927
Global seed set to 65927
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5070>
Rendering animation frame 592 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65928
Global seed set to 65928
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4D60>
Rendering animation frame 593 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65929
Global seed set to 65929
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>
Rendering animation frame 594 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65930
Global seed set to 65930
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DE20>
Rendering animation frame 595 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65931
Global seed set to 65931
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DE6D0>
Rendering animation frame 596 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65932
Global seed set to 65932
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>
Rendering animation frame 597 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65933
Global seed set to 65933
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.27it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.85it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.56it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C44C2B0>
Rendering animation frame 598 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65934
Global seed set to 65934
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.15it/s]
100%|██████████| 17/17 [00:01<00:00, 10.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>
Rendering animation frame 599 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65935
Global seed set to 65935
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3730>
Rendering animation frame 600 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65936
Global seed set to 65936
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.35it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.25it/s]
71%|███████ | 12/17 [00:01<00:00, 10.22it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>
Rendering animation frame 601 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65937
Global seed set to 65937
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>
Rendering animation frame 602 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65938
Global seed set to 65938
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99A0>
Rendering animation frame 603 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65939
Global seed set to 65939
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9610>
Rendering animation frame 604 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65940
Global seed set to 65940
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BAC0>
Rendering animation frame 605 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65941
Global seed set to 65941
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B220>
Rendering animation frame 606 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65942
Global seed set to 65942
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>
Rendering animation frame 607 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65943
Global seed set to 65943
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 608 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65944
Global seed set to 65944
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 609 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65945
Global seed set to 65945
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B550>
Rendering animation frame 610 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65946
Global seed set to 65946
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891C32820>
Rendering animation frame 611 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65947
Global seed set to 65947
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8695BB0>
Rendering animation frame 612 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65948
Global seed set to 65948
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.44it/s]
41%|████ | 7/17 [00:00<00:01, 9.53it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.58it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.66it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.68it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.51it/s]
71%|███████ | 12/17 [00:01<00:00, 9.63it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 613 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65949
Global seed set to 65949
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D520>
Rendering animation frame 614 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65950
Global seed set to 65950
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A7C0>
Rendering animation frame 615 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65951
Global seed set to 65951
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>
Rendering animation frame 616 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65952
Global seed set to 65952
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.24it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.24it/s]
71%|███████ | 12/17 [00:01<00:00, 10.14it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D00>
Rendering animation frame 617 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65953
Global seed set to 65953
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9B20>
Rendering animation frame 618 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65954
Global seed set to 65954
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]
71%|███████ | 12/17 [00:01<00:00, 10.20it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.18it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>
Rendering animation frame 619 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65955
Global seed set to 65955
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A99D0>
Rendering animation frame 620 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65956
Global seed set to 65956
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.96it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>
Rendering animation frame 621 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65957
Global seed set to 65957
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9C40>
Rendering animation frame 622 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65958
Global seed set to 65958
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.78it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>
Rendering animation frame 623 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65959
Global seed set to 65959
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>
Rendering animation frame 624 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65960
Global seed set to 65960
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB700>
Rendering animation frame 625 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65961
Global seed set to 65961
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBDF0>
Rendering animation frame 626 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65962
Global seed set to 65962
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>
Rendering animation frame 627 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65963
Global seed set to 65963
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.48it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.25it/s]
18%|█▊ | 3/17 [00:00<00:01, 8.99it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.32it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.31it/s]
41%|████ | 7/17 [00:00<00:01, 9.46it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.72it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5B50>
Rendering animation frame 628 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65964
Global seed set to 65964
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5220>
Rendering animation frame 629 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65965
Global seed set to 65965
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E50>
Rendering animation frame 630 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65966
Global seed set to 65966
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>
Rendering animation frame 631 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65967
Global seed set to 65967
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.49it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.37it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.32it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.25it/s]
71%|███████ | 12/17 [00:01<00:00, 10.19it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]
100%|██████████| 17/17 [00:01<00:00, 10.22it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CA0>
Rendering animation frame 632 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65968
Global seed set to 65968
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.91it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.92it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
41%|████ | 7/17 [00:00<00:01, 9.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.09it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D90>
Rendering animation frame 633 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65969
Global seed set to 65969
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5850>
Rendering animation frame 634 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65970
Global seed set to 65970
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>
Rendering animation frame 635 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65971
Global seed set to 65971
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.83it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>
Rendering animation frame 636 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65972
Global seed set to 65972
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57F0>
Rendering animation frame 637 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65973
Global seed set to 65973
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.23it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EB0>
Rendering animation frame 638 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65974
Global seed set to 65974
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.99it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>
Rendering animation frame 639 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65975
Global seed set to 65975
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.99it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F10>
Rendering animation frame 640 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65976
Global seed set to 65976
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>
Rendering animation frame 641 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65977
Global seed set to 65977
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.22it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.20it/s]
71%|███████ | 12/17 [00:01<00:00, 10.18it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.19it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 642 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65978
Global seed set to 65978
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.19it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.96it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 643 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65979
Global seed set to 65979
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.24it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]
41%|████ | 7/17 [00:00<00:01, 9.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5880>
Rendering animation frame 644 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65980
Global seed set to 65980
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.12it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>
Rendering animation frame 645 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65981
Global seed set to 65981
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.74it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.79it/s]
71%|███████ | 12/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5520>
Rendering animation frame 646 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65982
Global seed set to 65982
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.16it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.15it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F10>
Rendering animation frame 647 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65983
Global seed set to 65983
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5310>
Rendering animation frame 648 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65984
Global seed set to 65984
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5670>
Rendering animation frame 649 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65985
Global seed set to 65985
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.27it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF10>
Rendering animation frame 650 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65986
Global seed set to 65986
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.21it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.99it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.94it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.95it/s]
41%|████ | 7/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B50A0>
Rendering animation frame 651 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65987
Global seed set to 65987
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698100>
Rendering animation frame 652 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65988
Global seed set to 65988
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9A00>
Rendering animation frame 653 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65989
Global seed set to 65989
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.15it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86D3760>
Rendering animation frame 654 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65990
Global seed set to 65990
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.89it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.20it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.05it/s]
41%|████ | 7/17 [00:00<00:01, 9.99it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.05it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.07it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>
Rendering animation frame 655 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65991
Global seed set to 65991
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>
Rendering animation frame 656 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65992
Global seed set to 65992
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.84it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.76it/s]
100%|██████████| 17/17 [00:01<00:00, 9.30it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 657 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65993
Global seed set to 65993
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>
Rendering animation frame 658 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65994
Global seed set to 65994
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.16it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.16it/s]
100%|██████████| 17/17 [00:01<00:00, 10.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B59A0>
Rendering animation frame 659 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65995
Global seed set to 65995
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>
Rendering animation frame 660 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65996
Global seed set to 65996
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.17it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.17it/s]
100%|██████████| 17/17 [00:01<00:00, 10.17it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BE0>
Rendering animation frame 661 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65997
Global seed set to 65997
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C44C2B0>
Rendering animation frame 662 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65998
Global seed set to 65998
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F44C0>
Rendering animation frame 663 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 65999
Global seed set to 65999
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682250>
Rendering animation frame 664 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66000
Global seed set to 66000
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>
Rendering animation frame 665 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66001
Global seed set to 66001
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>
Rendering animation frame 666 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66002
Global seed set to 66002
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.72it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.77it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D280>
Rendering animation frame 667 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66003
Global seed set to 66003
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>
Rendering animation frame 668 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66004
Global seed set to 66004
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EE0>
Rendering animation frame 669 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66005
Global seed set to 66005
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>
Rendering animation frame 670 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66006
Global seed set to 66006
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DC0>
Rendering animation frame 671 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66007
Global seed set to 66007
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.64it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.32it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.46it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.56it/s]
100%|██████████| 17/17 [00:01<00:00, 9.77it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>
Rendering animation frame 672 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66008
Global seed set to 66008
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCD0>
Rendering animation frame 673 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66009
Global seed set to 66009
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BD60>
Rendering animation frame 674 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66010
Global seed set to 66010
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.13it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BCA0>
Rendering animation frame 675 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66011
Global seed set to 66011
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.24it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.95it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 676 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66012
Global seed set to 66012
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.95it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.82it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.79it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 677 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66013
Global seed set to 66013
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.70it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.69it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>
Rendering animation frame 678 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66014
Global seed set to 66014
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 10.00it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.24it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.15it/s]
41%|████ | 7/17 [00:00<00:00, 10.02it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.00it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 679 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66015
Global seed set to 66015
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>
Rendering animation frame 680 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66016
Global seed set to 66016
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.17it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]
100%|██████████| 17/17 [00:01<00:00, 10.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869A580>
Rendering animation frame 681 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66017
Global seed set to 66017
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.08it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.90it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.93it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]
41%|████ | 7/17 [00:00<00:01, 9.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4A30>
Rendering animation frame 682 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66018
Global seed set to 66018
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.69it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.76it/s]
41%|████ | 7/17 [00:00<00:01, 9.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.88it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.80it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F298C3ADF10>
Rendering animation frame 683 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66019
Global seed set to 66019
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682250>
Rendering animation frame 684 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66020
Global seed set to 66020
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698400>
Rendering animation frame 685 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66021
Global seed set to 66021
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>
Rendering animation frame 686 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66022
Global seed set to 66022
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.57it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.35it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.49it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.71it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9DF0>
Rendering animation frame 687 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66023
Global seed set to 66023
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.39it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A60>
Rendering animation frame 688 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66024
Global seed set to 66024
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>
Rendering animation frame 689 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66025
Global seed set to 66025
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>
Rendering animation frame 690 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66026
Global seed set to 66026
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9CA0>
Rendering animation frame 691 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66027
Global seed set to 66027
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9E50>
Rendering animation frame 692 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66028
Global seed set to 66028
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.65it/s]
100%|██████████| 17/17 [00:01<00:00, 9.70it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB7F0>
Rendering animation frame 693 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66029
Global seed set to 66029
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.95it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.27it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.12it/s]
41%|████ | 7/17 [00:00<00:01, 9.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.85it/s]
71%|███████ | 12/17 [00:01<00:00, 9.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB700>
Rendering animation frame 694 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66030
Global seed set to 66030
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.31it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.24it/s]
71%|███████ | 12/17 [00:01<00:00, 10.23it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.17it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>
Rendering animation frame 695 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66031
Global seed set to 66031
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5400>
Rendering animation frame 696 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66032
Global seed set to 66032
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.18it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5340>
Rendering animation frame 697 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66033
Global seed set to 66033
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.93it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.82it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>
Rendering animation frame 698 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66034
Global seed set to 66034
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5C70>
Rendering animation frame 699 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66035
Global seed set to 66035
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A30>
Rendering animation frame 700 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66036
Global seed set to 66036
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.62it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D60>
Rendering animation frame 701 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66037
Global seed set to 66037
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.66it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.69it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.76it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.82it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>
Rendering animation frame 702 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66038
Global seed set to 66038
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>
Rendering animation frame 703 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66039
Global seed set to 66039
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5580>
Rendering animation frame 704 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66040
Global seed set to 66040
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5970>
Rendering animation frame 705 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66041
Global seed set to 66041
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.83it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.16it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.06it/s]
41%|████ | 7/17 [00:00<00:00, 10.06it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.06it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.07it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.08it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D90>
Rendering animation frame 706 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66042
Global seed set to 66042
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.90it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DC0>
Rendering animation frame 707 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66043
Global seed set to 66043
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.56it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 708 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66044
Global seed set to 66044
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>
Rendering animation frame 709 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66045
Global seed set to 66045
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 710 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66046
Global seed set to 66046
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 711 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66047
Global seed set to 66047
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5FD0>
Rendering animation frame 712 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66048
Global seed set to 66048
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>
Rendering animation frame 713 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66049
Global seed set to 66049
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 714 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66050
Global seed set to 66050
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.31it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 715 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66051
Global seed set to 66051
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.11it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>
Rendering animation frame 716 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66052
Global seed set to 66052
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.68it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.47it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.72it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5040>
Rendering animation frame 717 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66053
Global seed set to 66053
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.08it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF40>
Rendering animation frame 718 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66054
Global seed set to 66054
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54F0>
Rendering animation frame 719 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66055
Global seed set to 66055
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9370>
Rendering animation frame 720 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66056
Global seed set to 66056
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.20it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.76it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B51C0>
Rendering animation frame 721 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66057
Global seed set to 66057
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B55E0>
Rendering animation frame 722 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66058
Global seed set to 66058
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.17it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57C0>
Rendering animation frame 723 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66059
Global seed set to 66059
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F10>
Rendering animation frame 724 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66060
Global seed set to 66060
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A60>
Rendering animation frame 725 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66061
Global seed set to 66061
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.19it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>
Rendering animation frame 726 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66062
Global seed set to 66062
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BB0>
Rendering animation frame 727 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66063
Global seed set to 66063
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5BE0>
Rendering animation frame 728 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66064
Global seed set to 66064
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.44it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.14it/s]
71%|███████ | 12/17 [00:01<00:00, 10.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869DE20>
Rendering animation frame 729 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66065
Global seed set to 66065
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.74it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B30760>
Rendering animation frame 730 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66066
Global seed set to 66066
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.75it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A90>
Rendering animation frame 731 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66067
Global seed set to 66067
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.57it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.62it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.70it/s]
41%|████ | 7/17 [00:00<00:01, 9.77it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.71it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C36D0>
Rendering animation frame 732 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66068
Global seed set to 66068
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.90it/s]
71%|███████ | 12/17 [00:01<00:00, 9.93it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86981F0>
Rendering animation frame 733 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66069
Global seed set to 66069
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.05it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F2891B04A00>
Rendering animation frame 734 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66070
Global seed set to 66070
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.23it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>
Rendering animation frame 735 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66071
Global seed set to 66071
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4EE0>
Rendering animation frame 736 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66072
Global seed set to 66072
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]
71%|███████ | 12/17 [00:01<00:00, 10.14it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9610>
Rendering animation frame 737 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66073
Global seed set to 66073
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.18it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9A90>
Rendering animation frame 738 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66074
Global seed set to 66074
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.94it/s]
41%|████ | 7/17 [00:00<00:01, 9.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.94it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EB0>
Rendering animation frame 739 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66075
Global seed set to 66075
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.31it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9820>
Rendering animation frame 740 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66076
Global seed set to 66076
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.77it/s]
41%|████ | 7/17 [00:00<00:01, 9.81it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.76it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.82it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.84it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B0D0>
Rendering animation frame 741 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66077
Global seed set to 66077
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869BD60>
Rendering animation frame 742 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66078
Global seed set to 66078
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B220>
Rendering animation frame 743 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66079
Global seed set to 66079
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 744 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66080
Global seed set to 66080
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.35it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 10.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 745 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66081
Global seed set to 66081
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.38it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.01it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.93it/s]
41%|████ | 7/17 [00:00<00:01, 9.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.85it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.86it/s]
71%|███████ | 12/17 [00:01<00:00, 9.88it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86DED60>
Rendering animation frame 746 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66082
Global seed set to 66082
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.07it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.73it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.85it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869B580>
Rendering animation frame 747 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66083
Global seed set to 66083
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86F4D60>
Rendering animation frame 748 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66084
Global seed set to 66084
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C38E0>
Rendering animation frame 749 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66085
Global seed set to 66085
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86D3760>
Rendering animation frame 750 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66086
Global seed set to 66086
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.65it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.92it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.94it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.91it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.97it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8682250>
Rendering animation frame 751 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66087
Global seed set to 66087
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.63it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.72it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869D520>
Rendering animation frame 752 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66088
Global seed set to 66088
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9D60>
Rendering animation frame 753 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66089
Global seed set to 66089
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9790>
Rendering animation frame 754 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66090
Global seed set to 66090
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.80it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.84it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.88it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.80it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9E80>
Rendering animation frame 755 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66091
Global seed set to 66091
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.89it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A9EB0>
Rendering animation frame 756 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66092
Global seed set to 66092
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.31it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.94it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86A95B0>
Rendering animation frame 757 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66093
Global seed set to 66093
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.12it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9C40>
Rendering animation frame 758 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66094
Global seed set to 66094
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>
Rendering animation frame 759 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66095
Global seed set to 66095
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698430>
Rendering animation frame 760 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66096
Global seed set to 66096
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.21it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FBF10>
Rendering animation frame 761 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66097
Global seed set to 66097
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.96it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB220>
Rendering animation frame 762 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66098
Global seed set to 66098
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5280>
Rendering animation frame 763 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66099
Global seed set to 66099
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5430>
Rendering animation frame 764 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66100
Global seed set to 66100
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.42it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.90it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.75it/s]
100%|██████████| 17/17 [00:01<00:00, 9.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5A00>
Rendering animation frame 765 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66101
Global seed set to 66101
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5100>
Rendering animation frame 766 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66102
Global seed set to 66102
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.97it/s]
41%|████ | 7/17 [00:00<00:01, 9.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.91it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5760>
Rendering animation frame 767 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66103
Global seed set to 66103
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56D0>
Rendering animation frame 768 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66104
Global seed set to 66104
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5820>
Rendering animation frame 769 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66105
Global seed set to 66105
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>
Rendering animation frame 770 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66106
Global seed set to 66106
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.46it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.34it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.25it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.23it/s]
71%|███████ | 12/17 [00:01<00:00, 10.18it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.17it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>
Rendering animation frame 771 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66107
Global seed set to 66107
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.05it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.87it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5F70>
Rendering animation frame 772 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66108
Global seed set to 66108
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.13it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>
Rendering animation frame 773 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66109
Global seed set to 66109
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 10.00it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.25it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.12it/s]
41%|████ | 7/17 [00:00<00:00, 10.07it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.80it/s]
71%|███████ | 12/17 [00:01<00:00, 9.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AF0>
Rendering animation frame 774 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66110
Global seed set to 66110
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.01it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.94it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>
Rendering animation frame 775 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66111
Global seed set to 66111
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.72it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 776 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66112
Global seed set to 66112
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.22it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B53A0>
Rendering animation frame 777 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66113
Global seed set to 66113
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.25it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86400D0>
Rendering animation frame 778 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66114
Global seed set to 66114
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.13it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8640160>
Rendering animation frame 779 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66115
Global seed set to 66115
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.41it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.02it/s]
71%|███████ | 12/17 [00:01<00:00, 9.71it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.75it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.79it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5AC0>
Rendering animation frame 780 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66116
Global seed set to 66116
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.26it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.21it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]
71%|███████ | 12/17 [00:01<00:00, 10.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5370>
Rendering animation frame 781 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66117
Global seed set to 66117
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.32it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.93it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.93it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.94it/s]
71%|███████ | 12/17 [00:01<00:00, 9.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5CD0>
Rendering animation frame 782 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66118
Global seed set to 66118
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5700>
Rendering animation frame 783 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66119
Global seed set to 66119
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.43it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.05it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5E20>
Rendering animation frame 784 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66120
Global seed set to 66120
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.13it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.87it/s]
71%|███████ | 12/17 [00:01<00:00, 9.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.93it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.96it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B52E0>
Rendering animation frame 785 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66121
Global seed set to 66121
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.16it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.08it/s]
71%|███████ | 12/17 [00:01<00:00, 10.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86FB760>
Rendering animation frame 786 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66122
Global seed set to 66122
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.21it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B56A0>
Rendering animation frame 787 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66123
Global seed set to 66123
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 10.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 9.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A8698220>
Rendering animation frame 788 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66124
Global seed set to 66124
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.35it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86E9370>
Rendering animation frame 789 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66125
Global seed set to 66125
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.48it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.74it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.78it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.79it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]
71%|███████ | 12/17 [00:01<00:00, 9.81it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A869AC40>
Rendering animation frame 790 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66126
Global seed set to 66126
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.13it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.50it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.54it/s]
71%|███████ | 12/17 [00:01<00:00, 9.57it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.62it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.53it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.45it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.57it/s]
100%|██████████| 17/17 [00:01<00:00, 9.67it/s]
100%|██████████| 17/17 [00:01<00:00, 9.73it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5130>
Rendering animation frame 791 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66127
Global seed set to 66127
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.09it/s]
71%|███████ | 12/17 [00:01<00:00, 10.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5220>
Rendering animation frame 792 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66128
Global seed set to 66128
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.00it/s]
71%|███████ | 12/17 [00:01<00:00, 9.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.99it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B57F0>
Rendering animation frame 793 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66129
Global seed set to 66129
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.06it/s]
71%|███████ | 12/17 [00:01<00:00, 9.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.90it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B54C0>
Rendering animation frame 794 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66130
Global seed set to 66130
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.30it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.82it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.86it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.76it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5550>
Rendering animation frame 795 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66131
Global seed set to 66131
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.43it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.32it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.25it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.21it/s]
71%|███████ | 12/17 [00:01<00:00, 10.14it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5D30>
Rendering animation frame 796 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66132
Global seed set to 66132
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.47it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.99it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.98it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.01it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.02it/s]
100%|██████████| 17/17 [00:01<00:00, 9.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5790>
Rendering animation frame 797 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66133
Global seed set to 66133
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.29it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5DF0>
Rendering animation frame 798 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66134
Global seed set to 66134
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.21it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86B5EE0>
Rendering animation frame 799 of 800
angle: 0.2 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
superheros 66135
Global seed set to 66135
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.97it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.11it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7F29A86C3730>