asiryan/deliberate-v6
Deliberate V6 Model (Text2Img, Img2Img and Inpainting)
Prediction
asiryan/deliberate-v6:605a9ad2IDtmh74w0m9nrgg0cf3hbtx3k688StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- seed
- 908
- width
- 512
- height
- 728
- prompt
- (NASA astronaut outfit) old chieftainman, on mars, (feathers headdress:1.2), by rutkowski, [by Ismail Inceoglu :: 0.3] dark theme, cinematic, detailed
- strength
- 1
- scheduler
- Euler A Karras
- num_outputs
- 1
- guidance_scale
- 7.5
- negative_prompt
- [disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry
- num_inference_steps
- 20
{ "seed": 908, "width": 512, "height": 728, "prompt": "(NASA astronaut outfit) old chieftainman, on mars, (feathers headdress:1.2), by rutkowski, [by Ismail Inceoglu :: 0.3] dark theme, cinematic, detailed", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 }Install Replicate’s Node.js client library:npm install replicateImport 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 asiryan/deliberate-v6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", { input: { seed: 908, width: 512, height: 728, prompt: "(NASA astronaut outfit) old chieftainman, on mars, (feathers headdress:1.2), by rutkowski, [by Ismail Inceoglu :: 0.3] dark theme, cinematic, detailed", strength: 1, scheduler: "Euler A Karras", num_outputs: 1, guidance_scale: 7.5, negative_prompt: "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", num_inference_steps: 20 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicateImport the client:import replicateRun asiryan/deliberate-v6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", input={ "seed": 908, "width": 512, "height": 728, "prompt": "(NASA astronaut outfit) old chieftainman, on mars, (feathers headdress:1.2), by rutkowski, [by Ismail Inceoglu :: 0.3] dark theme, cinematic, detailed", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())To learn more, take a look at the guide on getting started with Python.
Run asiryan/deliberate-v6 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": "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", "input": { "seed": 908, "width": 512, "height": 728, "prompt": "(NASA astronaut outfit) old chieftainman, on mars, (feathers headdress:1.2), by rutkowski, [by Ismail Inceoglu :: 0.3] dark theme, cinematic, detailed", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-04-26T21:37:03.801398Z", "created_at": "2024-04-26T21:36:59.981000Z", "data_removed": false, "error": null, "id": "tmh74w0m9nrgg0cf3hbtx3k688", "input": { "seed": 908, "width": 512, "height": 728, "prompt": "(NASA astronaut outfit) old chieftainman, on mars, (feathers headdress:1.2), by rutkowski, [by Ismail Inceoglu :: 0.3] dark theme, cinematic, detailed", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 }, "logs": "Scheduler: Euler A Karras\nUsing seed: 908\nMode: text2img\n 0%| | 0/20 [00:00<?, ?it/s]\n 10%|█ | 2/20 [00:00<00:01, 9.92it/s]\n 15%|█▌ | 3/20 [00:00<00:02, 8.13it/s]\n 20%|██ | 4/20 [00:00<00:02, 7.44it/s]\n 25%|██▌ | 5/20 [00:00<00:02, 7.08it/s]\n 30%|███ | 6/20 [00:00<00:02, 6.87it/s]\n 35%|███▌ | 7/20 [00:00<00:01, 6.74it/s]\n 40%|████ | 8/20 [00:01<00:01, 6.66it/s]\n 45%|████▌ | 9/20 [00:01<00:01, 6.62it/s]\n 50%|█████ | 10/20 [00:01<00:01, 6.60it/s]\n 55%|█████▌ | 11/20 [00:01<00:01, 6.58it/s]\n 60%|██████ | 12/20 [00:01<00:01, 6.57it/s]\n 65%|██████▌ | 13/20 [00:01<00:01, 6.56it/s]\n 70%|███████ | 14/20 [00:02<00:00, 6.54it/s]\n 75%|███████▌ | 15/20 [00:02<00:00, 6.54it/s]\n 80%|████████ | 16/20 [00:02<00:00, 6.54it/s]\n 85%|████████▌ | 17/20 [00:02<00:00, 6.53it/s]\n 90%|█████████ | 18/20 [00:02<00:00, 6.53it/s]\n 95%|█████████▌| 19/20 [00:02<00:00, 6.53it/s]\n100%|██████████| 20/20 [00:02<00:00, 6.52it/s]\n100%|██████████| 20/20 [00:02<00:00, 6.75it/s]", "metrics": { "predict_time": 3.812166, "total_time": 3.820398 }, "output": [ "https://replicate.delivery/pbxt/09bJqjMzAq4jP5NoDANQWI4vyRLFGExZiJ9hG8FZyO9fgOXJA/out-0.png" ], "started_at": "2024-04-26T21:36:59.989232Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/tmh74w0m9nrgg0cf3hbtx3k688", "cancel": "https://api.replicate.com/v1/predictions/tmh74w0m9nrgg0cf3hbtx3k688/cancel" }, "version": "605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e" }Generated inScheduler: Euler A Karras Using seed: 908 Mode: text2img 0%| | 0/20 [00:00<?, ?it/s] 10%|█ | 2/20 [00:00<00:01, 9.92it/s] 15%|█▌ | 3/20 [00:00<00:02, 8.13it/s] 20%|██ | 4/20 [00:00<00:02, 7.44it/s] 25%|██▌ | 5/20 [00:00<00:02, 7.08it/s] 30%|███ | 6/20 [00:00<00:02, 6.87it/s] 35%|███▌ | 7/20 [00:00<00:01, 6.74it/s] 40%|████ | 8/20 [00:01<00:01, 6.66it/s] 45%|████▌ | 9/20 [00:01<00:01, 6.62it/s] 50%|█████ | 10/20 [00:01<00:01, 6.60it/s] 55%|█████▌ | 11/20 [00:01<00:01, 6.58it/s] 60%|██████ | 12/20 [00:01<00:01, 6.57it/s] 65%|██████▌ | 13/20 [00:01<00:01, 6.56it/s] 70%|███████ | 14/20 [00:02<00:00, 6.54it/s] 75%|███████▌ | 15/20 [00:02<00:00, 6.54it/s] 80%|████████ | 16/20 [00:02<00:00, 6.54it/s] 85%|████████▌ | 17/20 [00:02<00:00, 6.53it/s] 90%|█████████ | 18/20 [00:02<00:00, 6.53it/s] 95%|█████████▌| 19/20 [00:02<00:00, 6.53it/s] 100%|██████████| 20/20 [00:02<00:00, 6.52it/s] 100%|██████████| 20/20 [00:02<00:00, 6.75it/s]Prediction
asiryan/deliberate-v6:605a9ad2IDfyq48482mdrgm0cf3hcbj21yk4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- seed
- 9174
- width
- 512
- height
- 728
- prompt
- woman, bus stop
- strength
- 1
- scheduler
- Euler A Karras
- num_outputs
- 1
- guidance_scale
- 7.5
- negative_prompt
- [disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry
- num_inference_steps
- 20
{ "seed": 9174, "width": 512, "height": 728, "prompt": "woman, bus stop", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 }Install Replicate’s Node.js client library:npm install replicateImport 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 asiryan/deliberate-v6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", { input: { seed: 9174, width: 512, height: 728, prompt: "woman, bus stop", strength: 1, scheduler: "Euler A Karras", num_outputs: 1, guidance_scale: 7.5, negative_prompt: "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", num_inference_steps: 20 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicateImport the client:import replicateRun asiryan/deliberate-v6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", input={ "seed": 9174, "width": 512, "height": 728, "prompt": "woman, bus stop", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())To learn more, take a look at the guide on getting started with Python.
Run asiryan/deliberate-v6 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": "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", "input": { "seed": 9174, "width": 512, "height": 728, "prompt": "woman, bus stop", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-04-26T21:38:04.774933Z", "created_at": "2024-04-26T21:38:00.995000Z", "data_removed": false, "error": null, "id": "fyq48482mdrgm0cf3hcbj21yk4", "input": { "seed": 9174, "width": 512, "height": 728, "prompt": "woman, bus stop", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 }, "logs": "Scheduler: Euler A Karras\nUsing seed: 9174\nMode: text2img\n 0%| | 0/20 [00:00<?, ?it/s]\n 10%|█ | 2/20 [00:00<00:01, 9.87it/s]\n 15%|█▌ | 3/20 [00:00<00:02, 8.11it/s]\n 20%|██ | 4/20 [00:00<00:02, 7.41it/s]\n 25%|██▌ | 5/20 [00:00<00:02, 7.07it/s]\n 30%|███ | 6/20 [00:00<00:02, 6.88it/s]\n 35%|███▌ | 7/20 [00:00<00:01, 6.76it/s]\n 40%|████ | 8/20 [00:01<00:01, 6.69it/s]\n 45%|████▌ | 9/20 [00:01<00:01, 6.63it/s]\n 50%|█████ | 10/20 [00:01<00:01, 6.59it/s]\n 55%|█████▌ | 11/20 [00:01<00:01, 6.57it/s]\n 60%|██████ | 12/20 [00:01<00:01, 6.55it/s]\n 65%|██████▌ | 13/20 [00:01<00:01, 6.54it/s]\n 70%|███████ | 14/20 [00:02<00:00, 6.53it/s]\n 75%|███████▌ | 15/20 [00:02<00:00, 6.52it/s]\n 80%|████████ | 16/20 [00:02<00:00, 6.52it/s]\n 85%|████████▌ | 17/20 [00:02<00:00, 6.52it/s]\n 90%|█████████ | 18/20 [00:02<00:00, 6.51it/s]\n 95%|█████████▌| 19/20 [00:02<00:00, 6.51it/s]\n100%|██████████| 20/20 [00:02<00:00, 6.51it/s]\n100%|██████████| 20/20 [00:02<00:00, 6.74it/s]", "metrics": { "predict_time": 3.772737, "total_time": 3.779933 }, "output": [ "https://replicate.delivery/pbxt/nVQroVKX97KUD1LTRGUvXb5XYgUCUN7SOJLhNrgDUjOvQnrE/out-0.png" ], "started_at": "2024-04-26T21:38:01.002196Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/fyq48482mdrgm0cf3hcbj21yk4", "cancel": "https://api.replicate.com/v1/predictions/fyq48482mdrgm0cf3hcbj21yk4/cancel" }, "version": "605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e" }Generated inScheduler: Euler A Karras Using seed: 9174 Mode: text2img 0%| | 0/20 [00:00<?, ?it/s] 10%|█ | 2/20 [00:00<00:01, 9.87it/s] 15%|█▌ | 3/20 [00:00<00:02, 8.11it/s] 20%|██ | 4/20 [00:00<00:02, 7.41it/s] 25%|██▌ | 5/20 [00:00<00:02, 7.07it/s] 30%|███ | 6/20 [00:00<00:02, 6.88it/s] 35%|███▌ | 7/20 [00:00<00:01, 6.76it/s] 40%|████ | 8/20 [00:01<00:01, 6.69it/s] 45%|████▌ | 9/20 [00:01<00:01, 6.63it/s] 50%|█████ | 10/20 [00:01<00:01, 6.59it/s] 55%|█████▌ | 11/20 [00:01<00:01, 6.57it/s] 60%|██████ | 12/20 [00:01<00:01, 6.55it/s] 65%|██████▌ | 13/20 [00:01<00:01, 6.54it/s] 70%|███████ | 14/20 [00:02<00:00, 6.53it/s] 75%|███████▌ | 15/20 [00:02<00:00, 6.52it/s] 80%|████████ | 16/20 [00:02<00:00, 6.52it/s] 85%|████████▌ | 17/20 [00:02<00:00, 6.52it/s] 90%|█████████ | 18/20 [00:02<00:00, 6.51it/s] 95%|█████████▌| 19/20 [00:02<00:00, 6.51it/s] 100%|██████████| 20/20 [00:02<00:00, 6.51it/s] 100%|██████████| 20/20 [00:02<00:00, 6.74it/s]Prediction
asiryan/deliberate-v6:605a9ad2IDx41sshyvchrgj0cf3hc98q0ewgStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- seed
- 39250
- width
- 512
- height
- 728
- prompt
- canopy trees, Louisiana moss, at night, reflections, cinematic, symmetrical, canopy, sunset
- strength
- 1
- scheduler
- Euler A Karras
- num_outputs
- 1
- guidance_scale
- 7.5
- negative_prompt
- [disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry
- num_inference_steps
- 20
{ "seed": 39250, "width": 512, "height": 728, "prompt": "canopy trees, Louisiana moss, at night, reflections, cinematic, symmetrical, canopy, sunset", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 }Install Replicate’s Node.js client library:npm install replicateImport 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 asiryan/deliberate-v6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", { input: { seed: 39250, width: 512, height: 728, prompt: "canopy trees, Louisiana moss, at night, reflections, cinematic, symmetrical, canopy, sunset", strength: 1, scheduler: "Euler A Karras", num_outputs: 1, guidance_scale: 7.5, negative_prompt: "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", num_inference_steps: 20 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicateImport the client:import replicateRun asiryan/deliberate-v6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", input={ "seed": 39250, "width": 512, "height": 728, "prompt": "canopy trees, Louisiana moss, at night, reflections, cinematic, symmetrical, canopy, sunset", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())To learn more, take a look at the guide on getting started with Python.
Run asiryan/deliberate-v6 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": "asiryan/deliberate-v6:605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e", "input": { "seed": 39250, "width": 512, "height": 728, "prompt": "canopy trees, Louisiana moss, at night, reflections, cinematic, symmetrical, canopy, sunset", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-04-26T21:39:00.261330Z", "created_at": "2024-04-26T21:38:56.484000Z", "data_removed": false, "error": null, "id": "x41sshyvchrgj0cf3hc98q0ewg", "input": { "seed": 39250, "width": 512, "height": 728, "prompt": "canopy trees, Louisiana moss, at night, reflections, cinematic, symmetrical, canopy, sunset", "strength": 1, "scheduler": "Euler A Karras", "num_outputs": 1, "guidance_scale": 7.5, "negative_prompt": "[disfigured, poorly drawn], [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, mutated, blurry", "num_inference_steps": 20 }, "logs": "Scheduler: Euler A Karras\nUsing seed: 39250\nMode: text2img\n 0%| | 0/20 [00:00<?, ?it/s]\n 10%|█ | 2/20 [00:00<00:01, 9.90it/s]\n 15%|█▌ | 3/20 [00:00<00:02, 8.12it/s]\n 20%|██ | 4/20 [00:00<00:02, 7.43it/s]\n 25%|██▌ | 5/20 [00:00<00:02, 7.07it/s]\n 30%|███ | 6/20 [00:00<00:02, 6.87it/s]\n 35%|███▌ | 7/20 [00:00<00:01, 6.76it/s]\n 40%|████ | 8/20 [00:01<00:01, 6.68it/s]\n 45%|████▌ | 9/20 [00:01<00:01, 6.63it/s]\n 50%|█████ | 10/20 [00:01<00:01, 6.60it/s]\n 55%|█████▌ | 11/20 [00:01<00:01, 6.58it/s]\n 60%|██████ | 12/20 [00:01<00:01, 6.57it/s]\n 65%|██████▌ | 13/20 [00:01<00:01, 6.55it/s]\n 70%|███████ | 14/20 [00:02<00:00, 6.55it/s]\n 75%|███████▌ | 15/20 [00:02<00:00, 6.54it/s]\n 80%|████████ | 16/20 [00:02<00:00, 6.53it/s]\n 85%|████████▌ | 17/20 [00:02<00:00, 6.53it/s]\n 90%|█████████ | 18/20 [00:02<00:00, 6.52it/s]\n 95%|█████████▌| 19/20 [00:02<00:00, 6.52it/s]\n100%|██████████| 20/20 [00:02<00:00, 6.52it/s]\n100%|██████████| 20/20 [00:02<00:00, 6.75it/s]", "metrics": { "predict_time": 3.76758, "total_time": 3.77733 }, "output": [ "https://replicate.delivery/pbxt/gh41r6XWRv5KDR2Pku6LH1D2Z0I5GCKZ7AcDTQojJuy8QnrE/out-0.png" ], "started_at": "2024-04-26T21:38:56.493750Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/x41sshyvchrgj0cf3hc98q0ewg", "cancel": "https://api.replicate.com/v1/predictions/x41sshyvchrgj0cf3hc98q0ewg/cancel" }, "version": "605a9ad23d7580b2762173afa6009b1a0cc00b7475998600ba2c39eda05f533e" }Generated inScheduler: Euler A Karras Using seed: 39250 Mode: text2img 0%| | 0/20 [00:00<?, ?it/s] 10%|█ | 2/20 [00:00<00:01, 9.90it/s] 15%|█▌ | 3/20 [00:00<00:02, 8.12it/s] 20%|██ | 4/20 [00:00<00:02, 7.43it/s] 25%|██▌ | 5/20 [00:00<00:02, 7.07it/s] 30%|███ | 6/20 [00:00<00:02, 6.87it/s] 35%|███▌ | 7/20 [00:00<00:01, 6.76it/s] 40%|████ | 8/20 [00:01<00:01, 6.68it/s] 45%|████▌ | 9/20 [00:01<00:01, 6.63it/s] 50%|█████ | 10/20 [00:01<00:01, 6.60it/s] 55%|█████▌ | 11/20 [00:01<00:01, 6.58it/s] 60%|██████ | 12/20 [00:01<00:01, 6.57it/s] 65%|██████▌ | 13/20 [00:01<00:01, 6.55it/s] 70%|███████ | 14/20 [00:02<00:00, 6.55it/s] 75%|███████▌ | 15/20 [00:02<00:00, 6.54it/s] 80%|████████ | 16/20 [00:02<00:00, 6.53it/s] 85%|████████▌ | 17/20 [00:02<00:00, 6.53it/s] 90%|█████████ | 18/20 [00:02<00:00, 6.52it/s] 95%|█████████▌| 19/20 [00:02<00:00, 6.52it/s] 100%|██████████| 20/20 [00:02<00:00, 6.52it/s] 100%|██████████| 20/20 [00:02<00:00, 6.75it/s]
Want to make some of these yourself?
Run this model

