You're looking at a specific version of this model. Jump to the model overview.
deforum /deforum_stable_diffusion:e22e7749
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:e22e77495f2fb83c34d5fae2ad8ab63c0a87b6b573b6208e1535b23b89ea66d6",
{
input: {
fps: 15,
zoom: "0: (1.04)",
angle: "0:(0)",
sampler: "klms",
max_frames: 100,
translation_x: "0: (0)",
translation_y: "0: (0)",
color_coherence: "Match Frame 0 LAB",
animation_prompts: "0: untitled art by johannes itten"
}
}
);
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:e22e77495f2fb83c34d5fae2ad8ab63c0a87b6b573b6208e1535b23b89ea66d6",
input={
"fps": 15,
"zoom": "0: (1.04)",
"angle": "0:(0)",
"sampler": "klms",
"max_frames": 100,
"translation_x": "0: (0)",
"translation_y": "0: (0)",
"color_coherence": "Match Frame 0 LAB",
"animation_prompts": "0: untitled art by johannes itten"
}
)
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": "e22e77495f2fb83c34d5fae2ad8ab63c0a87b6b573b6208e1535b23b89ea66d6",
"input": {
"fps": 15,
"zoom": "0: (1.04)",
"angle": "0:(0)",
"sampler": "klms",
"max_frames": 100,
"translation_x": "0: (0)",
"translation_y": "0: (0)",
"color_coherence": "Match Frame 0 LAB",
"animation_prompts": "0: untitled art by johannes itten"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2022-09-02T14:58:13.873004Z",
"created_at": "2022-09-02T14:54:24.222776Z",
"data_removed": false,
"error": null,
"id": "27n7dshft5brzeq522uutejrrm",
"input": {
"fps": 15,
"zoom": "0: (1.04)",
"angle": "0:(0)",
"sampler": "klms",
"max_frames": "100",
"translation_x": "0: (0)",
"translation_y": "0: (0)",
"color_coherence": "Match Frame 0 LAB",
"animation_prompts": "0: untitled art by johannes itten"
},
"logs": "Using seed: 11868\nSaving animation frames to cog_out\nRendering animation frame 0 of 100\n0: untitled art by johannes itten 11868\nGlobal seed set to 11868\n\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:08, 5.48it/s]\n 6%|▌ | 3/50 [00:00<00:05, 8.30it/s]\n 8%|▊ | 4/50 [00:00<00:05, 8.61it/s]\n 10%|█ | 5/50 [00:00<00:05, 8.63it/s]\n 12%|█▏ | 6/50 [00:00<00:05, 8.57it/s]\n 14%|█▍ | 7/50 [00:00<00:05, 8.55it/s]\n 16%|█▌ | 8/50 [00:00<00:04, 8.87it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 8.71it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 9.26it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 9.38it/s]\n 26%|██▌ | 13/50 [00:01<00:03, 9.53it/s]\n 28%|██▊ | 14/50 [00:01<00:03, 9.54it/s]\n 30%|███ | 15/50 [00:01<00:03, 9.55it/s]\n 34%|███▍ | 17/50 [00:01<00:03, 9.73it/s]\n 36%|███▌ | 18/50 [00:01<00:03, 9.63it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 9.34it/s]\n 40%|████ | 20/50 [00:02<00:03, 9.22it/s]\n 44%|████▍ | 22/50 [00:02<00:02, 9.54it/s]\n 46%|████▌ | 23/50 [00:02<00:02, 9.61it/s]\n 50%|█████ | 25/50 [00:02<00:02, 9.53it/s]\n 52%|█████▏ | 26/50 [00:02<00:02, 9.55it/s]\n 54%|█████▍ | 27/50 [00:02<00:02, 9.48it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 9.80it/s]\n 62%|██████▏ | 31/50 [00:03<00:01, 9.89it/s]\n 64%|██████▍ | 32/50 [00:03<00:01, 9.87it/s]\n 68%|██████▊ | 34/50 [00:03<00:01, 10.01it/s]\n 70%|███████ | 35/50 [00:03<00:01, 9.86it/s]\n 72%|███████▏ | 36/50 [00:03<00:01, 9.82it/s]\n 74%|███████▍ | 37/50 [00:03<00:01, 9.60it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 9.65it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 9.59it/s]\n 82%|████████▏ | 41/50 [00:04<00:00, 9.64it/s]\n 84%|████████▍ | 42/50 [00:04<00:00, 9.69it/s]\n 88%|████████▊ | 44/50 [00:04<00:00, 9.79it/s]\n 90%|█████████ | 45/50 [00:04<00:00, 9.73it/s]\n 92%|█████████▏| 46/50 [00:04<00:00, 9.42it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 9.19it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 9.39it/s]\n100%|██████████| 50/50 [00:05<00:00, 9.46it/s]\n100%|██████████| 50/50 [00:05<00:00, 9.41it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60580>\nRendering animation frame 1 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11869\nGlobal seed set to 11869\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.18it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.59it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.02it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.86it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.81it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.57it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.46it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.53it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.62it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.72it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.86it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.28it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.18it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60D00>\nRendering animation frame 2 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\npredict.py:417: 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)\n0: untitled art by johannes itten 11870\nGlobal seed set to 11870\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, 9.33it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.50it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.53it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.48it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.32it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.88it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.61it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.26it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.35it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.36it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.62it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.70it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14190>\nRendering animation frame 3 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11871\nGlobal seed set to 11871\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.34it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.14it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.06it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.65it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.74it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.08it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.28it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.21it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.52it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.47it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.28it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14F40>\nRendering animation frame 4 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11872\nGlobal seed set to 11872\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.73it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.73it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.29it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.10it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.87it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.87it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.71it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.76it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.13it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.38it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.08it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60A30>\nRendering animation frame 5 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11873\nGlobal seed set to 11873\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.92it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.64it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.41it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.34it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.36it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.18it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.83it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.40it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.51it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.35it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60580>\nRendering animation frame 6 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11874\nGlobal seed set to 11874\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.93it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.28it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.40it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.36it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.09it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.20it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.62it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.61it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.41it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.41it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.37it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.49it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.26it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.38it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14F40>\nRendering animation frame 7 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11875\nGlobal seed set to 11875\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.08it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.17it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.00it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.99it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.68it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.01it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.22it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.37it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.44it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.56it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.24it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14760>\nRendering animation frame 8 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11876\nGlobal seed set to 11876\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.88it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 8.86it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.04it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.74it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.91it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.71it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.73it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.83it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.84it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.66it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.79it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.85it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.14it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.33it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.28it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F1F0>\nRendering animation frame 9 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11877\nGlobal seed set to 11877\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.81it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.24it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 8.85it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.97it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.91it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.85it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.15it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 9.05it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.95it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.68it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.68it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.82it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F4F0>\nRendering animation frame 10 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11878\nGlobal seed set to 11878\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.61it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.32it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.51it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.36it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.58it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.29it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.03it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.81it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.94it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.95it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.22it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.41it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.54it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.49it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.23it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F460>\nRendering animation frame 11 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11879\nGlobal seed set to 11879\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.94it/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.04it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.63it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.51it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.51it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.38it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.24it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.16it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.24it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.53it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F910>\nRendering animation frame 12 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11880\nGlobal seed set to 11880\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.85it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.80it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.74it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.71it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.58it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.36it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.27it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.33it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.36it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.22it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.35it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.42it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.45it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.35it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.48it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FA60>\nRendering animation frame 13 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11881\nGlobal seed set to 11881\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, 9.99it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.79it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.51it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.36it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.11it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.90it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.76it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.76it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.73it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.74it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FB80>\nRendering animation frame 14 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11882\nGlobal seed set to 11882\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.87it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.83it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.78it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.45it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.19it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.28it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.91it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.88it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.73it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.04it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.26it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.39it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.39it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.54it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.25it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F6A0>\nRendering animation frame 15 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11883\nGlobal seed set to 11883\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.84it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.49it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.43it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.27it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.88it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.92it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.83it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.05it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F9A0>\nRendering animation frame 16 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11884\nGlobal seed set to 11884\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.28it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.20it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.87it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.77it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.68it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.71it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.75it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.44it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.29it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.55it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.28it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.16it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.39it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FC10>\nRendering animation frame 17 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11885\nGlobal seed set to 11885\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.38it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.78it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.43it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.30it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.75it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.70it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.74it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.46it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.23it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.98it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.28it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FE80>\nRendering animation frame 18 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11886\nGlobal seed set to 11886\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.57it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.72it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.38it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.55it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.22it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.02it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.03it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.92it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.90it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.77it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.74it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FFA0>\nRendering animation frame 19 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11887\nGlobal seed set to 11887\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.67it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.08it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.11it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.30it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.48it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.49it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.38it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.76it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.67it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.55it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.58it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FDC0>\nRendering animation frame 20 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11888\nGlobal seed set to 11888\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.01it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.58it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.33it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.60it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.43it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.72it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.46it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.23it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.15it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.28it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F7C0>\nRendering animation frame 21 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11889\nGlobal seed set to 11889\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.22it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.24it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.11it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.95it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.86it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.87it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.87it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.76it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.71it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.68it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F7F0>\nRendering animation frame 22 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11890\nGlobal seed set to 11890\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.14it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.13it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.98it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.83it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.73it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.75it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.94it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.81it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.00it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.21it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.28it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.44it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.19it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F3A0>\nRendering animation frame 23 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11891\nGlobal seed set to 11891\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.93it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.81it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.22it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.17it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.24it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.13it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.11it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.16it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.15it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.21it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.38it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.35it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.44it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.29it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14F40>\nRendering animation frame 24 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11892\nGlobal seed set to 11892\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.67it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.59it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.58it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.47it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.55it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.69it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.96it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.67it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.02it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.04it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.13it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.17it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.09it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.21it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.27it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.19it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF7AEE0>\nRendering animation frame 25 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11893\nGlobal seed set to 11893\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.46it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.26it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.15it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.22it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.05it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.04it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.05it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.08it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.12it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.36it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60F40>\nRendering animation frame 26 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11894\nGlobal seed set to 11894\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.48it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.63it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.92it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.93it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.86it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.96it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.25it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.28it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.44it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.43it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.25it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F8B0>\nRendering animation frame 27 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11895\nGlobal seed set to 11895\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.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.50it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.52it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.34it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.12it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.06it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.66it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.12it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F6D0>\nRendering animation frame 28 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11896\nGlobal seed set to 11896\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.71it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.56it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.58it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.44it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.58it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.39it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.28it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.18it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.67it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.66it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.58it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.50it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.38it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.51it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F460>\nRendering animation frame 29 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11897\nGlobal seed set to 11897\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.42it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.40it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.48it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.40it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.15it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.22it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.32it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.44it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.16it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.21it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FA00>\nRendering animation frame 30 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11898\nGlobal seed set to 11898\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.72it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.68it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.38it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.54it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.39it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.11it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.00it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.66it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.54it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.58it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.59it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.87it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F880>\nRendering animation frame 31 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11899\nGlobal seed set to 11899\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.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.75it/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.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F2B0>\nRendering animation frame 32 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11900\nGlobal seed set to 11900\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.35it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.04it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.83it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.77it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.48it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.57it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.62it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.67it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.56it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE520>\nRendering animation frame 33 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11901\nGlobal seed set to 11901\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.70it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.37it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.22it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.97it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.98it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.74it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.63it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.74it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.00it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.77it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.13it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.26it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.18it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE7F0>\nRendering animation frame 34 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11902\nGlobal seed set to 11902\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.56it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.65it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.78it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.70it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.58it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.72it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.48it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.62it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.52it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.45it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.69it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE6A0>\nRendering animation frame 35 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11903\nGlobal seed set to 11903\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.82it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.73it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.33it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.96it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.80it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.60it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.68it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.70it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.59it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.09it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.59it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE310>\nRendering animation frame 36 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11904\nGlobal seed set to 11904\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.12it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.65it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.30it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.16it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.28it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.88it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.72it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.72it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.55it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.57it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.61it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.72it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.26it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE460>\nRendering animation frame 37 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11905\nGlobal seed set to 11905\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.95it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.13it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 8.98it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.78it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.50it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.62it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.52it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.49it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.64it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.52it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.03it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.91it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.65it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.60it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.73it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEA30>\nRendering animation frame 38 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11906\nGlobal seed set to 11906\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.97it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 8.98it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 8.78it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.86it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.82it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.00it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.79it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.68it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.48it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.42it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.53it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.26it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.34it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.24it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE610>\nRendering animation frame 39 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11907\nGlobal seed set to 11907\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.49it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.66it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.32it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.91it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.89it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.59it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.81it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.84it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.01it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEA60>\nRendering animation frame 40 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11908\nGlobal seed set to 11908\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.61it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.54it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.33it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.93it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.02it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.39it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.16it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.96it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.88it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.17it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AED30>\nRendering animation frame 41 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11909\nGlobal seed set to 11909\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, 9.98it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.94it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.73it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.60it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.29it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.14it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.32it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.40it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.99it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.97it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.38it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.33it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.42it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.37it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEDC0>\nRendering animation frame 42 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11910\nGlobal seed set to 11910\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.31it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.40it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.33it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.22it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.01it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.66it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.66it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEF70>\nRendering animation frame 43 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11911\nGlobal seed set to 11911\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.14it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.26it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.12it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.96it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.15it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.94it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.77it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.72it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.07it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.31it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.44it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.26it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.17it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.18it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEDF0>\nRendering animation frame 44 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11912\nGlobal seed set to 11912\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, 9.97it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.69it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.58it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.57it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.77it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.91it/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.56it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.38it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.15it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.52it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60A00>\nRendering animation frame 45 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11913\nGlobal seed set to 11913\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.20it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.24it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.44it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.48it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.18it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.97it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.98it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.18it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.46it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.40it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.23it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.33it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.49it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.35it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.30it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF7AF10>\nRendering animation frame 46 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11914\nGlobal seed set to 11914\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.89it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.00it/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.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 0x7FE8CC0AE9A0>\nRendering animation frame 47 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11915\nGlobal seed set to 11915\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.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.10it/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.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.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.86it/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 0x7FE8CDF141F0>\nRendering animation frame 48 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11916\nGlobal seed set to 11916\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.22it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.06it/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, 10.04it/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 0x7FE8CC0AE520>\nRendering animation frame 49 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11917\nGlobal seed set to 11917\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.21it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.90it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.00it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.08it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.09it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.15it/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 0x7FE8CC0AED00>\nRendering animation frame 50 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11918\nGlobal seed set to 11918\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.19it/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.14it/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.13it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE250>\nRendering animation frame 51 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11919\nGlobal seed set to 11919\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.93it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.65it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.48it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.36it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.32it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.29it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.27it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.27it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEDC0>\nRendering animation frame 52 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11920\nGlobal seed set to 11920\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.48it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.32it/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.18it/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.19it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE640>\nRendering animation frame 53 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11921\nGlobal seed set to 11921\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.78it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.50it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.41it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.37it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.36it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.36it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.36it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.36it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.38it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE400>\nRendering animation frame 54 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11922\nGlobal seed set to 11922\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.84it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.37it/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.19it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.20it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.18it/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 0x7FE8CDF0F130>\nRendering animation frame 55 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11923\nGlobal seed set to 11923\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.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.29it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.27it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.29it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.25it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/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 0x7FE8CDF0F7F0>\nRendering animation frame 56 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11924\nGlobal seed set to 11924\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.83it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.59it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.17it/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.12it/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 0x7FE8CDF0FF40>\nRendering animation frame 57 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11925\nGlobal seed set to 11925\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.69it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.40it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.41it/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.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.89it/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 0x7FE8CDF0F9A0>\nRendering animation frame 58 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11926\nGlobal seed set to 11926\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.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.35it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.35it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.35it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.34it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.37it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.36it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.37it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FC40>\nRendering animation frame 59 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11927\nGlobal seed set to 11927\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.97it/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 0x7FE8CDF0FA00>\nRendering animation frame 60 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11928\nGlobal seed set to 11928\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.87it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.62it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.43it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.39it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.37it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.36it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.29it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.23it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.33it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3190>\nRendering animation frame 61 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11929\nGlobal seed set to 11929\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.82it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.86it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.42it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.22it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.07it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.95it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.95it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.06it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.02it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.16it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.61it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.38it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3430>\nRendering animation frame 62 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11930\nGlobal seed set to 11930\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.13it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.69it/s]\n 29%|██▉ | 5/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.54it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.34it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.28it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.23it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.12it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.28it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.22it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.26it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.41it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.47it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3790>\nRendering animation frame 63 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11931\nGlobal seed set to 11931\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.15it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.18it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.03it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.09it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.01it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.01it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.12it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.18it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.37it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.46it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.18it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B38B0>\nRendering animation frame 64 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11932\nGlobal seed set to 11932\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.38it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.36it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.54it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.08it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.52it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.54it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.56it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.32it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.37it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.39it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.33it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.13it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.25it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.24it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.33it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3580>\nRendering animation frame 65 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11933\nGlobal seed set to 11933\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.03it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 8.94it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.69it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.65it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.59it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.38it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.50it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.32it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.48it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.64it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.53it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.25it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.36it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.47it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3910>\nRendering animation frame 66 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11934\nGlobal seed set to 11934\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.23it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.54it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.68it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.37it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.53it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.17it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.64it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.56it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.49it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.47it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.33it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.19it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.12it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.31it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.38it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3850>\nRendering animation frame 67 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11935\nGlobal seed set to 11935\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.25it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.75it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.57it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.42it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.30it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.31it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.22it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.52it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.61it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.59it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3B50>\nRendering animation frame 68 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11936\nGlobal seed set to 11936\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.24it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.32it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.31it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.35it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.07it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.91it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 8.92it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.21it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.92it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.92it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.54it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.41it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.63it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3C70>\nRendering animation frame 69 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11937\nGlobal seed set to 11937\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.73it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.78it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.53it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.60it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.25it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.37it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.36it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.48it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.52it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.60it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.54it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.58it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.55it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.56it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.54it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.53it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.49it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.51it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3DF0>\nRendering animation frame 70 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11938\nGlobal seed set to 11938\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.73it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.22it/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.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.11it/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 0x7FE8CC0B3250>\nRendering animation frame 71 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11939\nGlobal seed set to 11939\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.28it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/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.18it/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 0x7FE8CC0B38B0>\nRendering animation frame 72 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11940\nGlobal seed set to 11940\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.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.30it/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.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.12it/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 0x7FE8CC0B3580>\nRendering animation frame 73 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11941\nGlobal seed set to 11941\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.11it/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.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.62it/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.64it/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 0x7FE8CC0B36D0>\nRendering animation frame 74 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11942\nGlobal seed set to 11942\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.79it/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.18it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.92it/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 0x7FE8CC0B3790>\nRendering animation frame 75 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11943\nGlobal seed set to 11943\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.25it/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, 9.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.97it/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.83it/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 0x7FE8CC0B3130>\nRendering animation frame 76 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11944\nGlobal seed set to 11944\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.13it/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.06it/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 0x7FE8CDF14760>\nRendering animation frame 77 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11945\nGlobal seed set to 11945\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.76it/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.34it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/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.20it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF140A0>\nRendering animation frame 78 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11946\nGlobal seed set to 11946\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.46it/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, 10.21it/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, 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 0x7FE8CDF60A00>\nRendering animation frame 79 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11947\nGlobal seed set to 11947\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.79it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.46it/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.16it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.17it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.16it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.18it/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 0x7FE8CDF0F3A0>\nRendering animation frame 80 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11948\nGlobal seed set to 11948\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.53it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.25it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.19it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.19it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.09it/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 0x7FE8CDF0FF70>\nRendering animation frame 81 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11949\nGlobal seed set to 11949\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.73it/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.07it/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.14it/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 0x7FE8CDF0FA00>\nRendering animation frame 82 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11950\nGlobal seed set to 11950\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.26it/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.19it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.20it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.26it/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 0x7FE8CDF0FCA0>\nRendering animation frame 83 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11951\nGlobal seed set to 11951\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.92it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.48it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.37it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.19it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.09it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.02it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.10it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]\n100%|██████████| 17/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 0x7FE8CC0AE1C0>\nRendering animation frame 84 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11952\nGlobal seed set to 11952\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.84it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.32it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.97it/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, 9.97it/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 0x7FE8CC0AEF70>\nRendering animation frame 85 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11953\nGlobal seed set to 11953\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.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.67it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.59it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.32it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.97it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.18it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.38it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.42it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.36it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.26it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.40it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEF40>\nRendering animation frame 86 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11954\nGlobal seed set to 11954\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.66it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.49it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.32it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.15it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.02it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.91it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.78it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.09it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE250>\nRendering animation frame 87 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11955\nGlobal seed set to 11955\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 8.76it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 8.88it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.27it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.19it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.39it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.56it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.25it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.14it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.98it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.97it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.66it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.77it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.37it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.18it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AECA0>\nRendering animation frame 88 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11956\nGlobal seed set to 11956\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.94it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.57it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.39it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.98it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.72it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.79it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.67it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.45it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.66it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.68it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.54it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.40it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.55it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.75it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE520>\nRendering animation frame 89 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11957\nGlobal seed set to 11957\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.91it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 9.42it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.11it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.18it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.16it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.12it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.00it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.14it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.96it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.32it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.25it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE220>\nRendering animation frame 90 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11958\nGlobal seed set to 11958\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.31it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.61it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.40it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.28it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.10it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.17it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.89it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 8.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.85it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEEB0>\nRendering animation frame 91 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11959\nGlobal seed set to 11959\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.80it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.66it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 8.82it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 8.58it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 8.70it/s]\n 41%|████ | 7/17 [00:00<00:01, 8.64it/s]\n 47%|████▋ | 8/17 [00:00<00:01, 8.45it/s]\n 53%|█████▎ | 9/17 [00:01<00:00, 8.55it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 8.53it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 8.51it/s]\n 71%|███████ | 12/17 [00:01<00:00, 8.70it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.10it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 9.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60A30>\nRendering animation frame 92 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11960\nGlobal seed set to 11960\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.17it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.44it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.27it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.40it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.23it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 9.41it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.42it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.21it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 8.83it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 8.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 8.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 8.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 9.23it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F190>\nRendering animation frame 93 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11961\nGlobal seed set to 11961\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.11it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.59it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 9.42it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 9.41it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.48it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.61it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.70it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 9.55it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 9.67it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.12it/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 0x7FE8CDF0F970>\nRendering animation frame 94 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11962\nGlobal seed set to 11962\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/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.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, 9.92it/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 0x7FE8CDF0FA00>\nRendering animation frame 95 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11963\nGlobal seed set to 11963\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.29it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 9.99it/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 0x7FE8CDF142B0>\nRendering animation frame 96 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11964\nGlobal seed set to 11964\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.32it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.37it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.27it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.27it/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.94it/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 0x7FE8CC0B3130>\nRendering animation frame 97 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11965\nGlobal seed set to 11965\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.08it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.25it/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 0x7FE8CC0B3BE0>\nRendering animation frame 98 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11966\nGlobal seed set to 11966\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.43it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.21it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.26it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.23it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.13it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.16it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.05it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.21it/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 0x7FE8CC0B31F0>\nRendering animation frame 99 of 100\nangle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0\n0: untitled art by johannes itten 11967\nGlobal seed set to 11967\n\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.83it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]\n 41%|████ | 7/17 [00:00<00:01, 9.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]\n 59%|█████▉ | 10/17 [00:01<00:00, 10.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.01it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.00it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.09it/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 0x7FE8CC0B3220>",
"metrics": {
"predict_time": 222.644978,
"total_time": 229.650228
},
"output": "https://replicate.delivery/mgxm/96185947-8553-43fc-9743-b0861319e9d5/out.mp4",
"started_at": "2022-09-02T14:54:31.228026Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/27n7dshft5brzeq522uutejrrm",
"cancel": "https://api.replicate.com/v1/predictions/27n7dshft5brzeq522uutejrrm/cancel"
},
"version": "e22e77495f2fb83c34d5fae2ad8ab63c0a87b6b573b6208e1535b23b89ea66d6"
}
Using seed: 11868
Saving animation frames to cog_out
Rendering animation frame 0 of 100
0: untitled art by johannes itten 11868
Global seed set to 11868
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:08, 5.48it/s]
6%|▌ | 3/50 [00:00<00:05, 8.30it/s]
8%|▊ | 4/50 [00:00<00:05, 8.61it/s]
10%|█ | 5/50 [00:00<00:05, 8.63it/s]
12%|█▏ | 6/50 [00:00<00:05, 8.57it/s]
14%|█▍ | 7/50 [00:00<00:05, 8.55it/s]
16%|█▌ | 8/50 [00:00<00:04, 8.87it/s]
18%|█▊ | 9/50 [00:01<00:04, 8.71it/s]
22%|██▏ | 11/50 [00:01<00:04, 9.26it/s]
24%|██▍ | 12/50 [00:01<00:04, 9.38it/s]
26%|██▌ | 13/50 [00:01<00:03, 9.53it/s]
28%|██▊ | 14/50 [00:01<00:03, 9.54it/s]
30%|███ | 15/50 [00:01<00:03, 9.55it/s]
34%|███▍ | 17/50 [00:01<00:03, 9.73it/s]
36%|███▌ | 18/50 [00:01<00:03, 9.63it/s]
38%|███▊ | 19/50 [00:02<00:03, 9.34it/s]
40%|████ | 20/50 [00:02<00:03, 9.22it/s]
44%|████▍ | 22/50 [00:02<00:02, 9.54it/s]
46%|████▌ | 23/50 [00:02<00:02, 9.61it/s]
50%|█████ | 25/50 [00:02<00:02, 9.53it/s]
52%|█████▏ | 26/50 [00:02<00:02, 9.55it/s]
54%|█████▍ | 27/50 [00:02<00:02, 9.48it/s]
58%|█████▊ | 29/50 [00:03<00:02, 9.80it/s]
62%|██████▏ | 31/50 [00:03<00:01, 9.89it/s]
64%|██████▍ | 32/50 [00:03<00:01, 9.87it/s]
68%|██████▊ | 34/50 [00:03<00:01, 10.01it/s]
70%|███████ | 35/50 [00:03<00:01, 9.86it/s]
72%|███████▏ | 36/50 [00:03<00:01, 9.82it/s]
74%|███████▍ | 37/50 [00:03<00:01, 9.60it/s]
76%|███████▌ | 38/50 [00:04<00:01, 9.65it/s]
78%|███████▊ | 39/50 [00:04<00:01, 9.59it/s]
82%|████████▏ | 41/50 [00:04<00:00, 9.64it/s]
84%|████████▍ | 42/50 [00:04<00:00, 9.69it/s]
88%|████████▊ | 44/50 [00:04<00:00, 9.79it/s]
90%|█████████ | 45/50 [00:04<00:00, 9.73it/s]
92%|█████████▏| 46/50 [00:04<00:00, 9.42it/s]
94%|█████████▍| 47/50 [00:05<00:00, 9.19it/s]
96%|█████████▌| 48/50 [00:05<00:00, 9.39it/s]
100%|██████████| 50/50 [00:05<00:00, 9.46it/s]
100%|██████████| 50/50 [00:05<00:00, 9.41it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60580>
Rendering animation frame 1 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11869
Global seed set to 11869
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.18it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.59it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.02it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.86it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.81it/s]
41%|████ | 7/17 [00:00<00:01, 8.57it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.46it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.53it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.62it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.72it/s]
71%|███████ | 12/17 [00:01<00:00, 8.86it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.28it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.02it/s]
100%|██████████| 17/17 [00:01<00:00, 9.18it/s]
100%|██████████| 17/17 [00:01<00:00, 8.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60D00>
Rendering animation frame 2 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
predict.py:417: 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)
0: untitled art by johannes itten 11870
Global seed set to 11870
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.33it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.50it/s]
41%|████ | 7/17 [00:00<00:01, 9.53it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.48it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.32it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.88it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.61it/s]
71%|███████ | 12/17 [00:01<00:00, 8.26it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.35it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.36it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.62it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.78it/s]
100%|██████████| 17/17 [00:01<00:00, 8.70it/s]
100%|██████████| 17/17 [00:01<00:00, 8.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14190>
Rendering animation frame 3 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11871
Global seed set to 11871
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.34it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.14it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.06it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.65it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.74it/s]
41%|████ | 7/17 [00:00<00:01, 8.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.08it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.28it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.21it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.86it/s]
71%|███████ | 12/17 [00:01<00:00, 8.52it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.47it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.87it/s]
100%|██████████| 17/17 [00:01<00:00, 9.28it/s]
100%|██████████| 17/17 [00:01<00:00, 9.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14F40>
Rendering animation frame 4 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11872
Global seed set to 11872
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.73it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.73it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.29it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.10it/s]
41%|████ | 7/17 [00:00<00:01, 8.87it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.87it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.71it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.76it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.13it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.38it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.08it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.97it/s]
100%|██████████| 17/17 [00:01<00:00, 8.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60A30>
Rendering animation frame 5 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11873
Global seed set to 11873
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.92it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.64it/s]
41%|████ | 7/17 [00:00<00:01, 9.41it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.34it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.36it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.18it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.90it/s]
71%|███████ | 12/17 [00:01<00:00, 8.83it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.40it/s]
100%|██████████| 17/17 [00:01<00:00, 9.51it/s]
100%|██████████| 17/17 [00:01<00:00, 9.35it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60580>
Rendering animation frame 6 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11874
Global seed set to 11874
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.93it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.28it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.40it/s]
41%|████ | 7/17 [00:00<00:01, 9.36it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.09it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.20it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.62it/s]
71%|███████ | 12/17 [00:01<00:00, 9.61it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.41it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.41it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.37it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.49it/s]
100%|██████████| 17/17 [00:01<00:00, 9.26it/s]
100%|██████████| 17/17 [00:01<00:00, 9.38it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14F40>
Rendering animation frame 7 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11875
Global seed set to 11875
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.08it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.17it/s]
41%|████ | 7/17 [00:00<00:01, 9.00it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.99it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.68it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.81it/s]
71%|███████ | 12/17 [00:01<00:00, 9.01it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.22it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.37it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.44it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.56it/s]
100%|██████████| 17/17 [00:01<00:00, 9.66it/s]
100%|██████████| 17/17 [00:01<00:00, 9.24it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14760>
Rendering animation frame 8 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11876
Global seed set to 11876
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.88it/s]
12%|█▏ | 2/17 [00:00<00:01, 8.86it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.04it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.74it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.91it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.71it/s]
41%|████ | 7/17 [00:00<00:01, 8.73it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.83it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.84it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.66it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.79it/s]
71%|███████ | 12/17 [00:01<00:00, 8.85it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.14it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.33it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.07it/s]
100%|██████████| 17/17 [00:01<00:00, 9.28it/s]
100%|██████████| 17/17 [00:01<00:00, 8.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F1F0>
Rendering animation frame 9 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11877
Global seed set to 11877
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.81it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.24it/s]
18%|█▊ | 3/17 [00:00<00:01, 8.85it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.97it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.91it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.85it/s]
41%|████ | 7/17 [00:00<00:01, 8.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.15it/s]
53%|█████▎ | 9/17 [00:01<00:00, 9.05it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.95it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.82it/s]
71%|███████ | 12/17 [00:01<00:00, 8.68it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.68it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.82it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.86it/s]
100%|██████████| 17/17 [00:01<00:00, 8.83it/s]
100%|██████████| 17/17 [00:01<00:00, 8.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F4F0>
Rendering animation frame 10 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11878
Global seed set to 11878
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.61it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.32it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.51it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.36it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.58it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.29it/s]
41%|████ | 7/17 [00:00<00:01, 9.03it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.81it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.94it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.06it/s]
71%|███████ | 12/17 [00:01<00:00, 8.95it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.22it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.41it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.54it/s]
100%|██████████| 17/17 [00:01<00:00, 9.49it/s]
100%|██████████| 17/17 [00:01<00:00, 9.23it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F460>
Rendering animation frame 11 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11879
Global seed set to 11879
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.94it/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.04it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.63it/s]
71%|███████ | 12/17 [00:01<00:00, 9.51it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.51it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.38it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.24it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.16it/s]
100%|██████████| 17/17 [00:01<00:00, 9.24it/s]
100%|██████████| 17/17 [00:01<00:00, 9.53it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F910>
Rendering animation frame 12 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11880
Global seed set to 11880
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.85it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.80it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.74it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.71it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.58it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.36it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.27it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.33it/s]
71%|███████ | 12/17 [00:01<00:00, 9.36it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.22it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.35it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.42it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.45it/s]
100%|██████████| 17/17 [00:01<00:00, 9.35it/s]
100%|██████████| 17/17 [00:01<00:00, 9.48it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FA60>
Rendering animation frame 13 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11881
Global seed set to 11881
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.07it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.99it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.79it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.51it/s]
41%|████ | 7/17 [00:00<00:01, 9.36it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.11it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.90it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.76it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.77it/s]
71%|███████ | 12/17 [00:01<00:00, 8.76it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.73it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.74it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.89it/s]
100%|██████████| 17/17 [00:01<00:00, 9.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FB80>
Rendering animation frame 14 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11882
Global seed set to 11882
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.87it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.83it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.78it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.45it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.19it/s]
41%|████ | 7/17 [00:00<00:01, 9.28it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.91it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.88it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.73it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.92it/s]
71%|███████ | 12/17 [00:01<00:00, 9.04it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.26it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.39it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.39it/s]
100%|██████████| 17/17 [00:01<00:00, 9.54it/s]
100%|██████████| 17/17 [00:01<00:00, 9.25it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F6A0>
Rendering animation frame 15 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11883
Global seed set to 11883
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.84it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.49it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.43it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.27it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.98it/s]
41%|████ | 7/17 [00:00<00:01, 8.88it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.92it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.83it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.07it/s]
71%|███████ | 12/17 [00:01<00:00, 8.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.05it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.06it/s]
100%|██████████| 17/17 [00:01<00:00, 9.10it/s]
100%|██████████| 17/17 [00:01<00:00, 9.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F9A0>
Rendering animation frame 16 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11884
Global seed set to 11884
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.28it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.20it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.87it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.77it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.68it/s]
41%|████ | 7/17 [00:00<00:01, 8.71it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.75it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.44it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.29it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.55it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.28it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.16it/s]
100%|██████████| 17/17 [00:01<00:00, 9.39it/s]
100%|██████████| 17/17 [00:01<00:00, 9.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FC10>
Rendering animation frame 17 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11885
Global seed set to 11885
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.38it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.78it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.43it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.30it/s]
41%|████ | 7/17 [00:00<00:01, 9.75it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.70it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.74it/s]
71%|███████ | 12/17 [00:01<00:00, 9.46it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.23it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.98it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.73it/s]
100%|██████████| 17/17 [00:01<00:00, 8.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.28it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FE80>
Rendering animation frame 18 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11886
Global seed set to 11886
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.57it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.72it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.38it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.55it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.22it/s]
41%|████ | 7/17 [00:00<00:01, 9.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.02it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.03it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.92it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.86it/s]
71%|███████ | 12/17 [00:01<00:00, 8.90it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.77it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.74it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.90it/s]
100%|██████████| 17/17 [00:01<00:00, 8.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FFA0>
Rendering animation frame 19 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11887
Global seed set to 11887
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.67it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.08it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.11it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.30it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.48it/s]
41%|████ | 7/17 [00:00<00:01, 9.49it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.38it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.76it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.76it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.67it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.68it/s]
100%|██████████| 17/17 [00:01<00:00, 9.55it/s]
100%|██████████| 17/17 [00:01<00:00, 9.58it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FDC0>
Rendering animation frame 20 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11888
Global seed set to 11888
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.01it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.58it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.33it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.60it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.43it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.72it/s]
71%|███████ | 12/17 [00:01<00:00, 9.46it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.23it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.15it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.01it/s]
100%|██████████| 17/17 [00:01<00:00, 8.91it/s]
100%|██████████| 17/17 [00:01<00:00, 9.28it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F7C0>
Rendering animation frame 21 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11889
Global seed set to 11889
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.22it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.24it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.11it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.95it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.86it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.91it/s]
41%|████ | 7/17 [00:00<00:01, 8.87it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.87it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.82it/s]
71%|███████ | 12/17 [00:01<00:00, 8.76it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.71it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.68it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.87it/s]
100%|██████████| 17/17 [00:01<00:00, 8.97it/s]
100%|██████████| 17/17 [00:01<00:00, 8.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F7F0>
Rendering animation frame 22 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11890
Global seed set to 11890
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.14it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.13it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.98it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.83it/s]
41%|████ | 7/17 [00:00<00:01, 8.73it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.75it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.94it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.81it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.00it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.21it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.28it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.44it/s]
100%|██████████| 17/17 [00:01<00:00, 9.19it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F3A0>
Rendering animation frame 23 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11891
Global seed set to 11891
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.93it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.81it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.22it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.17it/s]
41%|████ | 7/17 [00:00<00:01, 9.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.24it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.13it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.11it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.16it/s]
71%|███████ | 12/17 [00:01<00:00, 9.15it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.21it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.38it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.35it/s]
100%|██████████| 17/17 [00:01<00:00, 9.44it/s]
100%|██████████| 17/17 [00:01<00:00, 9.29it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF14F40>
Rendering animation frame 24 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11892
Global seed set to 11892
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.67it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.59it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.58it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.47it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.55it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.69it/s]
41%|████ | 7/17 [00:00<00:01, 8.96it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.67it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.02it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.04it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.06it/s]
71%|███████ | 12/17 [00:01<00:00, 9.13it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.17it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.09it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.21it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.27it/s]
100%|██████████| 17/17 [00:01<00:00, 9.14it/s]
100%|██████████| 17/17 [00:01<00:00, 9.19it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF7AEE0>
Rendering animation frame 25 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11893
Global seed set to 11893
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.46it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.26it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.15it/s]
41%|████ | 7/17 [00:00<00:01, 9.22it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.05it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.04it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.05it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.07it/s]
71%|███████ | 12/17 [00:01<00:00, 9.08it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.12it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.36it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.06it/s]
100%|██████████| 17/17 [00:01<00:00, 9.01it/s]
100%|██████████| 17/17 [00:01<00:00, 9.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60F40>
Rendering animation frame 26 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11894
Global seed set to 11894
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.48it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.63it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.92it/s]
41%|████ | 7/17 [00:00<00:01, 8.93it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.86it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.96it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.09it/s]
71%|███████ | 12/17 [00:01<00:00, 9.25it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.28it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.44it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.43it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.25it/s]
100%|██████████| 17/17 [00:01<00:00, 9.02it/s]
100%|██████████| 17/17 [00:01<00:00, 9.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F8B0>
Rendering animation frame 27 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11895
Global seed set to 11895
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.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.50it/s]
41%|████ | 7/17 [00:00<00:01, 9.52it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.34it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.12it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.06it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.82it/s]
71%|███████ | 12/17 [00:01<00:00, 8.66it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.12it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.79it/s]
100%|██████████| 17/17 [00:01<00:00, 8.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F6D0>
Rendering animation frame 28 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11896
Global seed set to 11896
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.71it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.56it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.58it/s]
41%|████ | 7/17 [00:00<00:01, 9.44it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.58it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.39it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.28it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.18it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.67it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.66it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.58it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.50it/s]
100%|██████████| 17/17 [00:01<00:00, 9.38it/s]
100%|██████████| 17/17 [00:01<00:00, 9.51it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F460>
Rendering animation frame 29 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11897
Global seed set to 11897
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.42it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.40it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.48it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.40it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.95it/s]
71%|███████ | 12/17 [00:01<00:00, 9.15it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.22it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.32it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.44it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.16it/s]
100%|██████████| 17/17 [00:01<00:00, 9.10it/s]
100%|██████████| 17/17 [00:01<00:00, 9.21it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FA00>
Rendering animation frame 30 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11898
Global seed set to 11898
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.72it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.68it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.38it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.54it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.39it/s]
41%|████ | 7/17 [00:00<00:01, 9.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.11it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.00it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.66it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.54it/s]
71%|███████ | 12/17 [00:01<00:00, 8.58it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.59it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.87it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.82it/s]
100%|██████████| 17/17 [00:01<00:00, 8.95it/s]
100%|██████████| 17/17 [00:01<00:00, 8.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F880>
Rendering animation frame 31 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11899
Global seed set to 11899
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.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.91it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.75it/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.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F2B0>
Rendering animation frame 32 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11900
Global seed set to 11900
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.35it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.04it/s]
41%|████ | 7/17 [00:00<00:01, 8.83it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.77it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.48it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.57it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.62it/s]
71%|███████ | 12/17 [00:01<00:00, 8.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.67it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.98it/s]
100%|██████████| 17/17 [00:01<00:00, 8.56it/s]
100%|██████████| 17/17 [00:01<00:00, 8.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE520>
Rendering animation frame 33 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11901
Global seed set to 11901
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.70it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.37it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.22it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.97it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.98it/s]
41%|████ | 7/17 [00:00<00:01, 8.74it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.63it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.74it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.00it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.99it/s]
71%|███████ | 12/17 [00:01<00:00, 8.77it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.13it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.26it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.11it/s]
100%|██████████| 17/17 [00:01<00:00, 9.18it/s]
100%|██████████| 17/17 [00:01<00:00, 9.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE7F0>
Rendering animation frame 34 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11902
Global seed set to 11902
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.56it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.65it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.78it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.70it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.58it/s]
41%|████ | 7/17 [00:00<00:01, 9.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.86it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.72it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.48it/s]
71%|███████ | 12/17 [00:01<00:00, 9.62it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.52it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.45it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.81it/s]
100%|██████████| 17/17 [00:01<00:00, 9.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.69it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE6A0>
Rendering animation frame 35 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11903
Global seed set to 11903
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.82it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.73it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.33it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.96it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.80it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.60it/s]
41%|████ | 7/17 [00:00<00:01, 8.68it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.70it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.59it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.78it/s]
71%|███████ | 12/17 [00:01<00:00, 9.09it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.59it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.66it/s]
100%|██████████| 17/17 [00:01<00:00, 8.84it/s]
100%|██████████| 17/17 [00:01<00:00, 8.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE310>
Rendering animation frame 36 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11904
Global seed set to 11904
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.12it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.65it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.30it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.16it/s]
41%|████ | 7/17 [00:00<00:01, 9.28it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.88it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.72it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.72it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.55it/s]
71%|███████ | 12/17 [00:01<00:00, 8.57it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.61it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.72it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.14it/s]
100%|██████████| 17/17 [00:01<00:00, 9.26it/s]
100%|██████████| 17/17 [00:01<00:00, 8.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE460>
Rendering animation frame 37 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11905
Global seed set to 11905
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.95it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.13it/s]
18%|█▊ | 3/17 [00:00<00:01, 8.98it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.78it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.50it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.62it/s]
41%|████ | 7/17 [00:00<00:01, 8.52it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.49it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.64it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.52it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.78it/s]
71%|███████ | 12/17 [00:01<00:00, 9.03it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.91it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.65it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.60it/s]
100%|██████████| 17/17 [00:01<00:00, 8.73it/s]
100%|██████████| 17/17 [00:01<00:00, 8.73it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEA30>
Rendering animation frame 38 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11906
Global seed set to 11906
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.97it/s]
12%|█▏ | 2/17 [00:00<00:01, 8.98it/s]
18%|█▊ | 3/17 [00:00<00:01, 8.78it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.86it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.82it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.00it/s]
41%|████ | 7/17 [00:00<00:01, 8.79it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.68it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.48it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.89it/s]
71%|███████ | 12/17 [00:01<00:00, 9.42it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.53it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.26it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.34it/s]
100%|██████████| 17/17 [00:01<00:00, 9.24it/s]
100%|██████████| 17/17 [00:01<00:00, 9.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE610>
Rendering animation frame 39 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11907
Global seed set to 11907
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.49it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.66it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.32it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.91it/s]
41%|████ | 7/17 [00:00<00:01, 8.89it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.59it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.81it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.84it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.86it/s]
71%|███████ | 12/17 [00:01<00:00, 8.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.01it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.05it/s]
100%|██████████| 17/17 [00:01<00:00, 8.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEA60>
Rendering animation frame 40 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11908
Global seed set to 11908
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.61it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.54it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.33it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.93it/s]
41%|████ | 7/17 [00:00<00:01, 9.02it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.39it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.16it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.13it/s]
71%|███████ | 12/17 [00:01<00:00, 8.96it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.88it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.06it/s]
100%|██████████| 17/17 [00:01<00:00, 9.17it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AED30>
Rendering animation frame 41 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11909
Global seed set to 11909
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.45it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.98it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.94it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.73it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.60it/s]
41%|████ | 7/17 [00:00<00:01, 9.29it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.14it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.32it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.40it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.93it/s]
71%|███████ | 12/17 [00:01<00:00, 8.99it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.97it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.38it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.33it/s]
100%|██████████| 17/17 [00:01<00:00, 9.42it/s]
100%|██████████| 17/17 [00:01<00:00, 9.37it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEDC0>
Rendering animation frame 42 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11910
Global seed set to 11910
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.31it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.40it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.33it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.22it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.01it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.66it/s]
71%|███████ | 12/17 [00:01<00:00, 8.66it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.99it/s]
100%|██████████| 17/17 [00:01<00:00, 8.77it/s]
100%|██████████| 17/17 [00:01<00:00, 9.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEF70>
Rendering animation frame 43 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11911
Global seed set to 11911
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.14it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.26it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.12it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.96it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.15it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.94it/s]
41%|████ | 7/17 [00:00<00:01, 8.77it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.72it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.07it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.31it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.44it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.26it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.17it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.18it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.06it/s]
100%|██████████| 17/17 [00:01<00:00, 8.97it/s]
100%|██████████| 17/17 [00:01<00:00, 9.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEDF0>
Rendering animation frame 44 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11912
Global seed set to 11912
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.80it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.97it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.69it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.58it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.57it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.77it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.81it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.91it/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.56it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.38it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.15it/s]
100%|██████████| 17/17 [00:01<00:00, 9.00it/s]
100%|██████████| 17/17 [00:01<00:00, 9.52it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60A00>
Rendering animation frame 45 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11913
Global seed set to 11913
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.20it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.24it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.44it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.48it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.18it/s]
41%|████ | 7/17 [00:00<00:01, 8.97it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.98it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.18it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.46it/s]
71%|███████ | 12/17 [00:01<00:00, 9.40it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.23it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.33it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.49it/s]
100%|██████████| 17/17 [00:01<00:00, 9.35it/s]
100%|██████████| 17/17 [00:01<00:00, 9.30it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF7AF10>
Rendering animation frame 46 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11914
Global seed set to 11914
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.89it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.00it/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.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE9A0>
Rendering animation frame 47 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11915
Global seed set to 11915
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.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.10it/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.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.95it/s]
100%|██████████| 17/17 [00:01<00:00, 9.86it/s]
100%|██████████| 17/17 [00:01<00:00, 9.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF141F0>
Rendering animation frame 48 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11916
Global seed set to 11916
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.22it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.06it/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, 10.04it/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 0x7FE8CC0AE520>
Rendering animation frame 49 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11917
Global seed set to 11917
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.21it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.88it/s]
41%|████ | 7/17 [00:00<00:01, 9.90it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.00it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.08it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.09it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.14it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
100%|██████████| 17/17 [00:01<00:00, 10.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AED00>
Rendering animation frame 50 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11918
Global seed set to 11918
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.19it/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.14it/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.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE250>
Rendering animation frame 51 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11919
Global seed set to 11919
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.93it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.65it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.48it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.36it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.32it/s]
71%|███████ | 12/17 [00:01<00:00, 10.29it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.27it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.14it/s]
100%|██████████| 17/17 [00:01<00:00, 10.27it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEDC0>
Rendering animation frame 52 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11920
Global seed set to 11920
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.48it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.32it/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.18it/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.19it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE640>
Rendering animation frame 53 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11921
Global seed set to 11921
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.78it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.50it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.41it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.37it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.36it/s]
71%|███████ | 12/17 [00:01<00:00, 10.36it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.36it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.36it/s]
100%|██████████| 17/17 [00:01<00:00, 10.38it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE400>
Rendering animation frame 54 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11922
Global seed set to 11922
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.84it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.37it/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.19it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.20it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.18it/s]
100%|██████████| 17/17 [00:01<00:00, 10.24it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F130>
Rendering animation frame 55 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11923
Global seed set to 11923
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.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.29it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.27it/s]
71%|███████ | 12/17 [00:01<00:00, 10.29it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.25it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.19it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F7F0>
Rendering animation frame 56 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11924
Global seed set to 11924
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.83it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.59it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.17it/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.12it/s]
100%|██████████| 17/17 [00:01<00:00, 10.19it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FF40>
Rendering animation frame 57 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11925
Global seed set to 11925
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.69it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.40it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.41it/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.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.13it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F9A0>
Rendering animation frame 58 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11926
Global seed set to 11926
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.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.35it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.35it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.35it/s]
71%|███████ | 12/17 [00:01<00:00, 10.34it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.37it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.36it/s]
100%|██████████| 17/17 [00:01<00:00, 10.37it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FC40>
Rendering animation frame 59 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11927
Global seed set to 11927
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 9.93it/s]
71%|███████ | 12/17 [00:01<00:00, 9.97it/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 0x7FE8CDF0FA00>
Rendering animation frame 60 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11928
Global seed set to 11928
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.87it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.62it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.43it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.39it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.37it/s]
71%|███████ | 12/17 [00:01<00:00, 10.36it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.29it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.23it/s]
100%|██████████| 17/17 [00:01<00:00, 10.33it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3190>
Rendering animation frame 61 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11929
Global seed set to 11929
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.82it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.86it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.42it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.22it/s]
41%|████ | 7/17 [00:00<00:01, 9.07it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.95it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.95it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.06it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.03it/s]
71%|███████ | 12/17 [00:01<00:00, 9.02it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.16it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.66it/s]
100%|██████████| 17/17 [00:01<00:00, 9.61it/s]
100%|██████████| 17/17 [00:01<00:00, 9.38it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3430>
Rendering animation frame 62 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11930
Global seed set to 11930
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.13it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.69it/s]
29%|██▉ | 5/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.54it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.34it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.28it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.23it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.15it/s]
71%|███████ | 12/17 [00:01<00:00, 9.12it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.28it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.22it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.26it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.41it/s]
100%|██████████| 17/17 [00:01<00:00, 9.47it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3790>
Rendering animation frame 63 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11931
Global seed set to 11931
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.15it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.18it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.03it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.09it/s]
41%|████ | 7/17 [00:00<00:01, 9.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.01it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.01it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.12it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.18it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.37it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.46it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.18it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.96it/s]
100%|██████████| 17/17 [00:01<00:00, 8.84it/s]
100%|██████████| 17/17 [00:01<00:00, 9.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B38B0>
Rendering animation frame 64 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11932
Global seed set to 11932
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.38it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.36it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.54it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.08it/s]
41%|████ | 7/17 [00:00<00:01, 9.52it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.54it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.56it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.32it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.37it/s]
71%|███████ | 12/17 [00:01<00:00, 9.39it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.33it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.13it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.25it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.24it/s]
100%|██████████| 17/17 [00:01<00:00, 9.17it/s]
100%|██████████| 17/17 [00:01<00:00, 9.33it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3580>
Rendering animation frame 65 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11933
Global seed set to 11933
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.03it/s]
12%|█▏ | 2/17 [00:00<00:01, 8.94it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.69it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.65it/s]
41%|████ | 7/17 [00:00<00:01, 9.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.59it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.38it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.50it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.32it/s]
71%|███████ | 12/17 [00:01<00:00, 9.48it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.64it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.53it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.25it/s]
100%|██████████| 17/17 [00:01<00:00, 9.36it/s]
100%|██████████| 17/17 [00:01<00:00, 9.47it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3910>
Rendering animation frame 66 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11934
Global seed set to 11934
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.23it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.54it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.68it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.37it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.53it/s]
41%|████ | 7/17 [00:00<00:01, 9.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.17it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.64it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.56it/s]
71%|███████ | 12/17 [00:01<00:00, 9.49it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.47it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.33it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.19it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.12it/s]
100%|██████████| 17/17 [00:01<00:00, 9.31it/s]
100%|██████████| 17/17 [00:01<00:00, 9.38it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3850>
Rendering animation frame 67 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11935
Global seed set to 11935
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.25it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.75it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.57it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.42it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.30it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.31it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.22it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.08it/s]
71%|███████ | 12/17 [00:01<00:00, 9.52it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.61it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.83it/s]
100%|██████████| 17/17 [00:01<00:00, 9.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.59it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3B50>
Rendering animation frame 68 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11936
Global seed set to 11936
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.24it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.32it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.31it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.35it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.07it/s]
41%|████ | 7/17 [00:00<00:01, 8.91it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 8.92it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.21it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.06it/s]
71%|███████ | 12/17 [00:01<00:00, 8.92it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.92it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.54it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.41it/s]
100%|██████████| 17/17 [00:01<00:00, 8.63it/s]
100%|██████████| 17/17 [00:01<00:00, 8.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3C70>
Rendering animation frame 69 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11937
Global seed set to 11937
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.73it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.78it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.53it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.60it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.25it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.37it/s]
41%|████ | 7/17 [00:00<00:01, 9.36it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.48it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.52it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.60it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.54it/s]
71%|███████ | 12/17 [00:01<00:00, 9.58it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.55it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.56it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.54it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.53it/s]
100%|██████████| 17/17 [00:01<00:00, 9.49it/s]
100%|██████████| 17/17 [00:01<00:00, 9.51it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3DF0>
Rendering animation frame 70 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11938
Global seed set to 11938
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.73it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.45it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.22it/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.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.11it/s]
100%|██████████| 17/17 [00:01<00:00, 10.19it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3250>
Rendering animation frame 71 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11939
Global seed set to 11939
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.28it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.27it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/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.18it/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 0x7FE8CC0B38B0>
Rendering animation frame 72 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11940
Global seed set to 11940
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.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.30it/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.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.12it/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 0x7FE8CC0B3580>
Rendering animation frame 73 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11941
Global seed set to 11941
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.11it/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.13it/s]
71%|███████ | 12/17 [00:01<00:00, 9.62it/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.64it/s]
100%|██████████| 17/17 [00:01<00:00, 9.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B36D0>
Rendering animation frame 74 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11942
Global seed set to 11942
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.79it/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.18it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.92it/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 0x7FE8CC0B3790>
Rendering animation frame 75 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11943
Global seed set to 11943
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.25it/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, 9.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.97it/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.83it/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 0x7FE8CC0B3130>
Rendering animation frame 76 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11944
Global seed set to 11944
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.13it/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.06it/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 0x7FE8CDF14760>
Rendering animation frame 77 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11945
Global seed set to 11945
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.76it/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.34it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.19it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/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.20it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF140A0>
Rendering animation frame 78 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11946
Global seed set to 11946
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.46it/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, 10.21it/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, 10.10it/s]
100%|██████████| 17/17 [00:01<00:00, 10.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60A00>
Rendering animation frame 79 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11947
Global seed set to 11947
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.79it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.46it/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.16it/s]
71%|███████ | 12/17 [00:01<00:00, 10.17it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.16it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.18it/s]
100%|██████████| 17/17 [00:01<00:00, 10.22it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F3A0>
Rendering animation frame 80 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11948
Global seed set to 11948
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.53it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.25it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.15it/s]
71%|███████ | 12/17 [00:01<00:00, 10.19it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.19it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.09it/s]
100%|██████████| 17/17 [00:01<00:00, 10.21it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FF70>
Rendering animation frame 81 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11949
Global seed set to 11949
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.73it/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.07it/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.14it/s]
100%|██████████| 17/17 [00:01<00:00, 10.20it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FA00>
Rendering animation frame 82 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11950
Global seed set to 11950
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.26it/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.19it/s]
71%|███████ | 12/17 [00:01<00:00, 10.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.20it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.26it/s]
100%|██████████| 17/17 [00:01<00:00, 10.19it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FCA0>
Rendering animation frame 83 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11951
Global seed set to 11951
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.92it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.48it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.37it/s]
41%|████ | 7/17 [00:00<00:00, 10.19it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.09it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.02it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.10it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.04it/s]
100%|██████████| 17/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 0x7FE8CC0AE1C0>
Rendering animation frame 84 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11952
Global seed set to 11952
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.84it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.38it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.32it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.97it/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, 9.97it/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 0x7FE8CC0AEF70>
Rendering animation frame 85 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11953
Global seed set to 11953
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.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.89it/s]
41%|████ | 7/17 [00:00<00:01, 9.67it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.59it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.32it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.97it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.06it/s]
71%|███████ | 12/17 [00:01<00:00, 8.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.18it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.38it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.42it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.36it/s]
100%|██████████| 17/17 [00:01<00:00, 9.26it/s]
100%|██████████| 17/17 [00:01<00:00, 9.40it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEF40>
Rendering animation frame 86 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11954
Global seed set to 11954
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.66it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.49it/s]
41%|████ | 7/17 [00:00<00:01, 9.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.32it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.15it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.02it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.00it/s]
71%|███████ | 12/17 [00:01<00:00, 8.91it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.78it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.68it/s]
100%|██████████| 17/17 [00:01<00:00, 8.90it/s]
100%|██████████| 17/17 [00:01<00:00, 9.09it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE250>
Rendering animation frame 87 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11955
Global seed set to 11955
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 8.76it/s]
12%|█▏ | 2/17 [00:00<00:01, 8.88it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.27it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.19it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.39it/s]
41%|████ | 7/17 [00:00<00:01, 9.56it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.25it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.14it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.98it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.97it/s]
71%|███████ | 12/17 [00:01<00:00, 8.66it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.77it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.37it/s]
100%|██████████| 17/17 [00:01<00:00, 9.18it/s]
100%|██████████| 17/17 [00:01<00:00, 9.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AECA0>
Rendering animation frame 88 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11956
Global seed set to 11956
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.94it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.57it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.39it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.98it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.72it/s]
41%|████ | 7/17 [00:00<00:01, 8.79it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.67it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.45it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.66it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.68it/s]
71%|███████ | 12/17 [00:01<00:00, 8.54it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.40it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.55it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.02it/s]
100%|██████████| 17/17 [00:01<00:00, 8.68it/s]
100%|██████████| 17/17 [00:01<00:00, 8.75it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE520>
Rendering animation frame 89 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11957
Global seed set to 11957
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.91it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 9.42it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.11it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.18it/s]
41%|████ | 7/17 [00:00<00:01, 9.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.16it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.12it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.00it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.09it/s]
71%|███████ | 12/17 [00:01<00:00, 9.14it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.96it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.32it/s]
100%|██████████| 17/17 [00:01<00:00, 9.25it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AE220>
Rendering animation frame 90 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11958
Global seed set to 11958
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.31it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.61it/s]
41%|████ | 7/17 [00:00<00:01, 9.40it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.28it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.10it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.17it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.99it/s]
71%|███████ | 12/17 [00:01<00:00, 8.89it/s]
76%|███████▋ | 13/17 [00:01<00:00, 8.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.85it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.78it/s]
100%|██████████| 17/17 [00:01<00:00, 9.11it/s]
100%|██████████| 17/17 [00:01<00:00, 9.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0AEEB0>
Rendering animation frame 91 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11959
Global seed set to 11959
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.80it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.66it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 8.82it/s]
29%|██▉ | 5/17 [00:00<00:01, 8.58it/s]
35%|███▌ | 6/17 [00:00<00:01, 8.70it/s]
41%|████ | 7/17 [00:00<00:01, 8.64it/s]
47%|████▋ | 8/17 [00:00<00:01, 8.45it/s]
53%|█████▎ | 9/17 [00:01<00:00, 8.55it/s]
59%|█████▉ | 10/17 [00:01<00:00, 8.53it/s]
65%|██████▍ | 11/17 [00:01<00:00, 8.51it/s]
71%|███████ | 12/17 [00:01<00:00, 8.70it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.10it/s]
88%|████████▊ | 15/17 [00:01<00:00, 9.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.93it/s]
100%|██████████| 17/17 [00:01<00:00, 8.77it/s]
100%|██████████| 17/17 [00:01<00:00, 8.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF60A30>
Rendering animation frame 92 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11960
Global seed set to 11960
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.17it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.44it/s]
41%|████ | 7/17 [00:00<00:01, 9.27it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.40it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.23it/s]
59%|█████▉ | 10/17 [00:01<00:00, 9.41it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.42it/s]
71%|███████ | 12/17 [00:01<00:00, 9.21it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 8.83it/s]
88%|████████▊ | 15/17 [00:01<00:00, 8.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 8.99it/s]
100%|██████████| 17/17 [00:01<00:00, 8.88it/s]
100%|██████████| 17/17 [00:01<00:00, 9.23it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F190>
Rendering animation frame 93 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11961
Global seed set to 11961
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.11it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.59it/s]
18%|█▊ | 3/17 [00:00<00:01, 9.42it/s]
29%|██▉ | 5/17 [00:00<00:01, 9.41it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.48it/s]
41%|████ | 7/17 [00:00<00:01, 9.61it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.70it/s]
53%|█████▎ | 9/17 [00:00<00:00, 9.55it/s]
65%|██████▍ | 11/17 [00:01<00:00, 9.67it/s]
76%|███████▋ | 13/17 [00:01<00:00, 9.94it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.08it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
100%|██████████| 17/17 [00:01<00:00, 9.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0F970>
Rendering animation frame 94 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11962
Global seed set to 11962
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/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.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, 9.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF0FA00>
Rendering animation frame 95 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11963
Global seed set to 11963
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.33it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.29it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.26it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.10it/s]
71%|███████ | 12/17 [00:01<00:00, 10.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 9.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 9.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CDF142B0>
Rendering animation frame 96 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11964
Global seed set to 11964
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.32it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.37it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.20it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.27it/s]
71%|███████ | 12/17 [00:01<00:00, 10.27it/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.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B3130>
Rendering animation frame 97 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11965
Global seed set to 11965
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.08it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.24it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.17it/s]
71%|███████ | 12/17 [00:01<00:00, 10.25it/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 0x7FE8CC0B3BE0>
Rendering animation frame 98 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11966
Global seed set to 11966
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.43it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.21it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.26it/s]
41%|████ | 7/17 [00:00<00:00, 10.23it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.13it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.16it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.05it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.17it/s]
100%|██████████| 17/17 [00:01<00:00, 10.21it/s]
100%|██████████| 17/17 [00:01<00:00, 10.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FE8CC0B31F0>
Rendering animation frame 99 of 100
angle: 0.0 zoom: 1.04 translation_x: 0.0 translation_y: 0.0 noise: 0.02 strength: 0.65 contrast: 1.0
0: untitled art by johannes itten 11967
Global seed set to 11967
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.83it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 9.99it/s]
41%|████ | 7/17 [00:00<00:01, 9.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 9.85it/s]
59%|█████▉ | 10/17 [00:01<00:00, 10.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.01it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.00it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.09it/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 0x7FE8CC0B3220>