pagebrain
/
realistic-vision-v5-1
T4 GPU, negative embeddings, img2img, inpainting, safety checker, KarrasDPM, pruned fp16 safetensor
Prediction
pagebrain/realistic-vision-v5-1:dd5c0877Input
- seed
- 12159
- width
- 576
- height
- 1024
- prompt
- city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- realisticvision-negative-embedding, BadDream, EasyNegative, negative_hand-neg, ng_deepnegative_v1_75t, FastNegativeV2, UnrealisticDream
- prompt_strength
- 0.8
- num_inference_steps
- 25
{ "seed": 12159, "width": 576, "height": 1024, "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "realisticvision-negative-embedding, BadDream, EasyNegative, negative_hand-neg, ng_deepnegative_v1_75t, FastNegativeV2, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pagebrain/realistic-vision-v5-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/realistic-vision-v5-1:dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", { input: { seed: 12159, width: 576, height: 1024, prompt: "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 7, safety_checker: false, negative_prompt: "realisticvision-negative-embedding, BadDream, EasyNegative, negative_hand-neg, ng_deepnegative_v1_75t, FastNegativeV2, UnrealisticDream", prompt_strength: 0.8, num_inference_steps: 25 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run pagebrain/realistic-vision-v5-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/realistic-vision-v5-1:dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", input={ "seed": 12159, "width": 576, "height": 1024, "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": False, "negative_prompt": "realisticvision-negative-embedding, BadDream, EasyNegative, negative_hand-neg, ng_deepnegative_v1_75t, FastNegativeV2, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run pagebrain/realistic-vision-v5-1 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": "dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", "input": { "seed": 12159, "width": 576, "height": 1024, "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "realisticvision-negative-embedding, BadDream, EasyNegative, negative_hand-neg, ng_deepnegative_v1_75t, FastNegativeV2, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-10T12:05:23.854564Z", "created_at": "2023-09-10T12:05:07.968404Z", "data_removed": false, "error": null, "id": "grnlslzbx5ub2byim4fvoxopbq", "input": { "seed": 12159, "width": 576, "height": 1024, "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "realisticvision-negative-embedding, BadDream, EasyNegative, negative_hand-neg, ng_deepnegative_v1_75t, FastNegativeV2, UnrealisticDream", "prompt_strength": 0.8, "num_inference_steps": 25 }, "logs": "Using seed: 12159\nPrompt: city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,\ntxt2img mode\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:14, 1.66it/s]\n 8%|▊ | 2/25 [00:01<00:13, 1.72it/s]\n 12%|█▏ | 3/25 [00:01<00:12, 1.74it/s]\n 16%|█▌ | 4/25 [00:02<00:12, 1.74it/s]\n 20%|██ | 5/25 [00:02<00:11, 1.76it/s]\n 24%|██▍ | 6/25 [00:03<00:10, 1.75it/s]\n 28%|██▊ | 7/25 [00:03<00:10, 1.77it/s]\n 32%|███▏ | 8/25 [00:04<00:09, 1.76it/s]\n 36%|███▌ | 9/25 [00:05<00:09, 1.76it/s]\n 40%|████ | 10/25 [00:05<00:08, 1.76it/s]\n 44%|████▍ | 11/25 [00:06<00:07, 1.76it/s]\n 48%|████▊ | 12/25 [00:06<00:07, 1.77it/s]\n 52%|█████▏ | 13/25 [00:07<00:06, 1.77it/s]\n 56%|█████▌ | 14/25 [00:07<00:06, 1.77it/s]\n 60%|██████ | 15/25 [00:08<00:05, 1.78it/s]\n 64%|██████▍ | 16/25 [00:09<00:05, 1.77it/s]\n 68%|██████▊ | 17/25 [00:09<00:04, 1.77it/s]\n 72%|███████▏ | 18/25 [00:10<00:03, 1.78it/s]\n 76%|███████▌ | 19/25 [00:10<00:03, 1.78it/s]\n 80%|████████ | 20/25 [00:11<00:02, 1.77it/s]\n 84%|████████▍ | 21/25 [00:11<00:02, 1.77it/s]\n 88%|████████▊ | 22/25 [00:12<00:01, 1.77it/s]\n 92%|█████████▏| 23/25 [00:13<00:01, 1.77it/s]\n 96%|█████████▌| 24/25 [00:13<00:00, 1.76it/s]\n100%|██████████| 25/25 [00:14<00:00, 1.76it/s]\n100%|██████████| 25/25 [00:14<00:00, 1.76it/s]", "metrics": { "predict_time": 15.916733, "total_time": 15.88616 }, "output": [ "https://replicate.delivery/pbxt/gFy6i1lz55JsAlywkq3R567KsSnBrVcmdLchoT9U3afBGbxIA/out-0.png" ], "started_at": "2023-09-10T12:05:07.937831Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/grnlslzbx5ub2byim4fvoxopbq", "cancel": "https://api.replicate.com/v1/predictions/grnlslzbx5ub2byim4fvoxopbq/cancel" }, "version": "dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155" }
Generated inUsing seed: 12159 Prompt: city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes, txt2img mode 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:14, 1.66it/s] 8%|▊ | 2/25 [00:01<00:13, 1.72it/s] 12%|█▏ | 3/25 [00:01<00:12, 1.74it/s] 16%|█▌ | 4/25 [00:02<00:12, 1.74it/s] 20%|██ | 5/25 [00:02<00:11, 1.76it/s] 24%|██▍ | 6/25 [00:03<00:10, 1.75it/s] 28%|██▊ | 7/25 [00:03<00:10, 1.77it/s] 32%|███▏ | 8/25 [00:04<00:09, 1.76it/s] 36%|███▌ | 9/25 [00:05<00:09, 1.76it/s] 40%|████ | 10/25 [00:05<00:08, 1.76it/s] 44%|████▍ | 11/25 [00:06<00:07, 1.76it/s] 48%|████▊ | 12/25 [00:06<00:07, 1.77it/s] 52%|█████▏ | 13/25 [00:07<00:06, 1.77it/s] 56%|█████▌ | 14/25 [00:07<00:06, 1.77it/s] 60%|██████ | 15/25 [00:08<00:05, 1.78it/s] 64%|██████▍ | 16/25 [00:09<00:05, 1.77it/s] 68%|██████▊ | 17/25 [00:09<00:04, 1.77it/s] 72%|███████▏ | 18/25 [00:10<00:03, 1.78it/s] 76%|███████▌ | 19/25 [00:10<00:03, 1.78it/s] 80%|████████ | 20/25 [00:11<00:02, 1.77it/s] 84%|████████▍ | 21/25 [00:11<00:02, 1.77it/s] 88%|████████▊ | 22/25 [00:12<00:01, 1.77it/s] 92%|█████████▏| 23/25 [00:13<00:01, 1.77it/s] 96%|█████████▌| 24/25 [00:13<00:00, 1.76it/s] 100%|██████████| 25/25 [00:14<00:00, 1.76it/s] 100%|██████████| 25/25 [00:14<00:00, 1.76it/s]
Prediction
pagebrain/realistic-vision-v5-1:dd5c0877Input
- seed
- 1237872118
- width
- "576"
- height
- "1024"
- prompt
- city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- nude, nsfw, naked, explicit, porn, (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption,
- prompt_strength
- 0.8
- num_inference_steps
- 25
{ "seed": 1237872118, "width": "576", "height": "1024", "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "nude, nsfw, naked, explicit, porn, (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, ", "prompt_strength": 0.8, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pagebrain/realistic-vision-v5-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/realistic-vision-v5-1:dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", { input: { seed: 1237872118, width: "576", height: "1024", prompt: "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 7, safety_checker: false, negative_prompt: "nude, nsfw, naked, explicit, porn, (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, ", prompt_strength: 0.8, num_inference_steps: 25 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run pagebrain/realistic-vision-v5-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/realistic-vision-v5-1:dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", input={ "seed": 1237872118, "width": "576", "height": "1024", "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": False, "negative_prompt": "nude, nsfw, naked, explicit, porn, (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, ", "prompt_strength": 0.8, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run pagebrain/realistic-vision-v5-1 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": "dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", "input": { "seed": 1237872118, "width": "576", "height": "1024", "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "nude, nsfw, naked, explicit, porn, (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, ", "prompt_strength": 0.8, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T16:52:11.225792Z", "created_at": "2023-09-09T16:51:54.627184Z", "data_removed": false, "error": null, "id": "q2k44wzbenx6nq3rcdhu2fto3m", "input": { "seed": 1237872118, "width": "576", "height": "1024", "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "nude, nsfw, naked, explicit, porn, (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, ", "prompt_strength": 0.8, "num_inference_steps": 25 }, "logs": "Using seed: 1237872118\nPrompt: city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,\ntxt2img mode\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:15, 1.60it/s]\n 8%|▊ | 2/25 [00:01<00:14, 1.64it/s]\n 12%|█▏ | 3/25 [00:01<00:13, 1.65it/s]\n 16%|█▌ | 4/25 [00:02<00:12, 1.65it/s]\n 20%|██ | 5/25 [00:03<00:12, 1.66it/s]\n 24%|██▍ | 6/25 [00:03<00:11, 1.66it/s]\n 28%|██▊ | 7/25 [00:04<00:10, 1.66it/s]\n 32%|███▏ | 8/25 [00:04<00:10, 1.67it/s]\n 36%|███▌ | 9/25 [00:05<00:09, 1.67it/s]\n 40%|████ | 10/25 [00:06<00:08, 1.67it/s]\n 44%|████▍ | 11/25 [00:06<00:08, 1.67it/s]\n 48%|████▊ | 12/25 [00:07<00:07, 1.67it/s]\n 52%|█████▏ | 13/25 [00:07<00:07, 1.67it/s]\n 56%|█████▌ | 14/25 [00:08<00:06, 1.67it/s]\n 60%|██████ | 15/25 [00:09<00:05, 1.67it/s]\n 64%|██████▍ | 16/25 [00:09<00:05, 1.67it/s]\n 68%|██████▊ | 17/25 [00:10<00:04, 1.67it/s]\n 72%|███████▏ | 18/25 [00:10<00:04, 1.67it/s]\n 76%|███████▌ | 19/25 [00:11<00:03, 1.67it/s]\n 80%|████████ | 20/25 [00:12<00:02, 1.67it/s]\n 84%|████████▍ | 21/25 [00:12<00:02, 1.66it/s]\n 88%|████████▊ | 22/25 [00:13<00:01, 1.67it/s]\n 92%|█████████▏| 23/25 [00:13<00:01, 1.67it/s]\n 96%|█████████▌| 24/25 [00:14<00:00, 1.66it/s]\n100%|██████████| 25/25 [00:15<00:00, 1.66it/s]\n100%|██████████| 25/25 [00:15<00:00, 1.66it/s]", "metrics": { "predict_time": 16.636933, "total_time": 16.598608 }, "output": [ "https://replicate.delivery/pbxt/AQiPVn0xq46yNdHozOgYJSHEVIEgH4YAlKJDpNfpeg46SliRA/out-0.png" ], "started_at": "2023-09-09T16:51:54.588859Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/q2k44wzbenx6nq3rcdhu2fto3m", "cancel": "https://api.replicate.com/v1/predictions/q2k44wzbenx6nq3rcdhu2fto3m/cancel" }, "version": "737571d89315f2992d8c139e40ca46bba5aa169b2280a737118c28c2171823c5" }
Generated inUsing seed: 1237872118 Prompt: city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes, txt2img mode 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:15, 1.60it/s] 8%|▊ | 2/25 [00:01<00:14, 1.64it/s] 12%|█▏ | 3/25 [00:01<00:13, 1.65it/s] 16%|█▌ | 4/25 [00:02<00:12, 1.65it/s] 20%|██ | 5/25 [00:03<00:12, 1.66it/s] 24%|██▍ | 6/25 [00:03<00:11, 1.66it/s] 28%|██▊ | 7/25 [00:04<00:10, 1.66it/s] 32%|███▏ | 8/25 [00:04<00:10, 1.67it/s] 36%|███▌ | 9/25 [00:05<00:09, 1.67it/s] 40%|████ | 10/25 [00:06<00:08, 1.67it/s] 44%|████▍ | 11/25 [00:06<00:08, 1.67it/s] 48%|████▊ | 12/25 [00:07<00:07, 1.67it/s] 52%|█████▏ | 13/25 [00:07<00:07, 1.67it/s] 56%|█████▌ | 14/25 [00:08<00:06, 1.67it/s] 60%|██████ | 15/25 [00:09<00:05, 1.67it/s] 64%|██████▍ | 16/25 [00:09<00:05, 1.67it/s] 68%|██████▊ | 17/25 [00:10<00:04, 1.67it/s] 72%|███████▏ | 18/25 [00:10<00:04, 1.67it/s] 76%|███████▌ | 19/25 [00:11<00:03, 1.67it/s] 80%|████████ | 20/25 [00:12<00:02, 1.67it/s] 84%|████████▍ | 21/25 [00:12<00:02, 1.66it/s] 88%|████████▊ | 22/25 [00:13<00:01, 1.67it/s] 92%|█████████▏| 23/25 [00:13<00:01, 1.67it/s] 96%|█████████▌| 24/25 [00:14<00:00, 1.66it/s] 100%|██████████| 25/25 [00:15<00:00, 1.66it/s] 100%|██████████| 25/25 [00:15<00:00, 1.66it/s]
Prediction
pagebrain/realistic-vision-v5-1:dd5c0877Input
- width
- "576"
- height
- "1024"
- prompt
- city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn
- prompt_strength
- 0.8
- num_inference_steps
- 25
{ "width": "576", "height": "1024", "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pagebrain/realistic-vision-v5-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/realistic-vision-v5-1:dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", { input: { width: "576", height: "1024", prompt: "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 7, safety_checker: false, negative_prompt: "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", prompt_strength: 0.8, num_inference_steps: 25 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run pagebrain/realistic-vision-v5-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/realistic-vision-v5-1:dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", input={ "width": "576", "height": "1024", "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": False, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run pagebrain/realistic-vision-v5-1 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": "dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", "input": { "width": "576", "height": "1024", "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T16:54:07.662910Z", "created_at": "2023-09-09T16:53:51.018429Z", "data_removed": false, "error": null, "id": "mi6d26bbxdyoprf2ulkvik7dpm", "input": { "width": "576", "height": "1024", "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 25 }, "logs": "Using seed: 12159\nPrompt: city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,\ntxt2img mode\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:15, 1.55it/s]\n 8%|▊ | 2/25 [00:01<00:14, 1.61it/s]\n 12%|█▏ | 3/25 [00:01<00:13, 1.66it/s]\n 16%|█▌ | 4/25 [00:02<00:12, 1.66it/s]\n 20%|██ | 5/25 [00:03<00:11, 1.67it/s]\n 24%|██▍ | 6/25 [00:03<00:11, 1.66it/s]\n 28%|██▊ | 7/25 [00:04<00:10, 1.67it/s]\n 32%|███▏ | 8/25 [00:04<00:10, 1.67it/s]\n 36%|███▌ | 9/25 [00:05<00:09, 1.67it/s]\n 40%|████ | 10/25 [00:06<00:08, 1.67it/s]\n 44%|████▍ | 11/25 [00:06<00:08, 1.66it/s]\n 48%|████▊ | 12/25 [00:07<00:07, 1.67it/s]\n 52%|█████▏ | 13/25 [00:07<00:07, 1.66it/s]\n 56%|█████▌ | 14/25 [00:08<00:06, 1.66it/s]\n 60%|██████ | 15/25 [00:09<00:06, 1.66it/s]\n 64%|██████▍ | 16/25 [00:09<00:05, 1.66it/s]\n 68%|██████▊ | 17/25 [00:10<00:04, 1.66it/s]\n 72%|███████▏ | 18/25 [00:10<00:04, 1.67it/s]\n 76%|███████▌ | 19/25 [00:11<00:03, 1.66it/s]\n 80%|████████ | 20/25 [00:12<00:03, 1.66it/s]\n 84%|████████▍ | 21/25 [00:12<00:02, 1.67it/s]\n 88%|████████▊ | 22/25 [00:13<00:01, 1.66it/s]\n 92%|█████████▏| 23/25 [00:13<00:01, 1.67it/s]\n 96%|█████████▌| 24/25 [00:14<00:00, 1.66it/s]\n100%|██████████| 25/25 [00:15<00:00, 1.66it/s]\n100%|██████████| 25/25 [00:15<00:00, 1.66it/s]", "metrics": { "predict_time": 16.692715, "total_time": 16.644481 }, "output": [ "https://replicate.delivery/pbxt/MyHt64CdiQLzGd73N7xfHl70fLg0nlRjfYYKzoKZqRe6SVKGB/out-0.png" ], "started_at": "2023-09-09T16:53:50.970195Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mi6d26bbxdyoprf2ulkvik7dpm", "cancel": "https://api.replicate.com/v1/predictions/mi6d26bbxdyoprf2ulkvik7dpm/cancel" }, "version": "737571d89315f2992d8c139e40ca46bba5aa169b2280a737118c28c2171823c5" }
Generated inUsing seed: 12159 Prompt: city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes, txt2img mode 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:15, 1.55it/s] 8%|▊ | 2/25 [00:01<00:14, 1.61it/s] 12%|█▏ | 3/25 [00:01<00:13, 1.66it/s] 16%|█▌ | 4/25 [00:02<00:12, 1.66it/s] 20%|██ | 5/25 [00:03<00:11, 1.67it/s] 24%|██▍ | 6/25 [00:03<00:11, 1.66it/s] 28%|██▊ | 7/25 [00:04<00:10, 1.67it/s] 32%|███▏ | 8/25 [00:04<00:10, 1.67it/s] 36%|███▌ | 9/25 [00:05<00:09, 1.67it/s] 40%|████ | 10/25 [00:06<00:08, 1.67it/s] 44%|████▍ | 11/25 [00:06<00:08, 1.66it/s] 48%|████▊ | 12/25 [00:07<00:07, 1.67it/s] 52%|█████▏ | 13/25 [00:07<00:07, 1.66it/s] 56%|█████▌ | 14/25 [00:08<00:06, 1.66it/s] 60%|██████ | 15/25 [00:09<00:06, 1.66it/s] 64%|██████▍ | 16/25 [00:09<00:05, 1.66it/s] 68%|██████▊ | 17/25 [00:10<00:04, 1.66it/s] 72%|███████▏ | 18/25 [00:10<00:04, 1.67it/s] 76%|███████▌ | 19/25 [00:11<00:03, 1.66it/s] 80%|████████ | 20/25 [00:12<00:03, 1.66it/s] 84%|████████▍ | 21/25 [00:12<00:02, 1.67it/s] 88%|████████▊ | 22/25 [00:13<00:01, 1.66it/s] 92%|█████████▏| 23/25 [00:13<00:01, 1.67it/s] 96%|█████████▌| 24/25 [00:14<00:00, 1.66it/s] 100%|██████████| 25/25 [00:15<00:00, 1.66it/s] 100%|██████████| 25/25 [00:15<00:00, 1.66it/s]
Prediction
pagebrain/realistic-vision-v5-1:dd5c0877Input
- seed
- 12159
- width
- 576
- height
- 1024
- prompt
- city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 7
- safety_checker
- negative_prompt
- BadDream, (UnrealisticDream:1.2)
- prompt_strength
- 0.8
- num_inference_steps
- 25
{ "seed": 12159, "width": 576, "height": 1024, "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "BadDream, (UnrealisticDream:1.2)", "prompt_strength": 0.8, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pagebrain/realistic-vision-v5-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/realistic-vision-v5-1:dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", { input: { seed: 12159, width: 576, height: 1024, prompt: "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 7, safety_checker: false, negative_prompt: "BadDream, (UnrealisticDream:1.2)", prompt_strength: 0.8, num_inference_steps: 25 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run pagebrain/realistic-vision-v5-1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/realistic-vision-v5-1:dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", input={ "seed": 12159, "width": 576, "height": 1024, "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": False, "negative_prompt": "BadDream, (UnrealisticDream:1.2)", "prompt_strength": 0.8, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run pagebrain/realistic-vision-v5-1 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": "dd5c0877699000ff1f141163665473f32a997540e05a2ec1562f139e0f768155", "input": { "seed": 12159, "width": 576, "height": 1024, "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "BadDream, (UnrealisticDream:1.2)", "prompt_strength": 0.8, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T17:58:29.992089Z", "created_at": "2023-09-09T17:56:48.009114Z", "data_removed": false, "error": null, "id": "ui5xfxjbniz6yisgs3tlyp7rzu", "input": { "seed": 12159, "width": 576, "height": 1024, "prompt": "city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 7, "safety_checker": false, "negative_prompt": "BadDream, (UnrealisticDream:1.2)", "prompt_strength": 0.8, "num_inference_steps": 25 }, "logs": "Using seed: 12159\nPrompt: city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes,\ntxt2img mode\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:04<01:43, 4.31s/it]\n 8%|▊ | 2/25 [00:04<00:48, 2.12s/it]\n 12%|█▏ | 3/25 [00:05<00:31, 1.41s/it]\n 16%|█▌ | 4/25 [00:06<00:22, 1.08s/it]\n 20%|██ | 5/25 [00:06<00:18, 1.11it/s]\n 24%|██▍ | 6/25 [00:07<00:15, 1.26it/s]\n 28%|██▊ | 7/25 [00:07<00:13, 1.38it/s]\n 32%|███▏ | 8/25 [00:08<00:11, 1.47it/s]\n 36%|███▌ | 9/25 [00:08<00:10, 1.54it/s]\n 40%|████ | 10/25 [00:09<00:09, 1.59it/s]\n 44%|████▍ | 11/25 [00:10<00:08, 1.62it/s]\n 48%|████▊ | 12/25 [00:10<00:07, 1.64it/s]\n 52%|█████▏ | 13/25 [00:11<00:07, 1.66it/s]\n 56%|█████▌ | 14/25 [00:11<00:06, 1.67it/s]\n 60%|██████ | 15/25 [00:12<00:05, 1.68it/s]\n 64%|██████▍ | 16/25 [00:13<00:05, 1.69it/s]\n 68%|██████▊ | 17/25 [00:13<00:04, 1.69it/s]\n 72%|███████▏ | 18/25 [00:14<00:04, 1.69it/s]\n 76%|███████▌ | 19/25 [00:14<00:03, 1.69it/s]\n 80%|████████ | 20/25 [00:15<00:02, 1.69it/s]\n 84%|████████▍ | 21/25 [00:16<00:02, 1.69it/s]\n 88%|████████▊ | 22/25 [00:16<00:01, 1.70it/s]\n 92%|█████████▏| 23/25 [00:17<00:01, 1.69it/s]\n 96%|█████████▌| 24/25 [00:17<00:00, 1.69it/s]\n100%|██████████| 25/25 [00:18<00:00, 1.69it/s]\n100%|██████████| 25/25 [00:18<00:00, 1.36it/s]", "metrics": { "predict_time": 23.512107, "total_time": 101.982975 }, "output": [ "https://replicate.delivery/pbxt/lHHNseX2og07V6IykuPXXS5oWGAG63BBeWVCt9wxhK6FRmiRA/out-0.png" ], "started_at": "2023-09-09T17:58:06.479982Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ui5xfxjbniz6yisgs3tlyp7rzu", "cancel": "https://api.replicate.com/v1/predictions/ui5xfxjbniz6yisgs3tlyp7rzu/cancel" }, "version": "f3577684313b602037824f68485aa6a7832e1fce3bb8e0ce4853fd155811a757" }
Generated inUsing seed: 12159 Prompt: city street, neon, fog, volumetric, closeup portrait photo of young woman in dark clothes, txt2img mode 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:04<01:43, 4.31s/it] 8%|▊ | 2/25 [00:04<00:48, 2.12s/it] 12%|█▏ | 3/25 [00:05<00:31, 1.41s/it] 16%|█▌ | 4/25 [00:06<00:22, 1.08s/it] 20%|██ | 5/25 [00:06<00:18, 1.11it/s] 24%|██▍ | 6/25 [00:07<00:15, 1.26it/s] 28%|██▊ | 7/25 [00:07<00:13, 1.38it/s] 32%|███▏ | 8/25 [00:08<00:11, 1.47it/s] 36%|███▌ | 9/25 [00:08<00:10, 1.54it/s] 40%|████ | 10/25 [00:09<00:09, 1.59it/s] 44%|████▍ | 11/25 [00:10<00:08, 1.62it/s] 48%|████▊ | 12/25 [00:10<00:07, 1.64it/s] 52%|█████▏ | 13/25 [00:11<00:07, 1.66it/s] 56%|█████▌ | 14/25 [00:11<00:06, 1.67it/s] 60%|██████ | 15/25 [00:12<00:05, 1.68it/s] 64%|██████▍ | 16/25 [00:13<00:05, 1.69it/s] 68%|██████▊ | 17/25 [00:13<00:04, 1.69it/s] 72%|███████▏ | 18/25 [00:14<00:04, 1.69it/s] 76%|███████▌ | 19/25 [00:14<00:03, 1.69it/s] 80%|████████ | 20/25 [00:15<00:02, 1.69it/s] 84%|████████▍ | 21/25 [00:16<00:02, 1.69it/s] 88%|████████▊ | 22/25 [00:16<00:01, 1.70it/s] 92%|█████████▏| 23/25 [00:17<00:01, 1.69it/s] 96%|█████████▌| 24/25 [00:17<00:00, 1.69it/s] 100%|██████████| 25/25 [00:18<00:00, 1.69it/s] 100%|██████████| 25/25 [00:18<00:00, 1.36it/s]
Want to make some of these yourself?
Run this model