jschoormans/unstaging

Removes furniture

Realistic vision + inpainting + controlnet pose

Your own Bluey generator!

SDXL fine-tuned on 100 2D axial brain MRIs (various sequences)

Trained on https://www.zara.com/nl/nl/comfort-overhemd-met-structuur-p01063340.html?v1=301567503&v2=2297813

A SDXL inpainting model that can be used for Replicate finetuning


Interior remodelling, keeps windows, ceilings, and doors. Uses a depth controlnet weighted to ignore existing furniture.

Remodels interior
Prediction
jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6bIDhc747q8xzsrj20cn7st95mtapmStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/MYuYemdGwpriZ2t43KCur7BCSylsoWvB4DDi8eTPH6baFvBE/158_1440%20%281%29.jpg", "prompt": "empty terrace", "resolution": 768, "num_inference_steps": 8, "resolution_conditioning": 768 }
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 jschoormans/unstaging using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", { input: { image: "https://replicate.delivery/pbxt/MYuYemdGwpriZ2t43KCur7BCSylsoWvB4DDi8eTPH6baFvBE/158_1440%20%281%29.jpg", prompt: "empty terrace", resolution: 768, num_inference_steps: 8, resolution_conditioning: 768 } } ); // 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 jschoormans/unstaging using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", input={ "image": "https://replicate.delivery/pbxt/MYuYemdGwpriZ2t43KCur7BCSylsoWvB4DDi8eTPH6baFvBE/158_1440%20%281%29.jpg", "prompt": "empty terrace", "resolution": 768, "num_inference_steps": 8, "resolution_conditioning": 768 } ) # To access the file URL: print(output.url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output.read())
To learn more, take a look at the guide on getting started with Python.
Run jschoormans/unstaging 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": "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", "input": { "image": "https://replicate.delivery/pbxt/MYuYemdGwpriZ2t43KCur7BCSylsoWvB4DDi8eTPH6baFvBE/158_1440%20%281%29.jpg", "prompt": "empty terrace", "resolution": 768, "num_inference_steps": 8, "resolution_conditioning": 768 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-25T18:53:25.068824Z", "created_at": "2025-02-25T18:52:32.126000Z", "data_removed": false, "error": null, "id": "hc747q8xzsrj20cn7st95mtapm", "input": { "image": "https://replicate.delivery/pbxt/MYuYemdGwpriZ2t43KCur7BCSylsoWvB4DDi8eTPH6baFvBE/158_1440%20%281%29.jpg", "prompt": "empty terrace", "resolution": 768, "num_inference_steps": 8, "resolution_conditioning": 768 }, "logs": "0%| | 0/8 [00:00<?, ?it/s]\n 12%|█▎ | 1/8 [00:01<00:07, 1.01s/it]\n 25%|██▌ | 2/8 [00:01<00:05, 1.09it/s]\n 38%|███▊ | 3/8 [00:02<00:04, 1.07it/s]\n 50%|█████ | 4/8 [00:03<00:03, 1.05it/s]\n 62%|██████▎ | 5/8 [00:04<00:02, 1.05it/s]\n 75%|███████▌ | 6/8 [00:05<00:01, 1.04it/s]\n 88%|████████▊ | 7/8 [00:06<00:00, 1.04it/s]\n100%|██████████| 8/8 [00:07<00:00, 1.04it/s]\n100%|██████████| 8/8 [00:07<00:00, 1.05it/s]", "metrics": { "predict_time": 15.541199916, "total_time": 52.942824 }, "output": "https://replicate.delivery/yhqm/sjOZeC8veJpsKUYe8Xi0NP39AoshJUCfBHqe2OyJ2dgv0hXiC/output_subject_768.png", "started_at": "2025-02-25T18:53:09.527624Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-ezdcsuqijfk7kbr2qlq7xe4jszi75yo352ithocx4xnj7t673i2a", "get": "https://api.replicate.com/v1/predictions/hc747q8xzsrj20cn7st95mtapm", "cancel": "https://api.replicate.com/v1/predictions/hc747q8xzsrj20cn7st95mtapm/cancel" }, "version": "133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b" }
Generated in0%| | 0/8 [00:00<?, ?it/s] 12%|█▎ | 1/8 [00:01<00:07, 1.01s/it] 25%|██▌ | 2/8 [00:01<00:05, 1.09it/s] 38%|███▊ | 3/8 [00:02<00:04, 1.07it/s] 50%|█████ | 4/8 [00:03<00:03, 1.05it/s] 62%|██████▎ | 5/8 [00:04<00:02, 1.05it/s] 75%|███████▌ | 6/8 [00:05<00:01, 1.04it/s] 88%|████████▊ | 7/8 [00:06<00:00, 1.04it/s] 100%|██████████| 8/8 [00:07<00:00, 1.04it/s] 100%|██████████| 8/8 [00:07<00:00, 1.05it/s]
Prediction
jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6bIDvqh13jafk5rj60cn7sw84m33kcStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/MYud0KPEfz4GIHl96AMyHQXAsi57BAYBJD2tgO98gKGfhTCE/dunphy-family-room.jpg", "prompt": "empty room", "resolution": 768, "num_inference_steps": 8, "resolution_conditioning": 768 }
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 jschoormans/unstaging using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", { input: { image: "https://replicate.delivery/pbxt/MYud0KPEfz4GIHl96AMyHQXAsi57BAYBJD2tgO98gKGfhTCE/dunphy-family-room.jpg", prompt: "empty room", resolution: 768, num_inference_steps: 8, resolution_conditioning: 768 } } ); // 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 jschoormans/unstaging using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", input={ "image": "https://replicate.delivery/pbxt/MYud0KPEfz4GIHl96AMyHQXAsi57BAYBJD2tgO98gKGfhTCE/dunphy-family-room.jpg", "prompt": "empty room", "resolution": 768, "num_inference_steps": 8, "resolution_conditioning": 768 } ) # To access the file URL: print(output.url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output.read())
To learn more, take a look at the guide on getting started with Python.
Run jschoormans/unstaging 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": "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", "input": { "image": "https://replicate.delivery/pbxt/MYud0KPEfz4GIHl96AMyHQXAsi57BAYBJD2tgO98gKGfhTCE/dunphy-family-room.jpg", "prompt": "empty room", "resolution": 768, "num_inference_steps": 8, "resolution_conditioning": 768 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-25T18:57:16.256296Z", "created_at": "2025-02-25T18:57:06.969000Z", "data_removed": false, "error": null, "id": "vqh13jafk5rj60cn7sw84m33kc", "input": { "image": "https://replicate.delivery/pbxt/MYud0KPEfz4GIHl96AMyHQXAsi57BAYBJD2tgO98gKGfhTCE/dunphy-family-room.jpg", "prompt": "empty room", "resolution": 768, "num_inference_steps": 8, "resolution_conditioning": 768 }, "logs": "`height` and `width` have to be divisible by 16 but are 768 and 1163. Dimensions will be resized accordingly\n 0%| | 0/8 [00:00<?, ?it/s]\n 12%|█▎ | 1/8 [00:00<00:06, 1.04it/s]\n 25%|██▌ | 2/8 [00:01<00:05, 1.11it/s]\n 38%|███▊ | 3/8 [00:02<00:04, 1.07it/s]\n 50%|█████ | 4/8 [00:03<00:03, 1.06it/s]\n 62%|██████▎ | 5/8 [00:04<00:02, 1.05it/s]\n 75%|███████▌ | 6/8 [00:05<00:01, 1.04it/s]\n 88%|████████▊ | 7/8 [00:06<00:00, 1.04it/s]\n100%|██████████| 8/8 [00:07<00:00, 1.04it/s]\n100%|██████████| 8/8 [00:07<00:00, 1.05it/s]", "metrics": { "predict_time": 9.275724891, "total_time": 9.287296 }, "output": "https://replicate.delivery/yhqm/fCHdOpKXwc2TGywJ9uXafl4eeImlS1m0ZGetEeexl61IGJeSUA/output_subject_768.png", "started_at": "2025-02-25T18:57:06.980571Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-pl7uf25g4yvsvazozujkuskizdwshb3xfukct3xh5kp3lx3caetq", "get": "https://api.replicate.com/v1/predictions/vqh13jafk5rj60cn7sw84m33kc", "cancel": "https://api.replicate.com/v1/predictions/vqh13jafk5rj60cn7sw84m33kc/cancel" }, "version": "133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b" }
Generated in`height` and `width` have to be divisible by 16 but are 768 and 1163. Dimensions will be resized accordingly 0%| | 0/8 [00:00<?, ?it/s] 12%|█▎ | 1/8 [00:00<00:06, 1.04it/s] 25%|██▌ | 2/8 [00:01<00:05, 1.11it/s] 38%|███▊ | 3/8 [00:02<00:04, 1.07it/s] 50%|█████ | 4/8 [00:03<00:03, 1.06it/s] 62%|██████▎ | 5/8 [00:04<00:02, 1.05it/s] 75%|███████▌ | 6/8 [00:05<00:01, 1.04it/s] 88%|████████▊ | 7/8 [00:06<00:00, 1.04it/s] 100%|██████████| 8/8 [00:07<00:00, 1.04it/s] 100%|██████████| 8/8 [00:07<00:00, 1.05it/s]
Prediction
jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6bID1tqypavemxrj60cn7syv4n75h0StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/MYuiIS1geUNr8VVdDvRcnn0igNwrlADa2qKRMMUKOxgkj1QM/ap_21021110795446_custom-fd9247fb6ba93d0716007fe065d4959310b3e6a8.webp", "prompt": "empty room, nothing", "resolution": 1024, "num_inference_steps": 8, "resolution_conditioning": 1024 }
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 jschoormans/unstaging using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", { input: { image: "https://replicate.delivery/pbxt/MYuiIS1geUNr8VVdDvRcnn0igNwrlADa2qKRMMUKOxgkj1QM/ap_21021110795446_custom-fd9247fb6ba93d0716007fe065d4959310b3e6a8.webp", prompt: "empty room, nothing", resolution: 1024, num_inference_steps: 8, resolution_conditioning: 1024 } } ); // 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 jschoormans/unstaging using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", input={ "image": "https://replicate.delivery/pbxt/MYuiIS1geUNr8VVdDvRcnn0igNwrlADa2qKRMMUKOxgkj1QM/ap_21021110795446_custom-fd9247fb6ba93d0716007fe065d4959310b3e6a8.webp", "prompt": "empty room, nothing", "resolution": 1024, "num_inference_steps": 8, "resolution_conditioning": 1024 } ) # To access the file URL: print(output.url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output.read())
To learn more, take a look at the guide on getting started with Python.
Run jschoormans/unstaging 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": "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", "input": { "image": "https://replicate.delivery/pbxt/MYuiIS1geUNr8VVdDvRcnn0igNwrlADa2qKRMMUKOxgkj1QM/ap_21021110795446_custom-fd9247fb6ba93d0716007fe065d4959310b3e6a8.webp", "prompt": "empty room, nothing", "resolution": 1024, "num_inference_steps": 8, "resolution_conditioning": 1024 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-25T19:03:00.039793Z", "created_at": "2025-02-25T19:02:42.599000Z", "data_removed": false, "error": null, "id": "1tqypavemxrj60cn7syv4n75h0", "input": { "image": "https://replicate.delivery/pbxt/MYuiIS1geUNr8VVdDvRcnn0igNwrlADa2qKRMMUKOxgkj1QM/ap_21021110795446_custom-fd9247fb6ba93d0716007fe065d4959310b3e6a8.webp", "prompt": "empty room, nothing", "resolution": 1024, "num_inference_steps": 8, "resolution_conditioning": 1024 }, "logs": "0%| | 0/8 [00:00<?, ?it/s]\n 12%|█▎ | 1/8 [00:01<00:13, 1.91s/it]\n 25%|██▌ | 2/8 [00:03<00:10, 1.78s/it]\n 38%|███▊ | 3/8 [00:05<00:09, 1.85s/it]\n 50%|█████ | 4/8 [00:07<00:07, 1.88s/it]\n 62%|██████▎ | 5/8 [00:09<00:05, 1.89s/it]\n 75%|███████▌ | 6/8 [00:11<00:03, 1.90s/it]\n 88%|████████▊ | 7/8 [00:13<00:01, 1.91s/it]\n100%|██████████| 8/8 [00:15<00:00, 1.92s/it]\n100%|██████████| 8/8 [00:15<00:00, 1.89s/it]", "metrics": { "predict_time": 17.427834555, "total_time": 17.440793 }, "output": "https://replicate.delivery/yhqm/vfbRTURBtQXmWaWru862JnkrpUXk8L93LFSXAFVC3oJyLeSUA/output_subject_1024.png", "started_at": "2025-02-25T19:02:42.611958Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-3eksfn7smvqoguuqi5bpw3avh4p6o6f3rhcga6qtcu5ivusr5t5q", "get": "https://api.replicate.com/v1/predictions/1tqypavemxrj60cn7syv4n75h0", "cancel": "https://api.replicate.com/v1/predictions/1tqypavemxrj60cn7syv4n75h0/cancel" }, "version": "133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b" }
Generated in0%| | 0/8 [00:00<?, ?it/s] 12%|█▎ | 1/8 [00:01<00:13, 1.91s/it] 25%|██▌ | 2/8 [00:03<00:10, 1.78s/it] 38%|███▊ | 3/8 [00:05<00:09, 1.85s/it] 50%|█████ | 4/8 [00:07<00:07, 1.88s/it] 62%|██████▎ | 5/8 [00:09<00:05, 1.89s/it] 75%|███████▌ | 6/8 [00:11<00:03, 1.90s/it] 88%|████████▊ | 7/8 [00:13<00:01, 1.91s/it] 100%|██████████| 8/8 [00:15<00:00, 1.92s/it] 100%|██████████| 8/8 [00:15<00:00, 1.89s/it]
Prediction
jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6bIDj7rd865t95rj60cn7t0rjvz77cStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/MYumkIfINRgl4UNSsm2F2kPNRexfLlxMppClgmhJ65XKPqba/biden-oval-office-gty-lv-250119_1737321650326_hpMain.jpeg", "prompt": "empty room, nothing", "resolution": 1024, "num_inference_steps": 8, "resolution_conditioning": 1024 }
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 jschoormans/unstaging using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", { input: { image: "https://replicate.delivery/pbxt/MYumkIfINRgl4UNSsm2F2kPNRexfLlxMppClgmhJ65XKPqba/biden-oval-office-gty-lv-250119_1737321650326_hpMain.jpeg", prompt: "empty room, nothing", resolution: 1024, num_inference_steps: 8, resolution_conditioning: 1024 } } ); // 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 jschoormans/unstaging using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", input={ "image": "https://replicate.delivery/pbxt/MYumkIfINRgl4UNSsm2F2kPNRexfLlxMppClgmhJ65XKPqba/biden-oval-office-gty-lv-250119_1737321650326_hpMain.jpeg", "prompt": "empty room, nothing", "resolution": 1024, "num_inference_steps": 8, "resolution_conditioning": 1024 } ) # To access the file URL: print(output.url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output.read())
To learn more, take a look at the guide on getting started with Python.
Run jschoormans/unstaging 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": "jschoormans/unstaging:133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b", "input": { "image": "https://replicate.delivery/pbxt/MYumkIfINRgl4UNSsm2F2kPNRexfLlxMppClgmhJ65XKPqba/biden-oval-office-gty-lv-250119_1737321650326_hpMain.jpeg", "prompt": "empty room, nothing", "resolution": 1024, "num_inference_steps": 8, "resolution_conditioning": 1024 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-25T19:08:21.245688Z", "created_at": "2025-02-25T19:07:24.105000Z", "data_removed": false, "error": null, "id": "j7rd865t95rj60cn7t0rjvz77c", "input": { "image": "https://replicate.delivery/pbxt/MYumkIfINRgl4UNSsm2F2kPNRexfLlxMppClgmhJ65XKPqba/biden-oval-office-gty-lv-250119_1737321650326_hpMain.jpeg", "prompt": "empty room, nothing", "resolution": 1024, "num_inference_steps": 8, "resolution_conditioning": 1024 }, "logs": "`height` and `width` have to be divisible by 16 but are 1024 and 1454. Dimensions will be resized accordingly\n 0%| | 0/8 [00:00<?, ?it/s]\n 12%|█▎ | 1/8 [00:01<00:12, 1.78s/it]\n 25%|██▌ | 2/8 [00:03<00:09, 1.64s/it]\n 38%|███▊ | 3/8 [00:05<00:08, 1.68s/it]\n 50%|█████ | 4/8 [00:06<00:06, 1.71s/it]\n 62%|██████▎ | 5/8 [00:08<00:05, 1.72s/it]\n 75%|███████▌ | 6/8 [00:10<00:03, 1.73s/it]\n 88%|████████▊ | 7/8 [00:12<00:01, 1.73s/it]\n100%|██████████| 8/8 [00:13<00:00, 1.74s/it]\n100%|██████████| 8/8 [00:13<00:00, 1.72s/it]", "metrics": { "predict_time": 22.747173767, "total_time": 57.140688 }, "output": "https://replicate.delivery/yhqm/ocPztc5IPPKNFFE0MG8q3qvi7yW7TC6qghShPnzyrFXJHvEF/output_subject_1024.png", "started_at": "2025-02-25T19:07:58.498515Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-mg4akykz3j7s4ytptilbf7ofdi5g2iosy3xfa7bifxnj46eltbpq", "get": "https://api.replicate.com/v1/predictions/j7rd865t95rj60cn7t0rjvz77c", "cancel": "https://api.replicate.com/v1/predictions/j7rd865t95rj60cn7t0rjvz77c/cancel" }, "version": "133ffb194ec23f2839f17b049996e4e35b5433d126eaee99fd86fad61e68cb6b" }
Generated in`height` and `width` have to be divisible by 16 but are 1024 and 1454. Dimensions will be resized accordingly 0%| | 0/8 [00:00<?, ?it/s] 12%|█▎ | 1/8 [00:01<00:12, 1.78s/it] 25%|██▌ | 2/8 [00:03<00:09, 1.64s/it] 38%|███▊ | 3/8 [00:05<00:08, 1.68s/it] 50%|█████ | 4/8 [00:06<00:06, 1.71s/it] 62%|██████▎ | 5/8 [00:08<00:05, 1.72s/it] 75%|███████▌ | 6/8 [00:10<00:03, 1.73s/it] 88%|████████▊ | 7/8 [00:12<00:01, 1.73s/it] 100%|██████████| 8/8 [00:13<00:00, 1.74s/it] 100%|██████████| 8/8 [00:13<00:00, 1.72s/it]
Want to make some of these yourself?
Run this model