arielreplicate / multi-stage-blended-diffusion
Multi stage image editing of images using stable-diffusion with a mask and a prompt
Prediction
arielreplicate/multi-stage-blended-diffusion:820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74IDaseqt2szevaa5m3egyahww2jqeStatusSucceededSourceWebHardware–Total durationCreatedInput
{ "input_mask": "https://replicate.delivery/pbxt/Hqop9sF95X7wEbOK0yAFcokC6GOsR8faCuHQ8yfFYz1nPqrw/bedroom_painting_mask.png", "edit_prompt": "a painting is hanging on the wall", "input_image": "https://replicate.delivery/pbxt/HqopAAYEyqpSmf1OP2cw3Dl8pcZI6IWXdp1sxnMy2KuRvh3K/bedroom_painting.jpg", "margin_mult": 1.4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run arielreplicate/multi-stage-blended-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "arielreplicate/multi-stage-blended-diffusion:820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74", { input: { input_mask: "https://replicate.delivery/pbxt/Hqop9sF95X7wEbOK0yAFcokC6GOsR8faCuHQ8yfFYz1nPqrw/bedroom_painting_mask.png", edit_prompt: "a painting is hanging on the wall", input_image: "https://replicate.delivery/pbxt/HqopAAYEyqpSmf1OP2cw3Dl8pcZI6IWXdp1sxnMy2KuRvh3K/bedroom_painting.jpg", margin_mult: 1.4 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run arielreplicate/multi-stage-blended-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "arielreplicate/multi-stage-blended-diffusion:820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74", input={ "input_mask": "https://replicate.delivery/pbxt/Hqop9sF95X7wEbOK0yAFcokC6GOsR8faCuHQ8yfFYz1nPqrw/bedroom_painting_mask.png", "edit_prompt": "a painting is hanging on the wall", "input_image": "https://replicate.delivery/pbxt/HqopAAYEyqpSmf1OP2cw3Dl8pcZI6IWXdp1sxnMy2KuRvh3K/bedroom_painting.jpg", "margin_mult": 1.4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run arielreplicate/multi-stage-blended-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": "arielreplicate/multi-stage-blended-diffusion:820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74", "input": { "input_mask": "https://replicate.delivery/pbxt/Hqop9sF95X7wEbOK0yAFcokC6GOsR8faCuHQ8yfFYz1nPqrw/bedroom_painting_mask.png", "edit_prompt": "a painting is hanging on the wall", "input_image": "https://replicate.delivery/pbxt/HqopAAYEyqpSmf1OP2cw3Dl8pcZI6IWXdp1sxnMy2KuRvh3K/bedroom_painting.jpg", "margin_mult": 1.4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2022-11-25T21:36:23.379890Z", "created_at": "2022-11-25T21:21:02.000004Z", "data_removed": false, "error": null, "id": "aseqt2szevaa5m3egyahww2jqe", "input": { "input_mask": "https://replicate.delivery/pbxt/Hqop9sF95X7wEbOK0yAFcokC6GOsR8faCuHQ8yfFYz1nPqrw/bedroom_painting_mask.png", "edit_prompt": "a painting is hanging on the wall", "input_image": "https://replicate.delivery/pbxt/HqopAAYEyqpSmf1OP2cw3Dl8pcZI6IWXdp1sxnMy2KuRvh3K/bedroom_painting.jpg", "margin_mult": 1.4 }, "logs": "INFO:root:starting multi_scale_generation for prompt \"a painting is hanging on the wall\"\nmask size: 17651491\ndiffusion size: 2112 2496\nINFO:root:Using seed 664402\nGlobal seed set to 664402\nData shape for DDIM sampling is (5, 4, 64, 64), eta 1.0\nRunning blended DDIM Sampling with 50 timesteps with 5 repaint steps and 0 repaint jumps\nINFO:root:repaint schedule: [981 981 981 981 981 981 961 961 961 961 961 961 941 941 941 941 941 941\n921 921 921 921 921 921 901 901 901 901 901 901 881 881 881 881 881 881\n861 861 861 861 861 861 841 841 841 841 841 841 821 821 821 821 821 821\n801 801 801 801 801 801 781 781 781 781 781 781 761 761 761 761 761 761\n741 741 741 741 741 741 721 721 721 721 721 721 701 701 701 701 701 701\n681 681 681 681 681 681 661 661 661 661 661 661 641 641 641 641 641 641\n621 621 621 621 621 621 601 601 601 601 601 601 581 581 581 581 581 581\n561 561 561 561 561 561 541 541 541 541 541 541 521 521 521 521 521 521\n501 501 501 501 501 501 481 481 481 481 481 481 461 461 461 461 461 461\n441 441 441 441 441 441 421 421 421 421 421 421 401 401 401 401 401 401\n381 381 381 381 381 381 361 361 361 361 361 361 341 341 341 341 341 341\n321 321 321 321 321 321 301 301 301 301 301 301 281 281 281 281 281 281\n261 261 261 261 261 261 241 241 241 241 241 241 221 221 221 221 221 221\n201 201 201 201 201 201 181 181 181 181 181 181 161 161 161 161 161 161\n141 141 141 141 141 141 121 121 121 121 121 121 101 101 101 101 101 101\n81 81 81 81 81 81 61 61 61 61 61 61 41 41 41 41 41 41\n21 21 21 21 21 21 1 1 1 1 1 1]\nDDIM Sampler: 0%| | 0/300 [00:00<?, ?it/s]\nDDIM Sampler: 0%| | 1/300 [00:00<01:12, 4.15it/s]\nDDIM Sampler: 1%| | 2/300 [00:00<01:05, 4.54it/s]\nDDIM Sampler: 1%| | 3/300 [00:00<01:03, 4.68it/s]\nDDIM Sampler: 1%|▏ | 4/300 [00:00<01:02, 4.75it/s]\nDDIM Sampler: 2%|▏ | 5/300 [00:01<01:01, 4.79it/s]\nDDIM Sampler: 2%|▏ | 6/300 [00:01<01:01, 4.82it/s]\nDDIM Sampler: 2%|▏ | 7/300 [00:01<01:00, 4.83it/s]\nDDIM Sampler: 3%|▎ | 8/300 [00:01<01:00, 4.84it/s]\nDDIM Sampler: 3%|▎ | 9/300 [00:01<00:59, 4.85it/s]\nDDIM Sampler: 3%|▎ | 10/300 [00:02<00:59, 4.86it/s]\nDDIM Sampler: 4%|▎ | 11/300 [00:02<00:59, 4.86it/s]\nDDIM Sampler: 4%|▍ | 12/300 [00:02<00:59, 4.86it/s]\nDDIM Sampler: 4%|▍ | 13/300 [00:02<00:59, 4.86it/s]\nDDIM Sampler: 5%|▍ | 14/300 [00:02<00:58, 4.86it/s]\nDDIM Sampler: 5%|▌ | 15/300 [00:03<00:58, 4.87it/s]\nDDIM Sampler: 5%|▌ | 16/300 [00:03<00:58, 4.86it/s]\nDDIM Sampler: 6%|▌ | 17/300 [00:03<00:58, 4.86it/s]\nDDIM Sampler: 6%|▌ | 18/300 [00:03<00:57, 4.86it/s]\nDDIM Sampler: 6%|▋ | 19/300 [00:03<00:57, 4.86it/s]\nDDIM Sampler: 7%|▋ | 20/300 [00:04<00:57, 4.86it/s]\nDDIM Sampler: 7%|▋ | 21/300 [00:04<00:57, 4.86it/s]\nDDIM Sampler: 7%|▋ | 22/300 [00:04<00:57, 4.86it/s]\nDDIM Sampler: 8%|▊ | 23/300 [00:04<00:56, 4.87it/s]\nDDIM Sampler: 8%|▊ | 24/300 [00:04<00:56, 4.87it/s]\nDDIM Sampler: 8%|▊ | 25/300 [00:05<00:56, 4.87it/s]\nDDIM Sampler: 9%|▊ | 26/300 [00:05<00:56, 4.87it/s]\nDDIM Sampler: 9%|▉ | 27/300 [00:05<00:56, 4.86it/s]\nDDIM Sampler: 9%|▉ | 28/300 [00:05<00:55, 4.86it/s]\nDDIM Sampler: 10%|▉ | 29/300 [00:05<00:55, 4.86it/s]\nDDIM Sampler: 10%|█ | 30/300 [00:06<00:55, 4.86it/s]\nDDIM Sampler: 10%|█ | 31/300 [00:06<00:55, 4.86it/s]\nDDIM Sampler: 11%|█ | 32/300 [00:06<00:55, 4.86it/s]\nDDIM Sampler: 11%|█ | 33/300 [00:06<00:54, 4.86it/s]\nDDIM Sampler: 11%|█▏ | 34/300 [00:07<00:54, 4.86it/s]\nDDIM Sampler: 12%|█▏ | 35/300 [00:07<00:54, 4.86it/s]\nDDIM Sampler: 12%|█▏ | 36/300 [00:07<00:54, 4.86it/s]\nDDIM Sampler: 12%|█▏ | 37/300 [00:07<00:54, 4.87it/s]\nDDIM Sampler: 13%|█▎ | 38/300 [00:07<00:53, 4.87it/s]\nDDIM Sampler: 13%|█▎ | 39/300 [00:08<00:53, 4.87it/s]\nDDIM Sampler: 13%|█▎ | 40/300 [00:08<00:53, 4.87it/s]\nDDIM Sampler: 14%|█▎ | 41/300 [00:08<00:53, 4.86it/s]\nDDIM Sampler: 14%|█▍ | 42/300 [00:08<00:53, 4.86it/s]\nDDIM Sampler: 14%|█▍ | 43/300 [00:08<00:52, 4.86it/s]\nDDIM Sampler: 15%|█▍ | 44/300 [00:09<00:52, 4.86it/s]\nDDIM Sampler: 15%|█▌ | 45/300 [00:09<00:52, 4.86it/s]\nDDIM Sampler: 15%|█▌ | 46/300 [00:09<00:52, 4.87it/s]\nDDIM Sampler: 16%|█▌ | 47/300 [00:09<00:52, 4.86it/s]\nDDIM Sampler: 16%|█▌ | 48/300 [00:09<00:51, 4.86it/s]\nDDIM Sampler: 16%|█▋ | 49/300 [00:10<00:51, 4.86it/s]\nDDIM Sampler: 17%|█▋ | 50/300 [00:10<00:51, 4.86it/s]\nDDIM Sampler: 17%|█▋ | 51/300 [00:10<00:51, 4.86it/s]\nDDIM Sampler: 17%|█▋ | 52/300 [00:10<00:51, 4.85it/s]\nDDIM Sampler: 18%|█▊ | 53/300 [00:10<00:50, 4.85it/s]\nDDIM Sampler: 18%|█▊ | 54/300 [00:11<00:50, 4.85it/s]\nDDIM Sampler: 18%|█▊ | 55/300 [00:11<00:50, 4.86it/s]\nDDIM Sampler: 19%|█▊ | 56/300 [00:11<00:50, 4.85it/s]\nDDIM Sampler: 19%|█▉ | 57/300 [00:11<00:50, 4.85it/s]\nDDIM Sampler: 19%|█▉ | 58/300 [00:11<00:49, 4.85it/s]\nDDIM Sampler: 20%|█▉ | 59/300 [00:12<00:49, 4.86it/s]\nDDIM Sampler: 20%|██ | 60/300 [00:12<00:49, 4.86it/s]\nDDIM Sampler: 20%|██ | 61/300 [00:12<00:49, 4.86it/s]\nDDIM Sampler: 21%|██ | 62/300 [00:12<00:48, 4.86it/s]\nDDIM Sampler: 21%|██ | 63/300 [00:12<00:48, 4.86it/s]\nDDIM Sampler: 21%|██▏ | 64/300 [00:13<00:48, 4.86it/s]\nDDIM Sampler: 22%|██▏ | 65/300 [00:13<00:48, 4.86it/s]\nDDIM Sampler: 22%|██▏ | 66/300 [00:13<00:48, 4.86it/s]\nDDIM Sampler: 22%|██▏ | 67/300 [00:13<00:47, 4.86it/s]\nDDIM Sampler: 23%|██▎ | 68/300 [00:14<00:47, 4.86it/s]\nDDIM Sampler: 23%|██▎ | 69/300 [00:14<00:47, 4.86it/s]\nDDIM Sampler: 23%|██▎ | 70/300 [00:14<00:47, 4.86it/s]\nDDIM Sampler: 24%|██▎ | 71/300 [00:14<00:47, 4.86it/s]\nDDIM Sampler: 24%|██▍ | 72/300 [00:14<00:46, 4.86it/s]\nDDIM Sampler: 24%|██▍ | 73/300 [00:15<00:46, 4.86it/s]\nDDIM Sampler: 25%|██▍ | 74/300 [00:15<00:46, 4.86it/s]\nDDIM Sampler: 25%|██▌ | 75/300 [00:15<00:46, 4.86it/s]\nDDIM Sampler: 25%|██▌ | 76/300 [00:15<00:46, 4.86it/s]\nDDIM Sampler: 26%|██▌ | 77/300 [00:15<00:45, 4.86it/s]\nDDIM Sampler: 26%|██▌ | 78/300 [00:16<00:45, 4.86it/s]\nDDIM Sampler: 26%|██▋ | 79/300 [00:16<00:45, 4.86it/s]\nDDIM Sampler: 27%|██▋ | 80/300 [00:16<00:45, 4.86it/s]\nDDIM Sampler: 27%|██▋ | 81/300 [00:16<00:45, 4.86it/s]\nDDIM Sampler: 27%|██▋ | 82/300 [00:16<00:44, 4.86it/s]\nDDIM Sampler: 28%|██▊ | 83/300 [00:17<00:44, 4.86it/s]\nDDIM Sampler: 28%|██▊ | 84/300 [00:17<00:44, 4.86it/s]\nDDIM Sampler: 28%|██▊ | 85/300 [00:17<00:44, 4.86it/s]\nDDIM Sampler: 29%|██▊ | 86/300 [00:17<00:44, 4.85it/s]\nDDIM Sampler: 29%|██▉ | 87/300 [00:17<00:43, 4.85it/s]\nDDIM Sampler: 29%|██▉ | 88/300 [00:18<00:43, 4.86it/s]\nDDIM Sampler: 30%|██▉ | 89/300 [00:18<00:43, 4.86it/s]\nDDIM Sampler: 30%|███ | 90/300 [00:18<00:43, 4.86it/s]\nDDIM Sampler: 30%|███ | 91/300 [00:18<00:43, 4.86it/s]\nDDIM Sampler: 31%|███ | 92/300 [00:18<00:42, 4.86it/s]\nDDIM Sampler: 31%|███ | 93/300 [00:19<00:42, 4.85it/s]\nDDIM Sampler: 31%|███▏ | 94/300 [00:19<00:42, 4.85it/s]\nDDIM Sampler: 32%|███▏ | 95/300 [00:19<00:42, 4.85it/s]\nDDIM Sampler: 32%|███▏ | 96/300 [00:19<00:42, 4.85it/s]\nDDIM Sampler: 32%|███▏ | 97/300 [00:19<00:41, 4.85it/s]\nDDIM Sampler: 33%|███▎ | 98/300 [00:20<00:41, 4.85it/s]\nDDIM Sampler: 33%|███▎ | 99/300 [00:20<00:41, 4.85it/s]\nDDIM Sampler: 33%|███▎ | 100/300 [00:20<00:41, 4.85it/s]\nDDIM Sampler: 34%|███▎ | 101/300 [00:20<00:40, 4.86it/s]\nDDIM Sampler: 34%|███▍ | 102/300 [00:21<00:40, 4.86it/s]\nDDIM Sampler: 34%|███▍ | 103/300 [00:21<00:40, 4.86it/s]\nDDIM Sampler: 35%|███▍ | 104/300 [00:21<00:40, 4.86it/s]\nDDIM Sampler: 35%|███▌ | 105/300 [00:21<00:40, 4.85it/s]\nDDIM Sampler: 35%|███▌ | 106/300 [00:21<00:39, 4.86it/s]\nDDIM Sampler: 36%|███▌ | 107/300 [00:22<00:39, 4.86it/s]\nDDIM Sampler: 36%|███▌ | 108/300 [00:22<00:39, 4.86it/s]\nDDIM Sampler: 36%|███▋ | 109/300 [00:22<00:39, 4.86it/s]\nDDIM Sampler: 37%|███▋ | 110/300 [00:22<00:39, 4.85it/s]\nDDIM Sampler: 37%|███▋ | 111/300 [00:22<00:38, 4.85it/s]\nDDIM Sampler: 37%|███▋ | 112/300 [00:23<00:38, 4.85it/s]\nDDIM Sampler: 38%|███▊ | 113/300 [00:23<00:38, 4.85it/s]\nDDIM Sampler: 38%|███▊ | 114/300 [00:23<00:38, 4.85it/s]\nDDIM Sampler: 38%|███▊ | 115/300 [00:23<00:38, 4.85it/s]\nDDIM Sampler: 39%|███▊ | 116/300 [00:23<00:37, 4.85it/s]\nDDIM Sampler: 39%|███▉ | 117/300 [00:24<00:37, 4.85it/s]\nDDIM Sampler: 39%|███▉ | 118/300 [00:24<00:37, 4.85it/s]\nDDIM Sampler: 40%|███▉ | 119/300 [00:24<00:37, 4.85it/s]\nDDIM Sampler: 40%|████ | 120/300 [00:24<00:37, 4.86it/s]\nDDIM Sampler: 40%|████ | 121/300 [00:24<00:36, 4.86it/s]\nDDIM Sampler: 41%|████ | 122/300 [00:25<00:36, 4.86it/s]\nDDIM Sampler: 41%|████ | 123/300 [00:25<00:36, 4.86it/s]\nDDIM Sampler: 41%|████▏ | 124/300 [00:25<00:36, 4.86it/s]\nDDIM Sampler: 42%|████▏ | 125/300 [00:25<00:35, 4.86it/s]\nDDIM Sampler: 42%|████▏ | 126/300 [00:25<00:35, 4.86it/s]\nDDIM Sampler: 42%|████▏ | 127/300 [00:26<00:35, 4.86it/s]\nDDIM Sampler: 43%|████▎ | 128/300 [00:26<00:35, 4.85it/s]\nDDIM Sampler: 43%|████▎ | 129/300 [00:26<00:35, 4.85it/s]\nDDIM Sampler: 43%|████▎ | 130/300 [00:26<00:35, 4.84it/s]\nDDIM Sampler: 44%|████▎ | 131/300 [00:26<00:34, 4.84it/s]\nDDIM Sampler: 44%|████▍ | 132/300 [00:27<00:34, 4.84it/s]\nDDIM Sampler: 44%|████▍ | 133/300 [00:27<00:34, 4.84it/s]\nDDIM Sampler: 45%|████▍ | 134/300 [00:27<00:34, 4.84it/s]\nDDIM Sampler: 45%|████▌ | 135/300 [00:27<00:34, 4.85it/s]\nDDIM Sampler: 45%|████▌ | 136/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 46%|████▌ | 137/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 46%|████▌ | 138/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 46%|████▋ | 139/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 47%|████▋ | 140/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 47%|████▋ | 141/300 [00:29<00:32, 4.84it/s]\nDDIM Sampler: 47%|████▋ | 142/300 [00:29<00:32, 4.84it/s]\nDDIM Sampler: 48%|████▊ | 143/300 [00:29<00:32, 4.85it/s]\nDDIM Sampler: 48%|████▊ | 144/300 [00:29<00:32, 4.85it/s]\nDDIM Sampler: 48%|████▊ | 145/300 [00:29<00:31, 4.85it/s]\nDDIM Sampler: 49%|████▊ | 146/300 [00:30<00:31, 4.85it/s]\nDDIM Sampler: 49%|████▉ | 147/300 [00:30<00:31, 4.85it/s]\nDDIM Sampler: 49%|████▉ | 148/300 [00:30<00:31, 4.86it/s]\nDDIM Sampler: 50%|████▉ | 149/300 [00:30<00:31, 4.86it/s]\nDDIM Sampler: 50%|█████ | 150/300 [00:30<00:30, 4.86it/s]\nDDIM Sampler: 50%|█████ | 151/300 [00:31<00:30, 4.86it/s]\nDDIM Sampler: 51%|█████ | 152/300 [00:31<00:30, 4.85it/s]\nDDIM Sampler: 51%|█████ | 153/300 [00:31<00:30, 4.85it/s]\nDDIM Sampler: 51%|█████▏ | 154/300 [00:31<00:30, 4.85it/s]\nDDIM Sampler: 52%|█████▏ | 155/300 [00:31<00:29, 4.85it/s]\nDDIM Sampler: 52%|█████▏ | 156/300 [00:32<00:29, 4.85it/s]\nDDIM Sampler: 52%|█████▏ | 157/300 [00:32<00:29, 4.85it/s]\nDDIM Sampler: 53%|█████▎ | 158/300 [00:32<00:29, 4.85it/s]\nDDIM Sampler: 53%|█████▎ | 159/300 [00:32<00:29, 4.85it/s]\nDDIM Sampler: 53%|█████▎ | 160/300 [00:32<00:28, 4.85it/s]\nDDIM Sampler: 54%|█████▎ | 161/300 [00:33<00:28, 4.85it/s]\nDDIM Sampler: 54%|█████▍ | 162/300 [00:33<00:28, 4.86it/s]\nDDIM Sampler: 54%|█████▍ | 163/300 [00:33<00:28, 4.86it/s]\nDDIM Sampler: 55%|█████▍ | 164/300 [00:33<00:28, 4.86it/s]\nDDIM Sampler: 55%|█████▌ | 165/300 [00:34<00:27, 4.85it/s]\nDDIM Sampler: 55%|█████▌ | 166/300 [00:34<00:27, 4.85it/s]\nDDIM Sampler: 56%|█████▌ | 167/300 [00:34<00:27, 4.85it/s]\nDDIM Sampler: 56%|█████▌ | 168/300 [00:34<00:27, 4.85it/s]\nDDIM Sampler: 56%|█████▋ | 169/300 [00:34<00:27, 4.85it/s]\nDDIM Sampler: 57%|█████▋ | 170/300 [00:35<00:26, 4.85it/s]\nDDIM Sampler: 57%|█████▋ | 171/300 [00:35<00:26, 4.85it/s]\nDDIM Sampler: 57%|█████▋ | 172/300 [00:35<00:26, 4.85it/s]\nDDIM Sampler: 58%|█████▊ | 173/300 [00:35<00:26, 4.85it/s]\nDDIM Sampler: 58%|█████▊ | 174/300 [00:35<00:25, 4.85it/s]\nDDIM Sampler: 58%|█████▊ | 175/300 [00:36<00:25, 4.85it/s]\nDDIM Sampler: 59%|█████▊ | 176/300 [00:36<00:25, 4.84it/s]\nDDIM Sampler: 59%|█████▉ | 177/300 [00:36<00:25, 4.84it/s]\nDDIM Sampler: 59%|█████▉ | 178/300 [00:36<00:25, 4.84it/s]\nDDIM Sampler: 60%|█████▉ | 179/300 [00:36<00:24, 4.84it/s]\nDDIM Sampler: 60%|██████ | 180/300 [00:37<00:24, 4.84it/s]\nDDIM Sampler: 60%|██████ | 181/300 [00:37<00:24, 4.84it/s]\nDDIM Sampler: 61%|██████ | 182/300 [00:37<00:24, 4.84it/s]\nDDIM Sampler: 61%|██████ | 183/300 [00:37<00:24, 4.84it/s]\nDDIM Sampler: 61%|██████▏ | 184/300 [00:37<00:23, 4.84it/s]\nDDIM Sampler: 62%|██████▏ | 185/300 [00:38<00:23, 4.84it/s]\nDDIM Sampler: 62%|██████▏ | 186/300 [00:38<00:23, 4.84it/s]\nDDIM Sampler: 62%|██████▏ | 187/300 [00:38<00:23, 4.84it/s]\nDDIM Sampler: 63%|██████▎ | 188/300 [00:38<00:23, 4.85it/s]\nDDIM Sampler: 63%|██████▎ | 189/300 [00:38<00:22, 4.84it/s]\nDDIM Sampler: 63%|██████▎ | 190/300 [00:39<00:22, 4.84it/s]\nDDIM Sampler: 64%|██████▎ | 191/300 [00:39<00:22, 4.84it/s]\nDDIM Sampler: 64%|██████▍ | 192/300 [00:39<00:22, 4.84it/s]\nDDIM Sampler: 64%|██████▍ | 193/300 [00:39<00:22, 4.84it/s]\nDDIM Sampler: 65%|██████▍ | 194/300 [00:39<00:21, 4.84it/s]\nDDIM Sampler: 65%|██████▌ | 195/300 [00:40<00:21, 4.84it/s]\nDDIM Sampler: 65%|██████▌ | 196/300 [00:40<00:21, 4.84it/s]\nDDIM Sampler: 66%|██████▌ | 197/300 [00:40<00:21, 4.84it/s]\nDDIM Sampler: 66%|██████▌ | 198/300 [00:40<00:21, 4.85it/s]\nDDIM Sampler: 66%|██████▋ | 199/300 [00:41<00:20, 4.85it/s]\nDDIM Sampler: 67%|██████▋ | 200/300 [00:41<00:20, 4.84it/s]\nDDIM Sampler: 67%|██████▋ | 201/300 [00:41<00:20, 4.84it/s]\nDDIM Sampler: 67%|██████▋ | 202/300 [00:41<00:20, 4.85it/s]\nDDIM Sampler: 68%|██████▊ | 203/300 [00:41<00:20, 4.85it/s]\nDDIM Sampler: 68%|██████▊ | 204/300 [00:42<00:19, 4.85it/s]\nDDIM Sampler: 68%|██████▊ | 205/300 [00:42<00:19, 4.84it/s]\nDDIM Sampler: 69%|██████▊ | 206/300 [00:42<00:19, 4.85it/s]\nDDIM Sampler: 69%|██████▉ | 207/300 [00:42<00:19, 4.85it/s]\nDDIM Sampler: 69%|██████▉ | 208/300 [00:42<00:18, 4.86it/s]\nDDIM Sampler: 70%|██████▉ | 209/300 [00:43<00:18, 4.86it/s]\nDDIM Sampler: 70%|███████ | 210/300 [00:43<00:18, 4.85it/s]\nDDIM Sampler: 70%|███████ | 211/300 [00:43<00:18, 4.86it/s]\nDDIM Sampler: 71%|███████ | 212/300 [00:43<00:18, 4.86it/s]\nDDIM Sampler: 71%|███████ | 213/300 [00:43<00:17, 4.86it/s]\nDDIM Sampler: 71%|███████▏ | 214/300 [00:44<00:17, 4.86it/s]\nDDIM Sampler: 72%|███████▏ | 215/300 [00:44<00:17, 4.86it/s]\nDDIM Sampler: 72%|███████▏ | 216/300 [00:44<00:17, 4.85it/s]\nDDIM Sampler: 72%|███████▏ | 217/300 [00:44<00:17, 4.85it/s]\nDDIM Sampler: 73%|███████▎ | 218/300 [00:44<00:16, 4.86it/s]\nDDIM Sampler: 73%|███████▎ | 219/300 [00:45<00:16, 4.86it/s]\nDDIM Sampler: 73%|███████▎ | 220/300 [00:45<00:16, 4.85it/s]\nDDIM Sampler: 74%|███████▎ | 221/300 [00:45<00:16, 4.84it/s]\nDDIM Sampler: 74%|███████▍ | 222/300 [00:45<00:16, 4.84it/s]\nDDIM Sampler: 74%|███████▍ | 223/300 [00:45<00:15, 4.84it/s]\nDDIM Sampler: 75%|███████▍ | 224/300 [00:46<00:15, 4.83it/s]\nDDIM Sampler: 75%|███████▌ | 225/300 [00:46<00:15, 4.84it/s]\nDDIM Sampler: 75%|███████▌ | 226/300 [00:46<00:15, 4.84it/s]\nDDIM Sampler: 76%|███████▌ | 227/300 [00:46<00:15, 4.84it/s]\nDDIM Sampler: 76%|███████▌ | 228/300 [00:47<00:14, 4.84it/s]\nDDIM Sampler: 76%|███████▋ | 229/300 [00:47<00:14, 4.84it/s]\nDDIM Sampler: 77%|███████▋ | 230/300 [00:47<00:14, 4.84it/s]\nDDIM Sampler: 77%|███████▋ | 231/300 [00:47<00:14, 4.85it/s]\nDDIM Sampler: 77%|███████▋ | 232/300 [00:47<00:14, 4.85it/s]\nDDIM Sampler: 78%|███████▊ | 233/300 [00:48<00:13, 4.85it/s]\nDDIM Sampler: 78%|███████▊ | 234/300 [00:48<00:13, 4.85it/s]\nDDIM Sampler: 78%|███████▊ | 235/300 [00:48<00:13, 4.85it/s]\nDDIM Sampler: 79%|███████▊ | 236/300 [00:48<00:13, 4.85it/s]\nDDIM Sampler: 79%|███████▉ | 237/300 [00:48<00:13, 4.84it/s]\nDDIM Sampler: 79%|███████▉ | 238/300 [00:49<00:12, 4.84it/s]\nDDIM Sampler: 80%|███████▉ | 239/300 [00:49<00:12, 4.84it/s]\nDDIM Sampler: 80%|████████ | 240/300 [00:49<00:12, 4.85it/s]\nDDIM Sampler: 80%|████████ | 241/300 [00:49<00:12, 4.85it/s]\nDDIM Sampler: 81%|████████ | 242/300 [00:49<00:11, 4.85it/s]\nDDIM Sampler: 81%|████████ | 243/300 [00:50<00:11, 4.85it/s]\nDDIM Sampler: 81%|████████▏ | 244/300 [00:50<00:11, 4.85it/s]\nDDIM Sampler: 82%|████████▏ | 245/300 [00:50<00:11, 4.85it/s]\nDDIM Sampler: 82%|████████▏ | 246/300 [00:50<00:11, 4.85it/s]\nDDIM Sampler: 82%|████████▏ | 247/300 [00:50<00:10, 4.85it/s]\nDDIM Sampler: 83%|████████▎ | 248/300 [00:51<00:10, 4.84it/s]\nDDIM Sampler: 83%|████████▎ | 249/300 [00:51<00:10, 4.85it/s]\nDDIM Sampler: 83%|████████▎ | 250/300 [00:51<00:10, 4.85it/s]\nDDIM Sampler: 84%|████████▎ | 251/300 [00:51<00:10, 4.85it/s]\nDDIM Sampler: 84%|████████▍ | 252/300 [00:51<00:09, 4.84it/s]\nDDIM Sampler: 84%|████████▍ | 253/300 [00:52<00:09, 4.84it/s]\nDDIM Sampler: 85%|████████▍ | 254/300 [00:52<00:09, 4.85it/s]\nDDIM Sampler: 85%|████████▌ | 255/300 [00:52<00:09, 4.85it/s]\nDDIM Sampler: 85%|████████▌ | 256/300 [00:52<00:09, 4.85it/s]\nDDIM Sampler: 86%|████████▌ | 257/300 [00:52<00:08, 4.84it/s]\nDDIM Sampler: 86%|████████▌ | 258/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 86%|████████▋ | 259/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 87%|████████▋ | 260/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 87%|████████▋ | 261/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 87%|████████▋ | 262/300 [00:54<00:07, 4.85it/s]\nDDIM Sampler: 88%|████████▊ | 263/300 [00:54<00:07, 4.85it/s]\nDDIM Sampler: 88%|████████▊ | 264/300 [00:54<00:07, 4.85it/s]\nDDIM Sampler: 88%|████████▊ | 265/300 [00:54<00:07, 4.84it/s]\nDDIM Sampler: 89%|████████▊ | 266/300 [00:54<00:07, 4.84it/s]\nDDIM Sampler: 89%|████████▉ | 267/300 [00:55<00:06, 4.84it/s]\nDDIM Sampler: 89%|████████▉ | 268/300 [00:55<00:06, 4.84it/s]\nDDIM Sampler: 90%|████████▉ | 269/300 [00:55<00:06, 4.84it/s]\nDDIM Sampler: 90%|█████████ | 270/300 [00:55<00:06, 4.84it/s]\nDDIM Sampler: 90%|█████████ | 271/300 [00:55<00:05, 4.84it/s]\nDDIM Sampler: 91%|█████████ | 272/300 [00:56<00:05, 4.84it/s]\nDDIM Sampler: 91%|█████████ | 273/300 [00:56<00:05, 4.84it/s]\nDDIM Sampler: 91%|█████████▏| 274/300 [00:56<00:05, 4.84it/s]\nDDIM Sampler: 92%|█████████▏| 275/300 [00:56<00:05, 4.84it/s]\nDDIM Sampler: 92%|█████████▏| 276/300 [00:56<00:04, 4.84it/s]\nDDIM Sampler: 92%|█████████▏| 277/300 [00:57<00:04, 4.85it/s]\nDDIM Sampler: 93%|█████████▎| 278/300 [00:57<00:04, 4.86it/s]\nDDIM Sampler: 93%|█████████▎| 279/300 [00:57<00:04, 4.85it/s]\nDDIM Sampler: 93%|█████████▎| 280/300 [00:57<00:04, 4.85it/s]\nDDIM Sampler: 94%|█████████▎| 281/300 [00:57<00:03, 4.85it/s]\nDDIM Sampler: 94%|█████████▍| 282/300 [00:58<00:03, 4.85it/s]\nDDIM Sampler: 94%|█████████▍| 283/300 [00:58<00:03, 4.85it/s]\nDDIM Sampler: 95%|█████████▍| 284/300 [00:58<00:03, 4.85it/s]\nDDIM Sampler: 95%|█████████▌| 285/300 [00:58<00:03, 4.85it/s]\nDDIM Sampler: 95%|█████████▌| 286/300 [00:58<00:02, 4.85it/s]\nDDIM Sampler: 96%|█████████▌| 287/300 [00:59<00:02, 4.84it/s]\nDDIM Sampler: 96%|█████████▌| 288/300 [00:59<00:02, 4.84it/s]\nDDIM Sampler: 96%|█████████▋| 289/300 [00:59<00:02, 4.84it/s]\nDDIM Sampler: 97%|█████████▋| 290/300 [00:59<00:02, 4.84it/s]\nDDIM Sampler: 97%|█████████▋| 291/300 [01:00<00:01, 4.84it/s]\nDDIM Sampler: 97%|█████████▋| 292/300 [01:00<00:01, 4.85it/s]\nDDIM Sampler: 98%|█████████▊| 293/300 [01:00<00:01, 4.85it/s]\nDDIM Sampler: 98%|█████████▊| 294/300 [01:00<00:01, 4.85it/s]\nDDIM Sampler: 98%|█████████▊| 295/300 [01:00<00:01, 4.85it/s]\nDDIM Sampler: 99%|█████████▊| 296/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 99%|█████████▉| 297/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 99%|█████████▉| 298/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 100%|█████████▉| 299/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 100%|██████████| 300/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 100%|██████████| 300/300 [01:01<00:00, 4.85it/s]\n 0%| | 0.00/890M [00:00<?, ?iB/s]\n 0%| | 1.50M/890M [00:00<00:59, 15.6MiB/s]\n 1%|▎ | 6.38M/890M [00:00<00:25, 36.4MiB/s]\n 1%|▍ | 11.5M/890M [00:00<00:20, 44.2MiB/s]\n 2%|▊ | 20.3M/890M [00:00<00:14, 63.2MiB/s]\n 3%|█▏ | 28.6M/890M [00:00<00:12, 71.6MiB/s]\n 4%|█▌ | 35.5M/890M [00:00<00:13, 65.1MiB/s]\n 5%|█▊ | 41.8M/890M [00:00<00:14, 62.1MiB/s]\n 5%|██ | 47.8M/890M [00:00<00:14, 61.6MiB/s]\n 6%|██▍ | 57.8M/890M [00:00<00:11, 73.9MiB/s]\n 7%|██▊ | 64.9M/890M [00:01<00:12, 72.0MiB/s]\n 9%|███▏ | 75.8M/890M [00:01<00:10, 84.1MiB/s]\n 10%|███▋ | 85.3M/890M [00:01<00:09, 88.7MiB/s]\n 11%|████ | 93.8M/890M [00:01<00:09, 85.7MiB/s]\n 11%|████▍ | 102M/890M [00:01<00:11, 69.4MiB/s]\n 12%|████▊ | 109M/890M [00:01<00:12, 63.1MiB/s]\n 13%|█████ | 116M/890M [00:01<00:13, 60.6MiB/s]\n 14%|█████▎ | 122M/890M [00:01<00:13, 58.9MiB/s]\n 14%|█████▌ | 128M/890M [00:02<00:14, 56.8MiB/s]\n 15%|█████▊ | 133M/890M [00:02<00:14, 56.7MiB/s]\n 16%|██████ | 139M/890M [00:02<00:14, 56.0MiB/s]\n 16%|██████▎ | 144M/890M [00:02<00:14, 55.6MiB/s]\n 17%|██████▌ | 149M/890M [00:02<00:14, 52.8MiB/s]\n 17%|██████▊ | 154M/890M [00:02<00:14, 52.1MiB/s]\n 18%|██████▉ | 159M/890M [00:02<00:14, 52.2MiB/s]\n 18%|███████▏ | 164M/890M [00:02<00:14, 51.9MiB/s]\n 19%|███████▍ | 169M/890M [00:02<00:14, 51.1MiB/s]\n 20%|███████▋ | 174M/890M [00:03<00:15, 48.3MiB/s]\n 20%|███████▊ | 179M/890M [00:03<00:15, 48.2MiB/s]\n 21%|████████ | 184M/890M [00:03<00:15, 48.7MiB/s]\n 21%|████████▎ | 188M/890M [00:03<00:15, 48.8MiB/s]\n 22%|████████▍ | 193M/890M [00:03<00:14, 49.6MiB/s]\n 22%|████████▋ | 199M/890M [00:03<00:14, 51.0MiB/s]\n 23%|████████▉ | 204M/890M [00:03<00:14, 50.9MiB/s]\n 23%|█████████▏ | 208M/890M [00:03<00:14, 49.6MiB/s]\n 24%|█████████▎ | 213M/890M [00:03<00:14, 50.1MiB/s]\n 25%|█████████▌ | 219M/890M [00:03<00:13, 51.4MiB/s]\n 25%|█████████▊ | 224M/890M [00:04<00:13, 50.4MiB/s]\n 26%|██████████ | 229M/890M [00:04<00:13, 51.1MiB/s]\n 26%|██████████▎ | 234M/890M [00:04<00:13, 52.4MiB/s]\n 27%|██████████▍ | 239M/890M [00:04<00:13, 50.8MiB/s]\n 27%|██████████▋ | 244M/890M [00:04<00:13, 50.8MiB/s]\n 28%|██████████▉ | 249M/890M [00:04<00:13, 50.2MiB/s]\n 28%|███████████ | 254M/890M [00:04<00:13, 49.5MiB/s]\n 29%|███████████▎ | 258M/890M [00:04<00:13, 49.8MiB/s]\n 30%|███████████▌ | 263M/890M [00:04<00:12, 50.6MiB/s]\n 30%|███████████▊ | 268M/890M [00:04<00:12, 50.5MiB/s]\n 31%|███████████▉ | 273M/890M [00:05<00:12, 51.4MiB/s]\n 31%|████████████▏ | 278M/890M [00:05<00:12, 51.5MiB/s]\n 32%|████████████▍ | 283M/890M [00:05<00:12, 49.5MiB/s]\n 32%|████████████▋ | 288M/890M [00:05<00:13, 46.4MiB/s]\n 33%|████████████▊ | 293M/890M [00:05<00:15, 40.6MiB/s]\n 33%|█████████████ | 297M/890M [00:05<00:15, 41.1MiB/s]\n 34%|█████████████▏ | 302M/890M [00:05<00:14, 44.0MiB/s]\n 34%|█████████████▍ | 306M/890M [00:05<00:13, 45.4MiB/s]\n 35%|█████████████▋ | 312M/890M [00:05<00:12, 47.7MiB/s]\n 36%|█████████████▉ | 317M/890M [00:06<00:12, 48.8MiB/s]\n 36%|██████████████ | 321M/890M [00:06<00:13, 43.3MiB/s]\n 37%|██████████████▎ | 325M/890M [00:06<00:14, 39.9MiB/s]\n 37%|██████████████▍ | 331M/890M [00:06<00:13, 43.4MiB/s]\n 38%|██████████████▋ | 335M/890M [00:06<00:13, 42.1MiB/s]\n 38%|██████████████▉ | 340M/890M [00:06<00:12, 46.5MiB/s]\n 39%|███████████████▏ | 346M/890M [00:06<00:11, 49.1MiB/s]\n 39%|███████████████▎ | 351M/890M [00:06<00:11, 47.4MiB/s]\n 40%|███████████████▌ | 356M/890M [00:06<00:11, 50.2MiB/s]\n 41%|███████████████▊ | 361M/890M [00:07<00:10, 51.6MiB/s]\n 41%|████████████████ | 367M/890M [00:07<00:10, 52.8MiB/s]\n 42%|████████████████▎ | 372M/890M [00:07<00:10, 53.9MiB/s]\n 42%|████████████████▌ | 377M/890M [00:07<00:10, 53.3MiB/s]\n 43%|████████████████▊ | 383M/890M [00:07<00:09, 53.9MiB/s]\n 44%|█████████████████▏ | 393M/890M [00:07<00:07, 69.0MiB/s]\n 45%|█████████████████▌ | 399M/890M [00:07<00:07, 66.8MiB/s]\n 46%|█████████████████▊ | 406M/890M [00:07<00:08, 63.0MiB/s]\n 46%|██████████████████ | 412M/890M [00:07<00:08, 60.3MiB/s]\n 47%|██████████████████▎ | 418M/890M [00:08<00:08, 58.3MiB/s]\n 48%|██████████████████▌ | 423M/890M [00:08<00:10, 48.5MiB/s]\n 48%|██████████████████▊ | 428M/890M [00:08<00:10, 48.4MiB/s]\n 49%|██████████████████▉ | 433M/890M [00:08<00:10, 47.1MiB/s]\n 49%|███████████████████▏ | 438M/890M [00:08<00:10, 44.2MiB/s]\n 50%|███████████████████▍ | 442M/890M [00:08<00:10, 43.3MiB/s]\n 50%|███████████████████▌ | 447M/890M [00:08<00:10, 44.8MiB/s]\n 51%|███████████████████▊ | 451M/890M [00:08<00:10, 45.9MiB/s]\n 51%|███████████████████▉ | 456M/890M [00:09<00:09, 47.0MiB/s]\n 52%|████████████████████▏ | 462M/890M [00:09<00:08, 50.3MiB/s]\n 52%|████████████████████▍ | 467M/890M [00:09<00:08, 51.1MiB/s]\n 53%|████████████████████▋ | 472M/890M [00:09<00:08, 52.8MiB/s]\n 54%|████████████████████▉ | 478M/890M [00:09<00:07, 55.1MiB/s]\n 54%|█████████████████████▏ | 484M/890M [00:09<00:07, 55.6MiB/s]\n 55%|█████████████████████▌ | 492M/890M [00:09<00:06, 65.9MiB/s]\n 56%|█████████████████████▉ | 501M/890M [00:09<00:05, 72.7MiB/s]\n 57%|██████████████████████▎ | 508M/890M [00:09<00:05, 68.0MiB/s]\n 58%|██████████████████████▌ | 514M/890M [00:09<00:06, 63.5MiB/s]\n 59%|██████████████████████▊ | 520M/890M [00:10<00:06, 62.7MiB/s]\n 59%|███████████████████████ | 526M/890M [00:10<00:06, 60.8MiB/s]\n 60%|███████████████████████▌ | 536M/890M [00:10<00:05, 72.1MiB/s]\n 61%|███████████████████████▊ | 543M/890M [00:10<00:05, 66.6MiB/s]\n 62%|████████████████████████ | 550M/890M [00:10<00:05, 62.9MiB/s]\n 62%|████████████████████████▎ | 556M/890M [00:10<00:05, 61.2MiB/s]\n 63%|████████████████████████▋ | 562M/890M [00:10<00:05, 60.9MiB/s]\n 64%|████████████████████████▉ | 568M/890M [00:10<00:05, 60.9MiB/s]\n 64%|█████████████████████████▏ | 573M/890M [00:10<00:05, 58.9MiB/s]\n 65%|█████████████████████████▍ | 579M/890M [00:11<00:05, 58.8MiB/s]\n 66%|█████████████████████████▋ | 585M/890M [00:11<00:05, 57.1MiB/s]\n 66%|█████████████████████████▉ | 590M/890M [00:11<00:05, 54.1MiB/s]\n 67%|██████████████████████████ | 595M/890M [00:11<00:05, 53.7MiB/s]\n 68%|██████████████████████████▎ | 601M/890M [00:11<00:05, 51.1MiB/s]\n 68%|██████████████████████████▌ | 606M/890M [00:11<00:05, 53.0MiB/s]\n 69%|██████████████████████████▊ | 611M/890M [00:11<00:05, 53.5MiB/s]\n 69%|███████████████████████████ | 617M/890M [00:11<00:05, 54.1MiB/s]\n 70%|███████████████████████████▎ | 622M/890M [00:11<00:05, 54.6MiB/s]\n 71%|███████████████████████████▌ | 627M/890M [00:12<00:05, 53.5MiB/s]\n 71%|███████████████████████████▋ | 632M/890M [00:12<00:05, 51.2MiB/s]\n 72%|███████████████████████████▉ | 638M/890M [00:12<00:04, 53.6MiB/s]\n 72%|████████████████████████████▏ | 644M/890M [00:12<00:04, 55.0MiB/s]\n 73%|████████████████████████████▍ | 649M/890M [00:12<00:04, 55.6MiB/s]\n 74%|████████████████████████████▋ | 655M/890M [00:12<00:04, 56.1MiB/s]\n 74%|████████████████████████████▉ | 660M/890M [00:12<00:04, 56.6MiB/s]\n 75%|█████████████████████████████▏ | 666M/890M [00:12<00:04, 58.0MiB/s]\n 76%|█████████████████████████████▍ | 672M/890M [00:12<00:04, 56.4MiB/s]\n 76%|█████████████████████████████▋ | 677M/890M [00:12<00:03, 57.2MiB/s]\n 77%|█████████████████████████████▉ | 683M/890M [00:13<00:03, 57.4MiB/s]\n 77%|██████████████████████████████▏ | 689M/890M [00:13<00:03, 57.9MiB/s]\n 78%|██████████████████████████████▍ | 694M/890M [00:13<00:03, 58.3MiB/s]\n 79%|██████████████████████████████▋ | 700M/890M [00:13<00:03, 58.3MiB/s]\n 79%|██████████████████████████████▉ | 705M/890M [00:13<00:03, 57.9MiB/s]\n 80%|███████████████████████████████▏ | 711M/890M [00:13<00:03, 56.8MiB/s]\n 81%|███████████████████████████████▍ | 716M/890M [00:13<00:03, 55.3MiB/s]\n 81%|███████████████████████████████▋ | 722M/890M [00:13<00:03, 55.0MiB/s]\n 82%|███████████████████████████████▉ | 727M/890M [00:13<00:03, 56.0MiB/s]\n 82%|████████████████████████████████▏ | 733M/890M [00:13<00:02, 57.0MiB/s]\n 83%|████████████████████████████████▍ | 739M/890M [00:14<00:02, 57.8MiB/s]\n 84%|████████████████████████████████▋ | 744M/890M [00:14<00:02, 57.1MiB/s]\n 84%|████████████████████████████████▊ | 750M/890M [00:14<00:02, 54.4MiB/s]\n 85%|█████████████████████████████████ | 755M/890M [00:14<00:02, 54.3MiB/s]\n 86%|█████████████████████████████████▎ | 761M/890M [00:14<00:02, 55.9MiB/s]\n 86%|█████████████████████████████████▌ | 766M/890M [00:14<00:02, 55.7MiB/s]\n 87%|█████████████████████████████████▊ | 771M/890M [00:14<00:02, 54.9MiB/s]\n 87%|██████████████████████████████████ | 777M/890M [00:14<00:02, 54.8MiB/s]\n 88%|██████████████████████████████████▎ | 782M/890M [00:14<00:02, 53.7MiB/s]\n 88%|██████████████████████████████████▌ | 787M/890M [00:15<00:02, 53.7MiB/s]\n 89%|██████████████████████████████████▋ | 793M/890M [00:15<00:01, 54.9MiB/s]\n 90%|██████████████████████████████████▉ | 798M/890M [00:15<00:01, 54.8MiB/s]\n 91%|███████████████████████████████████▍ | 808M/890M [00:15<00:01, 70.1MiB/s]\n 92%|███████████████████████████████████▋ | 815M/890M [00:15<00:01, 65.4MiB/s]\n 92%|███████████████████████████████████▉ | 821M/890M [00:15<00:01, 60.8MiB/s]\n 93%|████████████████████████████████████▎ | 827M/890M [00:15<00:01, 59.5MiB/s]\n 94%|████████████████████████████████████▌ | 833M/890M [00:15<00:01, 59.2MiB/s]\n 94%|████████████████████████████████████▊ | 838M/890M [00:15<00:00, 58.5MiB/s]\n 95%|█████████████████████████████████████ | 844M/890M [00:15<00:00, 59.1MiB/s]\n 96%|█████████████████████████████████████▎ | 850M/890M [00:16<00:00, 58.1MiB/s]\n 96%|█████████████████████████████████████▌ | 855M/890M [00:16<00:00, 56.9MiB/s]\n 97%|█████████████████████████████████████▋ | 861M/890M [00:16<00:00, 55.1MiB/s]\n 98%|██████████████████████████████████████▎| 874M/890M [00:16<00:00, 77.3MiB/s]\n 99%|██████████████████████████████████████▋| 883M/890M [00:16<00:00, 84.6MiB/s]\n100%|███████████████████████████████████████| 890M/890M [00:16<00:00, 56.1MiB/s]\nINFO:root:clip took 30.08, probabilities: [21.57645, 20.956396, 21.550299, 23.035099, 22.140469]\nINFO:root:Starting decoder optimization\nINFO:root:Starting decoder optimization for 100 iterations.\nINFO:root:Decoder opt it 0/100 loss: 0.27044838666915894\nINFO:root:Decoder opt it 1/100 loss: 0.16435712575912476\nINFO:root:Decoder opt it 2/100 loss: 0.14636069536209106\nINFO:root:Decoder opt it 3/100 loss: 0.1142846941947937\nINFO:root:Decoder opt it 4/100 loss: 0.09259652346372604\nINFO:root:Decoder opt it 5/100 loss: 0.08595920354127884\nINFO:root:Decoder opt it 6/100 loss: 0.08642715960741043\nINFO:root:Decoder opt it 7/100 loss: 0.07665257155895233\nINFO:root:Decoder opt it 8/100 loss: 0.061975330114364624\nINFO:root:Decoder opt it 9/100 loss: 0.0585014633834362\nINFO:root:Decoder opt it 10/100 loss: 0.06292712688446045\nINFO:root:Decoder opt it 11/100 loss: 0.0603804811835289\nINFO:root:Decoder opt it 12/100 loss: 0.052063167095184326\nINFO:root:Decoder opt it 13/100 loss: 0.04632704704999924\nINFO:root:Decoder opt it 14/100 loss: 0.045411333441734314\nINFO:root:Decoder opt it 15/100 loss: 0.04636700451374054\nINFO:root:Decoder opt it 16/100 loss: 0.04581790417432785\nINFO:root:Decoder opt it 17/100 loss: 0.04215092957019806\nINFO:root:Decoder opt it 18/100 loss: 0.03746698424220085\nINFO:root:Decoder opt it 19/100 loss: 0.03531154990196228\nINFO:root:Decoder opt it 20/100 loss: 0.035954803228378296\nINFO:root:Decoder opt it 21/100 loss: 0.036178842186927795\nINFO:root:Decoder opt it 22/100 loss: 0.034615904092788696\nINFO:root:Decoder opt it 23/100 loss: 0.03249216079711914\nINFO:root:Decoder opt it 24/100 loss: 0.03084186464548111\nINFO:root:Decoder opt it 25/100 loss: 0.029818564653396606\nINFO:root:Decoder opt it 26/100 loss: 0.029248809441924095\nINFO:root:Decoder opt it 27/100 loss: 0.02863609604537487\nINFO:root:Decoder opt it 28/100 loss: 0.027561703696846962\nINFO:root:Decoder opt it 29/100 loss: 0.02648041769862175\nINFO:root:Decoder opt it 30/100 loss: 0.025785615667700768\nINFO:root:Decoder opt it 31/100 loss: 0.025115128606557846\nINFO:root:Decoder opt it 32/100 loss: 0.024278854951262474\nINFO:root:Decoder opt it 33/100 loss: 0.02362249605357647\nINFO:root:Decoder opt it 34/100 loss: 0.02312787063419819\nINFO:root:Decoder opt it 35/100 loss: 0.022554652765393257\nINFO:root:Decoder opt it 36/100 loss: 0.02195505052804947\nINFO:root:Decoder opt it 37/100 loss: 0.021397076547145844\nINFO:root:Decoder opt it 38/100 loss: 0.020868945866823196\nINFO:root:Decoder opt it 39/100 loss: 0.020442739129066467\nINFO:root:Decoder opt it 40/100 loss: 0.020108060911297798\nINFO:root:Decoder opt it 41/100 loss: 0.01969195157289505\nINFO:root:Decoder opt it 42/100 loss: 0.019204577431082726\nINFO:root:Decoder opt it 43/100 loss: 0.01877705007791519\nINFO:root:Decoder opt it 44/100 loss: 0.01841365173459053\nINFO:root:Decoder opt it 45/100 loss: 0.018079791218042374\nINFO:root:Decoder opt it 46/100 loss: 0.017770620062947273\nINFO:root:Decoder opt it 47/100 loss: 0.017437247559428215\nINFO:root:Decoder opt it 48/100 loss: 0.017086852341890335\nINFO:root:Decoder opt it 49/100 loss: 0.016801562160253525\nINFO:root:Decoder opt it 50/100 loss: 0.016553519293665886\nINFO:root:Decoder opt it 51/100 loss: 0.016270970925688744\nINFO:root:Decoder opt it 52/100 loss: 0.015972865745425224\nINFO:root:Decoder opt it 53/100 loss: 0.01570638082921505\nINFO:root:Decoder opt it 54/100 loss: 0.01547930482774973\nINFO:root:Decoder opt it 55/100 loss: 0.0152587890625\nINFO:root:Decoder opt it 56/100 loss: 0.015005568042397499\nINFO:root:Decoder opt it 57/100 loss: 0.014748101122677326\nINFO:root:Decoder opt it 58/100 loss: 0.014555780217051506\nINFO:root:Decoder opt it 59/100 loss: 0.014376730658113956\nINFO:root:Decoder opt it 60/100 loss: 0.014153569005429745\nINFO:root:Decoder opt it 61/100 loss: 0.013921141624450684\nINFO:root:Decoder opt it 62/100 loss: 0.01373152807354927\nINFO:root:Decoder opt it 63/100 loss: 0.013566846959292889\nINFO:root:Decoder opt it 64/100 loss: 0.013383152894675732\nINFO:root:Decoder opt it 65/100 loss: 0.0131800826638937\nINFO:root:Decoder opt it 66/100 loss: 0.013001120649278164\nINFO:root:Decoder opt it 67/100 loss: 0.012855427339673042\nINFO:root:Decoder opt it 68/100 loss: 0.012694829143583775\nINFO:root:Decoder opt it 69/100 loss: 0.012518900446593761\nINFO:root:Decoder opt it 70/100 loss: 0.012359951622784138\nINFO:root:Decoder opt it 71/100 loss: 0.012210574001073837\nINFO:root:Decoder opt it 72/100 loss: 0.012061147019267082\nINFO:root:Decoder opt it 73/100 loss: 0.011912520043551922\nINFO:root:Decoder opt it 74/100 loss: 0.011770880781114101\nINFO:root:Decoder opt it 75/100 loss: 0.01163717731833458\nINFO:root:Decoder opt it 76/100 loss: 0.011499227024614811\nINFO:root:Decoder opt it 77/100 loss: 0.01136435754597187\nINFO:root:Decoder opt it 78/100 loss: 0.011239813640713692\nINFO:root:Decoder opt it 79/100 loss: 0.011115613393485546\nINFO:root:Decoder opt it 80/100 loss: 0.010990822687745094\nINFO:root:Decoder opt it 81/100 loss: 0.010868437588214874\nINFO:root:Decoder opt it 82/100 loss: 0.010750223882496357\nINFO:root:Decoder opt it 83/100 loss: 0.01063581183552742\nINFO:root:Decoder opt it 84/100 loss: 0.010522905737161636\nINFO:root:Decoder opt it 85/100 loss: 0.010414360091090202\nINFO:root:Decoder opt it 86/100 loss: 0.010305809788405895\nINFO:root:Decoder opt it 87/100 loss: 0.010200466960668564\nINFO:root:Decoder opt it 88/100 loss: 0.010101540945470333\nINFO:root:Decoder opt it 89/100 loss: 0.010002139024436474\nINFO:root:Decoder opt it 90/100 loss: 0.009904874488711357\nINFO:root:Decoder opt it 91/100 loss: 0.009809961542487144\nINFO:root:Decoder opt it 92/100 loss: 0.009717793203890324\nINFO:root:Decoder opt it 93/100 loss: 0.009627188555896282\nINFO:root:Decoder opt it 94/100 loss: 0.009538598358631134\nINFO:root:Decoder opt it 95/100 loss: 0.00945208128541708\nINFO:root:Decoder opt it 96/100 loss: 0.00936678797006607\nINFO:root:Decoder opt it 97/100 loss: 0.009284336119890213\nINFO:root:Decoder opt it 98/100 loss: 0.009202350862324238\nINFO:root:Decoder opt it 99/100 loss: 0.009123440831899643\nINFO:root:Finished decoder optimization in 17.75 seconds.\nupsampling stages: [768, 2496]\nINFO:root:Using seed 279893 in upscaling\nGlobal seed set to 279893\nINFO:root:Downscaling to [512 469], upscaling to [768 704].\nData shape for DDIM sampling is (1, 4, 96, 88), eta 1.0\nINFO:root:Using SDEdit ratio 0.4, starting at 391/1000\nRunning blended DDIM Sampling with 40 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/40 [00:00<?, ?it/s]\nDDIM Sampler: 2%|▎ | 1/40 [00:00<00:06, 6.34it/s]\nDDIM Sampler: 5%|▌ | 2/40 [00:00<00:05, 6.37it/s]\nDDIM Sampler: 8%|▊ | 3/40 [00:00<00:05, 6.38it/s]\nDDIM Sampler: 10%|█ | 4/40 [00:00<00:05, 6.38it/s]\nDDIM Sampler: 12%|█▎ | 5/40 [00:00<00:05, 6.38it/s]\nDDIM Sampler: 15%|█▌ | 6/40 [00:00<00:05, 6.38it/s]\nDDIM Sampler: 18%|█▊ | 7/40 [00:01<00:05, 6.39it/s]\nDDIM Sampler: 20%|██ | 8/40 [00:01<00:05, 6.38it/s]\nDDIM Sampler: 22%|██▎ | 9/40 [00:01<00:04, 6.39it/s]\nDDIM Sampler: 25%|██▌ | 10/40 [00:01<00:04, 6.38it/s]\nDDIM Sampler: 28%|██▊ | 11/40 [00:01<00:04, 6.38it/s]\nDDIM Sampler: 30%|███ | 12/40 [00:01<00:04, 6.38it/s]\nDDIM Sampler: 32%|███▎ | 13/40 [00:02<00:04, 6.39it/s]\nDDIM Sampler: 35%|███▌ | 14/40 [00:02<00:04, 6.40it/s]\nDDIM Sampler: 38%|███▊ | 15/40 [00:02<00:03, 6.41it/s]\nDDIM Sampler: 40%|████ | 16/40 [00:02<00:03, 6.40it/s]\nDDIM Sampler: 42%|████▎ | 17/40 [00:02<00:03, 6.39it/s]\nDDIM Sampler: 45%|████▌ | 18/40 [00:02<00:03, 6.40it/s]\nDDIM Sampler: 48%|████▊ | 19/40 [00:02<00:03, 6.40it/s]\nDDIM Sampler: 50%|█████ | 20/40 [00:03<00:03, 6.40it/s]\nDDIM Sampler: 52%|█████▎ | 21/40 [00:03<00:02, 6.40it/s]\nDDIM Sampler: 55%|█████▌ | 22/40 [00:03<00:02, 6.39it/s]\nDDIM Sampler: 57%|█████▊ | 23/40 [00:03<00:02, 6.39it/s]\nDDIM Sampler: 60%|██████ | 24/40 [00:03<00:02, 6.39it/s]\nDDIM Sampler: 62%|██████▎ | 25/40 [00:03<00:02, 6.40it/s]\nDDIM Sampler: 65%|██████▌ | 26/40 [00:04<00:02, 6.41it/s]\nDDIM Sampler: 68%|██████▊ | 27/40 [00:04<00:02, 6.41it/s]\nDDIM Sampler: 70%|███████ | 28/40 [00:04<00:01, 6.39it/s]\nDDIM Sampler: 72%|███████▎ | 29/40 [00:04<00:01, 6.38it/s]\nDDIM Sampler: 75%|███████▌ | 30/40 [00:04<00:01, 6.37it/s]\nDDIM Sampler: 78%|███████▊ | 31/40 [00:04<00:01, 6.38it/s]\nDDIM Sampler: 80%|████████ | 32/40 [00:05<00:01, 6.39it/s]\nDDIM Sampler: 82%|████████▎ | 33/40 [00:05<00:01, 6.38it/s]\nDDIM Sampler: 85%|████████▌ | 34/40 [00:05<00:00, 6.37it/s]\nDDIM Sampler: 88%|████████▊ | 35/40 [00:05<00:00, 6.38it/s]\nDDIM Sampler: 90%|█████████ | 36/40 [00:05<00:00, 6.38it/s]\nDDIM Sampler: 92%|█████████▎| 37/40 [00:05<00:00, 6.39it/s]\nDDIM Sampler: 95%|█████████▌| 38/40 [00:05<00:00, 6.40it/s]\nDDIM Sampler: 98%|█████████▊| 39/40 [00:06<00:00, 6.40it/s]\nDDIM Sampler: 100%|██████████| 40/40 [00:06<00:00, 6.40it/s]\nDDIM Sampler: 100%|██████████| 40/40 [00:06<00:00, 6.39it/s]\nINFO:root:Starting decoder optimization\nINFO:root:Starting decoder optimization for 100 iterations.\nINFO:root:Decoder opt it 0/100 loss: 0.2025994062423706\nINFO:root:Decoder opt it 1/100 loss: 0.20699456334114075\nINFO:root:Decoder opt it 2/100 loss: 0.11565734446048737\nINFO:root:Decoder opt it 3/100 loss: 0.09602420777082443\nINFO:root:Decoder opt it 4/100 loss: 0.08443208038806915\nINFO:root:Decoder opt it 5/100 loss: 0.07993177324533463\nINFO:root:Decoder opt it 6/100 loss: 0.08301098644733429\nINFO:root:Decoder opt it 7/100 loss: 0.06881292164325714\nINFO:root:Decoder opt it 8/100 loss: 0.0550280325114727\nINFO:root:Decoder opt it 9/100 loss: 0.05913737043738365\nINFO:root:Decoder opt it 10/100 loss: 0.06429529190063477\nINFO:root:Decoder opt it 11/100 loss: 0.056866493076086044\nINFO:root:Decoder opt it 12/100 loss: 0.048115551471710205\nINFO:root:Decoder opt it 13/100 loss: 0.04768482223153114\nINFO:root:Decoder opt it 14/100 loss: 0.050320643931627274\nINFO:root:Decoder opt it 15/100 loss: 0.04904358834028244\nINFO:root:Decoder opt it 16/100 loss: 0.044912271201610565\nINFO:root:Decoder opt it 17/100 loss: 0.041666626930236816\nINFO:root:Decoder opt it 18/100 loss: 0.04060295224189758\nINFO:root:Decoder opt it 19/100 loss: 0.040775518864393234\nINFO:root:Decoder opt it 20/100 loss: 0.040835533291101456\nINFO:root:Decoder opt it 21/100 loss: 0.03936218470335007\nINFO:root:Decoder opt it 22/100 loss: 0.036778517067432404\nINFO:root:Decoder opt it 23/100 loss: 0.03521614521741867\nINFO:root:Decoder opt it 24/100 loss: 0.0356084480881691\nINFO:root:Decoder opt it 25/100 loss: 0.035776395350694656\nINFO:root:Decoder opt it 26/100 loss: 0.034340936690568924\nINFO:root:Decoder opt it 27/100 loss: 0.03261584788560867\nINFO:root:Decoder opt it 28/100 loss: 0.03207292780280113\nINFO:root:Decoder opt it 29/100 loss: 0.032255131751298904\nINFO:root:Decoder opt it 30/100 loss: 0.03192881867289543\nINFO:root:Decoder opt it 31/100 loss: 0.030937453731894493\nINFO:root:Decoder opt it 32/100 loss: 0.02997012436389923\nINFO:root:Decoder opt it 33/100 loss: 0.02940359339118004\nINFO:root:Decoder opt it 34/100 loss: 0.029215628281235695\nINFO:root:Decoder opt it 35/100 loss: 0.02904197946190834\nINFO:root:Decoder opt it 36/100 loss: 0.02850007265806198\nINFO:root:Decoder opt it 37/100 loss: 0.027705073356628418\nINFO:root:Decoder opt it 38/100 loss: 0.027171744033694267\nINFO:root:Decoder opt it 39/100 loss: 0.02705087885260582\nINFO:root:Decoder opt it 40/100 loss: 0.026846297085285187\nINFO:root:Decoder opt it 41/100 loss: 0.026325812563300133\nINFO:root:Decoder opt it 42/100 loss: 0.025839131325483322\nINFO:root:Decoder opt it 43/100 loss: 0.02559620514512062\nINFO:root:Decoder opt it 44/100 loss: 0.02540891058743\nINFO:root:Decoder opt it 45/100 loss: 0.025074250996112823\nINFO:root:Decoder opt it 46/100 loss: 0.024675467982888222\nINFO:root:Decoder opt it 47/100 loss: 0.02433731034398079\nINFO:root:Decoder opt it 48/100 loss: 0.02410685271024704\nINFO:root:Decoder opt it 49/100 loss: 0.023893212899565697\nINFO:root:Decoder opt it 50/100 loss: 0.02359251119196415\nINFO:root:Decoder opt it 51/100 loss: 0.02325085550546646\nINFO:root:Decoder opt it 52/100 loss: 0.02298377826809883\nINFO:root:Decoder opt it 53/100 loss: 0.022810790687799454\nINFO:root:Decoder opt it 54/100 loss: 0.022590579465031624\nINFO:root:Decoder opt it 55/100 loss: 0.022286362946033478\nINFO:root:Decoder opt it 56/100 loss: 0.02202303148806095\nINFO:root:Decoder opt it 57/100 loss: 0.021833470091223717\nINFO:root:Decoder opt it 58/100 loss: 0.021636927500367165\nINFO:root:Decoder opt it 59/100 loss: 0.02140251360833645\nINFO:root:Decoder opt it 60/100 loss: 0.021170398220419884\nINFO:root:Decoder opt it 61/100 loss: 0.020962737500667572\nINFO:root:Decoder opt it 62/100 loss: 0.0207806508988142\nINFO:root:Decoder opt it 63/100 loss: 0.020586561411619186\nINFO:root:Decoder opt it 64/100 loss: 0.020367728546261787\nINFO:root:Decoder opt it 65/100 loss: 0.020171120762825012\nINFO:root:Decoder opt it 66/100 loss: 0.0200144425034523\nINFO:root:Decoder opt it 67/100 loss: 0.01983783394098282\nINFO:root:Decoder opt it 68/100 loss: 0.019637245684862137\nINFO:root:Decoder opt it 69/100 loss: 0.019464995712041855\nINFO:root:Decoder opt it 70/100 loss: 0.019308632239699364\nINFO:root:Decoder opt it 71/100 loss: 0.01914667896926403\nINFO:root:Decoder opt it 72/100 loss: 0.018975665792822838\nINFO:root:Decoder opt it 73/100 loss: 0.01880859211087227\nINFO:root:Decoder opt it 74/100 loss: 0.018662890419363976\nINFO:root:Decoder opt it 75/100 loss: 0.018514810130000114\nINFO:root:Decoder opt it 76/100 loss: 0.018351523205637932\nINFO:root:Decoder opt it 77/100 loss: 0.018205460160970688\nINFO:root:Decoder opt it 78/100 loss: 0.018069744110107422\nINFO:root:Decoder opt it 79/100 loss: 0.01792200095951557\nINFO:root:Decoder opt it 80/100 loss: 0.017778120934963226\nINFO:root:Decoder opt it 81/100 loss: 0.017646830528974533\nINFO:root:Decoder opt it 82/100 loss: 0.017514893785119057\nINFO:root:Decoder opt it 83/100 loss: 0.017381412908434868\nINFO:root:Decoder opt it 84/100 loss: 0.01725086383521557\nINFO:root:Decoder opt it 85/100 loss: 0.017124855890870094\nINFO:root:Decoder opt it 86/100 loss: 0.01700318045914173\nINFO:root:Decoder opt it 87/100 loss: 0.0168774351477623\nINFO:root:Decoder opt it 88/100 loss: 0.016755543649196625\nINFO:root:Decoder opt it 89/100 loss: 0.016639558598399162\nINFO:root:Decoder opt it 90/100 loss: 0.016522953286767006\nINFO:root:Decoder opt it 91/100 loss: 0.016407780349254608\nINFO:root:Decoder opt it 92/100 loss: 0.016296617686748505\nINFO:root:Decoder opt it 93/100 loss: 0.01618645153939724\nINFO:root:Decoder opt it 94/100 loss: 0.016078108921647072\nINFO:root:Decoder opt it 95/100 loss: 0.015969935804605484\nINFO:root:Decoder opt it 96/100 loss: 0.01586534082889557\nINFO:root:Decoder opt it 97/100 loss: 0.015763038769364357\nINFO:root:Decoder opt it 98/100 loss: 0.015658987686038017\nINFO:root:Decoder opt it 99/100 loss: 0.015557737089693546\nINFO:root:Finished decoder optimization in 34.36 seconds.\nINFO:root:Running upscaling to [2496 2112] in 16 segments of [f768 x 768].\nINFO:root:Upscaling segment 0/16.\nINFO:root:Using seed 550105 in upscaling\nGlobal seed set to 550105\nINFO:root:Downscaling to [236 236], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.50it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.55it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.57it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.59it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.62it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.62it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.61it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.60it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.61it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nINFO:root:Upscaling segment 1/16.\nINFO:root:Using seed 544884 in upscaling\nGlobal seed set to 544884\nINFO:root:Downscaling to [236 237], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.59it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.61it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.61it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.61it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.61it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.62it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.61it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.60it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.60it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.60it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.60it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.60it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.60it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nINFO:root:Upscaling segment 2/16.\nINFO:root:Using seed 884313 in upscaling\nGlobal seed set to 884313\nINFO:root:Downscaling to [236 237], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.64it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.62it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.62it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.62it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.62it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.61it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.62it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.63it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.61it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.61it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s]\nINFO:root:Upscaling segment 3/16.\nINFO:root:Using seed 73025 in upscaling\nGlobal seed set to 73025\nINFO:root:Downscaling to [236 157], upscaling to [768 512].\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 8.13it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 8.89it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 9.12it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 9.21it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 9.33it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 9.33it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 9.37it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.38it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 9.47it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 9.52it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 9.52it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.55it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.51it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 9.55it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.56it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.50it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.52it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:01<00:00, 9.56it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.61it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 9.57it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 9.55it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 9.59it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 9.64it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 9.68it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.70it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.49it/s]\nINFO:root:Upscaling segment 4/16.\nINFO:root:Using seed 585491 in upscaling\nGlobal seed set to 585491\nINFO:root:Downscaling to [237 236], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.63it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.61it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.62it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.62it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.61it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.62it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.63it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.63it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.61it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.61it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.61it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nINFO:root:Upscaling segment 5/16.\nINFO:root:Using seed 819007 in upscaling\nGlobal seed set to 819007\nINFO:root:Downscaling to [237 237], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.63it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.62it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.63it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.63it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.60it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.62it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.62it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.63it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.63it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.63it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s]\nINFO:root:Upscaling segment 6/16.\nINFO:root:Using seed 26520 in upscaling\nGlobal seed set to 26520\nINFO:root:Downscaling to [237 237], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.62it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.61it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.61it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.59it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.60it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.60it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.60it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.60it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.60it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.60it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.61it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.61it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.61it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nINFO:root:Upscaling segment 7/16.\nINFO:root:Using seed 996694 in upscaling\nGlobal seed set to 996694\nINFO:root:Downscaling to [237 157], upscaling to [768 512].\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.18it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 9.40it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 9.41it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 9.44it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 9.22it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 9.21it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 9.33it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.44it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 9.52it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 9.53it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 9.56it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.47it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.47it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 9.48it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.40it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.42it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.46it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:01<00:00, 9.48it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.47it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 9.45it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 9.42it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 9.39it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 9.38it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 9.34it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.32it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.41it/s]\nINFO:root:Upscaling segment 8/16.\nINFO:root:Using seed 192119 in upscaling\nGlobal seed set to 192119\nINFO:root:Downscaling to [237 236], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.62it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.60it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.60it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.62it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.62it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.61it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.61it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.61it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.63it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s]\nINFO:root:Upscaling segment 9/16.\nINFO:root:Using seed 834869 in upscaling\nGlobal seed set to 834869\nINFO:root:Downscaling to [237 237], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.64it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.63it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.61it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.61it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.60it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.60it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.60it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.60it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.60it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.60it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.60it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.61it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.61it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.61it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.61it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.61it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.61it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nINFO:root:Upscaling segment 10/16.\nINFO:root:Using seed 101130 in upscaling\nGlobal seed set to 101130\nINFO:root:Downscaling to [237 237], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.64it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.63it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.62it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.60it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.60it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.61it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.61it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.62it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.60it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.60it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.61it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.61it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s]\nINFO:root:Upscaling segment 11/16.\nINFO:root:Using seed 754324 in upscaling\nGlobal seed set to 754324\nINFO:root:Downscaling to [237 157], upscaling to [768 512].\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.34it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 9.37it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 9.46it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 9.52it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 9.50it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:00<00:01, 9.54it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 9.59it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 9.64it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 9.63it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 9.59it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.57it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.53it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 8.93it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.10it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.26it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.37it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:01<00:00, 9.46it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.45it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 9.42it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 9.41it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 9.43it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 9.46it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 9.34it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.35it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.42it/s]\nINFO:root:Upscaling segment 12/16.\nINFO:root:Using seed 326319 in upscaling\nGlobal seed set to 326319\nINFO:root:Downscaling to [178 236], upscaling to [576 768].\nData shape for DDIM sampling is (1, 4, 72, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:03, 7.26it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 7.85it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 8.12it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 8.20it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 8.27it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 8.32it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:02, 8.33it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:00<00:02, 8.37it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:01, 8.41it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 8.40it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 8.44it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 8.47it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 8.49it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 8.45it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 8.42it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:01, 8.42it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:02<00:00, 8.44it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:02<00:00, 8.45it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 8.43it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 8.39it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 8.36it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 8.43it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 8.47it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 8.44it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.40it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.37it/s]\nINFO:root:Upscaling segment 13/16.\nINFO:root:Using seed 275556 in upscaling\nGlobal seed set to 275556\nINFO:root:Downscaling to [178 237], upscaling to [576 768].\nData shape for DDIM sampling is (1, 4, 72, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 8.45it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 8.47it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 8.51it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 8.47it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 8.50it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 8.55it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:02, 8.55it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 8.56it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:01, 8.57it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 8.49it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 8.48it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 8.37it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 8.41it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 8.45it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 8.38it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:01, 8.31it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:02<00:00, 8.26it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:02<00:00, 8.28it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 8.20it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 8.26it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 8.27it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 8.33it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 8.38it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 8.40it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.44it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.41it/s]\nINFO:root:Upscaling segment 14/16.\nINFO:root:Using seed 669994 in upscaling\nGlobal seed set to 669994\nINFO:root:Downscaling to [178 237], upscaling to [576 768].\nData shape for DDIM sampling is (1, 4, 72, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 8.60it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 8.61it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 8.58it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 8.58it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 8.46it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 8.21it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:02, 8.28it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:00<00:02, 8.35it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:01, 8.40it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 8.41it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 8.43it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 8.39it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 8.42it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 8.43it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 8.46it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:01, 8.50it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:02<00:00, 8.53it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:02<00:00, 8.55it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 8.56it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 8.50it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 8.49it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 8.47it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 8.44it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 8.45it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.46it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.45it/s]\nINFO:root:Upscaling segment 15/16.\nINFO:root:Using seed 499108 in upscaling\nGlobal seed set to 499108\nINFO:root:Downscaling to [178 157], upscaling to [576 512].\nData shape for DDIM sampling is (1, 4, 72, 64), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.14it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 10.23it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:01, 10.56it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 10.74it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 10.75it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 10.77it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 10.83it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:00, 10.90it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 10.95it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:01<00:00, 10.97it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:01<00:00, 11.03it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 10.98it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 10.97it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 10.84it/s]\nINFO:root:Starting decoder optimization\nINFO:root:Performing decoder optimization in 25 segments.\nINFO:root:Starting decoder optimization for 100 iterations.\nINFO:root:Decoder opt it 0/100 loss: 2.601363217807375\nINFO:root:Decoder opt it 1/100 loss: 1.9065383153501898\nINFO:root:Decoder opt it 2/100 loss: 2.365960159804672\nINFO:root:Decoder opt it 3/100 loss: 2.730911374092102\nINFO:root:Decoder opt it 4/100 loss: 2.7891711879055947\nINFO:root:Decoder opt it 5/100 loss: 2.4695936026982963\nINFO:root:Decoder opt it 6/100 loss: 2.598250558366999\nINFO:root:Decoder opt it 7/100 loss: 2.5064597711898386\nINFO:root:Decoder opt it 8/100 loss: 2.413946515880525\nINFO:root:Decoder opt it 9/100 loss: 2.1693620127625763\nINFO:root:Decoder opt it 10/100 loss: 2.1433791466988623\nINFO:root:Decoder opt it 11/100 loss: 2.013470300240442\nINFO:root:Decoder opt it 12/100 loss: 2.253684229683131\nINFO:root:Decoder opt it 13/100 loss: 2.4404461125377566\nINFO:root:Decoder opt it 14/100 loss: 2.3324393638176844\nINFO:root:Decoder opt it 15/100 loss: 2.1186314483638853\nINFO:root:Decoder opt it 16/100 loss: 2.2251341049559414\nINFO:root:Decoder opt it 17/100 loss: 1.9236218021251261\nINFO:root:Decoder opt it 18/100 loss: 1.794082593289204\nINFO:root:Decoder opt it 19/100 loss: 1.778631006134674\nINFO:root:Decoder opt it 20/100 loss: 1.7791867330670357\nINFO:root:Decoder opt it 21/100 loss: 1.6133217592723668\nINFO:root:Decoder opt it 22/100 loss: 1.5123419500887394\nINFO:root:Decoder opt it 23/100 loss: 1.5059748881030828\nINFO:root:Decoder opt it 24/100 loss: 1.5212868116796017\nINFO:root:Decoder opt it 25/100 loss: 1.5931051899679005\nINFO:root:Decoder opt it 26/100 loss: 1.7035929143894464\nINFO:root:Decoder opt it 27/100 loss: 1.6880211818497628\nINFO:root:Decoder opt it 28/100 loss: 1.8187168366275728\nINFO:root:Decoder opt it 29/100 loss: 1.7120646904222667\nINFO:root:Decoder opt it 30/100 loss: 1.7332780952565372\nINFO:root:Decoder opt it 31/100 loss: 1.6610349394613877\nINFO:root:Decoder opt it 32/100 loss: 1.520449664676562\nINFO:root:Decoder opt it 33/100 loss: 1.480747757712379\nINFO:root:Decoder opt it 34/100 loss: 1.3413416718831286\nINFO:root:Decoder opt it 35/100 loss: 1.3266132231801748\nINFO:root:Decoder opt it 36/100 loss: 1.3214782500872388\nINFO:root:Decoder opt it 37/100 loss: 1.3356374161085114\nINFO:root:Decoder opt it 38/100 loss: 1.4105410721385852\nINFO:root:Decoder opt it 39/100 loss: 1.3345216003945097\nINFO:root:Decoder opt it 40/100 loss: 1.2567916279658675\nINFO:root:Decoder opt it 41/100 loss: 1.2339981582481414\nINFO:root:Decoder opt it 42/100 loss: 1.23857424443122\nINFO:root:Decoder opt it 43/100 loss: 1.292530162143521\nINFO:root:Decoder opt it 44/100 loss: 1.3006587284617126\nINFO:root:Decoder opt it 45/100 loss: 1.3449829053133726\nINFO:root:Decoder opt it 46/100 loss: 1.3140510052908212\nINFO:root:Decoder opt it 47/100 loss: 1.3955605651717633\nINFO:root:Decoder opt it 48/100 loss: 1.345054714998696\nINFO:root:Decoder opt it 49/100 loss: 1.3144730301573873\nINFO:root:Decoder opt it 50/100 loss: 1.4240233777090907\nINFO:root:Decoder opt it 51/100 loss: 1.3362181030679494\nINFO:root:Decoder opt it 52/100 loss: 1.4207629628945142\nINFO:root:Decoder opt it 53/100 loss: 1.4149411084363237\nINFO:root:Decoder opt it 54/100 loss: 1.4107820036588237\nINFO:root:Decoder opt it 55/100 loss: 1.5261071873828769\nINFO:root:Decoder opt it 56/100 loss: 1.5333485486917198\nINFO:root:Decoder opt it 57/100 loss: 1.5483188210055232\nINFO:root:Decoder opt it 58/100 loss: 1.5506961207138374\nINFO:root:Decoder opt it 59/100 loss: 1.4165010853903368\nINFO:root:Decoder opt it 60/100 loss: 1.468126725871116\nINFO:root:Decoder opt it 61/100 loss: 1.3829794543562457\nINFO:root:Decoder opt it 62/100 loss: 1.3850037100492045\nINFO:root:Decoder opt it 63/100 loss: 1.4263317399891093\nINFO:root:Decoder opt it 64/100 loss: 1.4670417120214552\nINFO:root:Decoder opt it 65/100 loss: 1.4096986157819629\nINFO:root:Decoder opt it 66/100 loss: 1.48334845143836\nINFO:root:Decoder opt it 67/100 loss: 1.5542701880913228\nINFO:root:Decoder opt it 68/100 loss: 1.730072625912726\nINFO:root:Decoder opt it 69/100 loss: 1.7592696733772755\nINFO:root:Decoder opt it 70/100 loss: 1.6821577013470232\nINFO:root:Decoder opt it 71/100 loss: 1.7046484767924994\nINFO:root:Decoder opt it 72/100 loss: 1.8891414019744843\nINFO:root:Decoder opt it 73/100 loss: 1.4950905680889264\nINFO:root:Decoder opt it 74/100 loss: 1.860311329830438\nINFO:root:Decoder opt it 75/100 loss: 2.0558503358624876\nINFO:root:Decoder opt it 76/100 loss: 1.753185044042766\nINFO:root:Decoder opt it 77/100 loss: 1.5385141083970666\nINFO:root:Decoder opt it 78/100 loss: 1.9382925473619252\nINFO:root:Decoder opt it 79/100 loss: 1.9303928674198687\nINFO:root:Decoder opt it 80/100 loss: 1.8327613095752895\nINFO:root:Decoder opt it 81/100 loss: 1.9024825644446537\nINFO:root:Decoder opt it 82/100 loss: 1.7107996558770537\nINFO:root:Decoder opt it 83/100 loss: 1.7869847116526216\nINFO:root:Decoder opt it 84/100 loss: 1.8401014204137027\nINFO:root:Decoder opt it 85/100 loss: 1.9645512416027486\nINFO:root:Decoder opt it 86/100 loss: 2.145273487549275\nINFO:root:Decoder opt it 87/100 loss: 2.046490265754983\nINFO:root:Decoder opt it 88/100 loss: 2.2552033227402717\nINFO:root:Decoder opt it 89/100 loss: 1.7122143327724189\nINFO:root:Decoder opt it 90/100 loss: 1.6228972849203274\nINFO:root:Decoder opt it 91/100 loss: 1.5357817369513214\nINFO:root:Decoder opt it 92/100 loss: 1.499453570926562\nINFO:root:Decoder opt it 93/100 loss: 1.8176402649842203\nINFO:root:Decoder opt it 94/100 loss: 1.684781583957374\nINFO:root:Decoder opt it 95/100 loss: 1.8769112550653517\nINFO:root:Decoder opt it 96/100 loss: 2.0315278756897897\nINFO:root:Decoder opt it 97/100 loss: 1.4649523062398657\nINFO:root:Decoder opt it 98/100 loss: 1.54085499397479\nINFO:root:Decoder opt it 99/100 loss: 1.7024363311938941\nINFO:root:Finished decoder optimization in 376.06 seconds.\nINFO:root:Running upscaling to [2496 2112] in 25 segments of [f768 x 768].\nINFO:root:Upscaling segment 0/25.\nINFO:root:Using seed 482166 in upscaling\nGlobal seed set to 482166\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 1/25.\nINFO:root:Using seed 445747 in upscaling\nGlobal seed set to 445747\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 2/25.\nINFO:root:Using seed 532395 in upscaling\nGlobal seed set to 532395\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 3/25.\nINFO:root:Using seed 3896 in upscaling\nGlobal seed set to 3896\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 72), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 4/25.\nINFO:root:Using seed 475580 in upscaling\nGlobal seed set to 475580\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 5/25.\nINFO:root:Using seed 663862 in upscaling\nGlobal seed set to 663862\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 6/25.\nINFO:root:Using seed 739358 in upscaling\nGlobal seed set to 739358\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 7/25.\nINFO:root:Using seed 690223 in upscaling\nGlobal seed set to 690223\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 8/25.\nINFO:root:Using seed 959373 in upscaling\nGlobal seed set to 959373\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 72), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 9/25.\nINFO:root:Using seed 610709 in upscaling\nGlobal seed set to 610709\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 10/25.\nINFO:root:Using seed 400096 in upscaling\nGlobal seed set to 400096\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 11/25.\nINFO:root:Using seed 698623 in upscaling\nGlobal seed set to 698623\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 12/25.\nINFO:root:Using seed 250602 in upscaling\nGlobal seed set to 250602\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 13/25.\nINFO:root:Using seed 626607 in upscaling\nGlobal seed set to 626607\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 72), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 14/25.\nINFO:root:Using seed 18117 in upscaling\nGlobal seed set to 18117\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 15/25.\nINFO:root:Using seed 696954 in upscaling\nGlobal seed set to 696954\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 16/25.\nINFO:root:Using seed 954733 in upscaling\nGlobal seed set to 954733\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 17/25.\nINFO:root:Using seed 473879 in upscaling\nGlobal seed set to 473879\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 18/25.\nINFO:root:Using seed 646058 in upscaling\nGlobal seed set to 646058\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 72), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 19/25.\nINFO:root:Using seed 443612 in upscaling\nGlobal seed set to 443612\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 20/25.\nINFO:root:Using seed 407558 in upscaling\nGlobal seed set to 407558\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 64, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 21/25.\nINFO:root:Using seed 275798 in upscaling\nGlobal seed set to 275798\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 64, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 22/25.\nINFO:root:Using seed 745486 in upscaling\nGlobal seed set to 745486\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 64, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 23/25.\nINFO:root:Using seed 660688 in upscaling\nGlobal seed set to 660688\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 64, 72), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 24/25.\nINFO:root:Using seed 497536 in upscaling\nGlobal seed set to 497536\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 64, 64), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image", "metrics": { "predict_time": 625.278502, "total_time": 921.379886 }, "output": "https://replicate.delivery/pbxt/aYfn23vrvCWRSSktKH4JlBwv4Ai8JsmR3pTLbUHxHXOrO3BIA/output.png", "started_at": "2022-11-25T21:25:58.101388Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/aseqt2szevaa5m3egyahww2jqe", "cancel": "https://api.replicate.com/v1/predictions/aseqt2szevaa5m3egyahww2jqe/cancel" }, "version": "820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74" }
Generated inINFO:root:starting multi_scale_generation for prompt "a painting is hanging on the wall" mask size: 17651491 diffusion size: 2112 2496 INFO:root:Using seed 664402 Global seed set to 664402 Data shape for DDIM sampling is (5, 4, 64, 64), eta 1.0 Running blended DDIM Sampling with 50 timesteps with 5 repaint steps and 0 repaint jumps INFO:root:repaint schedule: [981 981 981 981 981 981 961 961 961 961 961 961 941 941 941 941 941 941 921 921 921 921 921 921 901 901 901 901 901 901 881 881 881 881 881 881 861 861 861 861 861 861 841 841 841 841 841 841 821 821 821 821 821 821 801 801 801 801 801 801 781 781 781 781 781 781 761 761 761 761 761 761 741 741 741 741 741 741 721 721 721 721 721 721 701 701 701 701 701 701 681 681 681 681 681 681 661 661 661 661 661 661 641 641 641 641 641 641 621 621 621 621 621 621 601 601 601 601 601 601 581 581 581 581 581 581 561 561 561 561 561 561 541 541 541 541 541 541 521 521 521 521 521 521 501 501 501 501 501 501 481 481 481 481 481 481 461 461 461 461 461 461 441 441 441 441 441 441 421 421 421 421 421 421 401 401 401 401 401 401 381 381 381 381 381 381 361 361 361 361 361 361 341 341 341 341 341 341 321 321 321 321 321 321 301 301 301 301 301 301 281 281 281 281 281 281 261 261 261 261 261 261 241 241 241 241 241 241 221 221 221 221 221 221 201 201 201 201 201 201 181 181 181 181 181 181 161 161 161 161 161 161 141 141 141 141 141 141 121 121 121 121 121 121 101 101 101 101 101 101 81 81 81 81 81 81 61 61 61 61 61 61 41 41 41 41 41 41 21 21 21 21 21 21 1 1 1 1 1 1] DDIM Sampler: 0%| | 0/300 [00:00<?, ?it/s] DDIM Sampler: 0%| | 1/300 [00:00<01:12, 4.15it/s] DDIM Sampler: 1%| | 2/300 [00:00<01:05, 4.54it/s] DDIM Sampler: 1%| | 3/300 [00:00<01:03, 4.68it/s] DDIM Sampler: 1%|▏ | 4/300 [00:00<01:02, 4.75it/s] DDIM Sampler: 2%|▏ | 5/300 [00:01<01:01, 4.79it/s] DDIM Sampler: 2%|▏ | 6/300 [00:01<01:01, 4.82it/s] DDIM Sampler: 2%|▏ | 7/300 [00:01<01:00, 4.83it/s] DDIM Sampler: 3%|▎ | 8/300 [00:01<01:00, 4.84it/s] DDIM Sampler: 3%|▎ | 9/300 [00:01<00:59, 4.85it/s] DDIM Sampler: 3%|▎ | 10/300 [00:02<00:59, 4.86it/s] DDIM Sampler: 4%|▎ | 11/300 [00:02<00:59, 4.86it/s] DDIM Sampler: 4%|▍ | 12/300 [00:02<00:59, 4.86it/s] DDIM Sampler: 4%|▍ | 13/300 [00:02<00:59, 4.86it/s] DDIM Sampler: 5%|▍ | 14/300 [00:02<00:58, 4.86it/s] DDIM Sampler: 5%|▌ | 15/300 [00:03<00:58, 4.87it/s] DDIM Sampler: 5%|▌ | 16/300 [00:03<00:58, 4.86it/s] DDIM Sampler: 6%|▌ | 17/300 [00:03<00:58, 4.86it/s] DDIM Sampler: 6%|▌ | 18/300 [00:03<00:57, 4.86it/s] DDIM Sampler: 6%|▋ | 19/300 [00:03<00:57, 4.86it/s] DDIM Sampler: 7%|▋ | 20/300 [00:04<00:57, 4.86it/s] DDIM Sampler: 7%|▋ | 21/300 [00:04<00:57, 4.86it/s] DDIM Sampler: 7%|▋ | 22/300 [00:04<00:57, 4.86it/s] DDIM Sampler: 8%|▊ | 23/300 [00:04<00:56, 4.87it/s] DDIM Sampler: 8%|▊ | 24/300 [00:04<00:56, 4.87it/s] DDIM Sampler: 8%|▊ | 25/300 [00:05<00:56, 4.87it/s] DDIM Sampler: 9%|▊ | 26/300 [00:05<00:56, 4.87it/s] DDIM Sampler: 9%|▉ | 27/300 [00:05<00:56, 4.86it/s] DDIM Sampler: 9%|▉ | 28/300 [00:05<00:55, 4.86it/s] DDIM Sampler: 10%|▉ | 29/300 [00:05<00:55, 4.86it/s] DDIM Sampler: 10%|█ | 30/300 [00:06<00:55, 4.86it/s] DDIM Sampler: 10%|█ | 31/300 [00:06<00:55, 4.86it/s] DDIM Sampler: 11%|█ | 32/300 [00:06<00:55, 4.86it/s] DDIM Sampler: 11%|█ | 33/300 [00:06<00:54, 4.86it/s] DDIM Sampler: 11%|█▏ | 34/300 [00:07<00:54, 4.86it/s] DDIM Sampler: 12%|█▏ | 35/300 [00:07<00:54, 4.86it/s] DDIM Sampler: 12%|█▏ | 36/300 [00:07<00:54, 4.86it/s] DDIM Sampler: 12%|█▏ | 37/300 [00:07<00:54, 4.87it/s] DDIM Sampler: 13%|█▎ | 38/300 [00:07<00:53, 4.87it/s] DDIM Sampler: 13%|█▎ | 39/300 [00:08<00:53, 4.87it/s] DDIM Sampler: 13%|█▎ | 40/300 [00:08<00:53, 4.87it/s] DDIM Sampler: 14%|█▎ | 41/300 [00:08<00:53, 4.86it/s] DDIM Sampler: 14%|█▍ | 42/300 [00:08<00:53, 4.86it/s] DDIM Sampler: 14%|█▍ | 43/300 [00:08<00:52, 4.86it/s] DDIM Sampler: 15%|█▍ | 44/300 [00:09<00:52, 4.86it/s] DDIM Sampler: 15%|█▌ | 45/300 [00:09<00:52, 4.86it/s] DDIM Sampler: 15%|█▌ | 46/300 [00:09<00:52, 4.87it/s] DDIM Sampler: 16%|█▌ | 47/300 [00:09<00:52, 4.86it/s] DDIM Sampler: 16%|█▌ | 48/300 [00:09<00:51, 4.86it/s] DDIM Sampler: 16%|█▋ | 49/300 [00:10<00:51, 4.86it/s] DDIM Sampler: 17%|█▋ | 50/300 [00:10<00:51, 4.86it/s] DDIM Sampler: 17%|█▋ | 51/300 [00:10<00:51, 4.86it/s] DDIM Sampler: 17%|█▋ | 52/300 [00:10<00:51, 4.85it/s] DDIM Sampler: 18%|█▊ | 53/300 [00:10<00:50, 4.85it/s] DDIM Sampler: 18%|█▊ | 54/300 [00:11<00:50, 4.85it/s] DDIM Sampler: 18%|█▊ | 55/300 [00:11<00:50, 4.86it/s] DDIM Sampler: 19%|█▊ | 56/300 [00:11<00:50, 4.85it/s] DDIM Sampler: 19%|█▉ | 57/300 [00:11<00:50, 4.85it/s] DDIM Sampler: 19%|█▉ | 58/300 [00:11<00:49, 4.85it/s] DDIM Sampler: 20%|█▉ | 59/300 [00:12<00:49, 4.86it/s] DDIM Sampler: 20%|██ | 60/300 [00:12<00:49, 4.86it/s] DDIM Sampler: 20%|██ | 61/300 [00:12<00:49, 4.86it/s] DDIM Sampler: 21%|██ | 62/300 [00:12<00:48, 4.86it/s] DDIM Sampler: 21%|██ | 63/300 [00:12<00:48, 4.86it/s] DDIM Sampler: 21%|██▏ | 64/300 [00:13<00:48, 4.86it/s] DDIM Sampler: 22%|██▏ | 65/300 [00:13<00:48, 4.86it/s] DDIM Sampler: 22%|██▏ | 66/300 [00:13<00:48, 4.86it/s] DDIM Sampler: 22%|██▏ | 67/300 [00:13<00:47, 4.86it/s] DDIM Sampler: 23%|██▎ | 68/300 [00:14<00:47, 4.86it/s] DDIM Sampler: 23%|██▎ | 69/300 [00:14<00:47, 4.86it/s] DDIM Sampler: 23%|██▎ | 70/300 [00:14<00:47, 4.86it/s] DDIM Sampler: 24%|██▎ | 71/300 [00:14<00:47, 4.86it/s] DDIM Sampler: 24%|██▍ | 72/300 [00:14<00:46, 4.86it/s] DDIM Sampler: 24%|██▍ | 73/300 [00:15<00:46, 4.86it/s] DDIM Sampler: 25%|██▍ | 74/300 [00:15<00:46, 4.86it/s] DDIM Sampler: 25%|██▌ | 75/300 [00:15<00:46, 4.86it/s] DDIM Sampler: 25%|██▌ | 76/300 [00:15<00:46, 4.86it/s] DDIM Sampler: 26%|██▌ | 77/300 [00:15<00:45, 4.86it/s] DDIM Sampler: 26%|██▌ | 78/300 [00:16<00:45, 4.86it/s] DDIM Sampler: 26%|██▋ | 79/300 [00:16<00:45, 4.86it/s] DDIM Sampler: 27%|██▋ | 80/300 [00:16<00:45, 4.86it/s] DDIM Sampler: 27%|██▋ | 81/300 [00:16<00:45, 4.86it/s] DDIM Sampler: 27%|██▋ | 82/300 [00:16<00:44, 4.86it/s] DDIM Sampler: 28%|██▊ | 83/300 [00:17<00:44, 4.86it/s] DDIM Sampler: 28%|██▊ | 84/300 [00:17<00:44, 4.86it/s] DDIM Sampler: 28%|██▊ | 85/300 [00:17<00:44, 4.86it/s] DDIM Sampler: 29%|██▊ | 86/300 [00:17<00:44, 4.85it/s] DDIM Sampler: 29%|██▉ | 87/300 [00:17<00:43, 4.85it/s] DDIM Sampler: 29%|██▉ | 88/300 [00:18<00:43, 4.86it/s] DDIM Sampler: 30%|██▉ | 89/300 [00:18<00:43, 4.86it/s] DDIM Sampler: 30%|███ | 90/300 [00:18<00:43, 4.86it/s] DDIM Sampler: 30%|███ | 91/300 [00:18<00:43, 4.86it/s] DDIM Sampler: 31%|███ | 92/300 [00:18<00:42, 4.86it/s] DDIM Sampler: 31%|███ | 93/300 [00:19<00:42, 4.85it/s] DDIM Sampler: 31%|███▏ | 94/300 [00:19<00:42, 4.85it/s] DDIM Sampler: 32%|███▏ | 95/300 [00:19<00:42, 4.85it/s] DDIM Sampler: 32%|███▏ | 96/300 [00:19<00:42, 4.85it/s] DDIM Sampler: 32%|███▏ | 97/300 [00:19<00:41, 4.85it/s] DDIM Sampler: 33%|███▎ | 98/300 [00:20<00:41, 4.85it/s] DDIM Sampler: 33%|███▎ | 99/300 [00:20<00:41, 4.85it/s] DDIM Sampler: 33%|███▎ | 100/300 [00:20<00:41, 4.85it/s] DDIM Sampler: 34%|███▎ | 101/300 [00:20<00:40, 4.86it/s] DDIM Sampler: 34%|███▍ | 102/300 [00:21<00:40, 4.86it/s] DDIM Sampler: 34%|███▍ | 103/300 [00:21<00:40, 4.86it/s] DDIM Sampler: 35%|███▍ | 104/300 [00:21<00:40, 4.86it/s] DDIM Sampler: 35%|███▌ | 105/300 [00:21<00:40, 4.85it/s] DDIM Sampler: 35%|███▌ | 106/300 [00:21<00:39, 4.86it/s] DDIM Sampler: 36%|███▌ | 107/300 [00:22<00:39, 4.86it/s] DDIM Sampler: 36%|███▌ | 108/300 [00:22<00:39, 4.86it/s] DDIM Sampler: 36%|███▋ | 109/300 [00:22<00:39, 4.86it/s] DDIM Sampler: 37%|███▋ | 110/300 [00:22<00:39, 4.85it/s] DDIM Sampler: 37%|███▋ | 111/300 [00:22<00:38, 4.85it/s] DDIM Sampler: 37%|███▋ | 112/300 [00:23<00:38, 4.85it/s] DDIM Sampler: 38%|███▊ | 113/300 [00:23<00:38, 4.85it/s] DDIM Sampler: 38%|███▊ | 114/300 [00:23<00:38, 4.85it/s] DDIM Sampler: 38%|███▊ | 115/300 [00:23<00:38, 4.85it/s] DDIM Sampler: 39%|███▊ | 116/300 [00:23<00:37, 4.85it/s] DDIM Sampler: 39%|███▉ | 117/300 [00:24<00:37, 4.85it/s] DDIM Sampler: 39%|███▉ | 118/300 [00:24<00:37, 4.85it/s] DDIM Sampler: 40%|███▉ | 119/300 [00:24<00:37, 4.85it/s] DDIM Sampler: 40%|████ | 120/300 [00:24<00:37, 4.86it/s] DDIM Sampler: 40%|████ | 121/300 [00:24<00:36, 4.86it/s] DDIM Sampler: 41%|████ | 122/300 [00:25<00:36, 4.86it/s] DDIM Sampler: 41%|████ | 123/300 [00:25<00:36, 4.86it/s] DDIM Sampler: 41%|████▏ | 124/300 [00:25<00:36, 4.86it/s] DDIM Sampler: 42%|████▏ | 125/300 [00:25<00:35, 4.86it/s] DDIM Sampler: 42%|████▏ | 126/300 [00:25<00:35, 4.86it/s] DDIM Sampler: 42%|████▏ | 127/300 [00:26<00:35, 4.86it/s] DDIM Sampler: 43%|████▎ | 128/300 [00:26<00:35, 4.85it/s] DDIM Sampler: 43%|████▎ | 129/300 [00:26<00:35, 4.85it/s] DDIM Sampler: 43%|████▎ | 130/300 [00:26<00:35, 4.84it/s] DDIM Sampler: 44%|████▎ | 131/300 [00:26<00:34, 4.84it/s] DDIM Sampler: 44%|████▍ | 132/300 [00:27<00:34, 4.84it/s] DDIM Sampler: 44%|████▍ | 133/300 [00:27<00:34, 4.84it/s] DDIM Sampler: 45%|████▍ | 134/300 [00:27<00:34, 4.84it/s] DDIM Sampler: 45%|████▌ | 135/300 [00:27<00:34, 4.85it/s] DDIM Sampler: 45%|████▌ | 136/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 46%|████▌ | 137/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 46%|████▌ | 138/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 46%|████▋ | 139/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 47%|████▋ | 140/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 47%|████▋ | 141/300 [00:29<00:32, 4.84it/s] DDIM Sampler: 47%|████▋ | 142/300 [00:29<00:32, 4.84it/s] DDIM Sampler: 48%|████▊ | 143/300 [00:29<00:32, 4.85it/s] DDIM Sampler: 48%|████▊ | 144/300 [00:29<00:32, 4.85it/s] DDIM Sampler: 48%|████▊ | 145/300 [00:29<00:31, 4.85it/s] DDIM Sampler: 49%|████▊ | 146/300 [00:30<00:31, 4.85it/s] DDIM Sampler: 49%|████▉ | 147/300 [00:30<00:31, 4.85it/s] DDIM Sampler: 49%|████▉ | 148/300 [00:30<00:31, 4.86it/s] DDIM Sampler: 50%|████▉ | 149/300 [00:30<00:31, 4.86it/s] DDIM Sampler: 50%|█████ | 150/300 [00:30<00:30, 4.86it/s] DDIM Sampler: 50%|█████ | 151/300 [00:31<00:30, 4.86it/s] DDIM Sampler: 51%|█████ | 152/300 [00:31<00:30, 4.85it/s] DDIM Sampler: 51%|█████ | 153/300 [00:31<00:30, 4.85it/s] DDIM Sampler: 51%|█████▏ | 154/300 [00:31<00:30, 4.85it/s] DDIM Sampler: 52%|█████▏ | 155/300 [00:31<00:29, 4.85it/s] DDIM Sampler: 52%|█████▏ | 156/300 [00:32<00:29, 4.85it/s] DDIM Sampler: 52%|█████▏ | 157/300 [00:32<00:29, 4.85it/s] DDIM Sampler: 53%|█████▎ | 158/300 [00:32<00:29, 4.85it/s] DDIM Sampler: 53%|█████▎ | 159/300 [00:32<00:29, 4.85it/s] DDIM Sampler: 53%|█████▎ | 160/300 [00:32<00:28, 4.85it/s] DDIM Sampler: 54%|█████▎ | 161/300 [00:33<00:28, 4.85it/s] DDIM Sampler: 54%|█████▍ | 162/300 [00:33<00:28, 4.86it/s] DDIM Sampler: 54%|█████▍ | 163/300 [00:33<00:28, 4.86it/s] DDIM Sampler: 55%|█████▍ | 164/300 [00:33<00:28, 4.86it/s] DDIM Sampler: 55%|█████▌ | 165/300 [00:34<00:27, 4.85it/s] DDIM Sampler: 55%|█████▌ | 166/300 [00:34<00:27, 4.85it/s] DDIM Sampler: 56%|█████▌ | 167/300 [00:34<00:27, 4.85it/s] DDIM Sampler: 56%|█████▌ | 168/300 [00:34<00:27, 4.85it/s] DDIM Sampler: 56%|█████▋ | 169/300 [00:34<00:27, 4.85it/s] DDIM Sampler: 57%|█████▋ | 170/300 [00:35<00:26, 4.85it/s] DDIM Sampler: 57%|█████▋ | 171/300 [00:35<00:26, 4.85it/s] DDIM Sampler: 57%|█████▋ | 172/300 [00:35<00:26, 4.85it/s] DDIM Sampler: 58%|█████▊ | 173/300 [00:35<00:26, 4.85it/s] DDIM Sampler: 58%|█████▊ | 174/300 [00:35<00:25, 4.85it/s] DDIM Sampler: 58%|█████▊ | 175/300 [00:36<00:25, 4.85it/s] DDIM Sampler: 59%|█████▊ | 176/300 [00:36<00:25, 4.84it/s] DDIM Sampler: 59%|█████▉ | 177/300 [00:36<00:25, 4.84it/s] DDIM Sampler: 59%|█████▉ | 178/300 [00:36<00:25, 4.84it/s] DDIM Sampler: 60%|█████▉ | 179/300 [00:36<00:24, 4.84it/s] DDIM Sampler: 60%|██████ | 180/300 [00:37<00:24, 4.84it/s] DDIM Sampler: 60%|██████ | 181/300 [00:37<00:24, 4.84it/s] DDIM Sampler: 61%|██████ | 182/300 [00:37<00:24, 4.84it/s] DDIM Sampler: 61%|██████ | 183/300 [00:37<00:24, 4.84it/s] DDIM Sampler: 61%|██████▏ | 184/300 [00:37<00:23, 4.84it/s] DDIM Sampler: 62%|██████▏ | 185/300 [00:38<00:23, 4.84it/s] DDIM Sampler: 62%|██████▏ | 186/300 [00:38<00:23, 4.84it/s] DDIM Sampler: 62%|██████▏ | 187/300 [00:38<00:23, 4.84it/s] DDIM Sampler: 63%|██████▎ | 188/300 [00:38<00:23, 4.85it/s] DDIM Sampler: 63%|██████▎ | 189/300 [00:38<00:22, 4.84it/s] DDIM Sampler: 63%|██████▎ | 190/300 [00:39<00:22, 4.84it/s] DDIM Sampler: 64%|██████▎ | 191/300 [00:39<00:22, 4.84it/s] DDIM Sampler: 64%|██████▍ | 192/300 [00:39<00:22, 4.84it/s] DDIM Sampler: 64%|██████▍ | 193/300 [00:39<00:22, 4.84it/s] DDIM Sampler: 65%|██████▍ | 194/300 [00:39<00:21, 4.84it/s] DDIM Sampler: 65%|██████▌ | 195/300 [00:40<00:21, 4.84it/s] DDIM Sampler: 65%|██████▌ | 196/300 [00:40<00:21, 4.84it/s] DDIM Sampler: 66%|██████▌ | 197/300 [00:40<00:21, 4.84it/s] DDIM Sampler: 66%|██████▌ | 198/300 [00:40<00:21, 4.85it/s] DDIM Sampler: 66%|██████▋ | 199/300 [00:41<00:20, 4.85it/s] DDIM Sampler: 67%|██████▋ | 200/300 [00:41<00:20, 4.84it/s] DDIM Sampler: 67%|██████▋ | 201/300 [00:41<00:20, 4.84it/s] DDIM Sampler: 67%|██████▋ | 202/300 [00:41<00:20, 4.85it/s] DDIM Sampler: 68%|██████▊ | 203/300 [00:41<00:20, 4.85it/s] DDIM Sampler: 68%|██████▊ | 204/300 [00:42<00:19, 4.85it/s] DDIM Sampler: 68%|██████▊ | 205/300 [00:42<00:19, 4.84it/s] DDIM Sampler: 69%|██████▊ | 206/300 [00:42<00:19, 4.85it/s] DDIM Sampler: 69%|██████▉ | 207/300 [00:42<00:19, 4.85it/s] DDIM Sampler: 69%|██████▉ | 208/300 [00:42<00:18, 4.86it/s] DDIM Sampler: 70%|██████▉ | 209/300 [00:43<00:18, 4.86it/s] DDIM Sampler: 70%|███████ | 210/300 [00:43<00:18, 4.85it/s] DDIM Sampler: 70%|███████ | 211/300 [00:43<00:18, 4.86it/s] DDIM Sampler: 71%|███████ | 212/300 [00:43<00:18, 4.86it/s] DDIM Sampler: 71%|███████ | 213/300 [00:43<00:17, 4.86it/s] DDIM Sampler: 71%|███████▏ | 214/300 [00:44<00:17, 4.86it/s] DDIM Sampler: 72%|███████▏ | 215/300 [00:44<00:17, 4.86it/s] DDIM Sampler: 72%|███████▏ | 216/300 [00:44<00:17, 4.85it/s] DDIM Sampler: 72%|███████▏ | 217/300 [00:44<00:17, 4.85it/s] DDIM Sampler: 73%|███████▎ | 218/300 [00:44<00:16, 4.86it/s] DDIM Sampler: 73%|███████▎ | 219/300 [00:45<00:16, 4.86it/s] DDIM Sampler: 73%|███████▎ | 220/300 [00:45<00:16, 4.85it/s] DDIM Sampler: 74%|███████▎ | 221/300 [00:45<00:16, 4.84it/s] DDIM Sampler: 74%|███████▍ | 222/300 [00:45<00:16, 4.84it/s] DDIM Sampler: 74%|███████▍ | 223/300 [00:45<00:15, 4.84it/s] DDIM Sampler: 75%|███████▍ | 224/300 [00:46<00:15, 4.83it/s] DDIM Sampler: 75%|███████▌ | 225/300 [00:46<00:15, 4.84it/s] DDIM Sampler: 75%|███████▌ | 226/300 [00:46<00:15, 4.84it/s] DDIM Sampler: 76%|███████▌ | 227/300 [00:46<00:15, 4.84it/s] DDIM Sampler: 76%|███████▌ | 228/300 [00:47<00:14, 4.84it/s] DDIM Sampler: 76%|███████▋ | 229/300 [00:47<00:14, 4.84it/s] DDIM Sampler: 77%|███████▋ | 230/300 [00:47<00:14, 4.84it/s] DDIM Sampler: 77%|███████▋ | 231/300 [00:47<00:14, 4.85it/s] DDIM Sampler: 77%|███████▋ | 232/300 [00:47<00:14, 4.85it/s] DDIM Sampler: 78%|███████▊ | 233/300 [00:48<00:13, 4.85it/s] DDIM Sampler: 78%|███████▊ | 234/300 [00:48<00:13, 4.85it/s] DDIM Sampler: 78%|███████▊ | 235/300 [00:48<00:13, 4.85it/s] DDIM Sampler: 79%|███████▊ | 236/300 [00:48<00:13, 4.85it/s] DDIM Sampler: 79%|███████▉ | 237/300 [00:48<00:13, 4.84it/s] DDIM Sampler: 79%|███████▉ | 238/300 [00:49<00:12, 4.84it/s] DDIM Sampler: 80%|███████▉ | 239/300 [00:49<00:12, 4.84it/s] DDIM Sampler: 80%|████████ | 240/300 [00:49<00:12, 4.85it/s] DDIM Sampler: 80%|████████ | 241/300 [00:49<00:12, 4.85it/s] DDIM Sampler: 81%|████████ | 242/300 [00:49<00:11, 4.85it/s] DDIM Sampler: 81%|████████ | 243/300 [00:50<00:11, 4.85it/s] DDIM Sampler: 81%|████████▏ | 244/300 [00:50<00:11, 4.85it/s] DDIM Sampler: 82%|████████▏ | 245/300 [00:50<00:11, 4.85it/s] DDIM Sampler: 82%|████████▏ | 246/300 [00:50<00:11, 4.85it/s] DDIM Sampler: 82%|████████▏ | 247/300 [00:50<00:10, 4.85it/s] DDIM Sampler: 83%|████████▎ | 248/300 [00:51<00:10, 4.84it/s] DDIM Sampler: 83%|████████▎ | 249/300 [00:51<00:10, 4.85it/s] DDIM Sampler: 83%|████████▎ | 250/300 [00:51<00:10, 4.85it/s] DDIM Sampler: 84%|████████▎ | 251/300 [00:51<00:10, 4.85it/s] DDIM Sampler: 84%|████████▍ | 252/300 [00:51<00:09, 4.84it/s] DDIM Sampler: 84%|████████▍ | 253/300 [00:52<00:09, 4.84it/s] DDIM Sampler: 85%|████████▍ | 254/300 [00:52<00:09, 4.85it/s] DDIM Sampler: 85%|████████▌ | 255/300 [00:52<00:09, 4.85it/s] DDIM Sampler: 85%|████████▌ | 256/300 [00:52<00:09, 4.85it/s] DDIM Sampler: 86%|████████▌ | 257/300 [00:52<00:08, 4.84it/s] DDIM Sampler: 86%|████████▌ | 258/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 86%|████████▋ | 259/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 87%|████████▋ | 260/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 87%|████████▋ | 261/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 87%|████████▋ | 262/300 [00:54<00:07, 4.85it/s] DDIM Sampler: 88%|████████▊ | 263/300 [00:54<00:07, 4.85it/s] DDIM Sampler: 88%|████████▊ | 264/300 [00:54<00:07, 4.85it/s] DDIM Sampler: 88%|████████▊ | 265/300 [00:54<00:07, 4.84it/s] DDIM Sampler: 89%|████████▊ | 266/300 [00:54<00:07, 4.84it/s] DDIM Sampler: 89%|████████▉ | 267/300 [00:55<00:06, 4.84it/s] DDIM Sampler: 89%|████████▉ | 268/300 [00:55<00:06, 4.84it/s] DDIM Sampler: 90%|████████▉ | 269/300 [00:55<00:06, 4.84it/s] DDIM Sampler: 90%|█████████ | 270/300 [00:55<00:06, 4.84it/s] DDIM Sampler: 90%|█████████ | 271/300 [00:55<00:05, 4.84it/s] DDIM Sampler: 91%|█████████ | 272/300 [00:56<00:05, 4.84it/s] DDIM Sampler: 91%|█████████ | 273/300 [00:56<00:05, 4.84it/s] DDIM Sampler: 91%|█████████▏| 274/300 [00:56<00:05, 4.84it/s] DDIM Sampler: 92%|█████████▏| 275/300 [00:56<00:05, 4.84it/s] DDIM Sampler: 92%|█████████▏| 276/300 [00:56<00:04, 4.84it/s] DDIM Sampler: 92%|█████████▏| 277/300 [00:57<00:04, 4.85it/s] DDIM Sampler: 93%|█████████▎| 278/300 [00:57<00:04, 4.86it/s] DDIM Sampler: 93%|█████████▎| 279/300 [00:57<00:04, 4.85it/s] DDIM Sampler: 93%|█████████▎| 280/300 [00:57<00:04, 4.85it/s] DDIM Sampler: 94%|█████████▎| 281/300 [00:57<00:03, 4.85it/s] DDIM Sampler: 94%|█████████▍| 282/300 [00:58<00:03, 4.85it/s] DDIM Sampler: 94%|█████████▍| 283/300 [00:58<00:03, 4.85it/s] DDIM Sampler: 95%|█████████▍| 284/300 [00:58<00:03, 4.85it/s] DDIM Sampler: 95%|█████████▌| 285/300 [00:58<00:03, 4.85it/s] DDIM Sampler: 95%|█████████▌| 286/300 [00:58<00:02, 4.85it/s] DDIM Sampler: 96%|█████████▌| 287/300 [00:59<00:02, 4.84it/s] DDIM Sampler: 96%|█████████▌| 288/300 [00:59<00:02, 4.84it/s] DDIM Sampler: 96%|█████████▋| 289/300 [00:59<00:02, 4.84it/s] DDIM Sampler: 97%|█████████▋| 290/300 [00:59<00:02, 4.84it/s] DDIM Sampler: 97%|█████████▋| 291/300 [01:00<00:01, 4.84it/s] DDIM Sampler: 97%|█████████▋| 292/300 [01:00<00:01, 4.85it/s] DDIM Sampler: 98%|█████████▊| 293/300 [01:00<00:01, 4.85it/s] DDIM Sampler: 98%|█████████▊| 294/300 [01:00<00:01, 4.85it/s] DDIM Sampler: 98%|█████████▊| 295/300 [01:00<00:01, 4.85it/s] DDIM Sampler: 99%|█████████▊| 296/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 99%|█████████▉| 297/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 99%|█████████▉| 298/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 100%|█████████▉| 299/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 100%|██████████| 300/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 100%|██████████| 300/300 [01:01<00:00, 4.85it/s] 0%| | 0.00/890M [00:00<?, ?iB/s] 0%| | 1.50M/890M [00:00<00:59, 15.6MiB/s] 1%|▎ | 6.38M/890M [00:00<00:25, 36.4MiB/s] 1%|▍ | 11.5M/890M [00:00<00:20, 44.2MiB/s] 2%|▊ | 20.3M/890M [00:00<00:14, 63.2MiB/s] 3%|█▏ | 28.6M/890M [00:00<00:12, 71.6MiB/s] 4%|█▌ | 35.5M/890M [00:00<00:13, 65.1MiB/s] 5%|█▊ | 41.8M/890M [00:00<00:14, 62.1MiB/s] 5%|██ | 47.8M/890M [00:00<00:14, 61.6MiB/s] 6%|██▍ | 57.8M/890M [00:00<00:11, 73.9MiB/s] 7%|██▊ | 64.9M/890M [00:01<00:12, 72.0MiB/s] 9%|███▏ | 75.8M/890M [00:01<00:10, 84.1MiB/s] 10%|███▋ | 85.3M/890M [00:01<00:09, 88.7MiB/s] 11%|████ | 93.8M/890M [00:01<00:09, 85.7MiB/s] 11%|████▍ | 102M/890M [00:01<00:11, 69.4MiB/s] 12%|████▊ | 109M/890M [00:01<00:12, 63.1MiB/s] 13%|█████ | 116M/890M [00:01<00:13, 60.6MiB/s] 14%|█████▎ | 122M/890M [00:01<00:13, 58.9MiB/s] 14%|█████▌ | 128M/890M [00:02<00:14, 56.8MiB/s] 15%|█████▊ | 133M/890M [00:02<00:14, 56.7MiB/s] 16%|██████ | 139M/890M [00:02<00:14, 56.0MiB/s] 16%|██████▎ | 144M/890M [00:02<00:14, 55.6MiB/s] 17%|██████▌ | 149M/890M [00:02<00:14, 52.8MiB/s] 17%|██████▊ | 154M/890M [00:02<00:14, 52.1MiB/s] 18%|██████▉ | 159M/890M [00:02<00:14, 52.2MiB/s] 18%|███████▏ | 164M/890M [00:02<00:14, 51.9MiB/s] 19%|███████▍ | 169M/890M [00:02<00:14, 51.1MiB/s] 20%|███████▋ | 174M/890M [00:03<00:15, 48.3MiB/s] 20%|███████▊ | 179M/890M [00:03<00:15, 48.2MiB/s] 21%|████████ | 184M/890M [00:03<00:15, 48.7MiB/s] 21%|████████▎ | 188M/890M [00:03<00:15, 48.8MiB/s] 22%|████████▍ | 193M/890M [00:03<00:14, 49.6MiB/s] 22%|████████▋ | 199M/890M [00:03<00:14, 51.0MiB/s] 23%|████████▉ | 204M/890M [00:03<00:14, 50.9MiB/s] 23%|█████████▏ | 208M/890M [00:03<00:14, 49.6MiB/s] 24%|█████████▎ | 213M/890M [00:03<00:14, 50.1MiB/s] 25%|█████████▌ | 219M/890M [00:03<00:13, 51.4MiB/s] 25%|█████████▊ | 224M/890M [00:04<00:13, 50.4MiB/s] 26%|██████████ | 229M/890M [00:04<00:13, 51.1MiB/s] 26%|██████████▎ | 234M/890M [00:04<00:13, 52.4MiB/s] 27%|██████████▍ | 239M/890M [00:04<00:13, 50.8MiB/s] 27%|██████████▋ | 244M/890M [00:04<00:13, 50.8MiB/s] 28%|██████████▉ | 249M/890M [00:04<00:13, 50.2MiB/s] 28%|███████████ | 254M/890M [00:04<00:13, 49.5MiB/s] 29%|███████████▎ | 258M/890M [00:04<00:13, 49.8MiB/s] 30%|███████████▌ | 263M/890M [00:04<00:12, 50.6MiB/s] 30%|███████████▊ | 268M/890M [00:04<00:12, 50.5MiB/s] 31%|███████████▉ | 273M/890M [00:05<00:12, 51.4MiB/s] 31%|████████████▏ | 278M/890M [00:05<00:12, 51.5MiB/s] 32%|████████████▍ | 283M/890M [00:05<00:12, 49.5MiB/s] 32%|████████████▋ | 288M/890M [00:05<00:13, 46.4MiB/s] 33%|████████████▊ | 293M/890M [00:05<00:15, 40.6MiB/s] 33%|█████████████ | 297M/890M [00:05<00:15, 41.1MiB/s] 34%|█████████████▏ | 302M/890M [00:05<00:14, 44.0MiB/s] 34%|█████████████▍ | 306M/890M [00:05<00:13, 45.4MiB/s] 35%|█████████████▋ | 312M/890M [00:05<00:12, 47.7MiB/s] 36%|█████████████▉ | 317M/890M [00:06<00:12, 48.8MiB/s] 36%|██████████████ | 321M/890M [00:06<00:13, 43.3MiB/s] 37%|██████████████▎ | 325M/890M [00:06<00:14, 39.9MiB/s] 37%|██████████████▍ | 331M/890M [00:06<00:13, 43.4MiB/s] 38%|██████████████▋ | 335M/890M [00:06<00:13, 42.1MiB/s] 38%|██████████████▉ | 340M/890M [00:06<00:12, 46.5MiB/s] 39%|███████████████▏ | 346M/890M [00:06<00:11, 49.1MiB/s] 39%|███████████████▎ | 351M/890M [00:06<00:11, 47.4MiB/s] 40%|███████████████▌ | 356M/890M [00:06<00:11, 50.2MiB/s] 41%|███████████████▊ | 361M/890M [00:07<00:10, 51.6MiB/s] 41%|████████████████ | 367M/890M [00:07<00:10, 52.8MiB/s] 42%|████████████████▎ | 372M/890M [00:07<00:10, 53.9MiB/s] 42%|████████████████▌ | 377M/890M [00:07<00:10, 53.3MiB/s] 43%|████████████████▊ | 383M/890M [00:07<00:09, 53.9MiB/s] 44%|█████████████████▏ | 393M/890M [00:07<00:07, 69.0MiB/s] 45%|█████████████████▌ | 399M/890M [00:07<00:07, 66.8MiB/s] 46%|█████████████████▊ | 406M/890M [00:07<00:08, 63.0MiB/s] 46%|██████████████████ | 412M/890M [00:07<00:08, 60.3MiB/s] 47%|██████████████████▎ | 418M/890M [00:08<00:08, 58.3MiB/s] 48%|██████████████████▌ | 423M/890M [00:08<00:10, 48.5MiB/s] 48%|██████████████████▊ | 428M/890M [00:08<00:10, 48.4MiB/s] 49%|██████████████████▉ | 433M/890M [00:08<00:10, 47.1MiB/s] 49%|███████████████████▏ | 438M/890M [00:08<00:10, 44.2MiB/s] 50%|███████████████████▍ | 442M/890M [00:08<00:10, 43.3MiB/s] 50%|███████████████████▌ | 447M/890M [00:08<00:10, 44.8MiB/s] 51%|███████████████████▊ | 451M/890M [00:08<00:10, 45.9MiB/s] 51%|███████████████████▉ | 456M/890M [00:09<00:09, 47.0MiB/s] 52%|████████████████████▏ | 462M/890M [00:09<00:08, 50.3MiB/s] 52%|████████████████████▍ | 467M/890M [00:09<00:08, 51.1MiB/s] 53%|████████████████████▋ | 472M/890M [00:09<00:08, 52.8MiB/s] 54%|████████████████████▉ | 478M/890M [00:09<00:07, 55.1MiB/s] 54%|█████████████████████▏ | 484M/890M [00:09<00:07, 55.6MiB/s] 55%|█████████████████████▌ | 492M/890M [00:09<00:06, 65.9MiB/s] 56%|█████████████████████▉ | 501M/890M [00:09<00:05, 72.7MiB/s] 57%|██████████████████████▎ | 508M/890M [00:09<00:05, 68.0MiB/s] 58%|██████████████████████▌ | 514M/890M [00:09<00:06, 63.5MiB/s] 59%|██████████████████████▊ | 520M/890M [00:10<00:06, 62.7MiB/s] 59%|███████████████████████ | 526M/890M [00:10<00:06, 60.8MiB/s] 60%|███████████████████████▌ | 536M/890M [00:10<00:05, 72.1MiB/s] 61%|███████████████████████▊ | 543M/890M [00:10<00:05, 66.6MiB/s] 62%|████████████████████████ | 550M/890M [00:10<00:05, 62.9MiB/s] 62%|████████████████████████▎ | 556M/890M [00:10<00:05, 61.2MiB/s] 63%|████████████████████████▋ | 562M/890M [00:10<00:05, 60.9MiB/s] 64%|████████████████████████▉ | 568M/890M [00:10<00:05, 60.9MiB/s] 64%|█████████████████████████▏ | 573M/890M [00:10<00:05, 58.9MiB/s] 65%|█████████████████████████▍ | 579M/890M [00:11<00:05, 58.8MiB/s] 66%|█████████████████████████▋ | 585M/890M [00:11<00:05, 57.1MiB/s] 66%|█████████████████████████▉ | 590M/890M [00:11<00:05, 54.1MiB/s] 67%|██████████████████████████ | 595M/890M [00:11<00:05, 53.7MiB/s] 68%|██████████████████████████▎ | 601M/890M [00:11<00:05, 51.1MiB/s] 68%|██████████████████████████▌ | 606M/890M [00:11<00:05, 53.0MiB/s] 69%|██████████████████████████▊ | 611M/890M [00:11<00:05, 53.5MiB/s] 69%|███████████████████████████ | 617M/890M [00:11<00:05, 54.1MiB/s] 70%|███████████████████████████▎ | 622M/890M [00:11<00:05, 54.6MiB/s] 71%|███████████████████████████▌ | 627M/890M [00:12<00:05, 53.5MiB/s] 71%|███████████████████████████▋ | 632M/890M [00:12<00:05, 51.2MiB/s] 72%|███████████████████████████▉ | 638M/890M [00:12<00:04, 53.6MiB/s] 72%|████████████████████████████▏ | 644M/890M [00:12<00:04, 55.0MiB/s] 73%|████████████████████████████▍ | 649M/890M [00:12<00:04, 55.6MiB/s] 74%|████████████████████████████▋ | 655M/890M [00:12<00:04, 56.1MiB/s] 74%|████████████████████████████▉ | 660M/890M [00:12<00:04, 56.6MiB/s] 75%|█████████████████████████████▏ | 666M/890M [00:12<00:04, 58.0MiB/s] 76%|█████████████████████████████▍ | 672M/890M [00:12<00:04, 56.4MiB/s] 76%|█████████████████████████████▋ | 677M/890M [00:12<00:03, 57.2MiB/s] 77%|█████████████████████████████▉ | 683M/890M [00:13<00:03, 57.4MiB/s] 77%|██████████████████████████████▏ | 689M/890M [00:13<00:03, 57.9MiB/s] 78%|██████████████████████████████▍ | 694M/890M [00:13<00:03, 58.3MiB/s] 79%|██████████████████████████████▋ | 700M/890M [00:13<00:03, 58.3MiB/s] 79%|██████████████████████████████▉ | 705M/890M [00:13<00:03, 57.9MiB/s] 80%|███████████████████████████████▏ | 711M/890M [00:13<00:03, 56.8MiB/s] 81%|███████████████████████████████▍ | 716M/890M [00:13<00:03, 55.3MiB/s] 81%|███████████████████████████████▋ | 722M/890M [00:13<00:03, 55.0MiB/s] 82%|███████████████████████████████▉ | 727M/890M [00:13<00:03, 56.0MiB/s] 82%|████████████████████████████████▏ | 733M/890M [00:13<00:02, 57.0MiB/s] 83%|████████████████████████████████▍ | 739M/890M [00:14<00:02, 57.8MiB/s] 84%|████████████████████████████████▋ | 744M/890M [00:14<00:02, 57.1MiB/s] 84%|████████████████████████████████▊ | 750M/890M [00:14<00:02, 54.4MiB/s] 85%|█████████████████████████████████ | 755M/890M [00:14<00:02, 54.3MiB/s] 86%|█████████████████████████████████▎ | 761M/890M [00:14<00:02, 55.9MiB/s] 86%|█████████████████████████████████▌ | 766M/890M [00:14<00:02, 55.7MiB/s] 87%|█████████████████████████████████▊ | 771M/890M [00:14<00:02, 54.9MiB/s] 87%|██████████████████████████████████ | 777M/890M [00:14<00:02, 54.8MiB/s] 88%|██████████████████████████████████▎ | 782M/890M [00:14<00:02, 53.7MiB/s] 88%|██████████████████████████████████▌ | 787M/890M [00:15<00:02, 53.7MiB/s] 89%|██████████████████████████████████▋ | 793M/890M [00:15<00:01, 54.9MiB/s] 90%|██████████████████████████████████▉ | 798M/890M [00:15<00:01, 54.8MiB/s] 91%|███████████████████████████████████▍ | 808M/890M [00:15<00:01, 70.1MiB/s] 92%|███████████████████████████████████▋ | 815M/890M [00:15<00:01, 65.4MiB/s] 92%|███████████████████████████████████▉ | 821M/890M [00:15<00:01, 60.8MiB/s] 93%|████████████████████████████████████▎ | 827M/890M [00:15<00:01, 59.5MiB/s] 94%|████████████████████████████████████▌ | 833M/890M [00:15<00:01, 59.2MiB/s] 94%|████████████████████████████████████▊ | 838M/890M [00:15<00:00, 58.5MiB/s] 95%|█████████████████████████████████████ | 844M/890M [00:15<00:00, 59.1MiB/s] 96%|█████████████████████████████████████▎ | 850M/890M [00:16<00:00, 58.1MiB/s] 96%|█████████████████████████████████████▌ | 855M/890M [00:16<00:00, 56.9MiB/s] 97%|█████████████████████████████████████▋ | 861M/890M [00:16<00:00, 55.1MiB/s] 98%|██████████████████████████████████████▎| 874M/890M [00:16<00:00, 77.3MiB/s] 99%|██████████████████████████████████████▋| 883M/890M [00:16<00:00, 84.6MiB/s] 100%|███████████████████████████████████████| 890M/890M [00:16<00:00, 56.1MiB/s] INFO:root:clip took 30.08, probabilities: [21.57645, 20.956396, 21.550299, 23.035099, 22.140469] INFO:root:Starting decoder optimization INFO:root:Starting decoder optimization for 100 iterations. INFO:root:Decoder opt it 0/100 loss: 0.27044838666915894 INFO:root:Decoder opt it 1/100 loss: 0.16435712575912476 INFO:root:Decoder opt it 2/100 loss: 0.14636069536209106 INFO:root:Decoder opt it 3/100 loss: 0.1142846941947937 INFO:root:Decoder opt it 4/100 loss: 0.09259652346372604 INFO:root:Decoder opt it 5/100 loss: 0.08595920354127884 INFO:root:Decoder opt it 6/100 loss: 0.08642715960741043 INFO:root:Decoder opt it 7/100 loss: 0.07665257155895233 INFO:root:Decoder opt it 8/100 loss: 0.061975330114364624 INFO:root:Decoder opt it 9/100 loss: 0.0585014633834362 INFO:root:Decoder opt it 10/100 loss: 0.06292712688446045 INFO:root:Decoder opt it 11/100 loss: 0.0603804811835289 INFO:root:Decoder opt it 12/100 loss: 0.052063167095184326 INFO:root:Decoder opt it 13/100 loss: 0.04632704704999924 INFO:root:Decoder opt it 14/100 loss: 0.045411333441734314 INFO:root:Decoder opt it 15/100 loss: 0.04636700451374054 INFO:root:Decoder opt it 16/100 loss: 0.04581790417432785 INFO:root:Decoder opt it 17/100 loss: 0.04215092957019806 INFO:root:Decoder opt it 18/100 loss: 0.03746698424220085 INFO:root:Decoder opt it 19/100 loss: 0.03531154990196228 INFO:root:Decoder opt it 20/100 loss: 0.035954803228378296 INFO:root:Decoder opt it 21/100 loss: 0.036178842186927795 INFO:root:Decoder opt it 22/100 loss: 0.034615904092788696 INFO:root:Decoder opt it 23/100 loss: 0.03249216079711914 INFO:root:Decoder opt it 24/100 loss: 0.03084186464548111 INFO:root:Decoder opt it 25/100 loss: 0.029818564653396606 INFO:root:Decoder opt it 26/100 loss: 0.029248809441924095 INFO:root:Decoder opt it 27/100 loss: 0.02863609604537487 INFO:root:Decoder opt it 28/100 loss: 0.027561703696846962 INFO:root:Decoder opt it 29/100 loss: 0.02648041769862175 INFO:root:Decoder opt it 30/100 loss: 0.025785615667700768 INFO:root:Decoder opt it 31/100 loss: 0.025115128606557846 INFO:root:Decoder opt it 32/100 loss: 0.024278854951262474 INFO:root:Decoder opt it 33/100 loss: 0.02362249605357647 INFO:root:Decoder opt it 34/100 loss: 0.02312787063419819 INFO:root:Decoder opt it 35/100 loss: 0.022554652765393257 INFO:root:Decoder opt it 36/100 loss: 0.02195505052804947 INFO:root:Decoder opt it 37/100 loss: 0.021397076547145844 INFO:root:Decoder opt it 38/100 loss: 0.020868945866823196 INFO:root:Decoder opt it 39/100 loss: 0.020442739129066467 INFO:root:Decoder opt it 40/100 loss: 0.020108060911297798 INFO:root:Decoder opt it 41/100 loss: 0.01969195157289505 INFO:root:Decoder opt it 42/100 loss: 0.019204577431082726 INFO:root:Decoder opt it 43/100 loss: 0.01877705007791519 INFO:root:Decoder opt it 44/100 loss: 0.01841365173459053 INFO:root:Decoder opt it 45/100 loss: 0.018079791218042374 INFO:root:Decoder opt it 46/100 loss: 0.017770620062947273 INFO:root:Decoder opt it 47/100 loss: 0.017437247559428215 INFO:root:Decoder opt it 48/100 loss: 0.017086852341890335 INFO:root:Decoder opt it 49/100 loss: 0.016801562160253525 INFO:root:Decoder opt it 50/100 loss: 0.016553519293665886 INFO:root:Decoder opt it 51/100 loss: 0.016270970925688744 INFO:root:Decoder opt it 52/100 loss: 0.015972865745425224 INFO:root:Decoder opt it 53/100 loss: 0.01570638082921505 INFO:root:Decoder opt it 54/100 loss: 0.01547930482774973 INFO:root:Decoder opt it 55/100 loss: 0.0152587890625 INFO:root:Decoder opt it 56/100 loss: 0.015005568042397499 INFO:root:Decoder opt it 57/100 loss: 0.014748101122677326 INFO:root:Decoder opt it 58/100 loss: 0.014555780217051506 INFO:root:Decoder opt it 59/100 loss: 0.014376730658113956 INFO:root:Decoder opt it 60/100 loss: 0.014153569005429745 INFO:root:Decoder opt it 61/100 loss: 0.013921141624450684 INFO:root:Decoder opt it 62/100 loss: 0.01373152807354927 INFO:root:Decoder opt it 63/100 loss: 0.013566846959292889 INFO:root:Decoder opt it 64/100 loss: 0.013383152894675732 INFO:root:Decoder opt it 65/100 loss: 0.0131800826638937 INFO:root:Decoder opt it 66/100 loss: 0.013001120649278164 INFO:root:Decoder opt it 67/100 loss: 0.012855427339673042 INFO:root:Decoder opt it 68/100 loss: 0.012694829143583775 INFO:root:Decoder opt it 69/100 loss: 0.012518900446593761 INFO:root:Decoder opt it 70/100 loss: 0.012359951622784138 INFO:root:Decoder opt it 71/100 loss: 0.012210574001073837 INFO:root:Decoder opt it 72/100 loss: 0.012061147019267082 INFO:root:Decoder opt it 73/100 loss: 0.011912520043551922 INFO:root:Decoder opt it 74/100 loss: 0.011770880781114101 INFO:root:Decoder opt it 75/100 loss: 0.01163717731833458 INFO:root:Decoder opt it 76/100 loss: 0.011499227024614811 INFO:root:Decoder opt it 77/100 loss: 0.01136435754597187 INFO:root:Decoder opt it 78/100 loss: 0.011239813640713692 INFO:root:Decoder opt it 79/100 loss: 0.011115613393485546 INFO:root:Decoder opt it 80/100 loss: 0.010990822687745094 INFO:root:Decoder opt it 81/100 loss: 0.010868437588214874 INFO:root:Decoder opt it 82/100 loss: 0.010750223882496357 INFO:root:Decoder opt it 83/100 loss: 0.01063581183552742 INFO:root:Decoder opt it 84/100 loss: 0.010522905737161636 INFO:root:Decoder opt it 85/100 loss: 0.010414360091090202 INFO:root:Decoder opt it 86/100 loss: 0.010305809788405895 INFO:root:Decoder opt it 87/100 loss: 0.010200466960668564 INFO:root:Decoder opt it 88/100 loss: 0.010101540945470333 INFO:root:Decoder opt it 89/100 loss: 0.010002139024436474 INFO:root:Decoder opt it 90/100 loss: 0.009904874488711357 INFO:root:Decoder opt it 91/100 loss: 0.009809961542487144 INFO:root:Decoder opt it 92/100 loss: 0.009717793203890324 INFO:root:Decoder opt it 93/100 loss: 0.009627188555896282 INFO:root:Decoder opt it 94/100 loss: 0.009538598358631134 INFO:root:Decoder opt it 95/100 loss: 0.00945208128541708 INFO:root:Decoder opt it 96/100 loss: 0.00936678797006607 INFO:root:Decoder opt it 97/100 loss: 0.009284336119890213 INFO:root:Decoder opt it 98/100 loss: 0.009202350862324238 INFO:root:Decoder opt it 99/100 loss: 0.009123440831899643 INFO:root:Finished decoder optimization in 17.75 seconds. upsampling stages: [768, 2496] INFO:root:Using seed 279893 in upscaling Global seed set to 279893 INFO:root:Downscaling to [512 469], upscaling to [768 704]. Data shape for DDIM sampling is (1, 4, 96, 88), eta 1.0 INFO:root:Using SDEdit ratio 0.4, starting at 391/1000 Running blended DDIM Sampling with 40 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/40 [00:00<?, ?it/s] DDIM Sampler: 2%|▎ | 1/40 [00:00<00:06, 6.34it/s] DDIM Sampler: 5%|▌ | 2/40 [00:00<00:05, 6.37it/s] DDIM Sampler: 8%|▊ | 3/40 [00:00<00:05, 6.38it/s] DDIM Sampler: 10%|█ | 4/40 [00:00<00:05, 6.38it/s] DDIM Sampler: 12%|█▎ | 5/40 [00:00<00:05, 6.38it/s] DDIM Sampler: 15%|█▌ | 6/40 [00:00<00:05, 6.38it/s] DDIM Sampler: 18%|█▊ | 7/40 [00:01<00:05, 6.39it/s] DDIM Sampler: 20%|██ | 8/40 [00:01<00:05, 6.38it/s] DDIM Sampler: 22%|██▎ | 9/40 [00:01<00:04, 6.39it/s] DDIM Sampler: 25%|██▌ | 10/40 [00:01<00:04, 6.38it/s] DDIM Sampler: 28%|██▊ | 11/40 [00:01<00:04, 6.38it/s] DDIM Sampler: 30%|███ | 12/40 [00:01<00:04, 6.38it/s] DDIM Sampler: 32%|███▎ | 13/40 [00:02<00:04, 6.39it/s] DDIM Sampler: 35%|███▌ | 14/40 [00:02<00:04, 6.40it/s] DDIM Sampler: 38%|███▊ | 15/40 [00:02<00:03, 6.41it/s] DDIM Sampler: 40%|████ | 16/40 [00:02<00:03, 6.40it/s] DDIM Sampler: 42%|████▎ | 17/40 [00:02<00:03, 6.39it/s] DDIM Sampler: 45%|████▌ | 18/40 [00:02<00:03, 6.40it/s] DDIM Sampler: 48%|████▊ | 19/40 [00:02<00:03, 6.40it/s] DDIM Sampler: 50%|█████ | 20/40 [00:03<00:03, 6.40it/s] DDIM Sampler: 52%|█████▎ | 21/40 [00:03<00:02, 6.40it/s] DDIM Sampler: 55%|█████▌ | 22/40 [00:03<00:02, 6.39it/s] DDIM Sampler: 57%|█████▊ | 23/40 [00:03<00:02, 6.39it/s] DDIM Sampler: 60%|██████ | 24/40 [00:03<00:02, 6.39it/s] DDIM Sampler: 62%|██████▎ | 25/40 [00:03<00:02, 6.40it/s] DDIM Sampler: 65%|██████▌ | 26/40 [00:04<00:02, 6.41it/s] DDIM Sampler: 68%|██████▊ | 27/40 [00:04<00:02, 6.41it/s] DDIM Sampler: 70%|███████ | 28/40 [00:04<00:01, 6.39it/s] DDIM Sampler: 72%|███████▎ | 29/40 [00:04<00:01, 6.38it/s] DDIM Sampler: 75%|███████▌ | 30/40 [00:04<00:01, 6.37it/s] DDIM Sampler: 78%|███████▊ | 31/40 [00:04<00:01, 6.38it/s] DDIM Sampler: 80%|████████ | 32/40 [00:05<00:01, 6.39it/s] DDIM Sampler: 82%|████████▎ | 33/40 [00:05<00:01, 6.38it/s] DDIM Sampler: 85%|████████▌ | 34/40 [00:05<00:00, 6.37it/s] DDIM Sampler: 88%|████████▊ | 35/40 [00:05<00:00, 6.38it/s] DDIM Sampler: 90%|█████████ | 36/40 [00:05<00:00, 6.38it/s] DDIM Sampler: 92%|█████████▎| 37/40 [00:05<00:00, 6.39it/s] DDIM Sampler: 95%|█████████▌| 38/40 [00:05<00:00, 6.40it/s] DDIM Sampler: 98%|█████████▊| 39/40 [00:06<00:00, 6.40it/s] DDIM Sampler: 100%|██████████| 40/40 [00:06<00:00, 6.40it/s] DDIM Sampler: 100%|██████████| 40/40 [00:06<00:00, 6.39it/s] INFO:root:Starting decoder optimization INFO:root:Starting decoder optimization for 100 iterations. INFO:root:Decoder opt it 0/100 loss: 0.2025994062423706 INFO:root:Decoder opt it 1/100 loss: 0.20699456334114075 INFO:root:Decoder opt it 2/100 loss: 0.11565734446048737 INFO:root:Decoder opt it 3/100 loss: 0.09602420777082443 INFO:root:Decoder opt it 4/100 loss: 0.08443208038806915 INFO:root:Decoder opt it 5/100 loss: 0.07993177324533463 INFO:root:Decoder opt it 6/100 loss: 0.08301098644733429 INFO:root:Decoder opt it 7/100 loss: 0.06881292164325714 INFO:root:Decoder opt it 8/100 loss: 0.0550280325114727 INFO:root:Decoder opt it 9/100 loss: 0.05913737043738365 INFO:root:Decoder opt it 10/100 loss: 0.06429529190063477 INFO:root:Decoder opt it 11/100 loss: 0.056866493076086044 INFO:root:Decoder opt it 12/100 loss: 0.048115551471710205 INFO:root:Decoder opt it 13/100 loss: 0.04768482223153114 INFO:root:Decoder opt it 14/100 loss: 0.050320643931627274 INFO:root:Decoder opt it 15/100 loss: 0.04904358834028244 INFO:root:Decoder opt it 16/100 loss: 0.044912271201610565 INFO:root:Decoder opt it 17/100 loss: 0.041666626930236816 INFO:root:Decoder opt it 18/100 loss: 0.04060295224189758 INFO:root:Decoder opt it 19/100 loss: 0.040775518864393234 INFO:root:Decoder opt it 20/100 loss: 0.040835533291101456 INFO:root:Decoder opt it 21/100 loss: 0.03936218470335007 INFO:root:Decoder opt it 22/100 loss: 0.036778517067432404 INFO:root:Decoder opt it 23/100 loss: 0.03521614521741867 INFO:root:Decoder opt it 24/100 loss: 0.0356084480881691 INFO:root:Decoder opt it 25/100 loss: 0.035776395350694656 INFO:root:Decoder opt it 26/100 loss: 0.034340936690568924 INFO:root:Decoder opt it 27/100 loss: 0.03261584788560867 INFO:root:Decoder opt it 28/100 loss: 0.03207292780280113 INFO:root:Decoder opt it 29/100 loss: 0.032255131751298904 INFO:root:Decoder opt it 30/100 loss: 0.03192881867289543 INFO:root:Decoder opt it 31/100 loss: 0.030937453731894493 INFO:root:Decoder opt it 32/100 loss: 0.02997012436389923 INFO:root:Decoder opt it 33/100 loss: 0.02940359339118004 INFO:root:Decoder opt it 34/100 loss: 0.029215628281235695 INFO:root:Decoder opt it 35/100 loss: 0.02904197946190834 INFO:root:Decoder opt it 36/100 loss: 0.02850007265806198 INFO:root:Decoder opt it 37/100 loss: 0.027705073356628418 INFO:root:Decoder opt it 38/100 loss: 0.027171744033694267 INFO:root:Decoder opt it 39/100 loss: 0.02705087885260582 INFO:root:Decoder opt it 40/100 loss: 0.026846297085285187 INFO:root:Decoder opt it 41/100 loss: 0.026325812563300133 INFO:root:Decoder opt it 42/100 loss: 0.025839131325483322 INFO:root:Decoder opt it 43/100 loss: 0.02559620514512062 INFO:root:Decoder opt it 44/100 loss: 0.02540891058743 INFO:root:Decoder opt it 45/100 loss: 0.025074250996112823 INFO:root:Decoder opt it 46/100 loss: 0.024675467982888222 INFO:root:Decoder opt it 47/100 loss: 0.02433731034398079 INFO:root:Decoder opt it 48/100 loss: 0.02410685271024704 INFO:root:Decoder opt it 49/100 loss: 0.023893212899565697 INFO:root:Decoder opt it 50/100 loss: 0.02359251119196415 INFO:root:Decoder opt it 51/100 loss: 0.02325085550546646 INFO:root:Decoder opt it 52/100 loss: 0.02298377826809883 INFO:root:Decoder opt it 53/100 loss: 0.022810790687799454 INFO:root:Decoder opt it 54/100 loss: 0.022590579465031624 INFO:root:Decoder opt it 55/100 loss: 0.022286362946033478 INFO:root:Decoder opt it 56/100 loss: 0.02202303148806095 INFO:root:Decoder opt it 57/100 loss: 0.021833470091223717 INFO:root:Decoder opt it 58/100 loss: 0.021636927500367165 INFO:root:Decoder opt it 59/100 loss: 0.02140251360833645 INFO:root:Decoder opt it 60/100 loss: 0.021170398220419884 INFO:root:Decoder opt it 61/100 loss: 0.020962737500667572 INFO:root:Decoder opt it 62/100 loss: 0.0207806508988142 INFO:root:Decoder opt it 63/100 loss: 0.020586561411619186 INFO:root:Decoder opt it 64/100 loss: 0.020367728546261787 INFO:root:Decoder opt it 65/100 loss: 0.020171120762825012 INFO:root:Decoder opt it 66/100 loss: 0.0200144425034523 INFO:root:Decoder opt it 67/100 loss: 0.01983783394098282 INFO:root:Decoder opt it 68/100 loss: 0.019637245684862137 INFO:root:Decoder opt it 69/100 loss: 0.019464995712041855 INFO:root:Decoder opt it 70/100 loss: 0.019308632239699364 INFO:root:Decoder opt it 71/100 loss: 0.01914667896926403 INFO:root:Decoder opt it 72/100 loss: 0.018975665792822838 INFO:root:Decoder opt it 73/100 loss: 0.01880859211087227 INFO:root:Decoder opt it 74/100 loss: 0.018662890419363976 INFO:root:Decoder opt it 75/100 loss: 0.018514810130000114 INFO:root:Decoder opt it 76/100 loss: 0.018351523205637932 INFO:root:Decoder opt it 77/100 loss: 0.018205460160970688 INFO:root:Decoder opt it 78/100 loss: 0.018069744110107422 INFO:root:Decoder opt it 79/100 loss: 0.01792200095951557 INFO:root:Decoder opt it 80/100 loss: 0.017778120934963226 INFO:root:Decoder opt it 81/100 loss: 0.017646830528974533 INFO:root:Decoder opt it 82/100 loss: 0.017514893785119057 INFO:root:Decoder opt it 83/100 loss: 0.017381412908434868 INFO:root:Decoder opt it 84/100 loss: 0.01725086383521557 INFO:root:Decoder opt it 85/100 loss: 0.017124855890870094 INFO:root:Decoder opt it 86/100 loss: 0.01700318045914173 INFO:root:Decoder opt it 87/100 loss: 0.0168774351477623 INFO:root:Decoder opt it 88/100 loss: 0.016755543649196625 INFO:root:Decoder opt it 89/100 loss: 0.016639558598399162 INFO:root:Decoder opt it 90/100 loss: 0.016522953286767006 INFO:root:Decoder opt it 91/100 loss: 0.016407780349254608 INFO:root:Decoder opt it 92/100 loss: 0.016296617686748505 INFO:root:Decoder opt it 93/100 loss: 0.01618645153939724 INFO:root:Decoder opt it 94/100 loss: 0.016078108921647072 INFO:root:Decoder opt it 95/100 loss: 0.015969935804605484 INFO:root:Decoder opt it 96/100 loss: 0.01586534082889557 INFO:root:Decoder opt it 97/100 loss: 0.015763038769364357 INFO:root:Decoder opt it 98/100 loss: 0.015658987686038017 INFO:root:Decoder opt it 99/100 loss: 0.015557737089693546 INFO:root:Finished decoder optimization in 34.36 seconds. INFO:root:Running upscaling to [2496 2112] in 16 segments of [f768 x 768]. INFO:root:Upscaling segment 0/16. INFO:root:Using seed 550105 in upscaling Global seed set to 550105 INFO:root:Downscaling to [236 236], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.50it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.55it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.57it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.59it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.62it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.62it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.61it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.60it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.61it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] INFO:root:Upscaling segment 1/16. INFO:root:Using seed 544884 in upscaling Global seed set to 544884 INFO:root:Downscaling to [236 237], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.59it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.61it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.61it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.61it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.61it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.62it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.61it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.60it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.60it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.60it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.60it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.60it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.60it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] INFO:root:Upscaling segment 2/16. INFO:root:Using seed 884313 in upscaling Global seed set to 884313 INFO:root:Downscaling to [236 237], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.64it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.62it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.62it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.62it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.62it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.61it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.62it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.63it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.61it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.61it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s] INFO:root:Upscaling segment 3/16. INFO:root:Using seed 73025 in upscaling Global seed set to 73025 INFO:root:Downscaling to [236 157], upscaling to [768 512]. Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 8.13it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 8.89it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 9.12it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 9.21it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 9.33it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 9.33it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 9.37it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.38it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 9.47it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 9.52it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 9.52it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.55it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.51it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 9.55it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.56it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.50it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.52it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:01<00:00, 9.56it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.61it/s] DDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 9.57it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 9.55it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 9.59it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 9.64it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 9.68it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.70it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.49it/s] INFO:root:Upscaling segment 4/16. INFO:root:Using seed 585491 in upscaling Global seed set to 585491 INFO:root:Downscaling to [237 236], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.63it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.61it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.62it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.62it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.61it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.62it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.63it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.63it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.61it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.61it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.61it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] INFO:root:Upscaling segment 5/16. INFO:root:Using seed 819007 in upscaling Global seed set to 819007 INFO:root:Downscaling to [237 237], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.63it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.62it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.63it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.63it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.60it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.62it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.62it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.63it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.63it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.63it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s] INFO:root:Upscaling segment 6/16. INFO:root:Using seed 26520 in upscaling Global seed set to 26520 INFO:root:Downscaling to [237 237], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.62it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.61it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.61it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.59it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.60it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.60it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.60it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.60it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.60it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.60it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.61it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.61it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.61it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] INFO:root:Upscaling segment 7/16. INFO:root:Using seed 996694 in upscaling Global seed set to 996694 INFO:root:Downscaling to [237 157], upscaling to [768 512]. Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.18it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 9.40it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 9.41it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 9.44it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 9.22it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 9.21it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 9.33it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.44it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 9.52it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 9.53it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 9.56it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.47it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.47it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 9.48it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.40it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.42it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.46it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:01<00:00, 9.48it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.47it/s] DDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 9.45it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 9.42it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 9.39it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 9.38it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 9.34it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.32it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.41it/s] INFO:root:Upscaling segment 8/16. INFO:root:Using seed 192119 in upscaling Global seed set to 192119 INFO:root:Downscaling to [237 236], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.62it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.60it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.60it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.62it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.62it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.61it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.61it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.61it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.63it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.62it/s] INFO:root:Upscaling segment 9/16. INFO:root:Using seed 834869 in upscaling Global seed set to 834869 INFO:root:Downscaling to [237 237], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.64it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.63it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.61it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.61it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.60it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.60it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.60it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.60it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.60it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.60it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.60it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.61it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.61it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.61it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.61it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.61it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.61it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] INFO:root:Upscaling segment 10/16. INFO:root:Using seed 101130 in upscaling Global seed set to 101130 INFO:root:Downscaling to [237 237], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.64it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.63it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.62it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.60it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.60it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.61it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.61it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.61it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.62it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.60it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.60it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.61it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.62it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.62it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.61it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.61it/s] INFO:root:Upscaling segment 11/16. INFO:root:Using seed 754324 in upscaling Global seed set to 754324 INFO:root:Downscaling to [237 157], upscaling to [768 512]. Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.34it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 9.37it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 9.46it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 9.52it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 9.50it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:00<00:01, 9.54it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 9.59it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 9.64it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 9.63it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 9.59it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.57it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.53it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 8.93it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.10it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.26it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.37it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:01<00:00, 9.46it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.45it/s] DDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 9.42it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 9.41it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 9.43it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 9.46it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 9.34it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.35it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.42it/s] INFO:root:Upscaling segment 12/16. INFO:root:Using seed 326319 in upscaling Global seed set to 326319 INFO:root:Downscaling to [178 236], upscaling to [576 768]. Data shape for DDIM sampling is (1, 4, 72, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:03, 7.26it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 7.85it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 8.12it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 8.20it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 8.27it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 8.32it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:02, 8.33it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:00<00:02, 8.37it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:01, 8.41it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 8.40it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 8.44it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 8.47it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 8.49it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 8.45it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 8.42it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:01, 8.42it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:02<00:00, 8.44it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:02<00:00, 8.45it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 8.43it/s] DDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 8.39it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 8.36it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 8.43it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 8.47it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 8.44it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.40it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.37it/s] INFO:root:Upscaling segment 13/16. INFO:root:Using seed 275556 in upscaling Global seed set to 275556 INFO:root:Downscaling to [178 237], upscaling to [576 768]. Data shape for DDIM sampling is (1, 4, 72, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 8.45it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 8.47it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 8.51it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 8.47it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 8.50it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 8.55it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:02, 8.55it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 8.56it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:01, 8.57it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 8.49it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 8.48it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 8.37it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 8.41it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 8.45it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 8.38it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:01, 8.31it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:02<00:00, 8.26it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:02<00:00, 8.28it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 8.20it/s] DDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 8.26it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 8.27it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 8.33it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 8.38it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 8.40it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.44it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.41it/s] INFO:root:Upscaling segment 14/16. INFO:root:Using seed 669994 in upscaling Global seed set to 669994 INFO:root:Downscaling to [178 237], upscaling to [576 768]. Data shape for DDIM sampling is (1, 4, 72, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 8.60it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 8.61it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 8.58it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 8.58it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 8.46it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 8.21it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:02, 8.28it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:00<00:02, 8.35it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:01, 8.40it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 8.41it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 8.43it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 8.39it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 8.42it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 8.43it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 8.46it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:01, 8.50it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:02<00:00, 8.53it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:02<00:00, 8.55it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 8.56it/s] DDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 8.50it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 8.49it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 8.47it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 8.44it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 8.45it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.46it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.45it/s] INFO:root:Upscaling segment 15/16. INFO:root:Using seed 499108 in upscaling Global seed set to 499108 INFO:root:Downscaling to [178 157], upscaling to [576 512]. Data shape for DDIM sampling is (1, 4, 72, 64), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.14it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 10.23it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:01, 10.56it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 10.74it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 10.75it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 10.77it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 10.83it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:00, 10.90it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 10.95it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:01<00:00, 10.97it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:01<00:00, 11.03it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 10.98it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 10.97it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 10.84it/s] INFO:root:Starting decoder optimization INFO:root:Performing decoder optimization in 25 segments. INFO:root:Starting decoder optimization for 100 iterations. INFO:root:Decoder opt it 0/100 loss: 2.601363217807375 INFO:root:Decoder opt it 1/100 loss: 1.9065383153501898 INFO:root:Decoder opt it 2/100 loss: 2.365960159804672 INFO:root:Decoder opt it 3/100 loss: 2.730911374092102 INFO:root:Decoder opt it 4/100 loss: 2.7891711879055947 INFO:root:Decoder opt it 5/100 loss: 2.4695936026982963 INFO:root:Decoder opt it 6/100 loss: 2.598250558366999 INFO:root:Decoder opt it 7/100 loss: 2.5064597711898386 INFO:root:Decoder opt it 8/100 loss: 2.413946515880525 INFO:root:Decoder opt it 9/100 loss: 2.1693620127625763 INFO:root:Decoder opt it 10/100 loss: 2.1433791466988623 INFO:root:Decoder opt it 11/100 loss: 2.013470300240442 INFO:root:Decoder opt it 12/100 loss: 2.253684229683131 INFO:root:Decoder opt it 13/100 loss: 2.4404461125377566 INFO:root:Decoder opt it 14/100 loss: 2.3324393638176844 INFO:root:Decoder opt it 15/100 loss: 2.1186314483638853 INFO:root:Decoder opt it 16/100 loss: 2.2251341049559414 INFO:root:Decoder opt it 17/100 loss: 1.9236218021251261 INFO:root:Decoder opt it 18/100 loss: 1.794082593289204 INFO:root:Decoder opt it 19/100 loss: 1.778631006134674 INFO:root:Decoder opt it 20/100 loss: 1.7791867330670357 INFO:root:Decoder opt it 21/100 loss: 1.6133217592723668 INFO:root:Decoder opt it 22/100 loss: 1.5123419500887394 INFO:root:Decoder opt it 23/100 loss: 1.5059748881030828 INFO:root:Decoder opt it 24/100 loss: 1.5212868116796017 INFO:root:Decoder opt it 25/100 loss: 1.5931051899679005 INFO:root:Decoder opt it 26/100 loss: 1.7035929143894464 INFO:root:Decoder opt it 27/100 loss: 1.6880211818497628 INFO:root:Decoder opt it 28/100 loss: 1.8187168366275728 INFO:root:Decoder opt it 29/100 loss: 1.7120646904222667 INFO:root:Decoder opt it 30/100 loss: 1.7332780952565372 INFO:root:Decoder opt it 31/100 loss: 1.6610349394613877 INFO:root:Decoder opt it 32/100 loss: 1.520449664676562 INFO:root:Decoder opt it 33/100 loss: 1.480747757712379 INFO:root:Decoder opt it 34/100 loss: 1.3413416718831286 INFO:root:Decoder opt it 35/100 loss: 1.3266132231801748 INFO:root:Decoder opt it 36/100 loss: 1.3214782500872388 INFO:root:Decoder opt it 37/100 loss: 1.3356374161085114 INFO:root:Decoder opt it 38/100 loss: 1.4105410721385852 INFO:root:Decoder opt it 39/100 loss: 1.3345216003945097 INFO:root:Decoder opt it 40/100 loss: 1.2567916279658675 INFO:root:Decoder opt it 41/100 loss: 1.2339981582481414 INFO:root:Decoder opt it 42/100 loss: 1.23857424443122 INFO:root:Decoder opt it 43/100 loss: 1.292530162143521 INFO:root:Decoder opt it 44/100 loss: 1.3006587284617126 INFO:root:Decoder opt it 45/100 loss: 1.3449829053133726 INFO:root:Decoder opt it 46/100 loss: 1.3140510052908212 INFO:root:Decoder opt it 47/100 loss: 1.3955605651717633 INFO:root:Decoder opt it 48/100 loss: 1.345054714998696 INFO:root:Decoder opt it 49/100 loss: 1.3144730301573873 INFO:root:Decoder opt it 50/100 loss: 1.4240233777090907 INFO:root:Decoder opt it 51/100 loss: 1.3362181030679494 INFO:root:Decoder opt it 52/100 loss: 1.4207629628945142 INFO:root:Decoder opt it 53/100 loss: 1.4149411084363237 INFO:root:Decoder opt it 54/100 loss: 1.4107820036588237 INFO:root:Decoder opt it 55/100 loss: 1.5261071873828769 INFO:root:Decoder opt it 56/100 loss: 1.5333485486917198 INFO:root:Decoder opt it 57/100 loss: 1.5483188210055232 INFO:root:Decoder opt it 58/100 loss: 1.5506961207138374 INFO:root:Decoder opt it 59/100 loss: 1.4165010853903368 INFO:root:Decoder opt it 60/100 loss: 1.468126725871116 INFO:root:Decoder opt it 61/100 loss: 1.3829794543562457 INFO:root:Decoder opt it 62/100 loss: 1.3850037100492045 INFO:root:Decoder opt it 63/100 loss: 1.4263317399891093 INFO:root:Decoder opt it 64/100 loss: 1.4670417120214552 INFO:root:Decoder opt it 65/100 loss: 1.4096986157819629 INFO:root:Decoder opt it 66/100 loss: 1.48334845143836 INFO:root:Decoder opt it 67/100 loss: 1.5542701880913228 INFO:root:Decoder opt it 68/100 loss: 1.730072625912726 INFO:root:Decoder opt it 69/100 loss: 1.7592696733772755 INFO:root:Decoder opt it 70/100 loss: 1.6821577013470232 INFO:root:Decoder opt it 71/100 loss: 1.7046484767924994 INFO:root:Decoder opt it 72/100 loss: 1.8891414019744843 INFO:root:Decoder opt it 73/100 loss: 1.4950905680889264 INFO:root:Decoder opt it 74/100 loss: 1.860311329830438 INFO:root:Decoder opt it 75/100 loss: 2.0558503358624876 INFO:root:Decoder opt it 76/100 loss: 1.753185044042766 INFO:root:Decoder opt it 77/100 loss: 1.5385141083970666 INFO:root:Decoder opt it 78/100 loss: 1.9382925473619252 INFO:root:Decoder opt it 79/100 loss: 1.9303928674198687 INFO:root:Decoder opt it 80/100 loss: 1.8327613095752895 INFO:root:Decoder opt it 81/100 loss: 1.9024825644446537 INFO:root:Decoder opt it 82/100 loss: 1.7107996558770537 INFO:root:Decoder opt it 83/100 loss: 1.7869847116526216 INFO:root:Decoder opt it 84/100 loss: 1.8401014204137027 INFO:root:Decoder opt it 85/100 loss: 1.9645512416027486 INFO:root:Decoder opt it 86/100 loss: 2.145273487549275 INFO:root:Decoder opt it 87/100 loss: 2.046490265754983 INFO:root:Decoder opt it 88/100 loss: 2.2552033227402717 INFO:root:Decoder opt it 89/100 loss: 1.7122143327724189 INFO:root:Decoder opt it 90/100 loss: 1.6228972849203274 INFO:root:Decoder opt it 91/100 loss: 1.5357817369513214 INFO:root:Decoder opt it 92/100 loss: 1.499453570926562 INFO:root:Decoder opt it 93/100 loss: 1.8176402649842203 INFO:root:Decoder opt it 94/100 loss: 1.684781583957374 INFO:root:Decoder opt it 95/100 loss: 1.8769112550653517 INFO:root:Decoder opt it 96/100 loss: 2.0315278756897897 INFO:root:Decoder opt it 97/100 loss: 1.4649523062398657 INFO:root:Decoder opt it 98/100 loss: 1.54085499397479 INFO:root:Decoder opt it 99/100 loss: 1.7024363311938941 INFO:root:Finished decoder optimization in 376.06 seconds. INFO:root:Running upscaling to [2496 2112] in 25 segments of [f768 x 768]. INFO:root:Upscaling segment 0/25. INFO:root:Using seed 482166 in upscaling Global seed set to 482166 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 1/25. INFO:root:Using seed 445747 in upscaling Global seed set to 445747 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 2/25. INFO:root:Using seed 532395 in upscaling Global seed set to 532395 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 3/25. INFO:root:Using seed 3896 in upscaling Global seed set to 3896 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 72), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 4/25. INFO:root:Using seed 475580 in upscaling Global seed set to 475580 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 5/25. INFO:root:Using seed 663862 in upscaling Global seed set to 663862 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 6/25. INFO:root:Using seed 739358 in upscaling Global seed set to 739358 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 7/25. INFO:root:Using seed 690223 in upscaling Global seed set to 690223 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 8/25. INFO:root:Using seed 959373 in upscaling Global seed set to 959373 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 72), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 9/25. INFO:root:Using seed 610709 in upscaling Global seed set to 610709 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 10/25. INFO:root:Using seed 400096 in upscaling Global seed set to 400096 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 11/25. INFO:root:Using seed 698623 in upscaling Global seed set to 698623 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 12/25. INFO:root:Using seed 250602 in upscaling Global seed set to 250602 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 13/25. INFO:root:Using seed 626607 in upscaling Global seed set to 626607 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 72), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 14/25. INFO:root:Using seed 18117 in upscaling Global seed set to 18117 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 15/25. INFO:root:Using seed 696954 in upscaling Global seed set to 696954 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 16/25. INFO:root:Using seed 954733 in upscaling Global seed set to 954733 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 17/25. INFO:root:Using seed 473879 in upscaling Global seed set to 473879 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 18/25. INFO:root:Using seed 646058 in upscaling Global seed set to 646058 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 72), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 19/25. INFO:root:Using seed 443612 in upscaling Global seed set to 443612 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 20/25. INFO:root:Using seed 407558 in upscaling Global seed set to 407558 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 64, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 21/25. INFO:root:Using seed 275798 in upscaling Global seed set to 275798 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 64, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 22/25. INFO:root:Using seed 745486 in upscaling Global seed set to 745486 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 64, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 23/25. INFO:root:Using seed 660688 in upscaling Global seed set to 660688 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 64, 72), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 24/25. INFO:root:Using seed 497536 in upscaling Global seed set to 497536 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 64, 64), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image
Prediction
arielreplicate/multi-stage-blended-diffusion:820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74IDwvh75jdjlbbrxgl3hrk5jdhpvqStatusSucceededSourceWebHardware–Total durationCreatedInput
- edit_prompt
- An Oil painting of a girl hugging a corgi on a pedestal
- margin_mult
- 1.4
{ "input_mask": "https://replicate.delivery/pbxt/HqpHNjoov1a8WkjgrCKfOwe0xmnFXxX1bDss4fByyjOH4BfZ/clarissa_strozzi_mask.png", "edit_prompt": "An Oil painting of a girl hugging a corgi on a pedestal", "input_image": "https://replicate.delivery/pbxt/HqpHNlUILNqjlFNsKcinGqzrLdFU5ELTSzGH4K0E6RvNgQ06/clarissa_strozzi.jpg", "margin_mult": 1.4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run arielreplicate/multi-stage-blended-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "arielreplicate/multi-stage-blended-diffusion:820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74", { input: { input_mask: "https://replicate.delivery/pbxt/HqpHNjoov1a8WkjgrCKfOwe0xmnFXxX1bDss4fByyjOH4BfZ/clarissa_strozzi_mask.png", edit_prompt: "An Oil painting of a girl hugging a corgi on a pedestal", input_image: "https://replicate.delivery/pbxt/HqpHNlUILNqjlFNsKcinGqzrLdFU5ELTSzGH4K0E6RvNgQ06/clarissa_strozzi.jpg", margin_mult: 1.4 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run arielreplicate/multi-stage-blended-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "arielreplicate/multi-stage-blended-diffusion:820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74", input={ "input_mask": "https://replicate.delivery/pbxt/HqpHNjoov1a8WkjgrCKfOwe0xmnFXxX1bDss4fByyjOH4BfZ/clarissa_strozzi_mask.png", "edit_prompt": "An Oil painting of a girl hugging a corgi on a pedestal", "input_image": "https://replicate.delivery/pbxt/HqpHNlUILNqjlFNsKcinGqzrLdFU5ELTSzGH4K0E6RvNgQ06/clarissa_strozzi.jpg", "margin_mult": 1.4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run arielreplicate/multi-stage-blended-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": "arielreplicate/multi-stage-blended-diffusion:820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74", "input": { "input_mask": "https://replicate.delivery/pbxt/HqpHNjoov1a8WkjgrCKfOwe0xmnFXxX1bDss4fByyjOH4BfZ/clarissa_strozzi_mask.png", "edit_prompt": "An Oil painting of a girl hugging a corgi on a pedestal", "input_image": "https://replicate.delivery/pbxt/HqpHNlUILNqjlFNsKcinGqzrLdFU5ELTSzGH4K0E6RvNgQ06/clarissa_strozzi.jpg", "margin_mult": 1.4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2022-11-25T21:54:24.738439Z", "created_at": "2022-11-25T21:50:45.851889Z", "data_removed": false, "error": null, "id": "wvh75jdjlbbrxgl3hrk5jdhpvq", "input": { "input_mask": "https://replicate.delivery/pbxt/HqpHNjoov1a8WkjgrCKfOwe0xmnFXxX1bDss4fByyjOH4BfZ/clarissa_strozzi_mask.png", "edit_prompt": "An Oil painting of a girl hugging a corgi on a pedestal", "input_image": "https://replicate.delivery/pbxt/HqpHNlUILNqjlFNsKcinGqzrLdFU5ELTSzGH4K0E6RvNgQ06/clarissa_strozzi.jpg", "margin_mult": 1.4 }, "logs": "INFO:root:starting multi_scale_generation for prompt \"An Oil painting of a girl hugging a corgi on a pedestal\"\nmask size: 590 584\ndiffusion size: 832 832\nINFO:root:Using seed 263347\nGlobal seed set to 263347\nData shape for DDIM sampling is (5, 4, 64, 64), eta 1.0\nRunning blended DDIM Sampling with 50 timesteps with 5 repaint steps and 0 repaint jumps\nINFO:root:repaint schedule: [981 981 981 981 981 981 961 961 961 961 961 961 941 941 941 941 941 941\n921 921 921 921 921 921 901 901 901 901 901 901 881 881 881 881 881 881\n861 861 861 861 861 861 841 841 841 841 841 841 821 821 821 821 821 821\n801 801 801 801 801 801 781 781 781 781 781 781 761 761 761 761 761 761\n741 741 741 741 741 741 721 721 721 721 721 721 701 701 701 701 701 701\n681 681 681 681 681 681 661 661 661 661 661 661 641 641 641 641 641 641\n621 621 621 621 621 621 601 601 601 601 601 601 581 581 581 581 581 581\n561 561 561 561 561 561 541 541 541 541 541 541 521 521 521 521 521 521\n501 501 501 501 501 501 481 481 481 481 481 481 461 461 461 461 461 461\n441 441 441 441 441 441 421 421 421 421 421 421 401 401 401 401 401 401\n381 381 381 381 381 381 361 361 361 361 361 361 341 341 341 341 341 341\n321 321 321 321 321 321 301 301 301 301 301 301 281 281 281 281 281 281\n261 261 261 261 261 261 241 241 241 241 241 241 221 221 221 221 221 221\n201 201 201 201 201 201 181 181 181 181 181 181 161 161 161 161 161 161\n141 141 141 141 141 141 121 121 121 121 121 121 101 101 101 101 101 101\n81 81 81 81 81 81 61 61 61 61 61 61 41 41 41 41 41 41\n21 21 21 21 21 21 1 1 1 1 1 1]\nDDIM Sampler: 0%| | 0/300 [00:00<?, ?it/s]\nDDIM Sampler: 0%| | 1/300 [00:00<01:07, 4.41it/s]\nDDIM Sampler: 1%| | 2/300 [00:00<01:03, 4.66it/s]\nDDIM Sampler: 1%| | 3/300 [00:00<01:02, 4.75it/s]\nDDIM Sampler: 1%|▏ | 4/300 [00:00<01:01, 4.79it/s]\nDDIM Sampler: 2%|▏ | 5/300 [00:01<01:01, 4.81it/s]\nDDIM Sampler: 2%|▏ | 6/300 [00:01<01:00, 4.83it/s]\nDDIM Sampler: 2%|▏ | 7/300 [00:01<01:00, 4.84it/s]\nDDIM Sampler: 3%|▎ | 8/300 [00:01<01:00, 4.84it/s]\nDDIM Sampler: 3%|▎ | 9/300 [00:01<01:00, 4.85it/s]\nDDIM Sampler: 3%|▎ | 10/300 [00:02<00:59, 4.85it/s]\nDDIM Sampler: 4%|▎ | 11/300 [00:02<00:59, 4.85it/s]\nDDIM Sampler: 4%|▍ | 12/300 [00:02<00:59, 4.86it/s]\nDDIM Sampler: 4%|▍ | 13/300 [00:02<00:59, 4.86it/s]\nDDIM Sampler: 5%|▍ | 14/300 [00:02<00:58, 4.85it/s]\nDDIM Sampler: 5%|▌ | 15/300 [00:03<00:58, 4.86it/s]\nDDIM Sampler: 5%|▌ | 16/300 [00:03<00:58, 4.86it/s]\nDDIM Sampler: 6%|▌ | 17/300 [00:03<00:58, 4.86it/s]\nDDIM Sampler: 6%|▌ | 18/300 [00:03<00:57, 4.87it/s]\nDDIM Sampler: 6%|▋ | 19/300 [00:03<00:57, 4.87it/s]\nDDIM Sampler: 7%|▋ | 20/300 [00:04<00:57, 4.87it/s]\nDDIM Sampler: 7%|▋ | 21/300 [00:04<00:57, 4.87it/s]\nDDIM Sampler: 7%|▋ | 22/300 [00:04<00:57, 4.87it/s]\nDDIM Sampler: 8%|▊ | 23/300 [00:04<00:56, 4.86it/s]\nDDIM Sampler: 8%|▊ | 24/300 [00:04<00:56, 4.86it/s]\nDDIM Sampler: 8%|▊ | 25/300 [00:05<00:56, 4.86it/s]\nDDIM Sampler: 9%|▊ | 26/300 [00:05<00:56, 4.86it/s]\nDDIM Sampler: 9%|▉ | 27/300 [00:05<00:56, 4.86it/s]\nDDIM Sampler: 9%|▉ | 28/300 [00:05<00:55, 4.86it/s]\nDDIM Sampler: 10%|▉ | 29/300 [00:05<00:55, 4.86it/s]\nDDIM Sampler: 10%|█ | 30/300 [00:06<00:55, 4.86it/s]\nDDIM Sampler: 10%|█ | 31/300 [00:06<00:55, 4.86it/s]\nDDIM Sampler: 11%|█ | 32/300 [00:06<00:55, 4.86it/s]\nDDIM Sampler: 11%|█ | 33/300 [00:06<00:54, 4.86it/s]\nDDIM Sampler: 11%|█▏ | 34/300 [00:07<00:54, 4.86it/s]\nDDIM Sampler: 12%|█▏ | 35/300 [00:07<00:54, 4.85it/s]\nDDIM Sampler: 12%|█▏ | 36/300 [00:07<00:54, 4.85it/s]\nDDIM Sampler: 12%|█▏ | 37/300 [00:07<00:54, 4.85it/s]\nDDIM Sampler: 13%|█▎ | 38/300 [00:07<00:53, 4.85it/s]\nDDIM Sampler: 13%|█▎ | 39/300 [00:08<00:53, 4.85it/s]\nDDIM Sampler: 13%|█▎ | 40/300 [00:08<00:53, 4.85it/s]\nDDIM Sampler: 14%|█▎ | 41/300 [00:08<00:53, 4.85it/s]\nDDIM Sampler: 14%|█▍ | 42/300 [00:08<00:53, 4.85it/s]\nDDIM Sampler: 14%|█▍ | 43/300 [00:08<00:52, 4.85it/s]\nDDIM Sampler: 15%|█▍ | 44/300 [00:09<00:52, 4.85it/s]\nDDIM Sampler: 15%|█▌ | 45/300 [00:09<00:52, 4.85it/s]\nDDIM Sampler: 15%|█▌ | 46/300 [00:09<00:52, 4.85it/s]\nDDIM Sampler: 16%|█▌ | 47/300 [00:09<00:52, 4.85it/s]\nDDIM Sampler: 16%|█▌ | 48/300 [00:09<00:51, 4.85it/s]\nDDIM Sampler: 16%|█▋ | 49/300 [00:10<00:51, 4.85it/s]\nDDIM Sampler: 17%|█▋ | 50/300 [00:10<00:51, 4.85it/s]\nDDIM Sampler: 17%|█▋ | 51/300 [00:10<00:51, 4.85it/s]\nDDIM Sampler: 17%|█▋ | 52/300 [00:10<00:51, 4.85it/s]\nDDIM Sampler: 18%|█▊ | 53/300 [00:10<00:50, 4.85it/s]\nDDIM Sampler: 18%|█▊ | 54/300 [00:11<00:50, 4.85it/s]\nDDIM Sampler: 18%|█▊ | 55/300 [00:11<00:50, 4.85it/s]\nDDIM Sampler: 19%|█▊ | 56/300 [00:11<00:50, 4.85it/s]\nDDIM Sampler: 19%|█▉ | 57/300 [00:11<00:50, 4.85it/s]\nDDIM Sampler: 19%|█▉ | 58/300 [00:11<00:49, 4.85it/s]\nDDIM Sampler: 20%|█▉ | 59/300 [00:12<00:49, 4.85it/s]\nDDIM Sampler: 20%|██ | 60/300 [00:12<00:49, 4.86it/s]\nDDIM Sampler: 20%|██ | 61/300 [00:12<00:49, 4.86it/s]\nDDIM Sampler: 21%|██ | 62/300 [00:12<00:49, 4.86it/s]\nDDIM Sampler: 21%|██ | 63/300 [00:12<00:48, 4.86it/s]\nDDIM Sampler: 21%|██▏ | 64/300 [00:13<00:48, 4.86it/s]\nDDIM Sampler: 22%|██▏ | 65/300 [00:13<00:48, 4.86it/s]\nDDIM Sampler: 22%|██▏ | 66/300 [00:13<00:48, 4.86it/s]\nDDIM Sampler: 22%|██▏ | 67/300 [00:13<00:47, 4.86it/s]\nDDIM Sampler: 23%|██▎ | 68/300 [00:14<00:47, 4.85it/s]\nDDIM Sampler: 23%|██▎ | 69/300 [00:14<00:47, 4.85it/s]\nDDIM Sampler: 23%|██▎ | 70/300 [00:14<00:47, 4.85it/s]\nDDIM Sampler: 24%|██▎ | 71/300 [00:14<00:47, 4.85it/s]\nDDIM Sampler: 24%|██▍ | 72/300 [00:14<00:46, 4.86it/s]\nDDIM Sampler: 24%|██▍ | 73/300 [00:15<00:46, 4.86it/s]\nDDIM Sampler: 25%|██▍ | 74/300 [00:15<00:46, 4.86it/s]\nDDIM Sampler: 25%|██▌ | 75/300 [00:15<00:46, 4.86it/s]\nDDIM Sampler: 25%|██▌ | 76/300 [00:15<00:46, 4.86it/s]\nDDIM Sampler: 26%|██▌ | 77/300 [00:15<00:45, 4.86it/s]\nDDIM Sampler: 26%|██▌ | 78/300 [00:16<00:45, 4.86it/s]\nDDIM Sampler: 26%|██▋ | 79/300 [00:16<00:45, 4.85it/s]\nDDIM Sampler: 27%|██▋ | 80/300 [00:16<00:45, 4.85it/s]\nDDIM Sampler: 27%|██▋ | 81/300 [00:16<00:45, 4.85it/s]\nDDIM Sampler: 27%|██▋ | 82/300 [00:16<00:44, 4.85it/s]\nDDIM Sampler: 28%|██▊ | 83/300 [00:17<00:44, 4.85it/s]\nDDIM Sampler: 28%|██▊ | 84/300 [00:17<00:44, 4.85it/s]\nDDIM Sampler: 28%|██▊ | 85/300 [00:17<00:44, 4.85it/s]\nDDIM Sampler: 29%|██▊ | 86/300 [00:17<00:44, 4.85it/s]\nDDIM Sampler: 29%|██▉ | 87/300 [00:17<00:43, 4.85it/s]\nDDIM Sampler: 29%|██▉ | 88/300 [00:18<00:43, 4.85it/s]\nDDIM Sampler: 30%|██▉ | 89/300 [00:18<00:43, 4.85it/s]\nDDIM Sampler: 30%|███ | 90/300 [00:18<00:43, 4.85it/s]\nDDIM Sampler: 30%|███ | 91/300 [00:18<00:43, 4.85it/s]\nDDIM Sampler: 31%|███ | 92/300 [00:18<00:42, 4.85it/s]\nDDIM Sampler: 31%|███ | 93/300 [00:19<00:42, 4.85it/s]\nDDIM Sampler: 31%|███▏ | 94/300 [00:19<00:42, 4.85it/s]\nDDIM Sampler: 32%|███▏ | 95/300 [00:19<00:42, 4.86it/s]\nDDIM Sampler: 32%|███▏ | 96/300 [00:19<00:42, 4.85it/s]\nDDIM Sampler: 32%|███▏ | 97/300 [00:19<00:41, 4.85it/s]\nDDIM Sampler: 33%|███▎ | 98/300 [00:20<00:41, 4.85it/s]\nDDIM Sampler: 33%|███▎ | 99/300 [00:20<00:41, 4.85it/s]\nDDIM Sampler: 33%|███▎ | 100/300 [00:20<00:41, 4.85it/s]\nDDIM Sampler: 34%|███▎ | 101/300 [00:20<00:41, 4.85it/s]\nDDIM Sampler: 34%|███▍ | 102/300 [00:21<00:40, 4.85it/s]\nDDIM Sampler: 34%|███▍ | 103/300 [00:21<00:40, 4.84it/s]\nDDIM Sampler: 35%|███▍ | 104/300 [00:21<00:40, 4.84it/s]\nDDIM Sampler: 35%|███▌ | 105/300 [00:21<00:40, 4.84it/s]\nDDIM Sampler: 35%|███▌ | 106/300 [00:21<00:40, 4.85it/s]\nDDIM Sampler: 36%|███▌ | 107/300 [00:22<00:39, 4.85it/s]\nDDIM Sampler: 36%|███▌ | 108/300 [00:22<00:39, 4.85it/s]\nDDIM Sampler: 36%|███▋ | 109/300 [00:22<00:39, 4.85it/s]\nDDIM Sampler: 37%|███▋ | 110/300 [00:22<00:39, 4.85it/s]\nDDIM Sampler: 37%|███▋ | 111/300 [00:22<00:38, 4.85it/s]\nDDIM Sampler: 37%|███▋ | 112/300 [00:23<00:38, 4.85it/s]\nDDIM Sampler: 38%|███▊ | 113/300 [00:23<00:38, 4.84it/s]\nDDIM Sampler: 38%|███▊ | 114/300 [00:23<00:38, 4.85it/s]\nDDIM Sampler: 38%|███▊ | 115/300 [00:23<00:38, 4.85it/s]\nDDIM Sampler: 39%|███▊ | 116/300 [00:23<00:37, 4.85it/s]\nDDIM Sampler: 39%|███▉ | 117/300 [00:24<00:37, 4.85it/s]\nDDIM Sampler: 39%|███▉ | 118/300 [00:24<00:37, 4.85it/s]\nDDIM Sampler: 40%|███▉ | 119/300 [00:24<00:37, 4.85it/s]\nDDIM Sampler: 40%|████ | 120/300 [00:24<00:37, 4.85it/s]\nDDIM Sampler: 40%|████ | 121/300 [00:24<00:36, 4.85it/s]\nDDIM Sampler: 41%|████ | 122/300 [00:25<00:36, 4.85it/s]\nDDIM Sampler: 41%|████ | 123/300 [00:25<00:36, 4.84it/s]\nDDIM Sampler: 41%|████▏ | 124/300 [00:25<00:36, 4.85it/s]\nDDIM Sampler: 42%|████▏ | 125/300 [00:25<00:36, 4.85it/s]\nDDIM Sampler: 42%|████▏ | 126/300 [00:25<00:35, 4.85it/s]\nDDIM Sampler: 42%|████▏ | 127/300 [00:26<00:35, 4.85it/s]\nDDIM Sampler: 43%|████▎ | 128/300 [00:26<00:35, 4.85it/s]\nDDIM Sampler: 43%|████▎ | 129/300 [00:26<00:35, 4.85it/s]\nDDIM Sampler: 43%|████▎ | 130/300 [00:26<00:35, 4.85it/s]\nDDIM Sampler: 44%|████▎ | 131/300 [00:27<00:34, 4.84it/s]\nDDIM Sampler: 44%|████▍ | 132/300 [00:27<00:34, 4.84it/s]\nDDIM Sampler: 44%|████▍ | 133/300 [00:27<00:34, 4.85it/s]\nDDIM Sampler: 45%|████▍ | 134/300 [00:27<00:34, 4.85it/s]\nDDIM Sampler: 45%|████▌ | 135/300 [00:27<00:34, 4.85it/s]\nDDIM Sampler: 45%|████▌ | 136/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 46%|████▌ | 137/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 46%|████▌ | 138/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 46%|████▋ | 139/300 [00:28<00:33, 4.85it/s]\nDDIM Sampler: 47%|████▋ | 140/300 [00:28<00:33, 4.84it/s]\nDDIM Sampler: 47%|████▋ | 141/300 [00:29<00:32, 4.84it/s]\nDDIM Sampler: 47%|████▋ | 142/300 [00:29<00:32, 4.85it/s]\nDDIM Sampler: 48%|████▊ | 143/300 [00:29<00:32, 4.85it/s]\nDDIM Sampler: 48%|████▊ | 144/300 [00:29<00:32, 4.85it/s]\nDDIM Sampler: 48%|████▊ | 145/300 [00:29<00:31, 4.85it/s]\nDDIM Sampler: 49%|████▊ | 146/300 [00:30<00:31, 4.85it/s]\nDDIM Sampler: 49%|████▉ | 147/300 [00:30<00:31, 4.85it/s]\nDDIM Sampler: 49%|████▉ | 148/300 [00:30<00:31, 4.85it/s]\nDDIM Sampler: 50%|████▉ | 149/300 [00:30<00:31, 4.84it/s]\nDDIM Sampler: 50%|█████ | 150/300 [00:30<00:30, 4.84it/s]\nDDIM Sampler: 50%|█████ | 151/300 [00:31<00:30, 4.84it/s]\nDDIM Sampler: 51%|█████ | 152/300 [00:31<00:30, 4.84it/s]\nDDIM Sampler: 51%|█████ | 153/300 [00:31<00:30, 4.84it/s]\nDDIM Sampler: 51%|█████▏ | 154/300 [00:31<00:30, 4.84it/s]\nDDIM Sampler: 52%|█████▏ | 155/300 [00:31<00:29, 4.85it/s]\nDDIM Sampler: 52%|█████▏ | 156/300 [00:32<00:29, 4.85it/s]\nDDIM Sampler: 52%|█████▏ | 157/300 [00:32<00:29, 4.84it/s]\nDDIM Sampler: 53%|█████▎ | 158/300 [00:32<00:29, 4.84it/s]\nDDIM Sampler: 53%|█████▎ | 159/300 [00:32<00:29, 4.84it/s]\nDDIM Sampler: 53%|█████▎ | 160/300 [00:32<00:28, 4.84it/s]\nDDIM Sampler: 54%|█████▎ | 161/300 [00:33<00:28, 4.84it/s]\nDDIM Sampler: 54%|█████▍ | 162/300 [00:33<00:28, 4.84it/s]\nDDIM Sampler: 54%|█████▍ | 163/300 [00:33<00:28, 4.84it/s]\nDDIM Sampler: 55%|█████▍ | 164/300 [00:33<00:28, 4.84it/s]\nDDIM Sampler: 55%|█████▌ | 165/300 [00:34<00:27, 4.84it/s]\nDDIM Sampler: 55%|█████▌ | 166/300 [00:34<00:27, 4.84it/s]\nDDIM Sampler: 56%|█████▌ | 167/300 [00:34<00:27, 4.84it/s]\nDDIM Sampler: 56%|█████▌ | 168/300 [00:34<00:27, 4.84it/s]\nDDIM Sampler: 56%|█████▋ | 169/300 [00:34<00:27, 4.84it/s]\nDDIM Sampler: 57%|█████▋ | 170/300 [00:35<00:26, 4.84it/s]\nDDIM Sampler: 57%|█████▋ | 171/300 [00:35<00:26, 4.84it/s]\nDDIM Sampler: 57%|█████▋ | 172/300 [00:35<00:26, 4.84it/s]\nDDIM Sampler: 58%|█████▊ | 173/300 [00:35<00:26, 4.84it/s]\nDDIM Sampler: 58%|█████▊ | 174/300 [00:35<00:26, 4.84it/s]\nDDIM Sampler: 58%|█████▊ | 175/300 [00:36<00:25, 4.84it/s]\nDDIM Sampler: 59%|█████▊ | 176/300 [00:36<00:25, 4.84it/s]\nDDIM Sampler: 59%|█████▉ | 177/300 [00:36<00:25, 4.84it/s]\nDDIM Sampler: 59%|█████▉ | 178/300 [00:36<00:25, 4.84it/s]\nDDIM Sampler: 60%|█████▉ | 179/300 [00:36<00:24, 4.84it/s]\nDDIM Sampler: 60%|██████ | 180/300 [00:37<00:24, 4.84it/s]\nDDIM Sampler: 60%|██████ | 181/300 [00:37<00:24, 4.84it/s]\nDDIM Sampler: 61%|██████ | 182/300 [00:37<00:24, 4.85it/s]\nDDIM Sampler: 61%|██████ | 183/300 [00:37<00:24, 4.84it/s]\nDDIM Sampler: 61%|██████▏ | 184/300 [00:37<00:23, 4.84it/s]\nDDIM Sampler: 62%|██████▏ | 185/300 [00:38<00:23, 4.84it/s]\nDDIM Sampler: 62%|██████▏ | 186/300 [00:38<00:23, 4.84it/s]\nDDIM Sampler: 62%|██████▏ | 187/300 [00:38<00:23, 4.83it/s]\nDDIM Sampler: 63%|██████▎ | 188/300 [00:38<00:23, 4.83it/s]\nDDIM Sampler: 63%|██████▎ | 189/300 [00:38<00:22, 4.83it/s]\nDDIM Sampler: 63%|██████▎ | 190/300 [00:39<00:22, 4.83it/s]\nDDIM Sampler: 64%|██████▎ | 191/300 [00:39<00:22, 4.84it/s]\nDDIM Sampler: 64%|██████▍ | 192/300 [00:39<00:22, 4.84it/s]\nDDIM Sampler: 64%|██████▍ | 193/300 [00:39<00:22, 4.84it/s]\nDDIM Sampler: 65%|██████▍ | 194/300 [00:40<00:21, 4.83it/s]\nDDIM Sampler: 65%|██████▌ | 195/300 [00:40<00:21, 4.83it/s]\nDDIM Sampler: 65%|██████▌ | 196/300 [00:40<00:21, 4.84it/s]\nDDIM Sampler: 66%|██████▌ | 197/300 [00:40<00:21, 4.83it/s]\nDDIM Sampler: 66%|██████▌ | 198/300 [00:40<00:21, 4.83it/s]\nDDIM Sampler: 66%|██████▋ | 199/300 [00:41<00:20, 4.83it/s]\nDDIM Sampler: 67%|██████▋ | 200/300 [00:41<00:20, 4.84it/s]\nDDIM Sampler: 67%|██████▋ | 201/300 [00:41<00:20, 4.83it/s]\nDDIM Sampler: 67%|██████▋ | 202/300 [00:41<00:20, 4.83it/s]\nDDIM Sampler: 68%|██████▊ | 203/300 [00:41<00:20, 4.83it/s]\nDDIM Sampler: 68%|██████▊ | 204/300 [00:42<00:19, 4.84it/s]\nDDIM Sampler: 68%|██████▊ | 205/300 [00:42<00:19, 4.84it/s]\nDDIM Sampler: 69%|██████▊ | 206/300 [00:42<00:19, 4.84it/s]\nDDIM Sampler: 69%|██████▉ | 207/300 [00:42<00:19, 4.84it/s]\nDDIM Sampler: 69%|██████▉ | 208/300 [00:42<00:19, 4.84it/s]\nDDIM Sampler: 70%|██████▉ | 209/300 [00:43<00:18, 4.84it/s]\nDDIM Sampler: 70%|███████ | 210/300 [00:43<00:18, 4.84it/s]\nDDIM Sampler: 70%|███████ | 211/300 [00:43<00:18, 4.84it/s]\nDDIM Sampler: 71%|███████ | 212/300 [00:43<00:18, 4.83it/s]\nDDIM Sampler: 71%|███████ | 213/300 [00:43<00:17, 4.84it/s]\nDDIM Sampler: 71%|███████▏ | 214/300 [00:44<00:17, 4.84it/s]\nDDIM Sampler: 72%|███████▏ | 215/300 [00:44<00:17, 4.83it/s]\nDDIM Sampler: 72%|███████▏ | 216/300 [00:44<00:17, 4.83it/s]\nDDIM Sampler: 72%|███████▏ | 217/300 [00:44<00:17, 4.84it/s]\nDDIM Sampler: 73%|███████▎ | 218/300 [00:44<00:16, 4.83it/s]\nDDIM Sampler: 73%|███████▎ | 219/300 [00:45<00:16, 4.83it/s]\nDDIM Sampler: 73%|███████▎ | 220/300 [00:45<00:16, 4.82it/s]\nDDIM Sampler: 74%|███████▎ | 221/300 [00:45<00:16, 4.83it/s]\nDDIM Sampler: 74%|███████▍ | 222/300 [00:45<00:16, 4.83it/s]\nDDIM Sampler: 74%|███████▍ | 223/300 [00:46<00:15, 4.83it/s]\nDDIM Sampler: 75%|███████▍ | 224/300 [00:46<00:15, 4.83it/s]\nDDIM Sampler: 75%|███████▌ | 225/300 [00:46<00:15, 4.83it/s]\nDDIM Sampler: 75%|███████▌ | 226/300 [00:46<00:15, 4.84it/s]\nDDIM Sampler: 76%|███████▌ | 227/300 [00:46<00:15, 4.83it/s]\nDDIM Sampler: 76%|███████▌ | 228/300 [00:47<00:14, 4.83it/s]\nDDIM Sampler: 76%|███████▋ | 229/300 [00:47<00:14, 4.83it/s]\nDDIM Sampler: 77%|███████▋ | 230/300 [00:47<00:14, 4.83it/s]\nDDIM Sampler: 77%|███████▋ | 231/300 [00:47<00:14, 4.83it/s]\nDDIM Sampler: 77%|███████▋ | 232/300 [00:47<00:14, 4.83it/s]\nDDIM Sampler: 78%|███████▊ | 233/300 [00:48<00:13, 4.83it/s]\nDDIM Sampler: 78%|███████▊ | 234/300 [00:48<00:13, 4.83it/s]\nDDIM Sampler: 78%|███████▊ | 235/300 [00:48<00:13, 4.83it/s]\nDDIM Sampler: 79%|███████▊ | 236/300 [00:48<00:13, 4.83it/s]\nDDIM Sampler: 79%|███████▉ | 237/300 [00:48<00:13, 4.83it/s]\nDDIM Sampler: 79%|███████▉ | 238/300 [00:49<00:12, 4.83it/s]\nDDIM Sampler: 80%|███████▉ | 239/300 [00:49<00:12, 4.83it/s]\nDDIM Sampler: 80%|████████ | 240/300 [00:49<00:12, 4.83it/s]\nDDIM Sampler: 80%|████████ | 241/300 [00:49<00:12, 4.83it/s]\nDDIM Sampler: 81%|████████ | 242/300 [00:49<00:11, 4.83it/s]\nDDIM Sampler: 81%|████████ | 243/300 [00:50<00:11, 4.83it/s]\nDDIM Sampler: 81%|████████▏ | 244/300 [00:50<00:11, 4.83it/s]\nDDIM Sampler: 82%|████████▏ | 245/300 [00:50<00:11, 4.83it/s]\nDDIM Sampler: 82%|████████▏ | 246/300 [00:50<00:11, 4.83it/s]\nDDIM Sampler: 82%|████████▏ | 247/300 [00:50<00:10, 4.83it/s]\nDDIM Sampler: 83%|████████▎ | 248/300 [00:51<00:10, 4.83it/s]\nDDIM Sampler: 83%|████████▎ | 249/300 [00:51<00:10, 4.84it/s]\nDDIM Sampler: 83%|████████▎ | 250/300 [00:51<00:10, 4.84it/s]\nDDIM Sampler: 84%|████████▎ | 251/300 [00:51<00:10, 4.84it/s]\nDDIM Sampler: 84%|████████▍ | 252/300 [00:52<00:09, 4.84it/s]\nDDIM Sampler: 84%|████████▍ | 253/300 [00:52<00:09, 4.84it/s]\nDDIM Sampler: 85%|████████▍ | 254/300 [00:52<00:09, 4.85it/s]\nDDIM Sampler: 85%|████████▌ | 255/300 [00:52<00:09, 4.85it/s]\nDDIM Sampler: 85%|████████▌ | 256/300 [00:52<00:09, 4.85it/s]\nDDIM Sampler: 86%|████████▌ | 257/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 86%|████████▌ | 258/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 86%|████████▋ | 259/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 87%|████████▋ | 260/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 87%|████████▋ | 261/300 [00:53<00:08, 4.85it/s]\nDDIM Sampler: 87%|████████▋ | 262/300 [00:54<00:07, 4.85it/s]\nDDIM Sampler: 88%|████████▊ | 263/300 [00:54<00:07, 4.85it/s]\nDDIM Sampler: 88%|████████▊ | 264/300 [00:54<00:07, 4.85it/s]\nDDIM Sampler: 88%|████████▊ | 265/300 [00:54<00:07, 4.85it/s]\nDDIM Sampler: 89%|████████▊ | 266/300 [00:54<00:07, 4.85it/s]\nDDIM Sampler: 89%|████████▉ | 267/300 [00:55<00:06, 4.85it/s]\nDDIM Sampler: 89%|████████▉ | 268/300 [00:55<00:06, 4.84it/s]\nDDIM Sampler: 90%|████████▉ | 269/300 [00:55<00:06, 4.84it/s]\nDDIM Sampler: 90%|█████████ | 270/300 [00:55<00:06, 4.84it/s]\nDDIM Sampler: 90%|█████████ | 271/300 [00:55<00:05, 4.84it/s]\nDDIM Sampler: 91%|█████████ | 272/300 [00:56<00:05, 4.84it/s]\nDDIM Sampler: 91%|█████████ | 273/300 [00:56<00:05, 4.84it/s]\nDDIM Sampler: 91%|█████████▏| 274/300 [00:56<00:05, 4.84it/s]\nDDIM Sampler: 92%|█████████▏| 275/300 [00:56<00:05, 4.84it/s]\nDDIM Sampler: 92%|█████████▏| 276/300 [00:56<00:04, 4.84it/s]\nDDIM Sampler: 92%|█████████▏| 277/300 [00:57<00:04, 4.84it/s]\nDDIM Sampler: 93%|█████████▎| 278/300 [00:57<00:04, 4.84it/s]\nDDIM Sampler: 93%|█████████▎| 279/300 [00:57<00:04, 4.84it/s]\nDDIM Sampler: 93%|█████████▎| 280/300 [00:57<00:04, 4.84it/s]\nDDIM Sampler: 94%|█████████▎| 281/300 [00:58<00:03, 4.84it/s]\nDDIM Sampler: 94%|█████████▍| 282/300 [00:58<00:03, 4.84it/s]\nDDIM Sampler: 94%|█████████▍| 283/300 [00:58<00:03, 4.85it/s]\nDDIM Sampler: 95%|█████████▍| 284/300 [00:58<00:03, 4.85it/s]\nDDIM Sampler: 95%|█████████▌| 285/300 [00:58<00:03, 4.85it/s]\nDDIM Sampler: 95%|█████████▌| 286/300 [00:59<00:02, 4.85it/s]\nDDIM Sampler: 96%|█████████▌| 287/300 [00:59<00:02, 4.85it/s]\nDDIM Sampler: 96%|█████████▌| 288/300 [00:59<00:02, 4.85it/s]\nDDIM Sampler: 96%|█████████▋| 289/300 [00:59<00:02, 4.85it/s]\nDDIM Sampler: 97%|█████████▋| 290/300 [00:59<00:02, 4.85it/s]\nDDIM Sampler: 97%|█████████▋| 291/300 [01:00<00:01, 4.84it/s]\nDDIM Sampler: 97%|█████████▋| 292/300 [01:00<00:01, 4.84it/s]\nDDIM Sampler: 98%|█████████▊| 293/300 [01:00<00:01, 4.84it/s]\nDDIM Sampler: 98%|█████████▊| 294/300 [01:00<00:01, 4.85it/s]\nDDIM Sampler: 98%|█████████▊| 295/300 [01:00<00:01, 4.85it/s]\nDDIM Sampler: 99%|█████████▊| 296/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 99%|█████████▉| 297/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 99%|█████████▉| 298/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 100%|█████████▉| 299/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 100%|██████████| 300/300 [01:01<00:00, 4.85it/s]\nDDIM Sampler: 100%|██████████| 300/300 [01:01<00:00, 4.84it/s]\nINFO:root:clip took 12.29, probabilities: [31.285995, 30.39517, 29.985516, 32.35437, 27.394226]\nINFO:root:Starting decoder optimization\nINFO:root:Starting decoder optimization for 100 iterations.\nINFO:root:Decoder opt it 0/100 loss: 0.7867390513420105\nINFO:root:Decoder opt it 1/100 loss: 0.4989558458328247\nINFO:root:Decoder opt it 2/100 loss: 0.47584038972854614\nINFO:root:Decoder opt it 3/100 loss: 0.4407537579536438\nINFO:root:Decoder opt it 4/100 loss: 0.4276290833950043\nINFO:root:Decoder opt it 5/100 loss: 0.4206407368183136\nINFO:root:Decoder opt it 6/100 loss: 0.40227290987968445\nINFO:root:Decoder opt it 7/100 loss: 0.39023473858833313\nINFO:root:Decoder opt it 8/100 loss: 0.3861745595932007\nINFO:root:Decoder opt it 9/100 loss: 0.3794189393520355\nINFO:root:Decoder opt it 10/100 loss: 0.3682575225830078\nINFO:root:Decoder opt it 11/100 loss: 0.35752740502357483\nINFO:root:Decoder opt it 12/100 loss: 0.3516506552696228\nINFO:root:Decoder opt it 13/100 loss: 0.3478747606277466\nINFO:root:Decoder opt it 14/100 loss: 0.3402460813522339\nINFO:root:Decoder opt it 15/100 loss: 0.33020445704460144\nINFO:root:Decoder opt it 16/100 loss: 0.3226792514324188\nINFO:root:Decoder opt it 17/100 loss: 0.31781309843063354\nINFO:root:Decoder opt it 18/100 loss: 0.31241574883461\nINFO:root:Decoder opt it 19/100 loss: 0.30615800619125366\nINFO:root:Decoder opt it 20/100 loss: 0.300281822681427\nINFO:root:Decoder opt it 21/100 loss: 0.2942868769168854\nINFO:root:Decoder opt it 22/100 loss: 0.2875806391239166\nINFO:root:Decoder opt it 23/100 loss: 0.2814207077026367\nINFO:root:Decoder opt it 24/100 loss: 0.2764934301376343\nINFO:root:Decoder opt it 25/100 loss: 0.27143409848213196\nINFO:root:Decoder opt it 26/100 loss: 0.26532527804374695\nINFO:root:Decoder opt it 27/100 loss: 0.2592194080352783\nINFO:root:Decoder opt it 28/100 loss: 0.25457412004470825\nINFO:root:Decoder opt it 29/100 loss: 0.25060611963272095\nINFO:root:Decoder opt it 30/100 loss: 0.24547487497329712\nINFO:root:Decoder opt it 31/100 loss: 0.23970025777816772\nINFO:root:Decoder opt it 32/100 loss: 0.23468489944934845\nINFO:root:Decoder opt it 33/100 loss: 0.23013488948345184\nINFO:root:Decoder opt it 34/100 loss: 0.2255035936832428\nINFO:root:Decoder opt it 35/100 loss: 0.22100546956062317\nINFO:root:Decoder opt it 36/100 loss: 0.21651607751846313\nINFO:root:Decoder opt it 37/100 loss: 0.21185122430324554\nINFO:root:Decoder opt it 38/100 loss: 0.20736363530158997\nINFO:root:Decoder opt it 39/100 loss: 0.20329135656356812\nINFO:root:Decoder opt it 40/100 loss: 0.1992141604423523\nINFO:root:Decoder opt it 41/100 loss: 0.1948266327381134\nINFO:root:Decoder opt it 42/100 loss: 0.19070255756378174\nINFO:root:Decoder opt it 43/100 loss: 0.18695291876792908\nINFO:root:Decoder opt it 44/100 loss: 0.18295827507972717\nINFO:root:Decoder opt it 45/100 loss: 0.1789035052061081\nINFO:root:Decoder opt it 46/100 loss: 0.17510248720645905\nINFO:root:Decoder opt it 47/100 loss: 0.1713676005601883\nINFO:root:Decoder opt it 48/100 loss: 0.16772176325321198\nINFO:root:Decoder opt it 49/100 loss: 0.16417789459228516\nINFO:root:Decoder opt it 50/100 loss: 0.16054992377758026\nINFO:root:Decoder opt it 51/100 loss: 0.1569751352071762\nINFO:root:Decoder opt it 52/100 loss: 0.15369923412799835\nINFO:root:Decoder opt it 53/100 loss: 0.1504204124212265\nINFO:root:Decoder opt it 54/100 loss: 0.14715811610221863\nINFO:root:Decoder opt it 55/100 loss: 0.14400573074817657\nINFO:root:Decoder opt it 56/100 loss: 0.14091794192790985\nINFO:root:Decoder opt it 57/100 loss: 0.1379292607307434\nINFO:root:Decoder opt it 58/100 loss: 0.1349732130765915\nINFO:root:Decoder opt it 59/100 loss: 0.1320621371269226\nINFO:root:Decoder opt it 60/100 loss: 0.1292257010936737\nINFO:root:Decoder opt it 61/100 loss: 0.12641799449920654\nINFO:root:Decoder opt it 62/100 loss: 0.12368972599506378\nINFO:root:Decoder opt it 63/100 loss: 0.12102536112070084\nINFO:root:Decoder opt it 64/100 loss: 0.11844658106565475\nINFO:root:Decoder opt it 65/100 loss: 0.11593954265117645\nINFO:root:Decoder opt it 66/100 loss: 0.11344974488019943\nINFO:root:Decoder opt it 67/100 loss: 0.11104320734739304\nINFO:root:Decoder opt it 68/100 loss: 0.10869666188955307\nINFO:root:Decoder opt it 69/100 loss: 0.10641481727361679\nINFO:root:Decoder opt it 70/100 loss: 0.10417843610048294\nINFO:root:Decoder opt it 71/100 loss: 0.10198422521352768\nINFO:root:Decoder opt it 72/100 loss: 0.09983821213245392\nINFO:root:Decoder opt it 73/100 loss: 0.09773163497447968\nINFO:root:Decoder opt it 74/100 loss: 0.09567523747682571\nINFO:root:Decoder opt it 75/100 loss: 0.09366781264543533\nINFO:root:Decoder opt it 76/100 loss: 0.09171687066555023\nINFO:root:Decoder opt it 77/100 loss: 0.08980415761470795\nINFO:root:Decoder opt it 78/100 loss: 0.08793788403272629\nINFO:root:Decoder opt it 79/100 loss: 0.086112841963768\nINFO:root:Decoder opt it 80/100 loss: 0.08433187752962112\nINFO:root:Decoder opt it 81/100 loss: 0.08258907496929169\nINFO:root:Decoder opt it 82/100 loss: 0.08088778704404831\nINFO:root:Decoder opt it 83/100 loss: 0.07922254502773285\nINFO:root:Decoder opt it 84/100 loss: 0.07759689539670944\nINFO:root:Decoder opt it 85/100 loss: 0.07601536065340042\nINFO:root:Decoder opt it 86/100 loss: 0.07446347177028656\nINFO:root:Decoder opt it 87/100 loss: 0.07295096665620804\nINFO:root:Decoder opt it 88/100 loss: 0.07147189974784851\nINFO:root:Decoder opt it 89/100 loss: 0.0700295940041542\nINFO:root:Decoder opt it 90/100 loss: 0.06862287223339081\nINFO:root:Decoder opt it 91/100 loss: 0.0672495886683464\nINFO:root:Decoder opt it 92/100 loss: 0.06590475887060165\nINFO:root:Decoder opt it 93/100 loss: 0.06459333747625351\nINFO:root:Decoder opt it 94/100 loss: 0.06331244856119156\nINFO:root:Decoder opt it 95/100 loss: 0.062065910547971725\nINFO:root:Decoder opt it 96/100 loss: 0.0608501173555851\nINFO:root:Decoder opt it 97/100 loss: 0.05966205149888992\nINFO:root:Decoder opt it 98/100 loss: 0.05849926918745041\nINFO:root:Decoder opt it 99/100 loss: 0.0573684386909008\nINFO:root:Finished decoder optimization in 17.04 seconds.\nupsampling stages: [768, 832]\nINFO:root:Using seed 35222 in upscaling\nGlobal seed set to 35222\nINFO:root:Downscaling to [512 512], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.4, starting at 391/1000\nRunning blended DDIM Sampling with 40 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/40 [00:00<?, ?it/s]\nDDIM Sampler: 2%|▎ | 1/40 [00:00<00:06, 5.64it/s]\nDDIM Sampler: 5%|▌ | 2/40 [00:00<00:06, 5.63it/s]\nDDIM Sampler: 8%|▊ | 3/40 [00:00<00:06, 5.62it/s]\nDDIM Sampler: 10%|█ | 4/40 [00:00<00:06, 5.63it/s]\nDDIM Sampler: 12%|█▎ | 5/40 [00:00<00:06, 5.63it/s]\nDDIM Sampler: 15%|█▌ | 6/40 [00:01<00:06, 5.62it/s]\nDDIM Sampler: 18%|█▊ | 7/40 [00:01<00:05, 5.62it/s]\nDDIM Sampler: 20%|██ | 8/40 [00:01<00:05, 5.63it/s]\nDDIM Sampler: 22%|██▎ | 9/40 [00:01<00:05, 5.63it/s]\nDDIM Sampler: 25%|██▌ | 10/40 [00:01<00:05, 5.63it/s]\nDDIM Sampler: 28%|██▊ | 11/40 [00:01<00:05, 5.63it/s]\nDDIM Sampler: 30%|███ | 12/40 [00:02<00:04, 5.62it/s]\nDDIM Sampler: 32%|███▎ | 13/40 [00:02<00:04, 5.63it/s]\nDDIM Sampler: 35%|███▌ | 14/40 [00:02<00:04, 5.63it/s]\nDDIM Sampler: 38%|███▊ | 15/40 [00:02<00:04, 5.63it/s]\nDDIM Sampler: 40%|████ | 16/40 [00:02<00:04, 5.62it/s]\nDDIM Sampler: 42%|████▎ | 17/40 [00:03<00:04, 5.61it/s]\nDDIM Sampler: 45%|████▌ | 18/40 [00:03<00:03, 5.61it/s]\nDDIM Sampler: 48%|████▊ | 19/40 [00:03<00:03, 5.62it/s]\nDDIM Sampler: 50%|█████ | 20/40 [00:03<00:03, 5.61it/s]\nDDIM Sampler: 52%|█████▎ | 21/40 [00:03<00:03, 5.61it/s]\nDDIM Sampler: 55%|█████▌ | 22/40 [00:03<00:03, 5.61it/s]\nDDIM Sampler: 57%|█████▊ | 23/40 [00:04<00:03, 5.61it/s]\nDDIM Sampler: 60%|██████ | 24/40 [00:04<00:02, 5.61it/s]\nDDIM Sampler: 62%|██████▎ | 25/40 [00:04<00:02, 5.61it/s]\nDDIM Sampler: 65%|██████▌ | 26/40 [00:04<00:02, 5.61it/s]\nDDIM Sampler: 68%|██████▊ | 27/40 [00:04<00:02, 5.61it/s]\nDDIM Sampler: 70%|███████ | 28/40 [00:04<00:02, 5.60it/s]\nDDIM Sampler: 72%|███████▎ | 29/40 [00:05<00:01, 5.61it/s]\nDDIM Sampler: 75%|███████▌ | 30/40 [00:05<00:01, 5.61it/s]\nDDIM Sampler: 78%|███████▊ | 31/40 [00:05<00:01, 5.61it/s]\nDDIM Sampler: 80%|████████ | 32/40 [00:05<00:01, 5.61it/s]\nDDIM Sampler: 82%|████████▎ | 33/40 [00:05<00:01, 5.61it/s]\nDDIM Sampler: 85%|████████▌ | 34/40 [00:06<00:01, 5.60it/s]\nDDIM Sampler: 88%|████████▊ | 35/40 [00:06<00:00, 5.60it/s]\nDDIM Sampler: 90%|█████████ | 36/40 [00:06<00:00, 5.60it/s]\nDDIM Sampler: 92%|█████████▎| 37/40 [00:06<00:00, 5.60it/s]\nDDIM Sampler: 95%|█████████▌| 38/40 [00:06<00:00, 5.61it/s]\nDDIM Sampler: 98%|█████████▊| 39/40 [00:06<00:00, 5.61it/s]\nDDIM Sampler: 100%|██████████| 40/40 [00:07<00:00, 5.61it/s]\nDDIM Sampler: 100%|██████████| 40/40 [00:07<00:00, 5.62it/s]\nINFO:root:Starting decoder optimization\nINFO:root:Starting decoder optimization for 100 iterations.\nINFO:root:Decoder opt it 0/100 loss: 0.45635104179382324\nINFO:root:Decoder opt it 1/100 loss: 0.4532138407230377\nINFO:root:Decoder opt it 2/100 loss: 0.37322747707366943\nINFO:root:Decoder opt it 3/100 loss: 0.36942070722579956\nINFO:root:Decoder opt it 4/100 loss: 0.3646683394908905\nINFO:root:Decoder opt it 5/100 loss: 0.3401423990726471\nINFO:root:Decoder opt it 6/100 loss: 0.3371089696884155\nINFO:root:Decoder opt it 7/100 loss: 0.33926501870155334\nINFO:root:Decoder opt it 8/100 loss: 0.32541894912719727\nINFO:root:Decoder opt it 9/100 loss: 0.31070220470428467\nINFO:root:Decoder opt it 10/100 loss: 0.30908745527267456\nINFO:root:Decoder opt it 11/100 loss: 0.31172698736190796\nINFO:root:Decoder opt it 12/100 loss: 0.3054026663303375\nINFO:root:Decoder opt it 13/100 loss: 0.2935520112514496\nINFO:root:Decoder opt it 14/100 loss: 0.286798894405365\nINFO:root:Decoder opt it 15/100 loss: 0.2863958477973938\nINFO:root:Decoder opt it 16/100 loss: 0.28445810079574585\nINFO:root:Decoder opt it 17/100 loss: 0.2774902284145355\nINFO:root:Decoder opt it 18/100 loss: 0.2702341079711914\nINFO:root:Decoder opt it 19/100 loss: 0.2664169371128082\nINFO:root:Decoder opt it 20/100 loss: 0.26375365257263184\nINFO:root:Decoder opt it 21/100 loss: 0.2591032385826111\nINFO:root:Decoder opt it 22/100 loss: 0.2534154951572418\nINFO:root:Decoder opt it 23/100 loss: 0.24912050366401672\nINFO:root:Decoder opt it 24/100 loss: 0.2458193600177765\nINFO:root:Decoder opt it 25/100 loss: 0.2417519986629486\nINFO:root:Decoder opt it 26/100 loss: 0.2368496209383011\nINFO:root:Decoder opt it 27/100 loss: 0.23250068724155426\nINFO:root:Decoder opt it 28/100 loss: 0.228921040892601\nINFO:root:Decoder opt it 29/100 loss: 0.22502805292606354\nINFO:root:Decoder opt it 30/100 loss: 0.22067345678806305\nINFO:root:Decoder opt it 31/100 loss: 0.2167273610830307\nINFO:root:Decoder opt it 32/100 loss: 0.21337442100048065\nINFO:root:Decoder opt it 33/100 loss: 0.20984502136707306\nINFO:root:Decoder opt it 34/100 loss: 0.2057749181985855\nINFO:root:Decoder opt it 35/100 loss: 0.2016320526599884\nINFO:root:Decoder opt it 36/100 loss: 0.1979370415210724\nINFO:root:Decoder opt it 37/100 loss: 0.19454625248908997\nINFO:root:Decoder opt it 38/100 loss: 0.1909657120704651\nINFO:root:Decoder opt it 39/100 loss: 0.1871056854724884\nINFO:root:Decoder opt it 40/100 loss: 0.18345150351524353\nINFO:root:Decoder opt it 41/100 loss: 0.1802077442407608\nINFO:root:Decoder opt it 42/100 loss: 0.1768457144498825\nINFO:root:Decoder opt it 43/100 loss: 0.17320851981639862\nINFO:root:Decoder opt it 44/100 loss: 0.16981390118598938\nINFO:root:Decoder opt it 45/100 loss: 0.1666303426027298\nINFO:root:Decoder opt it 46/100 loss: 0.16321977972984314\nINFO:root:Decoder opt it 47/100 loss: 0.15982720255851746\nINFO:root:Decoder opt it 48/100 loss: 0.15671858191490173\nINFO:root:Decoder opt it 49/100 loss: 0.15347477793693542\nINFO:root:Decoder opt it 50/100 loss: 0.15019790828227997\nINFO:root:Decoder opt it 51/100 loss: 0.14718177914619446\nINFO:root:Decoder opt it 52/100 loss: 0.1440592110157013\nINFO:root:Decoder opt it 53/100 loss: 0.14093951880931854\nINFO:root:Decoder opt it 54/100 loss: 0.13807742297649384\nINFO:root:Decoder opt it 55/100 loss: 0.1351325362920761\nINFO:root:Decoder opt it 56/100 loss: 0.13215650618076324\nINFO:root:Decoder opt it 57/100 loss: 0.12939921021461487\nINFO:root:Decoder opt it 58/100 loss: 0.12659074366092682\nINFO:root:Decoder opt it 59/100 loss: 0.123777374625206\nINFO:root:Decoder opt it 60/100 loss: 0.12111499905586243\nINFO:root:Decoder opt it 61/100 loss: 0.11846856772899628\nINFO:root:Decoder opt it 62/100 loss: 0.11584063619375229\nINFO:root:Decoder opt it 63/100 loss: 0.1133030503988266\nINFO:root:Decoder opt it 64/100 loss: 0.110816091299057\nINFO:root:Decoder opt it 65/100 loss: 0.10834676772356033\nINFO:root:Decoder opt it 66/100 loss: 0.10598664730787277\nINFO:root:Decoder opt it 67/100 loss: 0.10363415628671646\nINFO:root:Decoder opt it 68/100 loss: 0.1013505756855011\nINFO:root:Decoder opt it 69/100 loss: 0.09914354234933853\nINFO:root:Decoder opt it 70/100 loss: 0.0969420000910759\nINFO:root:Decoder opt it 71/100 loss: 0.09483055025339127\nINFO:root:Decoder opt it 72/100 loss: 0.09275588393211365\nINFO:root:Decoder opt it 73/100 loss: 0.09072761982679367\nINFO:root:Decoder opt it 74/100 loss: 0.08875053375959396\nINFO:root:Decoder opt it 75/100 loss: 0.08681613951921463\nINFO:root:Decoder opt it 76/100 loss: 0.08492662012577057\nINFO:root:Decoder opt it 77/100 loss: 0.08309277147054672\nINFO:root:Decoder opt it 78/100 loss: 0.08129141479730606\nINFO:root:Decoder opt it 79/100 loss: 0.07955802977085114\nINFO:root:Decoder opt it 80/100 loss: 0.07784941047430038\nINFO:root:Decoder opt it 81/100 loss: 0.07619284093379974\nINFO:root:Decoder opt it 82/100 loss: 0.0745701715350151\nINFO:root:Decoder opt it 83/100 loss: 0.07298195362091064\nINFO:root:Decoder opt it 84/100 loss: 0.0714360773563385\nINFO:root:Decoder opt it 85/100 loss: 0.0699179619550705\nINFO:root:Decoder opt it 86/100 loss: 0.06844206899404526\nINFO:root:Decoder opt it 87/100 loss: 0.06699874252080917\nINFO:root:Decoder opt it 88/100 loss: 0.06559308618307114\nINFO:root:Decoder opt it 89/100 loss: 0.06422083079814911\nINFO:root:Decoder opt it 90/100 loss: 0.0628872811794281\nINFO:root:Decoder opt it 91/100 loss: 0.06158378720283508\nINFO:root:Decoder opt it 92/100 loss: 0.06031664460897446\nINFO:root:Decoder opt it 93/100 loss: 0.05908021703362465\nINFO:root:Decoder opt it 94/100 loss: 0.057881418615579605\nINFO:root:Decoder opt it 95/100 loss: 0.05673844739794731\nINFO:root:Decoder opt it 96/100 loss: 0.05582311749458313\nINFO:root:Decoder opt it 97/100 loss: 0.05603329837322235\nINFO:root:Decoder opt it 98/100 loss: 0.05888235569000244\nINFO:root:Decoder opt it 99/100 loss: 0.05695764347910881\nINFO:root:Finished decoder optimization in 37.59 seconds.\nINFO:root:Running upscaling to [832 832] in 4 segments of [f768 x 768].\nINFO:root:Upscaling segment 0/4.\nINFO:root:Using seed 631215 in upscaling\nGlobal seed set to 631215\nINFO:root:Downscaling to [708 708], upscaling to [768 768].\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.60it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.59it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.60it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.61it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.60it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.59it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.59it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.59it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.59it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.59it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.59it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.59it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.60it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.60it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.60it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.60it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.60it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.60it/s]\nINFO:root:Upscaling segment 1/4.\nINFO:root:Using seed 484439 in upscaling\nGlobal seed set to 484439\nINFO:root:Downscaling to [708 473], upscaling to [768 512].\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.40it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 9.46it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 9.48it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 9.42it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 9.40it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 9.35it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 9.29it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.28it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 8.76it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 8.91it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 9.03it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.13it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.16it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 9.24it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.29it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.33it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.35it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:01<00:00, 9.35it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.23it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 9.27it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 9.34it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 9.37it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 9.38it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 9.38it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.43it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.28it/s]\nINFO:root:Upscaling segment 2/4.\nINFO:root:Using seed 296857 in upscaling\nGlobal seed set to 296857\nINFO:root:Downscaling to [473 708], upscaling to [512 768].\nData shape for DDIM sampling is (1, 4, 64, 96), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:03, 7.61it/s]\nDDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 8.10it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 8.52it/s]\nDDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 8.74it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 8.85it/s]\nDDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 8.92it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:02, 8.99it/s]\nDDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.03it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:01<00:01, 9.00it/s]\nDDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 9.04it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 8.93it/s]\nDDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.00it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.04it/s]\nDDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 9.08it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.03it/s]\nDDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.06it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.10it/s]\nDDIM Sampler: 72%|███████▏ | 18/25 [00:02<00:00, 9.10it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.10it/s]\nDDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 8.92it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 8.98it/s]\nDDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 8.96it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 8.99it/s]\nDDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 8.97it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.00it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.94it/s]\nINFO:root:Upscaling segment 3/4.\nINFO:root:Using seed 949227 in upscaling\nGlobal seed set to 949227\nINFO:root:Downscaling to [473 473], upscaling to [512 512].\nData shape for DDIM sampling is (1, 4, 64, 64), eta 1.0\nINFO:root:Using SDEdit ratio 0.25, starting at 241/1000\nRunning blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps\nDDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s]\nDDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.55it/s]\nDDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 10.80it/s]\nDDIM Sampler: 20%|██ | 5/25 [00:00<00:01, 11.01it/s]\nDDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 11.06it/s]\nDDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 11.19it/s]\nDDIM Sampler: 44%|████▍ | 11/25 [00:00<00:01, 11.24it/s]\nDDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 11.32it/s]\nDDIM Sampler: 60%|██████ | 15/25 [00:01<00:00, 11.34it/s]\nDDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 11.24it/s]\nDDIM Sampler: 76%|███████▌ | 19/25 [00:01<00:00, 11.32it/s]\nDDIM Sampler: 84%|████████▍ | 21/25 [00:01<00:00, 11.39it/s]\nDDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 11.42it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 11.53it/s]\nDDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 11.30it/s]\nINFO:root:Starting decoder optimization\nINFO:root:Performing decoder optimization in 4 segments.\nINFO:root:Starting decoder optimization for 100 iterations.\nINFO:root:Decoder opt it 0/100 loss: 0.7192582190036774\nINFO:root:Decoder opt it 1/100 loss: 0.6621929407119751\nINFO:root:Decoder opt it 2/100 loss: 0.5825389325618744\nINFO:root:Decoder opt it 3/100 loss: 0.5630375444889069\nINFO:root:Decoder opt it 4/100 loss: 0.5545524656772614\nINFO:root:Decoder opt it 5/100 loss: 0.5253113359212875\nINFO:root:Decoder opt it 6/100 loss: 0.5118912011384964\nINFO:root:Decoder opt it 7/100 loss: 0.502621054649353\nINFO:root:Decoder opt it 8/100 loss: 0.4882569909095764\nINFO:root:Decoder opt it 9/100 loss: 0.4739983379840851\nINFO:root:Decoder opt it 10/100 loss: 0.46508441865444183\nINFO:root:Decoder opt it 11/100 loss: 0.44983625411987305\nINFO:root:Decoder opt it 12/100 loss: 0.4388495981693268\nINFO:root:Decoder opt it 13/100 loss: 0.42733487486839294\nINFO:root:Decoder opt it 14/100 loss: 0.41580481827259064\nINFO:root:Decoder opt it 15/100 loss: 0.4043704718351364\nINFO:root:Decoder opt it 16/100 loss: 0.39361000061035156\nINFO:root:Decoder opt it 17/100 loss: 0.3818582445383072\nINFO:root:Decoder opt it 18/100 loss: 0.3714407682418823\nINFO:root:Decoder opt it 19/100 loss: 0.36026889085769653\nINFO:root:Decoder opt it 20/100 loss: 0.3496913015842438\nINFO:root:Decoder opt it 21/100 loss: 0.3390895277261734\nINFO:root:Decoder opt it 22/100 loss: 0.3284006863832474\nINFO:root:Decoder opt it 23/100 loss: 0.3180364966392517\nINFO:root:Decoder opt it 24/100 loss: 0.30787958204746246\nINFO:root:Decoder opt it 25/100 loss: 0.2976751998066902\nINFO:root:Decoder opt it 26/100 loss: 0.2877689078450203\nINFO:root:Decoder opt it 27/100 loss: 0.27799341827630997\nINFO:root:Decoder opt it 28/100 loss: 0.2683324068784714\nINFO:root:Decoder opt it 29/100 loss: 0.2589935064315796\nINFO:root:Decoder opt it 30/100 loss: 0.24970372021198273\nINFO:root:Decoder opt it 31/100 loss: 0.2407502830028534\nINFO:root:Decoder opt it 32/100 loss: 0.23195978999137878\nINFO:root:Decoder opt it 33/100 loss: 0.22348009049892426\nINFO:root:Decoder opt it 34/100 loss: 0.21525122970342636\nINFO:root:Decoder opt it 35/100 loss: 0.20739900320768356\nINFO:root:Decoder opt it 36/100 loss: 0.19978078454732895\nINFO:root:Decoder opt it 37/100 loss: 0.1924414411187172\nINFO:root:Decoder opt it 38/100 loss: 0.1854257732629776\nINFO:root:Decoder opt it 39/100 loss: 0.17887140810489655\nINFO:root:Decoder opt it 40/100 loss: 0.1728901043534279\nINFO:root:Decoder opt it 41/100 loss: 0.16767030954360962\nINFO:root:Decoder opt it 42/100 loss: 0.1633233204483986\nINFO:root:Decoder opt it 43/100 loss: 0.1592552661895752\nINFO:root:Decoder opt it 44/100 loss: 0.15466314554214478\nINFO:root:Decoder opt it 45/100 loss: 0.15023697912693024\nINFO:root:Decoder opt it 46/100 loss: 0.14751943200826645\nINFO:root:Decoder opt it 47/100 loss: 0.14487125724554062\nINFO:root:Decoder opt it 48/100 loss: 0.1406395584344864\nINFO:root:Decoder opt it 49/100 loss: 0.1355169601738453\nINFO:root:Decoder opt it 50/100 loss: 0.13049787282943726\nINFO:root:Decoder opt it 51/100 loss: 0.1268707998096943\nINFO:root:Decoder opt it 52/100 loss: 0.12346994876861572\nINFO:root:Decoder opt it 53/100 loss: 0.12172720581293106\nINFO:root:Decoder opt it 54/100 loss: 0.11948932334780693\nINFO:root:Decoder opt it 55/100 loss: 0.11792062595486641\nINFO:root:Decoder opt it 56/100 loss: 0.11451829224824905\nINFO:root:Decoder opt it 57/100 loss: 0.11216074228286743\nINFO:root:Decoder opt it 58/100 loss: 0.10742762312293053\nINFO:root:Decoder opt it 59/100 loss: 0.10471008345484734\nINFO:root:Decoder opt it 60/100 loss: 0.10203967988491058\nINFO:root:Decoder opt it 61/100 loss: 0.09924906864762306\nINFO:root:Decoder opt it 62/100 loss: 0.0964907817542553\nINFO:root:Decoder opt it 63/100 loss: 0.09443392977118492\nINFO:root:Decoder opt it 64/100 loss: 0.09363545849919319\nINFO:root:Decoder opt it 65/100 loss: 0.09242608770728111\nINFO:root:Decoder opt it 66/100 loss: 0.09176679700613022\nINFO:root:Decoder opt it 67/100 loss: 0.09140843898057938\nINFO:root:Decoder opt it 68/100 loss: 0.09204510971903801\nINFO:root:Decoder opt it 69/100 loss: 0.08905330672860146\nINFO:root:Decoder opt it 70/100 loss: 0.08703308925032616\nINFO:root:Decoder opt it 71/100 loss: 0.08246241137385368\nINFO:root:Decoder opt it 72/100 loss: 0.07982056587934494\nINFO:root:Decoder opt it 73/100 loss: 0.07773464918136597\nINFO:root:Decoder opt it 74/100 loss: 0.07607394456863403\nINFO:root:Decoder opt it 75/100 loss: 0.0746084600687027\nINFO:root:Decoder opt it 76/100 loss: 0.07301026210188866\nINFO:root:Decoder opt it 77/100 loss: 0.07123725861310959\nINFO:root:Decoder opt it 78/100 loss: 0.06971849873661995\nINFO:root:Decoder opt it 79/100 loss: 0.06842152215540409\nINFO:root:Decoder opt it 80/100 loss: 0.06707609072327614\nINFO:root:Decoder opt it 81/100 loss: 0.0657996628433466\nINFO:root:Decoder opt it 82/100 loss: 0.06464684940874577\nINFO:root:Decoder opt it 83/100 loss: 0.06353577226400375\nINFO:root:Decoder opt it 84/100 loss: 0.0623656939715147\nINFO:root:Decoder opt it 85/100 loss: 0.06121884845197201\nINFO:root:Decoder opt it 86/100 loss: 0.060216886922717094\nINFO:root:Decoder opt it 87/100 loss: 0.05925574153661728\nINFO:root:Decoder opt it 88/100 loss: 0.05829933471977711\nINFO:root:Decoder opt it 89/100 loss: 0.05737685225903988\nINFO:root:Decoder opt it 90/100 loss: 0.05647380277514458\nINFO:root:Decoder opt it 91/100 loss: 0.055573081597685814\nINFO:root:Decoder opt it 92/100 loss: 0.054700739681720734\nINFO:root:Decoder opt it 93/100 loss: 0.053871721029281616\nINFO:root:Decoder opt it 94/100 loss: 0.05308143049478531\nINFO:root:Decoder opt it 95/100 loss: 0.05232102796435356\nINFO:root:Decoder opt it 96/100 loss: 0.05159532278776169\nINFO:root:Decoder opt it 97/100 loss: 0.05091489292681217\nINFO:root:Decoder opt it 98/100 loss: 0.050306033343076706\nINFO:root:Decoder opt it 99/100 loss: 0.04986107535660267\nINFO:root:Finished decoder optimization in 59.99 seconds.\nINFO:root:Running upscaling to [832 832] in 4 segments of [f768 x 768].\nINFO:root:Upscaling segment 0/4.\nINFO:root:Using seed 293520 in upscaling\nGlobal seed set to 293520\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 1/4.\nINFO:root:Using seed 420556 in upscaling\nGlobal seed set to 420556\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 96, 64), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 2/4.\nINFO:root:Using seed 246275 in upscaling\nGlobal seed set to 246275\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 64, 96), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image\nINFO:root:Upscaling segment 3/4.\nINFO:root:Using seed 786528 in upscaling\nGlobal seed set to 786528\n\u001b[1;31mWARNING\u001b[1;0m:root:Upscale in parts called with input size already being target imagesize!\nData shape for DDIM sampling is (1, 4, 64, 64), eta 1.0\n\u001b[1;31mWARNING\u001b[1;0m:root:Start timestep is 0.0, or rounded down to zero, returning original image", "metrics": { "predict_time": 218.852188, "total_time": 218.88655 }, "output": "https://replicate.delivery/pbxt/2d2CY4DJM3YZOltXszBocL5hxybaek2ORTVqxo7liQqHX3BIA/output.png", "started_at": "2022-11-25T21:50:45.886251Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/wvh75jdjlbbrxgl3hrk5jdhpvq", "cancel": "https://api.replicate.com/v1/predictions/wvh75jdjlbbrxgl3hrk5jdhpvq/cancel" }, "version": "820140071733b5ea3e741477432b6481ca0b9ae967680f9dcfea32c7b3bf9f74" }
Generated inINFO:root:starting multi_scale_generation for prompt "An Oil painting of a girl hugging a corgi on a pedestal" mask size: 590 584 diffusion size: 832 832 INFO:root:Using seed 263347 Global seed set to 263347 Data shape for DDIM sampling is (5, 4, 64, 64), eta 1.0 Running blended DDIM Sampling with 50 timesteps with 5 repaint steps and 0 repaint jumps INFO:root:repaint schedule: [981 981 981 981 981 981 961 961 961 961 961 961 941 941 941 941 941 941 921 921 921 921 921 921 901 901 901 901 901 901 881 881 881 881 881 881 861 861 861 861 861 861 841 841 841 841 841 841 821 821 821 821 821 821 801 801 801 801 801 801 781 781 781 781 781 781 761 761 761 761 761 761 741 741 741 741 741 741 721 721 721 721 721 721 701 701 701 701 701 701 681 681 681 681 681 681 661 661 661 661 661 661 641 641 641 641 641 641 621 621 621 621 621 621 601 601 601 601 601 601 581 581 581 581 581 581 561 561 561 561 561 561 541 541 541 541 541 541 521 521 521 521 521 521 501 501 501 501 501 501 481 481 481 481 481 481 461 461 461 461 461 461 441 441 441 441 441 441 421 421 421 421 421 421 401 401 401 401 401 401 381 381 381 381 381 381 361 361 361 361 361 361 341 341 341 341 341 341 321 321 321 321 321 321 301 301 301 301 301 301 281 281 281 281 281 281 261 261 261 261 261 261 241 241 241 241 241 241 221 221 221 221 221 221 201 201 201 201 201 201 181 181 181 181 181 181 161 161 161 161 161 161 141 141 141 141 141 141 121 121 121 121 121 121 101 101 101 101 101 101 81 81 81 81 81 81 61 61 61 61 61 61 41 41 41 41 41 41 21 21 21 21 21 21 1 1 1 1 1 1] DDIM Sampler: 0%| | 0/300 [00:00<?, ?it/s] DDIM Sampler: 0%| | 1/300 [00:00<01:07, 4.41it/s] DDIM Sampler: 1%| | 2/300 [00:00<01:03, 4.66it/s] DDIM Sampler: 1%| | 3/300 [00:00<01:02, 4.75it/s] DDIM Sampler: 1%|▏ | 4/300 [00:00<01:01, 4.79it/s] DDIM Sampler: 2%|▏ | 5/300 [00:01<01:01, 4.81it/s] DDIM Sampler: 2%|▏ | 6/300 [00:01<01:00, 4.83it/s] DDIM Sampler: 2%|▏ | 7/300 [00:01<01:00, 4.84it/s] DDIM Sampler: 3%|▎ | 8/300 [00:01<01:00, 4.84it/s] DDIM Sampler: 3%|▎ | 9/300 [00:01<01:00, 4.85it/s] DDIM Sampler: 3%|▎ | 10/300 [00:02<00:59, 4.85it/s] DDIM Sampler: 4%|▎ | 11/300 [00:02<00:59, 4.85it/s] DDIM Sampler: 4%|▍ | 12/300 [00:02<00:59, 4.86it/s] DDIM Sampler: 4%|▍ | 13/300 [00:02<00:59, 4.86it/s] DDIM Sampler: 5%|▍ | 14/300 [00:02<00:58, 4.85it/s] DDIM Sampler: 5%|▌ | 15/300 [00:03<00:58, 4.86it/s] DDIM Sampler: 5%|▌ | 16/300 [00:03<00:58, 4.86it/s] DDIM Sampler: 6%|▌ | 17/300 [00:03<00:58, 4.86it/s] DDIM Sampler: 6%|▌ | 18/300 [00:03<00:57, 4.87it/s] DDIM Sampler: 6%|▋ | 19/300 [00:03<00:57, 4.87it/s] DDIM Sampler: 7%|▋ | 20/300 [00:04<00:57, 4.87it/s] DDIM Sampler: 7%|▋ | 21/300 [00:04<00:57, 4.87it/s] DDIM Sampler: 7%|▋ | 22/300 [00:04<00:57, 4.87it/s] DDIM Sampler: 8%|▊ | 23/300 [00:04<00:56, 4.86it/s] DDIM Sampler: 8%|▊ | 24/300 [00:04<00:56, 4.86it/s] DDIM Sampler: 8%|▊ | 25/300 [00:05<00:56, 4.86it/s] DDIM Sampler: 9%|▊ | 26/300 [00:05<00:56, 4.86it/s] DDIM Sampler: 9%|▉ | 27/300 [00:05<00:56, 4.86it/s] DDIM Sampler: 9%|▉ | 28/300 [00:05<00:55, 4.86it/s] DDIM Sampler: 10%|▉ | 29/300 [00:05<00:55, 4.86it/s] DDIM Sampler: 10%|█ | 30/300 [00:06<00:55, 4.86it/s] DDIM Sampler: 10%|█ | 31/300 [00:06<00:55, 4.86it/s] DDIM Sampler: 11%|█ | 32/300 [00:06<00:55, 4.86it/s] DDIM Sampler: 11%|█ | 33/300 [00:06<00:54, 4.86it/s] DDIM Sampler: 11%|█▏ | 34/300 [00:07<00:54, 4.86it/s] DDIM Sampler: 12%|█▏ | 35/300 [00:07<00:54, 4.85it/s] DDIM Sampler: 12%|█▏ | 36/300 [00:07<00:54, 4.85it/s] DDIM Sampler: 12%|█▏ | 37/300 [00:07<00:54, 4.85it/s] DDIM Sampler: 13%|█▎ | 38/300 [00:07<00:53, 4.85it/s] DDIM Sampler: 13%|█▎ | 39/300 [00:08<00:53, 4.85it/s] DDIM Sampler: 13%|█▎ | 40/300 [00:08<00:53, 4.85it/s] DDIM Sampler: 14%|█▎ | 41/300 [00:08<00:53, 4.85it/s] DDIM Sampler: 14%|█▍ | 42/300 [00:08<00:53, 4.85it/s] DDIM Sampler: 14%|█▍ | 43/300 [00:08<00:52, 4.85it/s] DDIM Sampler: 15%|█▍ | 44/300 [00:09<00:52, 4.85it/s] DDIM Sampler: 15%|█▌ | 45/300 [00:09<00:52, 4.85it/s] DDIM Sampler: 15%|█▌ | 46/300 [00:09<00:52, 4.85it/s] DDIM Sampler: 16%|█▌ | 47/300 [00:09<00:52, 4.85it/s] DDIM Sampler: 16%|█▌ | 48/300 [00:09<00:51, 4.85it/s] DDIM Sampler: 16%|█▋ | 49/300 [00:10<00:51, 4.85it/s] DDIM Sampler: 17%|█▋ | 50/300 [00:10<00:51, 4.85it/s] DDIM Sampler: 17%|█▋ | 51/300 [00:10<00:51, 4.85it/s] DDIM Sampler: 17%|█▋ | 52/300 [00:10<00:51, 4.85it/s] DDIM Sampler: 18%|█▊ | 53/300 [00:10<00:50, 4.85it/s] DDIM Sampler: 18%|█▊ | 54/300 [00:11<00:50, 4.85it/s] DDIM Sampler: 18%|█▊ | 55/300 [00:11<00:50, 4.85it/s] DDIM Sampler: 19%|█▊ | 56/300 [00:11<00:50, 4.85it/s] DDIM Sampler: 19%|█▉ | 57/300 [00:11<00:50, 4.85it/s] DDIM Sampler: 19%|█▉ | 58/300 [00:11<00:49, 4.85it/s] DDIM Sampler: 20%|█▉ | 59/300 [00:12<00:49, 4.85it/s] DDIM Sampler: 20%|██ | 60/300 [00:12<00:49, 4.86it/s] DDIM Sampler: 20%|██ | 61/300 [00:12<00:49, 4.86it/s] DDIM Sampler: 21%|██ | 62/300 [00:12<00:49, 4.86it/s] DDIM Sampler: 21%|██ | 63/300 [00:12<00:48, 4.86it/s] DDIM Sampler: 21%|██▏ | 64/300 [00:13<00:48, 4.86it/s] DDIM Sampler: 22%|██▏ | 65/300 [00:13<00:48, 4.86it/s] DDIM Sampler: 22%|██▏ | 66/300 [00:13<00:48, 4.86it/s] DDIM Sampler: 22%|██▏ | 67/300 [00:13<00:47, 4.86it/s] DDIM Sampler: 23%|██▎ | 68/300 [00:14<00:47, 4.85it/s] DDIM Sampler: 23%|██▎ | 69/300 [00:14<00:47, 4.85it/s] DDIM Sampler: 23%|██▎ | 70/300 [00:14<00:47, 4.85it/s] DDIM Sampler: 24%|██▎ | 71/300 [00:14<00:47, 4.85it/s] DDIM Sampler: 24%|██▍ | 72/300 [00:14<00:46, 4.86it/s] DDIM Sampler: 24%|██▍ | 73/300 [00:15<00:46, 4.86it/s] DDIM Sampler: 25%|██▍ | 74/300 [00:15<00:46, 4.86it/s] DDIM Sampler: 25%|██▌ | 75/300 [00:15<00:46, 4.86it/s] DDIM Sampler: 25%|██▌ | 76/300 [00:15<00:46, 4.86it/s] DDIM Sampler: 26%|██▌ | 77/300 [00:15<00:45, 4.86it/s] DDIM Sampler: 26%|██▌ | 78/300 [00:16<00:45, 4.86it/s] DDIM Sampler: 26%|██▋ | 79/300 [00:16<00:45, 4.85it/s] DDIM Sampler: 27%|██▋ | 80/300 [00:16<00:45, 4.85it/s] DDIM Sampler: 27%|██▋ | 81/300 [00:16<00:45, 4.85it/s] DDIM Sampler: 27%|██▋ | 82/300 [00:16<00:44, 4.85it/s] DDIM Sampler: 28%|██▊ | 83/300 [00:17<00:44, 4.85it/s] DDIM Sampler: 28%|██▊ | 84/300 [00:17<00:44, 4.85it/s] DDIM Sampler: 28%|██▊ | 85/300 [00:17<00:44, 4.85it/s] DDIM Sampler: 29%|██▊ | 86/300 [00:17<00:44, 4.85it/s] DDIM Sampler: 29%|██▉ | 87/300 [00:17<00:43, 4.85it/s] DDIM Sampler: 29%|██▉ | 88/300 [00:18<00:43, 4.85it/s] DDIM Sampler: 30%|██▉ | 89/300 [00:18<00:43, 4.85it/s] DDIM Sampler: 30%|███ | 90/300 [00:18<00:43, 4.85it/s] DDIM Sampler: 30%|███ | 91/300 [00:18<00:43, 4.85it/s] DDIM Sampler: 31%|███ | 92/300 [00:18<00:42, 4.85it/s] DDIM Sampler: 31%|███ | 93/300 [00:19<00:42, 4.85it/s] DDIM Sampler: 31%|███▏ | 94/300 [00:19<00:42, 4.85it/s] DDIM Sampler: 32%|███▏ | 95/300 [00:19<00:42, 4.86it/s] DDIM Sampler: 32%|███▏ | 96/300 [00:19<00:42, 4.85it/s] DDIM Sampler: 32%|███▏ | 97/300 [00:19<00:41, 4.85it/s] DDIM Sampler: 33%|███▎ | 98/300 [00:20<00:41, 4.85it/s] DDIM Sampler: 33%|███▎ | 99/300 [00:20<00:41, 4.85it/s] DDIM Sampler: 33%|███▎ | 100/300 [00:20<00:41, 4.85it/s] DDIM Sampler: 34%|███▎ | 101/300 [00:20<00:41, 4.85it/s] DDIM Sampler: 34%|███▍ | 102/300 [00:21<00:40, 4.85it/s] DDIM Sampler: 34%|███▍ | 103/300 [00:21<00:40, 4.84it/s] DDIM Sampler: 35%|███▍ | 104/300 [00:21<00:40, 4.84it/s] DDIM Sampler: 35%|███▌ | 105/300 [00:21<00:40, 4.84it/s] DDIM Sampler: 35%|███▌ | 106/300 [00:21<00:40, 4.85it/s] DDIM Sampler: 36%|███▌ | 107/300 [00:22<00:39, 4.85it/s] DDIM Sampler: 36%|███▌ | 108/300 [00:22<00:39, 4.85it/s] DDIM Sampler: 36%|███▋ | 109/300 [00:22<00:39, 4.85it/s] DDIM Sampler: 37%|███▋ | 110/300 [00:22<00:39, 4.85it/s] DDIM Sampler: 37%|███▋ | 111/300 [00:22<00:38, 4.85it/s] DDIM Sampler: 37%|███▋ | 112/300 [00:23<00:38, 4.85it/s] DDIM Sampler: 38%|███▊ | 113/300 [00:23<00:38, 4.84it/s] DDIM Sampler: 38%|███▊ | 114/300 [00:23<00:38, 4.85it/s] DDIM Sampler: 38%|███▊ | 115/300 [00:23<00:38, 4.85it/s] DDIM Sampler: 39%|███▊ | 116/300 [00:23<00:37, 4.85it/s] DDIM Sampler: 39%|███▉ | 117/300 [00:24<00:37, 4.85it/s] DDIM Sampler: 39%|███▉ | 118/300 [00:24<00:37, 4.85it/s] DDIM Sampler: 40%|███▉ | 119/300 [00:24<00:37, 4.85it/s] DDIM Sampler: 40%|████ | 120/300 [00:24<00:37, 4.85it/s] DDIM Sampler: 40%|████ | 121/300 [00:24<00:36, 4.85it/s] DDIM Sampler: 41%|████ | 122/300 [00:25<00:36, 4.85it/s] DDIM Sampler: 41%|████ | 123/300 [00:25<00:36, 4.84it/s] DDIM Sampler: 41%|████▏ | 124/300 [00:25<00:36, 4.85it/s] DDIM Sampler: 42%|████▏ | 125/300 [00:25<00:36, 4.85it/s] DDIM Sampler: 42%|████▏ | 126/300 [00:25<00:35, 4.85it/s] DDIM Sampler: 42%|████▏ | 127/300 [00:26<00:35, 4.85it/s] DDIM Sampler: 43%|████▎ | 128/300 [00:26<00:35, 4.85it/s] DDIM Sampler: 43%|████▎ | 129/300 [00:26<00:35, 4.85it/s] DDIM Sampler: 43%|████▎ | 130/300 [00:26<00:35, 4.85it/s] DDIM Sampler: 44%|████▎ | 131/300 [00:27<00:34, 4.84it/s] DDIM Sampler: 44%|████▍ | 132/300 [00:27<00:34, 4.84it/s] DDIM Sampler: 44%|████▍ | 133/300 [00:27<00:34, 4.85it/s] DDIM Sampler: 45%|████▍ | 134/300 [00:27<00:34, 4.85it/s] DDIM Sampler: 45%|████▌ | 135/300 [00:27<00:34, 4.85it/s] DDIM Sampler: 45%|████▌ | 136/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 46%|████▌ | 137/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 46%|████▌ | 138/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 46%|████▋ | 139/300 [00:28<00:33, 4.85it/s] DDIM Sampler: 47%|████▋ | 140/300 [00:28<00:33, 4.84it/s] DDIM Sampler: 47%|████▋ | 141/300 [00:29<00:32, 4.84it/s] DDIM Sampler: 47%|████▋ | 142/300 [00:29<00:32, 4.85it/s] DDIM Sampler: 48%|████▊ | 143/300 [00:29<00:32, 4.85it/s] DDIM Sampler: 48%|████▊ | 144/300 [00:29<00:32, 4.85it/s] DDIM Sampler: 48%|████▊ | 145/300 [00:29<00:31, 4.85it/s] DDIM Sampler: 49%|████▊ | 146/300 [00:30<00:31, 4.85it/s] DDIM Sampler: 49%|████▉ | 147/300 [00:30<00:31, 4.85it/s] DDIM Sampler: 49%|████▉ | 148/300 [00:30<00:31, 4.85it/s] DDIM Sampler: 50%|████▉ | 149/300 [00:30<00:31, 4.84it/s] DDIM Sampler: 50%|█████ | 150/300 [00:30<00:30, 4.84it/s] DDIM Sampler: 50%|█████ | 151/300 [00:31<00:30, 4.84it/s] DDIM Sampler: 51%|█████ | 152/300 [00:31<00:30, 4.84it/s] DDIM Sampler: 51%|█████ | 153/300 [00:31<00:30, 4.84it/s] DDIM Sampler: 51%|█████▏ | 154/300 [00:31<00:30, 4.84it/s] DDIM Sampler: 52%|█████▏ | 155/300 [00:31<00:29, 4.85it/s] DDIM Sampler: 52%|█████▏ | 156/300 [00:32<00:29, 4.85it/s] DDIM Sampler: 52%|█████▏ | 157/300 [00:32<00:29, 4.84it/s] DDIM Sampler: 53%|█████▎ | 158/300 [00:32<00:29, 4.84it/s] DDIM Sampler: 53%|█████▎ | 159/300 [00:32<00:29, 4.84it/s] DDIM Sampler: 53%|█████▎ | 160/300 [00:32<00:28, 4.84it/s] DDIM Sampler: 54%|█████▎ | 161/300 [00:33<00:28, 4.84it/s] DDIM Sampler: 54%|█████▍ | 162/300 [00:33<00:28, 4.84it/s] DDIM Sampler: 54%|█████▍ | 163/300 [00:33<00:28, 4.84it/s] DDIM Sampler: 55%|█████▍ | 164/300 [00:33<00:28, 4.84it/s] DDIM Sampler: 55%|█████▌ | 165/300 [00:34<00:27, 4.84it/s] DDIM Sampler: 55%|█████▌ | 166/300 [00:34<00:27, 4.84it/s] DDIM Sampler: 56%|█████▌ | 167/300 [00:34<00:27, 4.84it/s] DDIM Sampler: 56%|█████▌ | 168/300 [00:34<00:27, 4.84it/s] DDIM Sampler: 56%|█████▋ | 169/300 [00:34<00:27, 4.84it/s] DDIM Sampler: 57%|█████▋ | 170/300 [00:35<00:26, 4.84it/s] DDIM Sampler: 57%|█████▋ | 171/300 [00:35<00:26, 4.84it/s] DDIM Sampler: 57%|█████▋ | 172/300 [00:35<00:26, 4.84it/s] DDIM Sampler: 58%|█████▊ | 173/300 [00:35<00:26, 4.84it/s] DDIM Sampler: 58%|█████▊ | 174/300 [00:35<00:26, 4.84it/s] DDIM Sampler: 58%|█████▊ | 175/300 [00:36<00:25, 4.84it/s] DDIM Sampler: 59%|█████▊ | 176/300 [00:36<00:25, 4.84it/s] DDIM Sampler: 59%|█████▉ | 177/300 [00:36<00:25, 4.84it/s] DDIM Sampler: 59%|█████▉ | 178/300 [00:36<00:25, 4.84it/s] DDIM Sampler: 60%|█████▉ | 179/300 [00:36<00:24, 4.84it/s] DDIM Sampler: 60%|██████ | 180/300 [00:37<00:24, 4.84it/s] DDIM Sampler: 60%|██████ | 181/300 [00:37<00:24, 4.84it/s] DDIM Sampler: 61%|██████ | 182/300 [00:37<00:24, 4.85it/s] DDIM Sampler: 61%|██████ | 183/300 [00:37<00:24, 4.84it/s] DDIM Sampler: 61%|██████▏ | 184/300 [00:37<00:23, 4.84it/s] DDIM Sampler: 62%|██████▏ | 185/300 [00:38<00:23, 4.84it/s] DDIM Sampler: 62%|██████▏ | 186/300 [00:38<00:23, 4.84it/s] DDIM Sampler: 62%|██████▏ | 187/300 [00:38<00:23, 4.83it/s] DDIM Sampler: 63%|██████▎ | 188/300 [00:38<00:23, 4.83it/s] DDIM Sampler: 63%|██████▎ | 189/300 [00:38<00:22, 4.83it/s] DDIM Sampler: 63%|██████▎ | 190/300 [00:39<00:22, 4.83it/s] DDIM Sampler: 64%|██████▎ | 191/300 [00:39<00:22, 4.84it/s] DDIM Sampler: 64%|██████▍ | 192/300 [00:39<00:22, 4.84it/s] DDIM Sampler: 64%|██████▍ | 193/300 [00:39<00:22, 4.84it/s] DDIM Sampler: 65%|██████▍ | 194/300 [00:40<00:21, 4.83it/s] DDIM Sampler: 65%|██████▌ | 195/300 [00:40<00:21, 4.83it/s] DDIM Sampler: 65%|██████▌ | 196/300 [00:40<00:21, 4.84it/s] DDIM Sampler: 66%|██████▌ | 197/300 [00:40<00:21, 4.83it/s] DDIM Sampler: 66%|██████▌ | 198/300 [00:40<00:21, 4.83it/s] DDIM Sampler: 66%|██████▋ | 199/300 [00:41<00:20, 4.83it/s] DDIM Sampler: 67%|██████▋ | 200/300 [00:41<00:20, 4.84it/s] DDIM Sampler: 67%|██████▋ | 201/300 [00:41<00:20, 4.83it/s] DDIM Sampler: 67%|██████▋ | 202/300 [00:41<00:20, 4.83it/s] DDIM Sampler: 68%|██████▊ | 203/300 [00:41<00:20, 4.83it/s] DDIM Sampler: 68%|██████▊ | 204/300 [00:42<00:19, 4.84it/s] DDIM Sampler: 68%|██████▊ | 205/300 [00:42<00:19, 4.84it/s] DDIM Sampler: 69%|██████▊ | 206/300 [00:42<00:19, 4.84it/s] DDIM Sampler: 69%|██████▉ | 207/300 [00:42<00:19, 4.84it/s] DDIM Sampler: 69%|██████▉ | 208/300 [00:42<00:19, 4.84it/s] DDIM Sampler: 70%|██████▉ | 209/300 [00:43<00:18, 4.84it/s] DDIM Sampler: 70%|███████ | 210/300 [00:43<00:18, 4.84it/s] DDIM Sampler: 70%|███████ | 211/300 [00:43<00:18, 4.84it/s] DDIM Sampler: 71%|███████ | 212/300 [00:43<00:18, 4.83it/s] DDIM Sampler: 71%|███████ | 213/300 [00:43<00:17, 4.84it/s] DDIM Sampler: 71%|███████▏ | 214/300 [00:44<00:17, 4.84it/s] DDIM Sampler: 72%|███████▏ | 215/300 [00:44<00:17, 4.83it/s] DDIM Sampler: 72%|███████▏ | 216/300 [00:44<00:17, 4.83it/s] DDIM Sampler: 72%|███████▏ | 217/300 [00:44<00:17, 4.84it/s] DDIM Sampler: 73%|███████▎ | 218/300 [00:44<00:16, 4.83it/s] DDIM Sampler: 73%|███████▎ | 219/300 [00:45<00:16, 4.83it/s] DDIM Sampler: 73%|███████▎ | 220/300 [00:45<00:16, 4.82it/s] DDIM Sampler: 74%|███████▎ | 221/300 [00:45<00:16, 4.83it/s] DDIM Sampler: 74%|███████▍ | 222/300 [00:45<00:16, 4.83it/s] DDIM Sampler: 74%|███████▍ | 223/300 [00:46<00:15, 4.83it/s] DDIM Sampler: 75%|███████▍ | 224/300 [00:46<00:15, 4.83it/s] DDIM Sampler: 75%|███████▌ | 225/300 [00:46<00:15, 4.83it/s] DDIM Sampler: 75%|███████▌ | 226/300 [00:46<00:15, 4.84it/s] DDIM Sampler: 76%|███████▌ | 227/300 [00:46<00:15, 4.83it/s] DDIM Sampler: 76%|███████▌ | 228/300 [00:47<00:14, 4.83it/s] DDIM Sampler: 76%|███████▋ | 229/300 [00:47<00:14, 4.83it/s] DDIM Sampler: 77%|███████▋ | 230/300 [00:47<00:14, 4.83it/s] DDIM Sampler: 77%|███████▋ | 231/300 [00:47<00:14, 4.83it/s] DDIM Sampler: 77%|███████▋ | 232/300 [00:47<00:14, 4.83it/s] DDIM Sampler: 78%|███████▊ | 233/300 [00:48<00:13, 4.83it/s] DDIM Sampler: 78%|███████▊ | 234/300 [00:48<00:13, 4.83it/s] DDIM Sampler: 78%|███████▊ | 235/300 [00:48<00:13, 4.83it/s] DDIM Sampler: 79%|███████▊ | 236/300 [00:48<00:13, 4.83it/s] DDIM Sampler: 79%|███████▉ | 237/300 [00:48<00:13, 4.83it/s] DDIM Sampler: 79%|███████▉ | 238/300 [00:49<00:12, 4.83it/s] DDIM Sampler: 80%|███████▉ | 239/300 [00:49<00:12, 4.83it/s] DDIM Sampler: 80%|████████ | 240/300 [00:49<00:12, 4.83it/s] DDIM Sampler: 80%|████████ | 241/300 [00:49<00:12, 4.83it/s] DDIM Sampler: 81%|████████ | 242/300 [00:49<00:11, 4.83it/s] DDIM Sampler: 81%|████████ | 243/300 [00:50<00:11, 4.83it/s] DDIM Sampler: 81%|████████▏ | 244/300 [00:50<00:11, 4.83it/s] DDIM Sampler: 82%|████████▏ | 245/300 [00:50<00:11, 4.83it/s] DDIM Sampler: 82%|████████▏ | 246/300 [00:50<00:11, 4.83it/s] DDIM Sampler: 82%|████████▏ | 247/300 [00:50<00:10, 4.83it/s] DDIM Sampler: 83%|████████▎ | 248/300 [00:51<00:10, 4.83it/s] DDIM Sampler: 83%|████████▎ | 249/300 [00:51<00:10, 4.84it/s] DDIM Sampler: 83%|████████▎ | 250/300 [00:51<00:10, 4.84it/s] DDIM Sampler: 84%|████████▎ | 251/300 [00:51<00:10, 4.84it/s] DDIM Sampler: 84%|████████▍ | 252/300 [00:52<00:09, 4.84it/s] DDIM Sampler: 84%|████████▍ | 253/300 [00:52<00:09, 4.84it/s] DDIM Sampler: 85%|████████▍ | 254/300 [00:52<00:09, 4.85it/s] DDIM Sampler: 85%|████████▌ | 255/300 [00:52<00:09, 4.85it/s] DDIM Sampler: 85%|████████▌ | 256/300 [00:52<00:09, 4.85it/s] DDIM Sampler: 86%|████████▌ | 257/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 86%|████████▌ | 258/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 86%|████████▋ | 259/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 87%|████████▋ | 260/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 87%|████████▋ | 261/300 [00:53<00:08, 4.85it/s] DDIM Sampler: 87%|████████▋ | 262/300 [00:54<00:07, 4.85it/s] DDIM Sampler: 88%|████████▊ | 263/300 [00:54<00:07, 4.85it/s] DDIM Sampler: 88%|████████▊ | 264/300 [00:54<00:07, 4.85it/s] DDIM Sampler: 88%|████████▊ | 265/300 [00:54<00:07, 4.85it/s] DDIM Sampler: 89%|████████▊ | 266/300 [00:54<00:07, 4.85it/s] DDIM Sampler: 89%|████████▉ | 267/300 [00:55<00:06, 4.85it/s] DDIM Sampler: 89%|████████▉ | 268/300 [00:55<00:06, 4.84it/s] DDIM Sampler: 90%|████████▉ | 269/300 [00:55<00:06, 4.84it/s] DDIM Sampler: 90%|█████████ | 270/300 [00:55<00:06, 4.84it/s] DDIM Sampler: 90%|█████████ | 271/300 [00:55<00:05, 4.84it/s] DDIM Sampler: 91%|█████████ | 272/300 [00:56<00:05, 4.84it/s] DDIM Sampler: 91%|█████████ | 273/300 [00:56<00:05, 4.84it/s] DDIM Sampler: 91%|█████████▏| 274/300 [00:56<00:05, 4.84it/s] DDIM Sampler: 92%|█████████▏| 275/300 [00:56<00:05, 4.84it/s] DDIM Sampler: 92%|█████████▏| 276/300 [00:56<00:04, 4.84it/s] DDIM Sampler: 92%|█████████▏| 277/300 [00:57<00:04, 4.84it/s] DDIM Sampler: 93%|█████████▎| 278/300 [00:57<00:04, 4.84it/s] DDIM Sampler: 93%|█████████▎| 279/300 [00:57<00:04, 4.84it/s] DDIM Sampler: 93%|█████████▎| 280/300 [00:57<00:04, 4.84it/s] DDIM Sampler: 94%|█████████▎| 281/300 [00:58<00:03, 4.84it/s] DDIM Sampler: 94%|█████████▍| 282/300 [00:58<00:03, 4.84it/s] DDIM Sampler: 94%|█████████▍| 283/300 [00:58<00:03, 4.85it/s] DDIM Sampler: 95%|█████████▍| 284/300 [00:58<00:03, 4.85it/s] DDIM Sampler: 95%|█████████▌| 285/300 [00:58<00:03, 4.85it/s] DDIM Sampler: 95%|█████████▌| 286/300 [00:59<00:02, 4.85it/s] DDIM Sampler: 96%|█████████▌| 287/300 [00:59<00:02, 4.85it/s] DDIM Sampler: 96%|█████████▌| 288/300 [00:59<00:02, 4.85it/s] DDIM Sampler: 96%|█████████▋| 289/300 [00:59<00:02, 4.85it/s] DDIM Sampler: 97%|█████████▋| 290/300 [00:59<00:02, 4.85it/s] DDIM Sampler: 97%|█████████▋| 291/300 [01:00<00:01, 4.84it/s] DDIM Sampler: 97%|█████████▋| 292/300 [01:00<00:01, 4.84it/s] DDIM Sampler: 98%|█████████▊| 293/300 [01:00<00:01, 4.84it/s] DDIM Sampler: 98%|█████████▊| 294/300 [01:00<00:01, 4.85it/s] DDIM Sampler: 98%|█████████▊| 295/300 [01:00<00:01, 4.85it/s] DDIM Sampler: 99%|█████████▊| 296/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 99%|█████████▉| 297/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 99%|█████████▉| 298/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 100%|█████████▉| 299/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 100%|██████████| 300/300 [01:01<00:00, 4.85it/s] DDIM Sampler: 100%|██████████| 300/300 [01:01<00:00, 4.84it/s] INFO:root:clip took 12.29, probabilities: [31.285995, 30.39517, 29.985516, 32.35437, 27.394226] INFO:root:Starting decoder optimization INFO:root:Starting decoder optimization for 100 iterations. INFO:root:Decoder opt it 0/100 loss: 0.7867390513420105 INFO:root:Decoder opt it 1/100 loss: 0.4989558458328247 INFO:root:Decoder opt it 2/100 loss: 0.47584038972854614 INFO:root:Decoder opt it 3/100 loss: 0.4407537579536438 INFO:root:Decoder opt it 4/100 loss: 0.4276290833950043 INFO:root:Decoder opt it 5/100 loss: 0.4206407368183136 INFO:root:Decoder opt it 6/100 loss: 0.40227290987968445 INFO:root:Decoder opt it 7/100 loss: 0.39023473858833313 INFO:root:Decoder opt it 8/100 loss: 0.3861745595932007 INFO:root:Decoder opt it 9/100 loss: 0.3794189393520355 INFO:root:Decoder opt it 10/100 loss: 0.3682575225830078 INFO:root:Decoder opt it 11/100 loss: 0.35752740502357483 INFO:root:Decoder opt it 12/100 loss: 0.3516506552696228 INFO:root:Decoder opt it 13/100 loss: 0.3478747606277466 INFO:root:Decoder opt it 14/100 loss: 0.3402460813522339 INFO:root:Decoder opt it 15/100 loss: 0.33020445704460144 INFO:root:Decoder opt it 16/100 loss: 0.3226792514324188 INFO:root:Decoder opt it 17/100 loss: 0.31781309843063354 INFO:root:Decoder opt it 18/100 loss: 0.31241574883461 INFO:root:Decoder opt it 19/100 loss: 0.30615800619125366 INFO:root:Decoder opt it 20/100 loss: 0.300281822681427 INFO:root:Decoder opt it 21/100 loss: 0.2942868769168854 INFO:root:Decoder opt it 22/100 loss: 0.2875806391239166 INFO:root:Decoder opt it 23/100 loss: 0.2814207077026367 INFO:root:Decoder opt it 24/100 loss: 0.2764934301376343 INFO:root:Decoder opt it 25/100 loss: 0.27143409848213196 INFO:root:Decoder opt it 26/100 loss: 0.26532527804374695 INFO:root:Decoder opt it 27/100 loss: 0.2592194080352783 INFO:root:Decoder opt it 28/100 loss: 0.25457412004470825 INFO:root:Decoder opt it 29/100 loss: 0.25060611963272095 INFO:root:Decoder opt it 30/100 loss: 0.24547487497329712 INFO:root:Decoder opt it 31/100 loss: 0.23970025777816772 INFO:root:Decoder opt it 32/100 loss: 0.23468489944934845 INFO:root:Decoder opt it 33/100 loss: 0.23013488948345184 INFO:root:Decoder opt it 34/100 loss: 0.2255035936832428 INFO:root:Decoder opt it 35/100 loss: 0.22100546956062317 INFO:root:Decoder opt it 36/100 loss: 0.21651607751846313 INFO:root:Decoder opt it 37/100 loss: 0.21185122430324554 INFO:root:Decoder opt it 38/100 loss: 0.20736363530158997 INFO:root:Decoder opt it 39/100 loss: 0.20329135656356812 INFO:root:Decoder opt it 40/100 loss: 0.1992141604423523 INFO:root:Decoder opt it 41/100 loss: 0.1948266327381134 INFO:root:Decoder opt it 42/100 loss: 0.19070255756378174 INFO:root:Decoder opt it 43/100 loss: 0.18695291876792908 INFO:root:Decoder opt it 44/100 loss: 0.18295827507972717 INFO:root:Decoder opt it 45/100 loss: 0.1789035052061081 INFO:root:Decoder opt it 46/100 loss: 0.17510248720645905 INFO:root:Decoder opt it 47/100 loss: 0.1713676005601883 INFO:root:Decoder opt it 48/100 loss: 0.16772176325321198 INFO:root:Decoder opt it 49/100 loss: 0.16417789459228516 INFO:root:Decoder opt it 50/100 loss: 0.16054992377758026 INFO:root:Decoder opt it 51/100 loss: 0.1569751352071762 INFO:root:Decoder opt it 52/100 loss: 0.15369923412799835 INFO:root:Decoder opt it 53/100 loss: 0.1504204124212265 INFO:root:Decoder opt it 54/100 loss: 0.14715811610221863 INFO:root:Decoder opt it 55/100 loss: 0.14400573074817657 INFO:root:Decoder opt it 56/100 loss: 0.14091794192790985 INFO:root:Decoder opt it 57/100 loss: 0.1379292607307434 INFO:root:Decoder opt it 58/100 loss: 0.1349732130765915 INFO:root:Decoder opt it 59/100 loss: 0.1320621371269226 INFO:root:Decoder opt it 60/100 loss: 0.1292257010936737 INFO:root:Decoder opt it 61/100 loss: 0.12641799449920654 INFO:root:Decoder opt it 62/100 loss: 0.12368972599506378 INFO:root:Decoder opt it 63/100 loss: 0.12102536112070084 INFO:root:Decoder opt it 64/100 loss: 0.11844658106565475 INFO:root:Decoder opt it 65/100 loss: 0.11593954265117645 INFO:root:Decoder opt it 66/100 loss: 0.11344974488019943 INFO:root:Decoder opt it 67/100 loss: 0.11104320734739304 INFO:root:Decoder opt it 68/100 loss: 0.10869666188955307 INFO:root:Decoder opt it 69/100 loss: 0.10641481727361679 INFO:root:Decoder opt it 70/100 loss: 0.10417843610048294 INFO:root:Decoder opt it 71/100 loss: 0.10198422521352768 INFO:root:Decoder opt it 72/100 loss: 0.09983821213245392 INFO:root:Decoder opt it 73/100 loss: 0.09773163497447968 INFO:root:Decoder opt it 74/100 loss: 0.09567523747682571 INFO:root:Decoder opt it 75/100 loss: 0.09366781264543533 INFO:root:Decoder opt it 76/100 loss: 0.09171687066555023 INFO:root:Decoder opt it 77/100 loss: 0.08980415761470795 INFO:root:Decoder opt it 78/100 loss: 0.08793788403272629 INFO:root:Decoder opt it 79/100 loss: 0.086112841963768 INFO:root:Decoder opt it 80/100 loss: 0.08433187752962112 INFO:root:Decoder opt it 81/100 loss: 0.08258907496929169 INFO:root:Decoder opt it 82/100 loss: 0.08088778704404831 INFO:root:Decoder opt it 83/100 loss: 0.07922254502773285 INFO:root:Decoder opt it 84/100 loss: 0.07759689539670944 INFO:root:Decoder opt it 85/100 loss: 0.07601536065340042 INFO:root:Decoder opt it 86/100 loss: 0.07446347177028656 INFO:root:Decoder opt it 87/100 loss: 0.07295096665620804 INFO:root:Decoder opt it 88/100 loss: 0.07147189974784851 INFO:root:Decoder opt it 89/100 loss: 0.0700295940041542 INFO:root:Decoder opt it 90/100 loss: 0.06862287223339081 INFO:root:Decoder opt it 91/100 loss: 0.0672495886683464 INFO:root:Decoder opt it 92/100 loss: 0.06590475887060165 INFO:root:Decoder opt it 93/100 loss: 0.06459333747625351 INFO:root:Decoder opt it 94/100 loss: 0.06331244856119156 INFO:root:Decoder opt it 95/100 loss: 0.062065910547971725 INFO:root:Decoder opt it 96/100 loss: 0.0608501173555851 INFO:root:Decoder opt it 97/100 loss: 0.05966205149888992 INFO:root:Decoder opt it 98/100 loss: 0.05849926918745041 INFO:root:Decoder opt it 99/100 loss: 0.0573684386909008 INFO:root:Finished decoder optimization in 17.04 seconds. upsampling stages: [768, 832] INFO:root:Using seed 35222 in upscaling Global seed set to 35222 INFO:root:Downscaling to [512 512], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.4, starting at 391/1000 Running blended DDIM Sampling with 40 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/40 [00:00<?, ?it/s] DDIM Sampler: 2%|▎ | 1/40 [00:00<00:06, 5.64it/s] DDIM Sampler: 5%|▌ | 2/40 [00:00<00:06, 5.63it/s] DDIM Sampler: 8%|▊ | 3/40 [00:00<00:06, 5.62it/s] DDIM Sampler: 10%|█ | 4/40 [00:00<00:06, 5.63it/s] DDIM Sampler: 12%|█▎ | 5/40 [00:00<00:06, 5.63it/s] DDIM Sampler: 15%|█▌ | 6/40 [00:01<00:06, 5.62it/s] DDIM Sampler: 18%|█▊ | 7/40 [00:01<00:05, 5.62it/s] DDIM Sampler: 20%|██ | 8/40 [00:01<00:05, 5.63it/s] DDIM Sampler: 22%|██▎ | 9/40 [00:01<00:05, 5.63it/s] DDIM Sampler: 25%|██▌ | 10/40 [00:01<00:05, 5.63it/s] DDIM Sampler: 28%|██▊ | 11/40 [00:01<00:05, 5.63it/s] DDIM Sampler: 30%|███ | 12/40 [00:02<00:04, 5.62it/s] DDIM Sampler: 32%|███▎ | 13/40 [00:02<00:04, 5.63it/s] DDIM Sampler: 35%|███▌ | 14/40 [00:02<00:04, 5.63it/s] DDIM Sampler: 38%|███▊ | 15/40 [00:02<00:04, 5.63it/s] DDIM Sampler: 40%|████ | 16/40 [00:02<00:04, 5.62it/s] DDIM Sampler: 42%|████▎ | 17/40 [00:03<00:04, 5.61it/s] DDIM Sampler: 45%|████▌ | 18/40 [00:03<00:03, 5.61it/s] DDIM Sampler: 48%|████▊ | 19/40 [00:03<00:03, 5.62it/s] DDIM Sampler: 50%|█████ | 20/40 [00:03<00:03, 5.61it/s] DDIM Sampler: 52%|█████▎ | 21/40 [00:03<00:03, 5.61it/s] DDIM Sampler: 55%|█████▌ | 22/40 [00:03<00:03, 5.61it/s] DDIM Sampler: 57%|█████▊ | 23/40 [00:04<00:03, 5.61it/s] DDIM Sampler: 60%|██████ | 24/40 [00:04<00:02, 5.61it/s] DDIM Sampler: 62%|██████▎ | 25/40 [00:04<00:02, 5.61it/s] DDIM Sampler: 65%|██████▌ | 26/40 [00:04<00:02, 5.61it/s] DDIM Sampler: 68%|██████▊ | 27/40 [00:04<00:02, 5.61it/s] DDIM Sampler: 70%|███████ | 28/40 [00:04<00:02, 5.60it/s] DDIM Sampler: 72%|███████▎ | 29/40 [00:05<00:01, 5.61it/s] DDIM Sampler: 75%|███████▌ | 30/40 [00:05<00:01, 5.61it/s] DDIM Sampler: 78%|███████▊ | 31/40 [00:05<00:01, 5.61it/s] DDIM Sampler: 80%|████████ | 32/40 [00:05<00:01, 5.61it/s] DDIM Sampler: 82%|████████▎ | 33/40 [00:05<00:01, 5.61it/s] DDIM Sampler: 85%|████████▌ | 34/40 [00:06<00:01, 5.60it/s] DDIM Sampler: 88%|████████▊ | 35/40 [00:06<00:00, 5.60it/s] DDIM Sampler: 90%|█████████ | 36/40 [00:06<00:00, 5.60it/s] DDIM Sampler: 92%|█████████▎| 37/40 [00:06<00:00, 5.60it/s] DDIM Sampler: 95%|█████████▌| 38/40 [00:06<00:00, 5.61it/s] DDIM Sampler: 98%|█████████▊| 39/40 [00:06<00:00, 5.61it/s] DDIM Sampler: 100%|██████████| 40/40 [00:07<00:00, 5.61it/s] DDIM Sampler: 100%|██████████| 40/40 [00:07<00:00, 5.62it/s] INFO:root:Starting decoder optimization INFO:root:Starting decoder optimization for 100 iterations. INFO:root:Decoder opt it 0/100 loss: 0.45635104179382324 INFO:root:Decoder opt it 1/100 loss: 0.4532138407230377 INFO:root:Decoder opt it 2/100 loss: 0.37322747707366943 INFO:root:Decoder opt it 3/100 loss: 0.36942070722579956 INFO:root:Decoder opt it 4/100 loss: 0.3646683394908905 INFO:root:Decoder opt it 5/100 loss: 0.3401423990726471 INFO:root:Decoder opt it 6/100 loss: 0.3371089696884155 INFO:root:Decoder opt it 7/100 loss: 0.33926501870155334 INFO:root:Decoder opt it 8/100 loss: 0.32541894912719727 INFO:root:Decoder opt it 9/100 loss: 0.31070220470428467 INFO:root:Decoder opt it 10/100 loss: 0.30908745527267456 INFO:root:Decoder opt it 11/100 loss: 0.31172698736190796 INFO:root:Decoder opt it 12/100 loss: 0.3054026663303375 INFO:root:Decoder opt it 13/100 loss: 0.2935520112514496 INFO:root:Decoder opt it 14/100 loss: 0.286798894405365 INFO:root:Decoder opt it 15/100 loss: 0.2863958477973938 INFO:root:Decoder opt it 16/100 loss: 0.28445810079574585 INFO:root:Decoder opt it 17/100 loss: 0.2774902284145355 INFO:root:Decoder opt it 18/100 loss: 0.2702341079711914 INFO:root:Decoder opt it 19/100 loss: 0.2664169371128082 INFO:root:Decoder opt it 20/100 loss: 0.26375365257263184 INFO:root:Decoder opt it 21/100 loss: 0.2591032385826111 INFO:root:Decoder opt it 22/100 loss: 0.2534154951572418 INFO:root:Decoder opt it 23/100 loss: 0.24912050366401672 INFO:root:Decoder opt it 24/100 loss: 0.2458193600177765 INFO:root:Decoder opt it 25/100 loss: 0.2417519986629486 INFO:root:Decoder opt it 26/100 loss: 0.2368496209383011 INFO:root:Decoder opt it 27/100 loss: 0.23250068724155426 INFO:root:Decoder opt it 28/100 loss: 0.228921040892601 INFO:root:Decoder opt it 29/100 loss: 0.22502805292606354 INFO:root:Decoder opt it 30/100 loss: 0.22067345678806305 INFO:root:Decoder opt it 31/100 loss: 0.2167273610830307 INFO:root:Decoder opt it 32/100 loss: 0.21337442100048065 INFO:root:Decoder opt it 33/100 loss: 0.20984502136707306 INFO:root:Decoder opt it 34/100 loss: 0.2057749181985855 INFO:root:Decoder opt it 35/100 loss: 0.2016320526599884 INFO:root:Decoder opt it 36/100 loss: 0.1979370415210724 INFO:root:Decoder opt it 37/100 loss: 0.19454625248908997 INFO:root:Decoder opt it 38/100 loss: 0.1909657120704651 INFO:root:Decoder opt it 39/100 loss: 0.1871056854724884 INFO:root:Decoder opt it 40/100 loss: 0.18345150351524353 INFO:root:Decoder opt it 41/100 loss: 0.1802077442407608 INFO:root:Decoder opt it 42/100 loss: 0.1768457144498825 INFO:root:Decoder opt it 43/100 loss: 0.17320851981639862 INFO:root:Decoder opt it 44/100 loss: 0.16981390118598938 INFO:root:Decoder opt it 45/100 loss: 0.1666303426027298 INFO:root:Decoder opt it 46/100 loss: 0.16321977972984314 INFO:root:Decoder opt it 47/100 loss: 0.15982720255851746 INFO:root:Decoder opt it 48/100 loss: 0.15671858191490173 INFO:root:Decoder opt it 49/100 loss: 0.15347477793693542 INFO:root:Decoder opt it 50/100 loss: 0.15019790828227997 INFO:root:Decoder opt it 51/100 loss: 0.14718177914619446 INFO:root:Decoder opt it 52/100 loss: 0.1440592110157013 INFO:root:Decoder opt it 53/100 loss: 0.14093951880931854 INFO:root:Decoder opt it 54/100 loss: 0.13807742297649384 INFO:root:Decoder opt it 55/100 loss: 0.1351325362920761 INFO:root:Decoder opt it 56/100 loss: 0.13215650618076324 INFO:root:Decoder opt it 57/100 loss: 0.12939921021461487 INFO:root:Decoder opt it 58/100 loss: 0.12659074366092682 INFO:root:Decoder opt it 59/100 loss: 0.123777374625206 INFO:root:Decoder opt it 60/100 loss: 0.12111499905586243 INFO:root:Decoder opt it 61/100 loss: 0.11846856772899628 INFO:root:Decoder opt it 62/100 loss: 0.11584063619375229 INFO:root:Decoder opt it 63/100 loss: 0.1133030503988266 INFO:root:Decoder opt it 64/100 loss: 0.110816091299057 INFO:root:Decoder opt it 65/100 loss: 0.10834676772356033 INFO:root:Decoder opt it 66/100 loss: 0.10598664730787277 INFO:root:Decoder opt it 67/100 loss: 0.10363415628671646 INFO:root:Decoder opt it 68/100 loss: 0.1013505756855011 INFO:root:Decoder opt it 69/100 loss: 0.09914354234933853 INFO:root:Decoder opt it 70/100 loss: 0.0969420000910759 INFO:root:Decoder opt it 71/100 loss: 0.09483055025339127 INFO:root:Decoder opt it 72/100 loss: 0.09275588393211365 INFO:root:Decoder opt it 73/100 loss: 0.09072761982679367 INFO:root:Decoder opt it 74/100 loss: 0.08875053375959396 INFO:root:Decoder opt it 75/100 loss: 0.08681613951921463 INFO:root:Decoder opt it 76/100 loss: 0.08492662012577057 INFO:root:Decoder opt it 77/100 loss: 0.08309277147054672 INFO:root:Decoder opt it 78/100 loss: 0.08129141479730606 INFO:root:Decoder opt it 79/100 loss: 0.07955802977085114 INFO:root:Decoder opt it 80/100 loss: 0.07784941047430038 INFO:root:Decoder opt it 81/100 loss: 0.07619284093379974 INFO:root:Decoder opt it 82/100 loss: 0.0745701715350151 INFO:root:Decoder opt it 83/100 loss: 0.07298195362091064 INFO:root:Decoder opt it 84/100 loss: 0.0714360773563385 INFO:root:Decoder opt it 85/100 loss: 0.0699179619550705 INFO:root:Decoder opt it 86/100 loss: 0.06844206899404526 INFO:root:Decoder opt it 87/100 loss: 0.06699874252080917 INFO:root:Decoder opt it 88/100 loss: 0.06559308618307114 INFO:root:Decoder opt it 89/100 loss: 0.06422083079814911 INFO:root:Decoder opt it 90/100 loss: 0.0628872811794281 INFO:root:Decoder opt it 91/100 loss: 0.06158378720283508 INFO:root:Decoder opt it 92/100 loss: 0.06031664460897446 INFO:root:Decoder opt it 93/100 loss: 0.05908021703362465 INFO:root:Decoder opt it 94/100 loss: 0.057881418615579605 INFO:root:Decoder opt it 95/100 loss: 0.05673844739794731 INFO:root:Decoder opt it 96/100 loss: 0.05582311749458313 INFO:root:Decoder opt it 97/100 loss: 0.05603329837322235 INFO:root:Decoder opt it 98/100 loss: 0.05888235569000244 INFO:root:Decoder opt it 99/100 loss: 0.05695764347910881 INFO:root:Finished decoder optimization in 37.59 seconds. INFO:root:Running upscaling to [832 832] in 4 segments of [f768 x 768]. INFO:root:Upscaling segment 0/4. INFO:root:Using seed 631215 in upscaling Global seed set to 631215 INFO:root:Downscaling to [708 708], upscaling to [768 768]. Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:04, 5.60it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:04, 5.59it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:03, 5.60it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:01<00:03, 5.61it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:02, 5.61it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:02, 5.60it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:02<00:02, 5.59it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:02<00:02, 5.59it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:02<00:01, 5.59it/s] DDIM Sampler: 60%|██████ | 15/25 [00:02<00:01, 5.59it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:02<00:01, 5.59it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:03<00:01, 5.59it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:03<00:01, 5.59it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:03<00:01, 5.60it/s] DDIM Sampler: 80%|████████ | 20/25 [00:03<00:00, 5.60it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:03<00:00, 5.60it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:03<00:00, 5.60it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.60it/s] DDIM Sampler: 100%|██████████| 25/25 [00:04<00:00, 5.60it/s] INFO:root:Upscaling segment 1/4. INFO:root:Using seed 484439 in upscaling Global seed set to 484439 INFO:root:Downscaling to [708 473], upscaling to [768 512]. Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.40it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 9.46it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 9.48it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 9.42it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 9.40it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 9.35it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 9.29it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.28it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 8.76it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 8.91it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 9.03it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.13it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.16it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 9.24it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.29it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.33it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.35it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:01<00:00, 9.35it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.23it/s] DDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 9.27it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 9.34it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 9.37it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 9.38it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 9.38it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.43it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.28it/s] INFO:root:Upscaling segment 2/4. INFO:root:Using seed 296857 in upscaling Global seed set to 296857 INFO:root:Downscaling to [473 708], upscaling to [512 768]. Data shape for DDIM sampling is (1, 4, 64, 96), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:03, 7.61it/s] DDIM Sampler: 8%|▊ | 2/25 [00:00<00:02, 8.10it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 8.52it/s] DDIM Sampler: 16%|█▌ | 4/25 [00:00<00:02, 8.74it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:02, 8.85it/s] DDIM Sampler: 24%|██▍ | 6/25 [00:00<00:02, 8.92it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:02, 8.99it/s] DDIM Sampler: 32%|███▏ | 8/25 [00:00<00:01, 9.03it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:01<00:01, 9.00it/s] DDIM Sampler: 40%|████ | 10/25 [00:01<00:01, 9.04it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:01<00:01, 8.93it/s] DDIM Sampler: 48%|████▊ | 12/25 [00:01<00:01, 9.00it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 9.04it/s] DDIM Sampler: 56%|█████▌ | 14/25 [00:01<00:01, 9.08it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:01, 9.03it/s] DDIM Sampler: 64%|██████▍ | 16/25 [00:01<00:00, 9.06it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 9.10it/s] DDIM Sampler: 72%|███████▏ | 18/25 [00:02<00:00, 9.10it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:02<00:00, 9.10it/s] DDIM Sampler: 80%|████████ | 20/25 [00:02<00:00, 8.92it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:02<00:00, 8.98it/s] DDIM Sampler: 88%|████████▊ | 22/25 [00:02<00:00, 8.96it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 8.99it/s] DDIM Sampler: 96%|█████████▌| 24/25 [00:02<00:00, 8.97it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 9.00it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 8.94it/s] INFO:root:Upscaling segment 3/4. INFO:root:Using seed 949227 in upscaling Global seed set to 949227 INFO:root:Downscaling to [473 473], upscaling to [512 512]. Data shape for DDIM sampling is (1, 4, 64, 64), eta 1.0 INFO:root:Using SDEdit ratio 0.25, starting at 241/1000 Running blended DDIM Sampling with 25 timesteps with 0 repaint steps and 0 repaint jumps DDIM Sampler: 0%| | 0/25 [00:00<?, ?it/s] DDIM Sampler: 4%|▍ | 1/25 [00:00<00:02, 9.55it/s] DDIM Sampler: 12%|█▏ | 3/25 [00:00<00:02, 10.80it/s] DDIM Sampler: 20%|██ | 5/25 [00:00<00:01, 11.01it/s] DDIM Sampler: 28%|██▊ | 7/25 [00:00<00:01, 11.06it/s] DDIM Sampler: 36%|███▌ | 9/25 [00:00<00:01, 11.19it/s] DDIM Sampler: 44%|████▍ | 11/25 [00:00<00:01, 11.24it/s] DDIM Sampler: 52%|█████▏ | 13/25 [00:01<00:01, 11.32it/s] DDIM Sampler: 60%|██████ | 15/25 [00:01<00:00, 11.34it/s] DDIM Sampler: 68%|██████▊ | 17/25 [00:01<00:00, 11.24it/s] DDIM Sampler: 76%|███████▌ | 19/25 [00:01<00:00, 11.32it/s] DDIM Sampler: 84%|████████▍ | 21/25 [00:01<00:00, 11.39it/s] DDIM Sampler: 92%|█████████▏| 23/25 [00:02<00:00, 11.42it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 11.53it/s] DDIM Sampler: 100%|██████████| 25/25 [00:02<00:00, 11.30it/s] INFO:root:Starting decoder optimization INFO:root:Performing decoder optimization in 4 segments. INFO:root:Starting decoder optimization for 100 iterations. INFO:root:Decoder opt it 0/100 loss: 0.7192582190036774 INFO:root:Decoder opt it 1/100 loss: 0.6621929407119751 INFO:root:Decoder opt it 2/100 loss: 0.5825389325618744 INFO:root:Decoder opt it 3/100 loss: 0.5630375444889069 INFO:root:Decoder opt it 4/100 loss: 0.5545524656772614 INFO:root:Decoder opt it 5/100 loss: 0.5253113359212875 INFO:root:Decoder opt it 6/100 loss: 0.5118912011384964 INFO:root:Decoder opt it 7/100 loss: 0.502621054649353 INFO:root:Decoder opt it 8/100 loss: 0.4882569909095764 INFO:root:Decoder opt it 9/100 loss: 0.4739983379840851 INFO:root:Decoder opt it 10/100 loss: 0.46508441865444183 INFO:root:Decoder opt it 11/100 loss: 0.44983625411987305 INFO:root:Decoder opt it 12/100 loss: 0.4388495981693268 INFO:root:Decoder opt it 13/100 loss: 0.42733487486839294 INFO:root:Decoder opt it 14/100 loss: 0.41580481827259064 INFO:root:Decoder opt it 15/100 loss: 0.4043704718351364 INFO:root:Decoder opt it 16/100 loss: 0.39361000061035156 INFO:root:Decoder opt it 17/100 loss: 0.3818582445383072 INFO:root:Decoder opt it 18/100 loss: 0.3714407682418823 INFO:root:Decoder opt it 19/100 loss: 0.36026889085769653 INFO:root:Decoder opt it 20/100 loss: 0.3496913015842438 INFO:root:Decoder opt it 21/100 loss: 0.3390895277261734 INFO:root:Decoder opt it 22/100 loss: 0.3284006863832474 INFO:root:Decoder opt it 23/100 loss: 0.3180364966392517 INFO:root:Decoder opt it 24/100 loss: 0.30787958204746246 INFO:root:Decoder opt it 25/100 loss: 0.2976751998066902 INFO:root:Decoder opt it 26/100 loss: 0.2877689078450203 INFO:root:Decoder opt it 27/100 loss: 0.27799341827630997 INFO:root:Decoder opt it 28/100 loss: 0.2683324068784714 INFO:root:Decoder opt it 29/100 loss: 0.2589935064315796 INFO:root:Decoder opt it 30/100 loss: 0.24970372021198273 INFO:root:Decoder opt it 31/100 loss: 0.2407502830028534 INFO:root:Decoder opt it 32/100 loss: 0.23195978999137878 INFO:root:Decoder opt it 33/100 loss: 0.22348009049892426 INFO:root:Decoder opt it 34/100 loss: 0.21525122970342636 INFO:root:Decoder opt it 35/100 loss: 0.20739900320768356 INFO:root:Decoder opt it 36/100 loss: 0.19978078454732895 INFO:root:Decoder opt it 37/100 loss: 0.1924414411187172 INFO:root:Decoder opt it 38/100 loss: 0.1854257732629776 INFO:root:Decoder opt it 39/100 loss: 0.17887140810489655 INFO:root:Decoder opt it 40/100 loss: 0.1728901043534279 INFO:root:Decoder opt it 41/100 loss: 0.16767030954360962 INFO:root:Decoder opt it 42/100 loss: 0.1633233204483986 INFO:root:Decoder opt it 43/100 loss: 0.1592552661895752 INFO:root:Decoder opt it 44/100 loss: 0.15466314554214478 INFO:root:Decoder opt it 45/100 loss: 0.15023697912693024 INFO:root:Decoder opt it 46/100 loss: 0.14751943200826645 INFO:root:Decoder opt it 47/100 loss: 0.14487125724554062 INFO:root:Decoder opt it 48/100 loss: 0.1406395584344864 INFO:root:Decoder opt it 49/100 loss: 0.1355169601738453 INFO:root:Decoder opt it 50/100 loss: 0.13049787282943726 INFO:root:Decoder opt it 51/100 loss: 0.1268707998096943 INFO:root:Decoder opt it 52/100 loss: 0.12346994876861572 INFO:root:Decoder opt it 53/100 loss: 0.12172720581293106 INFO:root:Decoder opt it 54/100 loss: 0.11948932334780693 INFO:root:Decoder opt it 55/100 loss: 0.11792062595486641 INFO:root:Decoder opt it 56/100 loss: 0.11451829224824905 INFO:root:Decoder opt it 57/100 loss: 0.11216074228286743 INFO:root:Decoder opt it 58/100 loss: 0.10742762312293053 INFO:root:Decoder opt it 59/100 loss: 0.10471008345484734 INFO:root:Decoder opt it 60/100 loss: 0.10203967988491058 INFO:root:Decoder opt it 61/100 loss: 0.09924906864762306 INFO:root:Decoder opt it 62/100 loss: 0.0964907817542553 INFO:root:Decoder opt it 63/100 loss: 0.09443392977118492 INFO:root:Decoder opt it 64/100 loss: 0.09363545849919319 INFO:root:Decoder opt it 65/100 loss: 0.09242608770728111 INFO:root:Decoder opt it 66/100 loss: 0.09176679700613022 INFO:root:Decoder opt it 67/100 loss: 0.09140843898057938 INFO:root:Decoder opt it 68/100 loss: 0.09204510971903801 INFO:root:Decoder opt it 69/100 loss: 0.08905330672860146 INFO:root:Decoder opt it 70/100 loss: 0.08703308925032616 INFO:root:Decoder opt it 71/100 loss: 0.08246241137385368 INFO:root:Decoder opt it 72/100 loss: 0.07982056587934494 INFO:root:Decoder opt it 73/100 loss: 0.07773464918136597 INFO:root:Decoder opt it 74/100 loss: 0.07607394456863403 INFO:root:Decoder opt it 75/100 loss: 0.0746084600687027 INFO:root:Decoder opt it 76/100 loss: 0.07301026210188866 INFO:root:Decoder opt it 77/100 loss: 0.07123725861310959 INFO:root:Decoder opt it 78/100 loss: 0.06971849873661995 INFO:root:Decoder opt it 79/100 loss: 0.06842152215540409 INFO:root:Decoder opt it 80/100 loss: 0.06707609072327614 INFO:root:Decoder opt it 81/100 loss: 0.0657996628433466 INFO:root:Decoder opt it 82/100 loss: 0.06464684940874577 INFO:root:Decoder opt it 83/100 loss: 0.06353577226400375 INFO:root:Decoder opt it 84/100 loss: 0.0623656939715147 INFO:root:Decoder opt it 85/100 loss: 0.06121884845197201 INFO:root:Decoder opt it 86/100 loss: 0.060216886922717094 INFO:root:Decoder opt it 87/100 loss: 0.05925574153661728 INFO:root:Decoder opt it 88/100 loss: 0.05829933471977711 INFO:root:Decoder opt it 89/100 loss: 0.05737685225903988 INFO:root:Decoder opt it 90/100 loss: 0.05647380277514458 INFO:root:Decoder opt it 91/100 loss: 0.055573081597685814 INFO:root:Decoder opt it 92/100 loss: 0.054700739681720734 INFO:root:Decoder opt it 93/100 loss: 0.053871721029281616 INFO:root:Decoder opt it 94/100 loss: 0.05308143049478531 INFO:root:Decoder opt it 95/100 loss: 0.05232102796435356 INFO:root:Decoder opt it 96/100 loss: 0.05159532278776169 INFO:root:Decoder opt it 97/100 loss: 0.05091489292681217 INFO:root:Decoder opt it 98/100 loss: 0.050306033343076706 INFO:root:Decoder opt it 99/100 loss: 0.04986107535660267 INFO:root:Finished decoder optimization in 59.99 seconds. INFO:root:Running upscaling to [832 832] in 4 segments of [f768 x 768]. INFO:root:Upscaling segment 0/4. INFO:root:Using seed 293520 in upscaling Global seed set to 293520 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 1/4. INFO:root:Using seed 420556 in upscaling Global seed set to 420556 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 96, 64), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 2/4. INFO:root:Using seed 246275 in upscaling Global seed set to 246275 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 64, 96), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image INFO:root:Upscaling segment 3/4. INFO:root:Using seed 786528 in upscaling Global seed set to 786528 WARNING:root:Upscale in parts called with input size already being target imagesize! Data shape for DDIM sampling is (1, 4, 64, 64), eta 1.0 WARNING:root:Start timestep is 0.0, or rounded down to zero, returning original image
Want to make some of these yourself?
Run this model