pagebrain / deliberate-v3
T4 GPU, negative embeddings, img2img, inpainting, safety checker, KarrasDPM, pruned fp16 safetensor
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aID2yfhmojb46v7ooip7vkpsgpdoeStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 226525174
- width
- "576"
- height
- "1024"
- prompt
- redhead
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 6
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 226525174, "width": "576", "height": "1024", "prompt": "redhead", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 6, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 226525174, width: "576", height: "1024", prompt: "redhead", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 6, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 226525174, "width": "576", "height": "1024", "prompt": "redhead", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 6, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 226525174, "width": "576", "height": "1024", "prompt": "redhead", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 6, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:18:39.575785Z", "created_at": "2023-09-09T08:15:15.220696Z", "data_removed": false, "error": null, "id": "2yfhmojb46v7ooip7vkpsgpdoe", "input": { "seed": 226525174, "width": "576", "height": "1024", "prompt": "redhead", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 6, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 226525174\nPrompt: redhead\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:02<01:01, 2.92s/it]\n 9%|▉ | 2/22 [00:03<00:30, 1.52s/it]\n 14%|█▎ | 3/22 [00:03<00:20, 1.07s/it]\n 18%|█▊ | 4/22 [00:04<00:15, 1.16it/s]\n 23%|██▎ | 5/22 [00:05<00:12, 1.34it/s]\n 27%|██▋ | 6/22 [00:05<00:10, 1.48it/s]\n 32%|███▏ | 7/22 [00:06<00:09, 1.58it/s]\n 36%|███▋ | 8/22 [00:06<00:08, 1.66it/s]\n 41%|████ | 9/22 [00:07<00:07, 1.72it/s]\n 45%|████▌ | 10/22 [00:07<00:06, 1.75it/s]\n 50%|█████ | 11/22 [00:08<00:06, 1.78it/s]\n 55%|█████▍ | 12/22 [00:08<00:05, 1.80it/s]\n 59%|█████▉ | 13/22 [00:09<00:04, 1.82it/s]\n 64%|██████▎ | 14/22 [00:09<00:04, 1.83it/s]\n 68%|██████▊ | 15/22 [00:10<00:03, 1.83it/s]\n 73%|███████▎ | 16/22 [00:11<00:03, 1.84it/s]\n 77%|███████▋ | 17/22 [00:11<00:02, 1.84it/s]\n 82%|████████▏ | 18/22 [00:12<00:02, 1.84it/s]\n 86%|████████▋ | 19/22 [00:12<00:01, 1.84it/s]\n 91%|█████████ | 20/22 [00:13<00:01, 1.85it/s]\n 95%|█████████▌| 21/22 [00:13<00:00, 1.84it/s]\n100%|██████████| 22/22 [00:14<00:00, 1.84it/s]\n100%|██████████| 22/22 [00:14<00:00, 1.54it/s]", "metrics": { "predict_time": 18.078241, "total_time": 204.355089 }, "output": [ "https://replicate.delivery/pbxt/8WUKAu1GgX4cF10Obj7BSZExMPJv8Od2vhwA4Xey2tdv4OxIA/out-0.png" ], "started_at": "2023-09-09T08:18:21.497544Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/2yfhmojb46v7ooip7vkpsgpdoe", "cancel": "https://api.replicate.com/v1/predictions/2yfhmojb46v7ooip7vkpsgpdoe/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 226525174 Prompt: redhead txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:02<01:01, 2.92s/it] 9%|▉ | 2/22 [00:03<00:30, 1.52s/it] 14%|█▎ | 3/22 [00:03<00:20, 1.07s/it] 18%|█▊ | 4/22 [00:04<00:15, 1.16it/s] 23%|██▎ | 5/22 [00:05<00:12, 1.34it/s] 27%|██▋ | 6/22 [00:05<00:10, 1.48it/s] 32%|███▏ | 7/22 [00:06<00:09, 1.58it/s] 36%|███▋ | 8/22 [00:06<00:08, 1.66it/s] 41%|████ | 9/22 [00:07<00:07, 1.72it/s] 45%|████▌ | 10/22 [00:07<00:06, 1.75it/s] 50%|█████ | 11/22 [00:08<00:06, 1.78it/s] 55%|█████▍ | 12/22 [00:08<00:05, 1.80it/s] 59%|█████▉ | 13/22 [00:09<00:04, 1.82it/s] 64%|██████▎ | 14/22 [00:09<00:04, 1.83it/s] 68%|██████▊ | 15/22 [00:10<00:03, 1.83it/s] 73%|███████▎ | 16/22 [00:11<00:03, 1.84it/s] 77%|███████▋ | 17/22 [00:11<00:02, 1.84it/s] 82%|████████▏ | 18/22 [00:12<00:02, 1.84it/s] 86%|████████▋ | 19/22 [00:12<00:01, 1.84it/s] 91%|█████████ | 20/22 [00:13<00:01, 1.85it/s] 95%|█████████▌| 21/22 [00:13<00:00, 1.84it/s] 100%|██████████| 22/22 [00:14<00:00, 1.84it/s] 100%|██████████| 22/22 [00:14<00:00, 1.54it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDzahsrwzbyfxbfxzmiu5umourxuStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 2318912846
- width
- "576"
- height
- "1024"
- prompt
- Russian girl, long braid, wreath of autumn foliage and rowan, dress in Russian style, forest landscape, birch, autumn foliage, sun rays break through the trees, cinematic lighting, Hyperdetailed photorealism, (ultra-detailed), detailed glow, ambient occlusion, ambient light, f/1.8,
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 2318912846, "width": "576", "height": "1024", "prompt": "Russian girl, long braid, wreath of autumn foliage and rowan, dress in Russian style, forest landscape, birch, autumn foliage, sun rays break through the trees, cinematic lighting, Hyperdetailed photorealism, (ultra-detailed), detailed glow, ambient occlusion, ambient light, f/1.8,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 2318912846, width: "576", height: "1024", prompt: "Russian girl, long braid, wreath of autumn foliage and rowan, dress in Russian style, forest landscape, birch, autumn foliage, sun rays break through the trees, cinematic lighting, Hyperdetailed photorealism, (ultra-detailed), detailed glow, ambient occlusion, ambient light, f/1.8,", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 2318912846, "width": "576", "height": "1024", "prompt": "Russian girl, long braid, wreath of autumn foliage and rowan, dress in Russian style, forest landscape, birch, autumn foliage, sun rays break through the trees, cinematic lighting, Hyperdetailed photorealism, (ultra-detailed), detailed glow, ambient occlusion, ambient light, f/1.8,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 2318912846, "width": "576", "height": "1024", "prompt": "Russian girl, long braid, wreath of autumn foliage and rowan, dress in Russian style, forest landscape, birch, autumn foliage, sun rays break through the trees, cinematic lighting, Hyperdetailed photorealism, (ultra-detailed), detailed glow, ambient occlusion, ambient light, f/1.8,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:24:01.101734Z", "created_at": "2023-09-09T08:23:46.848691Z", "data_removed": false, "error": null, "id": "zahsrwzbyfxbfxzmiu5umourxu", "input": { "seed": 2318912846, "width": "576", "height": "1024", "prompt": "Russian girl, long braid, wreath of autumn foliage and rowan, dress in Russian style, forest landscape, birch, autumn foliage, sun rays break through the trees, cinematic lighting, Hyperdetailed photorealism, (ultra-detailed), detailed glow, ambient occlusion, ambient light, f/1.8,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 2318912846\nPrompt: Russian girl, long braid, wreath of autumn foliage and rowan, dress in Russian style, forest landscape, birch, autumn foliage, sun rays break through the trees, cinematic lighting, Hyperdetailed photorealism, (ultra-detailed), detailed glow, ambient occlusion, ambient light, f/1.8,\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:12, 1.64it/s]\n 9%|▉ | 2/22 [00:01<00:11, 1.71it/s]\n 14%|█▎ | 3/22 [00:01<00:11, 1.72it/s]\n 18%|█▊ | 4/22 [00:02<00:10, 1.73it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.74it/s]\n 27%|██▋ | 6/22 [00:03<00:09, 1.74it/s]\n 32%|███▏ | 7/22 [00:04<00:08, 1.74it/s]\n 36%|███▋ | 8/22 [00:04<00:08, 1.74it/s]\n 41%|████ | 9/22 [00:05<00:07, 1.74it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.74it/s]\n 50%|█████ | 11/22 [00:06<00:06, 1.74it/s]\n 55%|█████▍ | 12/22 [00:06<00:05, 1.74it/s]\n 59%|█████▉ | 13/22 [00:07<00:05, 1.74it/s]\n 64%|██████▎ | 14/22 [00:08<00:04, 1.74it/s]\n 68%|██████▊ | 15/22 [00:08<00:04, 1.74it/s]\n 73%|███████▎ | 16/22 [00:09<00:03, 1.74it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.74it/s]\n 82%|████████▏ | 18/22 [00:10<00:02, 1.74it/s]\n 86%|████████▋ | 19/22 [00:10<00:01, 1.73it/s]\n 91%|█████████ | 20/22 [00:11<00:01, 1.73it/s]\n 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]", "metrics": { "predict_time": 14.292067, "total_time": 14.253043 }, "output": [ "https://replicate.delivery/pbxt/FG3CQxdGf9WaJaHEpBfbJPfXf3G3Ff18FNCF6THbxncD0uTMC/out-0.png" ], "started_at": "2023-09-09T08:23:46.809667Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/zahsrwzbyfxbfxzmiu5umourxu", "cancel": "https://api.replicate.com/v1/predictions/zahsrwzbyfxbfxzmiu5umourxu/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 2318912846 Prompt: Russian girl, long braid, wreath of autumn foliage and rowan, dress in Russian style, forest landscape, birch, autumn foliage, sun rays break through the trees, cinematic lighting, Hyperdetailed photorealism, (ultra-detailed), detailed glow, ambient occlusion, ambient light, f/1.8, txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:12, 1.64it/s] 9%|▉ | 2/22 [00:01<00:11, 1.71it/s] 14%|█▎ | 3/22 [00:01<00:11, 1.72it/s] 18%|█▊ | 4/22 [00:02<00:10, 1.73it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.74it/s] 27%|██▋ | 6/22 [00:03<00:09, 1.74it/s] 32%|███▏ | 7/22 [00:04<00:08, 1.74it/s] 36%|███▋ | 8/22 [00:04<00:08, 1.74it/s] 41%|████ | 9/22 [00:05<00:07, 1.74it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.74it/s] 50%|█████ | 11/22 [00:06<00:06, 1.74it/s] 55%|█████▍ | 12/22 [00:06<00:05, 1.74it/s] 59%|█████▉ | 13/22 [00:07<00:05, 1.74it/s] 64%|██████▎ | 14/22 [00:08<00:04, 1.74it/s] 68%|██████▊ | 15/22 [00:08<00:04, 1.74it/s] 73%|███████▎ | 16/22 [00:09<00:03, 1.74it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.74it/s] 82%|████████▏ | 18/22 [00:10<00:02, 1.74it/s] 86%|████████▋ | 19/22 [00:10<00:01, 1.73it/s] 91%|█████████ | 20/22 [00:11<00:01, 1.73it/s] 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDjew6x5rbwo5mzgvnxzwl6ylpuiStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 2318912846
- width
- 576
- height
- 1024
- prompt
- close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 2318912846, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 2318912846, width: 576, height: 1024, prompt: "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 2318912846, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 2318912846, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:27:24.277303Z", "created_at": "2023-09-09T08:27:09.735214Z", "data_removed": false, "error": null, "id": "jew6x5rbwo5mzgvnxzwl6ylpui", "input": { "seed": 2318912846, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 2318912846\nPrompt: close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:12, 1.62it/s]\n 9%|▉ | 2/22 [00:01<00:11, 1.68it/s]\n 14%|█▎ | 3/22 [00:01<00:11, 1.71it/s]\n 18%|█▊ | 4/22 [00:02<00:10, 1.71it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.72it/s]\n 27%|██▋ | 6/22 [00:03<00:09, 1.71it/s]\n 32%|███▏ | 7/22 [00:04<00:08, 1.72it/s]\n 36%|███▋ | 8/22 [00:04<00:08, 1.71it/s]\n 41%|████ | 9/22 [00:05<00:07, 1.72it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.72it/s]\n 50%|█████ | 11/22 [00:06<00:06, 1.72it/s]\n 55%|█████▍ | 12/22 [00:07<00:05, 1.72it/s]\n 59%|█████▉ | 13/22 [00:07<00:05, 1.72it/s]\n 64%|██████▎ | 14/22 [00:08<00:04, 1.72it/s]\n 68%|██████▊ | 15/22 [00:08<00:04, 1.72it/s]\n 73%|███████▎ | 16/22 [00:09<00:03, 1.72it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.73it/s]\n 82%|████████▏ | 18/22 [00:10<00:02, 1.73it/s]\n 86%|████████▋ | 19/22 [00:11<00:01, 1.73it/s]\n 91%|█████████ | 20/22 [00:11<00:01, 1.73it/s]\n 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.72it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.72it/s]", "metrics": { "predict_time": 14.577924, "total_time": 14.542089 }, "output": [ "https://replicate.delivery/pbxt/gb5KWKeqiV0KY6xjPKMTa1Ohodl7pYB2f2aj9lWci4Pr5diRA/out-0.png" ], "started_at": "2023-09-09T08:27:09.699379Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jew6x5rbwo5mzgvnxzwl6ylpui", "cancel": "https://api.replicate.com/v1/predictions/jew6x5rbwo5mzgvnxzwl6ylpui/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 2318912846 Prompt: close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:12, 1.62it/s] 9%|▉ | 2/22 [00:01<00:11, 1.68it/s] 14%|█▎ | 3/22 [00:01<00:11, 1.71it/s] 18%|█▊ | 4/22 [00:02<00:10, 1.71it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.72it/s] 27%|██▋ | 6/22 [00:03<00:09, 1.71it/s] 32%|███▏ | 7/22 [00:04<00:08, 1.72it/s] 36%|███▋ | 8/22 [00:04<00:08, 1.71it/s] 41%|████ | 9/22 [00:05<00:07, 1.72it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.72it/s] 50%|█████ | 11/22 [00:06<00:06, 1.72it/s] 55%|█████▍ | 12/22 [00:07<00:05, 1.72it/s] 59%|█████▉ | 13/22 [00:07<00:05, 1.72it/s] 64%|██████▎ | 14/22 [00:08<00:04, 1.72it/s] 68%|██████▊ | 15/22 [00:08<00:04, 1.72it/s] 73%|███████▎ | 16/22 [00:09<00:03, 1.72it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.73it/s] 82%|████████▏ | 18/22 [00:10<00:02, 1.73it/s] 86%|████████▋ | 19/22 [00:11<00:01, 1.73it/s] 91%|█████████ | 20/22 [00:11<00:01, 1.73it/s] 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.72it/s] 100%|██████████| 22/22 [00:12<00:00, 1.72it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDxewq4wrbnmnoowdyo4gisunzduStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3010724347
- width
- 576
- height
- 1024
- prompt
- mj, boletus, cinematic
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, boletus, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 3010724347, width: 576, height: 1024, prompt: "mj, boletus, cinematic", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, boletus, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, boletus, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:35:15.128454Z", "created_at": "2023-09-09T08:34:59.758630Z", "data_removed": false, "error": null, "id": "xewq4wrbnmnoowdyo4gisunzdu", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, boletus, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 3010724347\nPrompt: mj, boletus, cinematic\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:13, 1.55it/s]\n 9%|▉ | 2/22 [00:01<00:11, 1.67it/s]\n 14%|█▎ | 3/22 [00:01<00:11, 1.70it/s]\n 18%|█▊ | 4/22 [00:02<00:10, 1.72it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.73it/s]\n 27%|██▋ | 6/22 [00:03<00:09, 1.73it/s]\n 32%|███▏ | 7/22 [00:04<00:08, 1.74it/s]\n 36%|███▋ | 8/22 [00:04<00:08, 1.74it/s]\n 41%|████ | 9/22 [00:05<00:07, 1.74it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.74it/s]\n 50%|█████ | 11/22 [00:06<00:06, 1.74it/s]\n 55%|█████▍ | 12/22 [00:06<00:05, 1.74it/s]\n 59%|█████▉ | 13/22 [00:07<00:05, 1.74it/s]\n 64%|██████▎ | 14/22 [00:08<00:04, 1.74it/s]\n 68%|██████▊ | 15/22 [00:08<00:04, 1.74it/s]\n 73%|███████▎ | 16/22 [00:09<00:03, 1.74it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.73it/s]\n 82%|████████▏ | 18/22 [00:10<00:02, 1.74it/s]\n 86%|████████▋ | 19/22 [00:10<00:01, 1.73it/s]\n 91%|█████████ | 20/22 [00:11<00:01, 1.74it/s]\n 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]", "metrics": { "predict_time": 15.409703, "total_time": 15.369824 }, "output": [ "https://replicate.delivery/pbxt/S3eUAaeC2MsaT00ewZnh562fGyiJOiRN9Sbpy4IzNAKIE4JGB/out-0.png" ], "started_at": "2023-09-09T08:34:59.718751Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/xewq4wrbnmnoowdyo4gisunzdu", "cancel": "https://api.replicate.com/v1/predictions/xewq4wrbnmnoowdyo4gisunzdu/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 3010724347 Prompt: mj, boletus, cinematic txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:13, 1.55it/s] 9%|▉ | 2/22 [00:01<00:11, 1.67it/s] 14%|█▎ | 3/22 [00:01<00:11, 1.70it/s] 18%|█▊ | 4/22 [00:02<00:10, 1.72it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.73it/s] 27%|██▋ | 6/22 [00:03<00:09, 1.73it/s] 32%|███▏ | 7/22 [00:04<00:08, 1.74it/s] 36%|███▋ | 8/22 [00:04<00:08, 1.74it/s] 41%|████ | 9/22 [00:05<00:07, 1.74it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.74it/s] 50%|█████ | 11/22 [00:06<00:06, 1.74it/s] 55%|█████▍ | 12/22 [00:06<00:05, 1.74it/s] 59%|█████▉ | 13/22 [00:07<00:05, 1.74it/s] 64%|██████▎ | 14/22 [00:08<00:04, 1.74it/s] 68%|██████▊ | 15/22 [00:08<00:04, 1.74it/s] 73%|███████▎ | 16/22 [00:09<00:03, 1.74it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.73it/s] 82%|████████▏ | 18/22 [00:10<00:02, 1.74it/s] 86%|████████▋ | 19/22 [00:10<00:01, 1.73it/s] 91%|█████████ | 20/22 [00:11<00:01, 1.74it/s] 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDjbzwglzbhlxf3o7iqrqei37rruStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3010724347
- width
- 576
- height
- 1024
- prompt
- mj, captain jack sparrow, cinematic
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, captain jack sparrow, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 3010724347, width: 576, height: 1024, prompt: "mj, captain jack sparrow, cinematic", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, captain jack sparrow, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, captain jack sparrow, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:35:50.867088Z", "created_at": "2023-09-09T08:35:36.580426Z", "data_removed": false, "error": null, "id": "jbzwglzbhlxf3o7iqrqei37rru", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, captain jack sparrow, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 3010724347\nPrompt: mj, captain jack sparrow, cinematic\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:12, 1.63it/s]\n 9%|▉ | 2/22 [00:01<00:11, 1.70it/s]\n 14%|█▎ | 3/22 [00:01<00:11, 1.71it/s]\n 18%|█▊ | 4/22 [00:02<00:10, 1.72it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.72it/s]\n 27%|██▋ | 6/22 [00:03<00:09, 1.72it/s]\n 32%|███▏ | 7/22 [00:04<00:08, 1.72it/s]\n 36%|███▋ | 8/22 [00:04<00:08, 1.72it/s]\n 41%|████ | 9/22 [00:05<00:07, 1.72it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.72it/s]\n 50%|█████ | 11/22 [00:06<00:06, 1.72it/s]\n 55%|█████▍ | 12/22 [00:06<00:05, 1.72it/s]\n 59%|█████▉ | 13/22 [00:07<00:05, 1.72it/s]\n 64%|██████▎ | 14/22 [00:08<00:04, 1.72it/s]\n 68%|██████▊ | 15/22 [00:08<00:04, 1.72it/s]\n 73%|███████▎ | 16/22 [00:09<00:03, 1.72it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.72it/s]\n 82%|████████▏ | 18/22 [00:10<00:02, 1.72it/s]\n 86%|████████▋ | 19/22 [00:11<00:01, 1.72it/s]\n 91%|█████████ | 20/22 [00:11<00:01, 1.72it/s]\n 95%|█████████▌| 21/22 [00:12<00:00, 1.72it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.71it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.72it/s]", "metrics": { "predict_time": 14.332417, "total_time": 14.286662 }, "output": [ "https://replicate.delivery/pbxt/IHFOaq7iPRIjNhesOJj2GI5iIloZSmechxY9d9w7HPUmBeEjA/out-0.png" ], "started_at": "2023-09-09T08:35:36.534671Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jbzwglzbhlxf3o7iqrqei37rru", "cancel": "https://api.replicate.com/v1/predictions/jbzwglzbhlxf3o7iqrqei37rru/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 3010724347 Prompt: mj, captain jack sparrow, cinematic txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:12, 1.63it/s] 9%|▉ | 2/22 [00:01<00:11, 1.70it/s] 14%|█▎ | 3/22 [00:01<00:11, 1.71it/s] 18%|█▊ | 4/22 [00:02<00:10, 1.72it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.72it/s] 27%|██▋ | 6/22 [00:03<00:09, 1.72it/s] 32%|███▏ | 7/22 [00:04<00:08, 1.72it/s] 36%|███▋ | 8/22 [00:04<00:08, 1.72it/s] 41%|████ | 9/22 [00:05<00:07, 1.72it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.72it/s] 50%|█████ | 11/22 [00:06<00:06, 1.72it/s] 55%|█████▍ | 12/22 [00:06<00:05, 1.72it/s] 59%|█████▉ | 13/22 [00:07<00:05, 1.72it/s] 64%|██████▎ | 14/22 [00:08<00:04, 1.72it/s] 68%|██████▊ | 15/22 [00:08<00:04, 1.72it/s] 73%|███████▎ | 16/22 [00:09<00:03, 1.72it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.72it/s] 82%|████████▏ | 18/22 [00:10<00:02, 1.72it/s] 86%|████████▋ | 19/22 [00:11<00:01, 1.72it/s] 91%|█████████ | 20/22 [00:11<00:01, 1.72it/s] 95%|█████████▌| 21/22 [00:12<00:00, 1.72it/s] 100%|██████████| 22/22 [00:12<00:00, 1.71it/s] 100%|██████████| 22/22 [00:12<00:00, 1.72it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDr3ybsxbbx4kmfwqx3ylh7rabnuStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3010724347
- width
- 576
- height
- 1024
- prompt
- mj, cyberpunk soldier, cinematic
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, cyberpunk soldier, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 3010724347, width: 576, height: 1024, prompt: "mj, cyberpunk soldier, cinematic", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, cyberpunk soldier, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, cyberpunk soldier, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:36:57.257567Z", "created_at": "2023-09-09T08:36:42.917571Z", "data_removed": false, "error": null, "id": "r3ybsxbbx4kmfwqx3ylh7rabnu", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, cyberpunk soldier, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 3010724347\nPrompt: mj, cyberpunk soldier, cinematic\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:12, 1.62it/s]\n 9%|▉ | 2/22 [00:01<00:11, 1.70it/s]\n 14%|█▎ | 3/22 [00:01<00:11, 1.71it/s]\n 18%|█▊ | 4/22 [00:02<00:10, 1.72it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.73it/s]\n 27%|██▋ | 6/22 [00:03<00:09, 1.73it/s]\n 32%|███▏ | 7/22 [00:04<00:08, 1.74it/s]\n 36%|███▋ | 8/22 [00:04<00:08, 1.74it/s]\n 41%|████ | 9/22 [00:05<00:07, 1.74it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.74it/s]\n 50%|█████ | 11/22 [00:06<00:06, 1.73it/s]\n 55%|█████▍ | 12/22 [00:06<00:05, 1.74it/s]\n 59%|█████▉ | 13/22 [00:07<00:05, 1.73it/s]\n 64%|██████▎ | 14/22 [00:08<00:04, 1.73it/s]\n 68%|██████▊ | 15/22 [00:08<00:04, 1.73it/s]\n 73%|███████▎ | 16/22 [00:09<00:03, 1.73it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.73it/s]\n 82%|████████▏ | 18/22 [00:10<00:02, 1.73it/s]\n 86%|████████▋ | 19/22 [00:10<00:01, 1.73it/s]\n 91%|█████████ | 20/22 [00:11<00:01, 1.73it/s]\n 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]", "metrics": { "predict_time": 14.376997, "total_time": 14.339996 }, "output": [ "https://replicate.delivery/pbxt/EdGQGqeK6VTbLqQ8pNNDffE6a0VsB3K08Jw3YKr73EOQF8EjA/out-0.png" ], "started_at": "2023-09-09T08:36:42.880570Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/r3ybsxbbx4kmfwqx3ylh7rabnu", "cancel": "https://api.replicate.com/v1/predictions/r3ybsxbbx4kmfwqx3ylh7rabnu/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 3010724347 Prompt: mj, cyberpunk soldier, cinematic txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:12, 1.62it/s] 9%|▉ | 2/22 [00:01<00:11, 1.70it/s] 14%|█▎ | 3/22 [00:01<00:11, 1.71it/s] 18%|█▊ | 4/22 [00:02<00:10, 1.72it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.73it/s] 27%|██▋ | 6/22 [00:03<00:09, 1.73it/s] 32%|███▏ | 7/22 [00:04<00:08, 1.74it/s] 36%|███▋ | 8/22 [00:04<00:08, 1.74it/s] 41%|████ | 9/22 [00:05<00:07, 1.74it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.74it/s] 50%|█████ | 11/22 [00:06<00:06, 1.73it/s] 55%|█████▍ | 12/22 [00:06<00:05, 1.74it/s] 59%|█████▉ | 13/22 [00:07<00:05, 1.73it/s] 64%|██████▎ | 14/22 [00:08<00:04, 1.73it/s] 68%|██████▊ | 15/22 [00:08<00:04, 1.73it/s] 73%|███████▎ | 16/22 [00:09<00:03, 1.73it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.73it/s] 82%|████████▏ | 18/22 [00:10<00:02, 1.73it/s] 86%|████████▋ | 19/22 [00:10<00:01, 1.73it/s] 91%|█████████ | 20/22 [00:11<00:01, 1.73it/s] 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDhoztobjbuftrmsw437iq6gn5deStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3010724347
- width
- 576
- height
- 1024
- prompt
- mj, famous chef, cinematic
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, famous chef, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 3010724347, width: 576, height: 1024, prompt: "mj, famous chef, cinematic", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, famous chef, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, famous chef, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:37:32.454073Z", "created_at": "2023-09-09T08:37:18.193684Z", "data_removed": false, "error": null, "id": "hoztobjbuftrmsw437iq6gn5de", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, famous chef, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 3010724347\nPrompt: mj, famous chef, cinematic\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:13, 1.55it/s]\n 9%|▉ | 2/22 [00:01<00:12, 1.66it/s]\n 14%|█▎ | 3/22 [00:01<00:11, 1.69it/s]\n 18%|█▊ | 4/22 [00:02<00:10, 1.71it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.72it/s]\n 27%|██▋ | 6/22 [00:03<00:09, 1.72it/s]\n 32%|███▏ | 7/22 [00:04<00:08, 1.72it/s]\n 36%|███▋ | 8/22 [00:04<00:08, 1.73it/s]\n 41%|████ | 9/22 [00:05<00:07, 1.73it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.73it/s]\n 50%|█████ | 11/22 [00:06<00:06, 1.73it/s]\n 55%|█████▍ | 12/22 [00:06<00:05, 1.73it/s]\n 59%|█████▉ | 13/22 [00:07<00:05, 1.73it/s]\n 64%|██████▎ | 14/22 [00:08<00:04, 1.73it/s]\n 68%|██████▊ | 15/22 [00:08<00:04, 1.73it/s]\n 73%|███████▎ | 16/22 [00:09<00:03, 1.72it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.72it/s]\n 82%|████████▏ | 18/22 [00:10<00:02, 1.72it/s]\n 86%|████████▋ | 19/22 [00:11<00:01, 1.72it/s]\n 91%|█████████ | 20/22 [00:11<00:01, 1.72it/s]\n 95%|█████████▌| 21/22 [00:12<00:00, 1.72it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.72it/s]", "metrics": { "predict_time": 14.293439, "total_time": 14.260389 }, "output": [ "https://replicate.delivery/pbxt/F6pPkRyppPKELRzWFq773eQ8RXdT0edYalLh6s3JnW9LDeEjA/out-0.png" ], "started_at": "2023-09-09T08:37:18.160634Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/hoztobjbuftrmsw437iq6gn5de", "cancel": "https://api.replicate.com/v1/predictions/hoztobjbuftrmsw437iq6gn5de/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 3010724347 Prompt: mj, famous chef, cinematic txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:13, 1.55it/s] 9%|▉ | 2/22 [00:01<00:12, 1.66it/s] 14%|█▎ | 3/22 [00:01<00:11, 1.69it/s] 18%|█▊ | 4/22 [00:02<00:10, 1.71it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.72it/s] 27%|██▋ | 6/22 [00:03<00:09, 1.72it/s] 32%|███▏ | 7/22 [00:04<00:08, 1.72it/s] 36%|███▋ | 8/22 [00:04<00:08, 1.73it/s] 41%|████ | 9/22 [00:05<00:07, 1.73it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.73it/s] 50%|█████ | 11/22 [00:06<00:06, 1.73it/s] 55%|█████▍ | 12/22 [00:06<00:05, 1.73it/s] 59%|█████▉ | 13/22 [00:07<00:05, 1.73it/s] 64%|██████▎ | 14/22 [00:08<00:04, 1.73it/s] 68%|██████▊ | 15/22 [00:08<00:04, 1.73it/s] 73%|███████▎ | 16/22 [00:09<00:03, 1.72it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.72it/s] 82%|████████▏ | 18/22 [00:10<00:02, 1.72it/s] 86%|████████▋ | 19/22 [00:11<00:01, 1.72it/s] 91%|█████████ | 20/22 [00:11<00:01, 1.72it/s] 95%|█████████▌| 21/22 [00:12<00:00, 1.72it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.72it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDpqeq4nbbhcj5bsnn6d2mowg32qStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3010724347
- width
- 576
- height
- 1024
- prompt
- mj, redhead, cinematic
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, redhead, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 3010724347, width: 576, height: 1024, prompt: "mj, redhead, cinematic", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, redhead, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, redhead, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:38:27.833210Z", "created_at": "2023-09-09T08:38:13.469459Z", "data_removed": false, "error": null, "id": "pqeq4nbbhcj5bsnn6d2mowg32q", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, redhead, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 3010724347\nPrompt: mj, redhead, cinematic\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:13, 1.55it/s]\n 9%|▉ | 2/22 [00:01<00:12, 1.66it/s]\n 14%|█▎ | 3/22 [00:01<00:11, 1.69it/s]\n 18%|█▊ | 4/22 [00:02<00:10, 1.71it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.72it/s]\n 27%|██▋ | 6/22 [00:03<00:09, 1.72it/s]\n 32%|███▏ | 7/22 [00:04<00:08, 1.73it/s]\n 36%|███▋ | 8/22 [00:04<00:08, 1.73it/s]\n 41%|████ | 9/22 [00:05<00:07, 1.73it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.73it/s]\n 50%|█████ | 11/22 [00:06<00:06, 1.74it/s]\n 55%|█████▍ | 12/22 [00:06<00:05, 1.73it/s]\n 59%|█████▉ | 13/22 [00:07<00:05, 1.73it/s]\n 64%|██████▎ | 14/22 [00:08<00:04, 1.73it/s]\n 68%|██████▊ | 15/22 [00:08<00:04, 1.73it/s]\n 73%|███████▎ | 16/22 [00:09<00:03, 1.73it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.73it/s]\n 82%|████████▏ | 18/22 [00:10<00:02, 1.73it/s]\n 86%|████████▋ | 19/22 [00:11<00:01, 1.73it/s]\n 91%|█████████ | 20/22 [00:11<00:01, 1.73it/s]\n 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.72it/s]", "metrics": { "predict_time": 14.396247, "total_time": 14.363751 }, "output": [ "https://replicate.delivery/pbxt/jBifY1j15m2VTqTtB68wfBO9FhTB3Qn6UDm1ACU3yvQDEeEjA/out-0.png" ], "started_at": "2023-09-09T08:38:13.436963Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/pqeq4nbbhcj5bsnn6d2mowg32q", "cancel": "https://api.replicate.com/v1/predictions/pqeq4nbbhcj5bsnn6d2mowg32q/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 3010724347 Prompt: mj, redhead, cinematic txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:13, 1.55it/s] 9%|▉ | 2/22 [00:01<00:12, 1.66it/s] 14%|█▎ | 3/22 [00:01<00:11, 1.69it/s] 18%|█▊ | 4/22 [00:02<00:10, 1.71it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.72it/s] 27%|██▋ | 6/22 [00:03<00:09, 1.72it/s] 32%|███▏ | 7/22 [00:04<00:08, 1.73it/s] 36%|███▋ | 8/22 [00:04<00:08, 1.73it/s] 41%|████ | 9/22 [00:05<00:07, 1.73it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.73it/s] 50%|█████ | 11/22 [00:06<00:06, 1.74it/s] 55%|█████▍ | 12/22 [00:06<00:05, 1.73it/s] 59%|█████▉ | 13/22 [00:07<00:05, 1.73it/s] 64%|██████▎ | 14/22 [00:08<00:04, 1.73it/s] 68%|██████▊ | 15/22 [00:08<00:04, 1.73it/s] 73%|███████▎ | 16/22 [00:09<00:03, 1.73it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.73it/s] 82%|████████▏ | 18/22 [00:10<00:02, 1.73it/s] 86%|████████▋ | 19/22 [00:11<00:01, 1.73it/s] 91%|█████████ | 20/22 [00:11<00:01, 1.73it/s] 95%|█████████▌| 21/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s] 100%|██████████| 22/22 [00:12<00:00, 1.72it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aID6iqcbrzbjph4iipxppb7bjnmtiStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3010724347
- width
- 576
- height
- 1024
- prompt
- mj, ny, cinematic
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, ny, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 3010724347, width: 576, height: 1024, prompt: "mj, ny, cinematic", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, ny, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, ny, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:41:59.342637Z", "created_at": "2023-09-09T08:41:45.048456Z", "data_removed": false, "error": null, "id": "6iqcbrzbjph4iipxppb7bjnmti", "input": { "seed": 3010724347, "width": 576, "height": 1024, "prompt": "mj, ny, cinematic", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 3010724347\nPrompt: mj, ny, cinematic\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:13, 1.54it/s]\n 9%|▉ | 2/22 [00:01<00:12, 1.66it/s]\n 14%|█▎ | 3/22 [00:01<00:11, 1.69it/s]\n 18%|█▊ | 4/22 [00:02<00:10, 1.72it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.73it/s]\n 27%|██▋ | 6/22 [00:03<00:09, 1.73it/s]\n 32%|███▏ | 7/22 [00:04<00:08, 1.74it/s]\n 36%|███▋ | 8/22 [00:04<00:08, 1.74it/s]\n 41%|████ | 9/22 [00:05<00:07, 1.74it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.74it/s]\n 50%|█████ | 11/22 [00:06<00:06, 1.74it/s]\n 55%|█████▍ | 12/22 [00:06<00:05, 1.74it/s]\n 59%|█████▉ | 13/22 [00:07<00:05, 1.74it/s]\n 64%|██████▎ | 14/22 [00:08<00:04, 1.74it/s]\n 68%|██████▊ | 15/22 [00:08<00:04, 1.73it/s]\n 73%|███████▎ | 16/22 [00:09<00:03, 1.74it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.74it/s]\n 82%|████████▏ | 18/22 [00:10<00:02, 1.74it/s]\n 86%|████████▋ | 19/22 [00:10<00:01, 1.74it/s]\n 91%|█████████ | 20/22 [00:11<00:01, 1.74it/s]\n 95%|█████████▌| 21/22 [00:12<00:00, 1.74it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.74it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.73it/s]", "metrics": { "predict_time": 14.333309, "total_time": 14.294181 }, "output": [ "https://replicate.delivery/pbxt/62cuOMa9r16cPpbc3DKoMMVV8AXZ0Pc6eAbJGVCbPoOrDPxIA/out-0.png" ], "started_at": "2023-09-09T08:41:45.009328Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6iqcbrzbjph4iipxppb7bjnmti", "cancel": "https://api.replicate.com/v1/predictions/6iqcbrzbjph4iipxppb7bjnmti/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 3010724347 Prompt: mj, ny, cinematic txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:13, 1.54it/s] 9%|▉ | 2/22 [00:01<00:12, 1.66it/s] 14%|█▎ | 3/22 [00:01<00:11, 1.69it/s] 18%|█▊ | 4/22 [00:02<00:10, 1.72it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.73it/s] 27%|██▋ | 6/22 [00:03<00:09, 1.73it/s] 32%|███▏ | 7/22 [00:04<00:08, 1.74it/s] 36%|███▋ | 8/22 [00:04<00:08, 1.74it/s] 41%|████ | 9/22 [00:05<00:07, 1.74it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.74it/s] 50%|█████ | 11/22 [00:06<00:06, 1.74it/s] 55%|█████▍ | 12/22 [00:06<00:05, 1.74it/s] 59%|█████▉ | 13/22 [00:07<00:05, 1.74it/s] 64%|██████▎ | 14/22 [00:08<00:04, 1.74it/s] 68%|██████▊ | 15/22 [00:08<00:04, 1.73it/s] 73%|███████▎ | 16/22 [00:09<00:03, 1.74it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.74it/s] 82%|████████▏ | 18/22 [00:10<00:02, 1.74it/s] 86%|████████▋ | 19/22 [00:10<00:01, 1.74it/s] 91%|█████████ | 20/22 [00:11<00:01, 1.74it/s] 95%|█████████▌| 21/22 [00:12<00:00, 1.74it/s] 100%|██████████| 22/22 [00:12<00:00, 1.74it/s] 100%|██████████| 22/22 [00:12<00:00, 1.73it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDkl6q6dzbrtti3asm7a3b3ey5lyStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 4243555384
- width
- 576
- height
- 1024
- prompt
- mj photo of a girl forest sunset, hyper details, volumetric lighting, cinematic lights, photo bashing , epic cinematic, octane render , extremely high detail, post processing, 8K wallpaper, Film Grain, 3d, denoise, redshift style, phoshoot
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 4243555384, "width": 576, "height": 1024, "prompt": "mj photo of a girl forest sunset, hyper details, volumetric lighting, cinematic lights, photo bashing , epic cinematic, octane render , extremely high detail, post processing, 8K wallpaper, Film Grain, 3d, denoise, redshift style, phoshoot", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 4243555384, width: 576, height: 1024, prompt: "mj photo of a girl forest sunset, hyper details, volumetric lighting, cinematic lights, photo bashing , epic cinematic, octane render , extremely high detail, post processing, 8K wallpaper, Film Grain, 3d, denoise, redshift style, phoshoot", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 4243555384, "width": 576, "height": 1024, "prompt": "mj photo of a girl forest sunset, hyper details, volumetric lighting, cinematic lights, photo bashing , epic cinematic, octane render , extremely high detail, post processing, 8K wallpaper, Film Grain, 3d, denoise, redshift style, phoshoot", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 4243555384, "width": 576, "height": 1024, "prompt": "mj photo of a girl forest sunset, hyper details, volumetric lighting, cinematic lights, photo bashing , epic cinematic, octane render , extremely high detail, post processing, 8K wallpaper, Film Grain, 3d, denoise, redshift style, phoshoot", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T09:08:41.798346Z", "created_at": "2023-09-09T09:06:06.590684Z", "data_removed": false, "error": null, "id": "kl6q6dzbrtti3asm7a3b3ey5ly", "input": { "seed": 4243555384, "width": 576, "height": 1024, "prompt": "mj photo of a girl forest sunset, hyper details, volumetric lighting, cinematic lights, photo bashing , epic cinematic, octane render , extremely high detail, post processing, 8K wallpaper, Film Grain, 3d, denoise, redshift style, phoshoot", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 4243555384\nPrompt: mj photo of a girl forest sunset, hyper details, volumetric lighting, cinematic lights, photo bashing , epic cinematic, octane render , extremely high detail, post processing, 8K wallpaper, Film Grain, 3d, denoise, redshift style, phoshoot\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:02<00:51, 2.47s/it]\n 9%|▉ | 2/22 [00:03<00:26, 1.33s/it]\n 14%|█▎ | 3/22 [00:03<00:18, 1.03it/s]\n 18%|█▊ | 4/22 [00:04<00:14, 1.25it/s]\n 23%|██▎ | 5/22 [00:04<00:11, 1.42it/s]\n 27%|██▋ | 6/22 [00:05<00:10, 1.54it/s]\n 32%|███▏ | 7/22 [00:05<00:09, 1.63it/s]\n 36%|███▋ | 8/22 [00:06<00:08, 1.70it/s]\n 41%|████ | 9/22 [00:06<00:07, 1.74it/s]\n 45%|████▌ | 10/22 [00:07<00:06, 1.77it/s]\n 50%|█████ | 11/22 [00:07<00:06, 1.80it/s]\n 55%|█████▍ | 12/22 [00:08<00:05, 1.81it/s]\n 59%|█████▉ | 13/22 [00:08<00:04, 1.82it/s]\n 64%|██████▎ | 14/22 [00:09<00:04, 1.83it/s]\n 68%|██████▊ | 15/22 [00:10<00:03, 1.84it/s]\n 73%|███████▎ | 16/22 [00:10<00:03, 1.84it/s]\n 77%|███████▋ | 17/22 [00:11<00:02, 1.84it/s]\n 82%|████████▏ | 18/22 [00:11<00:02, 1.85it/s]\n 86%|████████▋ | 19/22 [00:12<00:01, 1.85it/s]\n 91%|█████████ | 20/22 [00:12<00:01, 1.85it/s]\n 95%|█████████▌| 21/22 [00:13<00:00, 1.85it/s]\n100%|██████████| 22/22 [00:13<00:00, 1.85it/s]\n100%|██████████| 22/22 [00:13<00:00, 1.59it/s]", "metrics": { "predict_time": 16.815668, "total_time": 155.207662 }, "output": [ "https://replicate.delivery/pbxt/rf6f7Z3Id2hwiUXytrelC6BzYPGGEn9sOy7iFZST1m7wA9EjA/out-0.png" ], "started_at": "2023-09-09T09:08:24.982678Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kl6q6dzbrtti3asm7a3b3ey5ly", "cancel": "https://api.replicate.com/v1/predictions/kl6q6dzbrtti3asm7a3b3ey5ly/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 4243555384 Prompt: mj photo of a girl forest sunset, hyper details, volumetric lighting, cinematic lights, photo bashing , epic cinematic, octane render , extremely high detail, post processing, 8K wallpaper, Film Grain, 3d, denoise, redshift style, phoshoot txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:02<00:51, 2.47s/it] 9%|▉ | 2/22 [00:03<00:26, 1.33s/it] 14%|█▎ | 3/22 [00:03<00:18, 1.03it/s] 18%|█▊ | 4/22 [00:04<00:14, 1.25it/s] 23%|██▎ | 5/22 [00:04<00:11, 1.42it/s] 27%|██▋ | 6/22 [00:05<00:10, 1.54it/s] 32%|███▏ | 7/22 [00:05<00:09, 1.63it/s] 36%|███▋ | 8/22 [00:06<00:08, 1.70it/s] 41%|████ | 9/22 [00:06<00:07, 1.74it/s] 45%|████▌ | 10/22 [00:07<00:06, 1.77it/s] 50%|█████ | 11/22 [00:07<00:06, 1.80it/s] 55%|█████▍ | 12/22 [00:08<00:05, 1.81it/s] 59%|█████▉ | 13/22 [00:08<00:04, 1.82it/s] 64%|██████▎ | 14/22 [00:09<00:04, 1.83it/s] 68%|██████▊ | 15/22 [00:10<00:03, 1.84it/s] 73%|███████▎ | 16/22 [00:10<00:03, 1.84it/s] 77%|███████▋ | 17/22 [00:11<00:02, 1.84it/s] 82%|████████▏ | 18/22 [00:11<00:02, 1.85it/s] 86%|████████▋ | 19/22 [00:12<00:01, 1.85it/s] 91%|█████████ | 20/22 [00:12<00:01, 1.85it/s] 95%|█████████▌| 21/22 [00:13<00:00, 1.85it/s] 100%|██████████| 22/22 [00:13<00:00, 1.85it/s] 100%|██████████| 22/22 [00:13<00:00, 1.59it/s]
Prediction
pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83aIDss6xlfjbkljn5jzppavqpob6kmStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 2161017259
- width
- 576
- height
- 1024
- prompt
- mj photo of a girl forest sunset, ((intricate details)), hdr, ((intricate details, hyperdetailed)), Traditional Chinese ink painting. Black and red ink with some blue ink
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- [deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry
- prompt_strength
- 0.8
- num_inference_steps
- 22
{ "seed": 2161017259, "width": 576, "height": 1024, "prompt": "mj photo of a girl forest sunset, ((intricate details)), hdr, ((intricate details, hyperdetailed)), Traditional Chinese ink painting. Black and red ink with some blue ink", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }
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 pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", { input: { seed: 2161017259, width: 576, height: 1024, prompt: "mj photo of a girl forest sunset, ((intricate details)), hdr, ((intricate details, hyperdetailed)), Traditional Chinese ink painting. Black and red ink with some blue ink", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 7, safety_checker: true, negative_prompt: "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", prompt_strength: 0.8, num_inference_steps: 22 } } ); // 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 replicate
Import the client:import replicate
Run pagebrain/deliberate-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", input={ "seed": 2161017259, "width": 576, "height": 1024, "prompt": "mj photo of a girl forest sunset, ((intricate details)), hdr, ((intricate details, hyperdetailed)), Traditional Chinese ink painting. Black and red ink with some blue ink", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": True, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/deliberate-v3 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": "pagebrain/deliberate-v3:dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a", "input": { "seed": 2161017259, "width": 576, "height": 1024, "prompt": "mj photo of a girl forest sunset, ((intricate details)), hdr, ((intricate details, hyperdetailed)), Traditional Chinese ink painting. Black and red ink with some blue ink", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T09:08:55.493011Z", "created_at": "2023-09-09T09:08:20.084844Z", "data_removed": false, "error": null, "id": "ss6xlfjbkljn5jzppavqpob6km", "input": { "seed": 2161017259, "width": 576, "height": 1024, "prompt": "mj photo of a girl forest sunset, ((intricate details)), hdr, ((intricate details, hyperdetailed)), Traditional Chinese ink painting. Black and red ink with some blue ink", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 7, "safety_checker": true, "negative_prompt": "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry", "prompt_strength": 0.8, "num_inference_steps": 22 }, "logs": "Using seed: 2161017259\nPrompt: mj photo of a girl forest sunset, ((intricate details)), hdr, ((intricate details, hyperdetailed)), Traditional Chinese ink painting. Black and red ink with some blue ink\ntxt2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:00<00:11, 1.85it/s]\n 9%|▉ | 2/22 [00:01<00:10, 1.83it/s]\n 14%|█▎ | 3/22 [00:01<00:10, 1.84it/s]\n 18%|█▊ | 4/22 [00:02<00:09, 1.84it/s]\n 23%|██▎ | 5/22 [00:02<00:09, 1.84it/s]\n 27%|██▋ | 6/22 [00:03<00:08, 1.84it/s]\n 32%|███▏ | 7/22 [00:03<00:08, 1.84it/s]\n 36%|███▋ | 8/22 [00:04<00:07, 1.84it/s]\n 41%|████ | 9/22 [00:04<00:07, 1.83it/s]\n 45%|████▌ | 10/22 [00:05<00:06, 1.83it/s]\n 50%|█████ | 11/22 [00:05<00:06, 1.83it/s]\n 55%|█████▍ | 12/22 [00:06<00:05, 1.83it/s]\n 59%|█████▉ | 13/22 [00:07<00:04, 1.83it/s]\n 64%|██████▎ | 14/22 [00:07<00:04, 1.83it/s]\n 68%|██████▊ | 15/22 [00:08<00:03, 1.83it/s]\n 73%|███████▎ | 16/22 [00:08<00:03, 1.83it/s]\n 77%|███████▋ | 17/22 [00:09<00:02, 1.83it/s]\n 82%|████████▏ | 18/22 [00:09<00:02, 1.83it/s]\n 86%|████████▋ | 19/22 [00:10<00:01, 1.83it/s]\n 91%|█████████ | 20/22 [00:10<00:01, 1.83it/s]\n 95%|█████████▌| 21/22 [00:11<00:00, 1.83it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.83it/s]\n100%|██████████| 22/22 [00:12<00:00, 1.83it/s]", "metrics": { "predict_time": 13.652951, "total_time": 35.408167 }, "output": [ "https://replicate.delivery/pbxt/g3q4sH1dCaaWA5Tmn3m8lSNv7dSE19CBd5ebs6DJtETTQPxIA/out-0.png" ], "started_at": "2023-09-09T09:08:41.840060Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ss6xlfjbkljn5jzppavqpob6km", "cancel": "https://api.replicate.com/v1/predictions/ss6xlfjbkljn5jzppavqpob6km/cancel" }, "version": "dec5faca84724a70948a36cd9bf857afb254ec549dde9b0e47a06bddd37ba83a" }
Generated inUsing seed: 2161017259 Prompt: mj photo of a girl forest sunset, ((intricate details)), hdr, ((intricate details, hyperdetailed)), Traditional Chinese ink painting. Black and red ink with some blue ink txt2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:00<00:11, 1.85it/s] 9%|▉ | 2/22 [00:01<00:10, 1.83it/s] 14%|█▎ | 3/22 [00:01<00:10, 1.84it/s] 18%|█▊ | 4/22 [00:02<00:09, 1.84it/s] 23%|██▎ | 5/22 [00:02<00:09, 1.84it/s] 27%|██▋ | 6/22 [00:03<00:08, 1.84it/s] 32%|███▏ | 7/22 [00:03<00:08, 1.84it/s] 36%|███▋ | 8/22 [00:04<00:07, 1.84it/s] 41%|████ | 9/22 [00:04<00:07, 1.83it/s] 45%|████▌ | 10/22 [00:05<00:06, 1.83it/s] 50%|█████ | 11/22 [00:05<00:06, 1.83it/s] 55%|█████▍ | 12/22 [00:06<00:05, 1.83it/s] 59%|█████▉ | 13/22 [00:07<00:04, 1.83it/s] 64%|██████▎ | 14/22 [00:07<00:04, 1.83it/s] 68%|██████▊ | 15/22 [00:08<00:03, 1.83it/s] 73%|███████▎ | 16/22 [00:08<00:03, 1.83it/s] 77%|███████▋ | 17/22 [00:09<00:02, 1.83it/s] 82%|████████▏ | 18/22 [00:09<00:02, 1.83it/s] 86%|████████▋ | 19/22 [00:10<00:01, 1.83it/s] 91%|█████████ | 20/22 [00:10<00:01, 1.83it/s] 95%|█████████▌| 21/22 [00:11<00:00, 1.83it/s] 100%|██████████| 22/22 [00:12<00:00, 1.83it/s] 100%|██████████| 22/22 [00:12<00:00, 1.83it/s]
Want to make some of these yourself?
Run this model