aisha-ai-official / cyber-realistic-pony-v8
Prediction
aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5ID2pgr6gc5w5rma0cn6gjsts0pq0StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- CyberRealisticPony
- steps
- 30
- width
- 1280
- height
- 1280
- prompt
- Ada Wong from Resident Evil 4, smile, darkroom, low light
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- DDPM
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "Ada Wong from Resident Evil 4, smile, darkroom, low light", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "DDPM", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/cyber-realistic-pony-v8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", { input: { vae: "default", seed: -1, model: "CyberRealisticPony", steps: 30, width: 1280, height: 1280, prompt: "Ada Wong from Resident Evil 4, smile, darkroom, low light", cfg_scale: 7, clip_skip: 2, pag_scale: 0, scheduler: "DDPM", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 1, prepend_preprompt: true } } ); // 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 aisha-ai-official/cyber-realistic-pony-v8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", input={ "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "Ada Wong from Resident Evil 4, smile, darkroom, low light", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "DDPM", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/cyber-realistic-pony-v8 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": "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", "input": { "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "Ada Wong from Resident Evil 4, smile, darkroom, low light", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "DDPM", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-23T18:50:36.408318Z", "created_at": "2025-02-23T18:50:29.217000Z", "data_removed": false, "error": null, "id": "2pgr6gc5w5rma0cn6gjsts0pq0", "input": { "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "Ada Wong from Resident Evil 4, smile, darkroom, low light", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "DDPM", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1191637407\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:04, 6.11it/s]\n 7%|▋ | 2/30 [00:00<00:04, 6.02it/s]\n 10%|█ | 3/30 [00:00<00:04, 5.99it/s]\n 13%|█▎ | 4/30 [00:00<00:04, 5.97it/s]\n 17%|█▋ | 5/30 [00:00<00:04, 5.97it/s]\n 20%|██ | 6/30 [00:01<00:04, 5.96it/s]\n 23%|██▎ | 7/30 [00:01<00:03, 5.96it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 5.95it/s]\n 30%|███ | 9/30 [00:01<00:03, 5.96it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 5.95it/s]\n 37%|███▋ | 11/30 [00:01<00:03, 5.95it/s]\n 40%|████ | 12/30 [00:02<00:03, 5.95it/s]\n 43%|████▎ | 13/30 [00:02<00:02, 5.95it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 5.94it/s]\n 50%|█████ | 15/30 [00:02<00:02, 5.94it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 5.93it/s]\n 57%|█████▋ | 17/30 [00:02<00:02, 5.93it/s]\n 60%|██████ | 18/30 [00:03<00:02, 5.92it/s]\n 63%|██████▎ | 19/30 [00:03<00:01, 5.92it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 5.93it/s]\n 70%|███████ | 21/30 [00:03<00:01, 5.93it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 5.93it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 5.92it/s]\n 80%|████████ | 24/30 [00:04<00:01, 5.92it/s]\n 83%|████████▎ | 25/30 [00:04<00:00, 5.92it/s]\n 87%|████████▋ | 26/30 [00:04<00:00, 5.92it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 5.92it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 5.92it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 5.91it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.92it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.94it/s]", "metrics": { "predict_time": 7.184287759, "total_time": 7.191318 }, "output": [ "https://replicate.delivery/xezq/GLnJMvnFkw6KCNA9oVzLo3rY2dIicf44s4KW99gWZXIefjkoA/0.png" ], "started_at": "2025-02-23T18:50:29.224030Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-cjjrieb3dryjgtx52dw6qieqlox6q73c26ez2rpsshxnbbr4pzga", "get": "https://api.replicate.com/v1/predictions/2pgr6gc5w5rma0cn6gjsts0pq0", "cancel": "https://api.replicate.com/v1/predictions/2pgr6gc5w5rma0cn6gjsts0pq0/cancel" }, "version": "76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5" }
Generated inUsing text to image mode. Using seed: 1191637407 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:04, 6.11it/s] 7%|▋ | 2/30 [00:00<00:04, 6.02it/s] 10%|█ | 3/30 [00:00<00:04, 5.99it/s] 13%|█▎ | 4/30 [00:00<00:04, 5.97it/s] 17%|█▋ | 5/30 [00:00<00:04, 5.97it/s] 20%|██ | 6/30 [00:01<00:04, 5.96it/s] 23%|██▎ | 7/30 [00:01<00:03, 5.96it/s] 27%|██▋ | 8/30 [00:01<00:03, 5.95it/s] 30%|███ | 9/30 [00:01<00:03, 5.96it/s] 33%|███▎ | 10/30 [00:01<00:03, 5.95it/s] 37%|███▋ | 11/30 [00:01<00:03, 5.95it/s] 40%|████ | 12/30 [00:02<00:03, 5.95it/s] 43%|████▎ | 13/30 [00:02<00:02, 5.95it/s] 47%|████▋ | 14/30 [00:02<00:02, 5.94it/s] 50%|█████ | 15/30 [00:02<00:02, 5.94it/s] 53%|█████▎ | 16/30 [00:02<00:02, 5.93it/s] 57%|█████▋ | 17/30 [00:02<00:02, 5.93it/s] 60%|██████ | 18/30 [00:03<00:02, 5.92it/s] 63%|██████▎ | 19/30 [00:03<00:01, 5.92it/s] 67%|██████▋ | 20/30 [00:03<00:01, 5.93it/s] 70%|███████ | 21/30 [00:03<00:01, 5.93it/s] 73%|███████▎ | 22/30 [00:03<00:01, 5.93it/s] 77%|███████▋ | 23/30 [00:03<00:01, 5.92it/s] 80%|████████ | 24/30 [00:04<00:01, 5.92it/s] 83%|████████▎ | 25/30 [00:04<00:00, 5.92it/s] 87%|████████▋ | 26/30 [00:04<00:00, 5.92it/s] 90%|█████████ | 27/30 [00:04<00:00, 5.92it/s] 93%|█████████▎| 28/30 [00:04<00:00, 5.92it/s] 97%|█████████▋| 29/30 [00:04<00:00, 5.91it/s] 100%|██████████| 30/30 [00:05<00:00, 5.92it/s] 100%|██████████| 30/30 [00:05<00:00, 5.94it/s]
Prediction
aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5ID229j7yjvghrma0cn6getjskpsgStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- CyberRealisticPony
- steps
- 30
- width
- 1280
- height
- 1280
- prompt
- street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 2
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 2, "prepend_preprompt": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/cyber-realistic-pony-v8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", { input: { vae: "default", seed: -1, model: "CyberRealisticPony", steps: 30, width: 1280, height: 1280, prompt: "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", cfg_scale: 7, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 2, prepend_preprompt: true } } ); // 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 aisha-ai-official/cyber-realistic-pony-v8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", input={ "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 2, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/cyber-realistic-pony-v8 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": "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", "input": { "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 2, "prepend_preprompt": true } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-23T18:41:41.631089Z", "created_at": "2025-02-23T18:41:34.084000Z", "data_removed": false, "error": null, "id": "229j7yjvghrma0cn6getjskpsg", "input": { "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 2, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 472076472\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:03, 8.35it/s]\n 10%|█ | 3/30 [00:00<00:03, 7.23it/s]\n 13%|█▎ | 4/30 [00:00<00:03, 6.75it/s]\n 17%|█▋ | 5/30 [00:00<00:03, 6.50it/s]\n 20%|██ | 6/30 [00:00<00:03, 6.36it/s]\n 23%|██▎ | 7/30 [00:01<00:03, 6.26it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 6.19it/s]\n 30%|███ | 9/30 [00:01<00:03, 6.15it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 6.12it/s]\n 37%|███▋ | 11/30 [00:01<00:03, 6.09it/s]\n 40%|████ | 12/30 [00:01<00:02, 6.08it/s]\n 43%|████▎ | 13/30 [00:02<00:02, 6.07it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 6.06it/s]\n 50%|█████ | 15/30 [00:02<00:02, 6.04it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 6.04it/s]\n 57%|█████▋ | 17/30 [00:02<00:02, 6.04it/s]\n 60%|██████ | 18/30 [00:02<00:01, 6.03it/s]\n 63%|██████▎ | 19/30 [00:03<00:01, 6.03it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 6.03it/s]\n 70%|███████ | 21/30 [00:03<00:01, 6.02it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 6.02it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 6.02it/s]\n 80%|████████ | 24/30 [00:03<00:00, 6.02it/s]\n 83%|████████▎ | 25/30 [00:04<00:00, 6.02it/s]\n 87%|████████▋ | 26/30 [00:04<00:00, 6.02it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 6.02it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 6.02it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 6.02it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.01it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.15it/s]", "metrics": { "predict_time": 7.536988872, "total_time": 7.547089 }, "output": [ "https://replicate.delivery/xezq/4oKnLltSLtJQCNkac7znm2Od2sPfbIzX39OC8FC91zjy7IJKA/0.png" ], "started_at": "2025-02-23T18:41:34.094100Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-kqoeilwv5bnkb5h2cknufhw4qegrc55kt26sfk23kcdrmpyeteqa", "get": "https://api.replicate.com/v1/predictions/229j7yjvghrma0cn6getjskpsg", "cancel": "https://api.replicate.com/v1/predictions/229j7yjvghrma0cn6getjskpsg/cancel" }, "version": "76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5" }
Generated inUsing text to image mode. Using seed: 472076472 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:03, 8.35it/s] 10%|█ | 3/30 [00:00<00:03, 7.23it/s] 13%|█▎ | 4/30 [00:00<00:03, 6.75it/s] 17%|█▋ | 5/30 [00:00<00:03, 6.50it/s] 20%|██ | 6/30 [00:00<00:03, 6.36it/s] 23%|██▎ | 7/30 [00:01<00:03, 6.26it/s] 27%|██▋ | 8/30 [00:01<00:03, 6.19it/s] 30%|███ | 9/30 [00:01<00:03, 6.15it/s] 33%|███▎ | 10/30 [00:01<00:03, 6.12it/s] 37%|███▋ | 11/30 [00:01<00:03, 6.09it/s] 40%|████ | 12/30 [00:01<00:02, 6.08it/s] 43%|████▎ | 13/30 [00:02<00:02, 6.07it/s] 47%|████▋ | 14/30 [00:02<00:02, 6.06it/s] 50%|█████ | 15/30 [00:02<00:02, 6.04it/s] 53%|█████▎ | 16/30 [00:02<00:02, 6.04it/s] 57%|█████▋ | 17/30 [00:02<00:02, 6.04it/s] 60%|██████ | 18/30 [00:02<00:01, 6.03it/s] 63%|██████▎ | 19/30 [00:03<00:01, 6.03it/s] 67%|██████▋ | 20/30 [00:03<00:01, 6.03it/s] 70%|███████ | 21/30 [00:03<00:01, 6.02it/s] 73%|███████▎ | 22/30 [00:03<00:01, 6.02it/s] 77%|███████▋ | 23/30 [00:03<00:01, 6.02it/s] 80%|████████ | 24/30 [00:03<00:00, 6.02it/s] 83%|████████▎ | 25/30 [00:04<00:00, 6.02it/s] 87%|████████▋ | 26/30 [00:04<00:00, 6.02it/s] 90%|█████████ | 27/30 [00:04<00:00, 6.02it/s] 93%|█████████▎| 28/30 [00:04<00:00, 6.02it/s] 97%|█████████▋| 29/30 [00:04<00:00, 6.02it/s] 100%|██████████| 30/30 [00:04<00:00, 6.01it/s] 100%|██████████| 30/30 [00:04<00:00, 6.15it/s]
Prediction
aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5IDjetqv1dxs9rme0cn6gj9ahpzs4StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- CyberRealisticPony
- steps
- 30
- width
- 1280
- height
- 1280
- prompt
- cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- DDPM
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 2
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "DDPM", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 2, "prepend_preprompt": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/cyber-realistic-pony-v8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", { input: { vae: "default", seed: -1, model: "CyberRealisticPony", steps: 30, width: 1280, height: 1280, prompt: "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", cfg_scale: 7, clip_skip: 2, pag_scale: 0, scheduler: "DDPM", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 2, prepend_preprompt: true } } ); // 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 aisha-ai-official/cyber-realistic-pony-v8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", input={ "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "DDPM", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 2, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/cyber-realistic-pony-v8 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": "aisha-ai-official/cyber-realistic-pony-v8:76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5", "input": { "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "DDPM", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 2, "prepend_preprompt": true } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-23T18:49:45.036181Z", "created_at": "2025-02-23T18:49:37.994000Z", "data_removed": false, "error": null, "id": "jetqv1dxs9rme0cn6gj9ahpzs4", "input": { "vae": "default", "seed": -1, "model": "CyberRealisticPony", "steps": 30, "width": 1280, "height": 1280, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "DDPM", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 2, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1419537310\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:04, 6.18it/s]\n 7%|▋ | 2/30 [00:00<00:04, 6.10it/s]\n 10%|█ | 3/30 [00:00<00:04, 6.05it/s]\n 13%|█▎ | 4/30 [00:00<00:04, 6.05it/s]\n 17%|█▋ | 5/30 [00:00<00:04, 6.04it/s]\n 20%|██ | 6/30 [00:00<00:03, 6.02it/s]\n 23%|██▎ | 7/30 [00:01<00:03, 6.01it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 6.01it/s]\n 30%|███ | 9/30 [00:01<00:03, 6.01it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 6.01it/s]\n 37%|███▋ | 11/30 [00:01<00:03, 6.00it/s]\n 40%|████ | 12/30 [00:01<00:03, 6.00it/s]\n 43%|████▎ | 13/30 [00:02<00:02, 5.99it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 5.99it/s]\n 50%|█████ | 15/30 [00:02<00:02, 5.99it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 5.98it/s]\n 57%|█████▋ | 17/30 [00:02<00:02, 5.99it/s]\n 60%|██████ | 18/30 [00:02<00:02, 5.98it/s]\n 63%|██████▎ | 19/30 [00:03<00:01, 5.98it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 5.98it/s]\n 70%|███████ | 21/30 [00:03<00:01, 5.97it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 5.96it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 5.96it/s]\n 80%|████████ | 24/30 [00:04<00:01, 5.96it/s]\n 83%|████████▎ | 25/30 [00:04<00:00, 5.97it/s]\n 87%|████████▋ | 26/30 [00:04<00:00, 5.97it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 5.97it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 5.97it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 5.96it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.97it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.99it/s]", "metrics": { "predict_time": 7.034735138, "total_time": 7.042181 }, "output": [ "https://replicate.delivery/xezq/bANZYNihymbLLNOzXtFycOzsP16CvtbPKEuD9JB6hPZyfIJKA/0.png" ], "started_at": "2025-02-23T18:49:38.001446Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-hugyh2wr74l3znzzhxq3k6x6kdq2loy2ci3i2zt5z462dg5fly2a", "get": "https://api.replicate.com/v1/predictions/jetqv1dxs9rme0cn6gj9ahpzs4", "cancel": "https://api.replicate.com/v1/predictions/jetqv1dxs9rme0cn6gj9ahpzs4/cancel" }, "version": "76125795acdc8610c8b2d0352e691735054f0fbf31e1a1ae46fbc51b4dcc9ab5" }
Generated inUsing text to image mode. Using seed: 1419537310 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:04, 6.18it/s] 7%|▋ | 2/30 [00:00<00:04, 6.10it/s] 10%|█ | 3/30 [00:00<00:04, 6.05it/s] 13%|█▎ | 4/30 [00:00<00:04, 6.05it/s] 17%|█▋ | 5/30 [00:00<00:04, 6.04it/s] 20%|██ | 6/30 [00:00<00:03, 6.02it/s] 23%|██▎ | 7/30 [00:01<00:03, 6.01it/s] 27%|██▋ | 8/30 [00:01<00:03, 6.01it/s] 30%|███ | 9/30 [00:01<00:03, 6.01it/s] 33%|███▎ | 10/30 [00:01<00:03, 6.01it/s] 37%|███▋ | 11/30 [00:01<00:03, 6.00it/s] 40%|████ | 12/30 [00:01<00:03, 6.00it/s] 43%|████▎ | 13/30 [00:02<00:02, 5.99it/s] 47%|████▋ | 14/30 [00:02<00:02, 5.99it/s] 50%|█████ | 15/30 [00:02<00:02, 5.99it/s] 53%|█████▎ | 16/30 [00:02<00:02, 5.98it/s] 57%|█████▋ | 17/30 [00:02<00:02, 5.99it/s] 60%|██████ | 18/30 [00:02<00:02, 5.98it/s] 63%|██████▎ | 19/30 [00:03<00:01, 5.98it/s] 67%|██████▋ | 20/30 [00:03<00:01, 5.98it/s] 70%|███████ | 21/30 [00:03<00:01, 5.97it/s] 73%|███████▎ | 22/30 [00:03<00:01, 5.96it/s] 77%|███████▋ | 23/30 [00:03<00:01, 5.96it/s] 80%|████████ | 24/30 [00:04<00:01, 5.96it/s] 83%|████████▎ | 25/30 [00:04<00:00, 5.97it/s] 87%|████████▋ | 26/30 [00:04<00:00, 5.97it/s] 90%|█████████ | 27/30 [00:04<00:00, 5.97it/s] 93%|█████████▎| 28/30 [00:04<00:00, 5.97it/s] 97%|█████████▋| 29/30 [00:04<00:00, 5.96it/s] 100%|██████████| 30/30 [00:05<00:00, 5.97it/s] 100%|██████████| 30/30 [00:05<00:00, 5.99it/s]
Want to make some of these yourself?
Run this model