aisha-ai-official / anillustrious-v3
Prediction
aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0ID3f66vt6rs5rme0cn43r9sz6pk4StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Anillustrious-v3
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 3
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 0.5
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }
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 aisha-ai-official/anillustrious-v3 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/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", { input: { vae: "default", seed: -1, model: "Anillustrious-v3", steps: 30, width: 1024, height: 1024, prompt: "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", cfg_scale: 7, clip_skip: 2, pag_scale: 3, scheduler: "Euler a", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 0.5, 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/anillustrious-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", input={ "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/anillustrious-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": "aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", "input": { "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "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-20T01:23:01.211813Z", "created_at": "2025-02-20T01:20:09.929000Z", "data_removed": false, "error": null, "id": "3f66vt6rs5rme0cn43r9sz6pk4", "input": { "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 311069111\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:06, 4.24it/s]\n 10%|█ | 3/30 [00:00<00:03, 6.99it/s]\n 13%|█▎ | 4/30 [00:00<00:03, 6.87it/s]\n 17%|█▋ | 5/30 [00:00<00:03, 6.78it/s]\n 20%|██ | 6/30 [00:00<00:03, 6.73it/s]\n 23%|██▎ | 7/30 [00:01<00:03, 6.68it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 6.66it/s]\n 30%|███ | 9/30 [00:01<00:03, 6.64it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 6.63it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 6.62it/s]\n 40%|████ | 12/30 [00:01<00:02, 6.62it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 6.61it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 6.60it/s]\n 50%|█████ | 15/30 [00:02<00:02, 6.59it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 6.59it/s]\n 57%|█████▋ | 17/30 [00:02<00:01, 6.59it/s]\n 60%|██████ | 18/30 [00:02<00:01, 6.58it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 6.58it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 6.57it/s]\n 70%|███████ | 21/30 [00:03<00:01, 6.57it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 6.58it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 6.57it/s]\n 80%|████████ | 24/30 [00:03<00:00, 6.57it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 6.56it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 6.55it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 6.55it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 6.54it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 6.55it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.54it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.58it/s]", "metrics": { "predict_time": 6.611756598, "total_time": 171.282813 }, "output": [ "https://replicate.delivery/xezq/daCmiNhiWOpQBlL46nPA1QogI1kxXsl5Vms3izBLm9W91QEF/0.png" ], "started_at": "2025-02-20T01:22:54.600056Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ibwdi47yn6fftsg2gon2r224roc42cb7fycuiuzdj7un4qki5g4a", "get": "https://api.replicate.com/v1/predictions/3f66vt6rs5rme0cn43r9sz6pk4", "cancel": "https://api.replicate.com/v1/predictions/3f66vt6rs5rme0cn43r9sz6pk4/cancel" }, "version": "eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0" }
Generated inUsing text to image mode. Using seed: 311069111 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:06, 4.24it/s] 10%|█ | 3/30 [00:00<00:03, 6.99it/s] 13%|█▎ | 4/30 [00:00<00:03, 6.87it/s] 17%|█▋ | 5/30 [00:00<00:03, 6.78it/s] 20%|██ | 6/30 [00:00<00:03, 6.73it/s] 23%|██▎ | 7/30 [00:01<00:03, 6.68it/s] 27%|██▋ | 8/30 [00:01<00:03, 6.66it/s] 30%|███ | 9/30 [00:01<00:03, 6.64it/s] 33%|███▎ | 10/30 [00:01<00:03, 6.63it/s] 37%|███▋ | 11/30 [00:01<00:02, 6.62it/s] 40%|████ | 12/30 [00:01<00:02, 6.62it/s] 43%|████▎ | 13/30 [00:01<00:02, 6.61it/s] 47%|████▋ | 14/30 [00:02<00:02, 6.60it/s] 50%|█████ | 15/30 [00:02<00:02, 6.59it/s] 53%|█████▎ | 16/30 [00:02<00:02, 6.59it/s] 57%|█████▋ | 17/30 [00:02<00:01, 6.59it/s] 60%|██████ | 18/30 [00:02<00:01, 6.58it/s] 63%|██████▎ | 19/30 [00:02<00:01, 6.58it/s] 67%|██████▋ | 20/30 [00:03<00:01, 6.57it/s] 70%|███████ | 21/30 [00:03<00:01, 6.57it/s] 73%|███████▎ | 22/30 [00:03<00:01, 6.58it/s] 77%|███████▋ | 23/30 [00:03<00:01, 6.57it/s] 80%|████████ | 24/30 [00:03<00:00, 6.57it/s] 83%|████████▎ | 25/30 [00:03<00:00, 6.56it/s] 87%|████████▋ | 26/30 [00:03<00:00, 6.55it/s] 90%|█████████ | 27/30 [00:04<00:00, 6.55it/s] 93%|█████████▎| 28/30 [00:04<00:00, 6.54it/s] 97%|█████████▋| 29/30 [00:04<00:00, 6.55it/s] 100%|██████████| 30/30 [00:04<00:00, 6.54it/s] 100%|██████████| 30/30 [00:04<00:00, 6.58it/s]
Prediction
aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0IDap2hajs2jdrm80cn43tajhrt04StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Anillustrious-v3
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 3
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 0.5
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }
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 aisha-ai-official/anillustrious-v3 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/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", { input: { vae: "default", seed: -1, model: "Anillustrious-v3", steps: 30, width: 1024, height: 1024, prompt: "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", cfg_scale: 7, clip_skip: 2, pag_scale: 3, scheduler: "Euler a", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 0.5, 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/anillustrious-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", input={ "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/anillustrious-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": "aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", "input": { "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "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-20T01:23:52.237377Z", "created_at": "2025-02-20T01:23:45.427000Z", "data_removed": false, "error": null, "id": "ap2hajs2jdrm80cn43tajhrt04", "input": { "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1085147400\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:03, 9.06it/s]\n 10%|█ | 3/30 [00:00<00:03, 7.85it/s]\n 13%|█▎ | 4/30 [00:00<00:03, 7.31it/s]\n 17%|█▋ | 5/30 [00:00<00:03, 7.04it/s]\n 20%|██ | 6/30 [00:00<00:03, 6.87it/s]\n 23%|██▎ | 7/30 [00:00<00:03, 6.76it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 6.70it/s]\n 30%|███ | 9/30 [00:01<00:03, 6.64it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 6.61it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 6.59it/s]\n 40%|████ | 12/30 [00:01<00:02, 6.57it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 6.56it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 6.56it/s]\n 50%|█████ | 15/30 [00:02<00:02, 6.54it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 6.54it/s]\n 57%|█████▋ | 17/30 [00:02<00:01, 6.53it/s]\n 60%|██████ | 18/30 [00:02<00:01, 6.52it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 6.53it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 6.52it/s]\n 70%|███████ | 21/30 [00:03<00:01, 6.51it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 6.50it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 6.50it/s]\n 80%|████████ | 24/30 [00:03<00:00, 6.50it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 6.50it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 6.50it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 6.49it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 6.48it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 6.47it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.48it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.64it/s]", "metrics": { "predict_time": 6.803037967, "total_time": 6.810377 }, "output": [ "https://replicate.delivery/xezq/zG0kHC8yT7JODhTHRHB53DdRPEzYIDaWWpioq81wMUGK2QEF/0.png" ], "started_at": "2025-02-20T01:23:45.434339Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-eqvez3rihlmtci4yhohha6mchlgxddsi6ai6k2tfbijds6lieusq", "get": "https://api.replicate.com/v1/predictions/ap2hajs2jdrm80cn43tajhrt04", "cancel": "https://api.replicate.com/v1/predictions/ap2hajs2jdrm80cn43tajhrt04/cancel" }, "version": "eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0" }
Generated inUsing text to image mode. Using seed: 1085147400 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:03, 9.06it/s] 10%|█ | 3/30 [00:00<00:03, 7.85it/s] 13%|█▎ | 4/30 [00:00<00:03, 7.31it/s] 17%|█▋ | 5/30 [00:00<00:03, 7.04it/s] 20%|██ | 6/30 [00:00<00:03, 6.87it/s] 23%|██▎ | 7/30 [00:00<00:03, 6.76it/s] 27%|██▋ | 8/30 [00:01<00:03, 6.70it/s] 30%|███ | 9/30 [00:01<00:03, 6.64it/s] 33%|███▎ | 10/30 [00:01<00:03, 6.61it/s] 37%|███▋ | 11/30 [00:01<00:02, 6.59it/s] 40%|████ | 12/30 [00:01<00:02, 6.57it/s] 43%|████▎ | 13/30 [00:01<00:02, 6.56it/s] 47%|████▋ | 14/30 [00:02<00:02, 6.56it/s] 50%|█████ | 15/30 [00:02<00:02, 6.54it/s] 53%|█████▎ | 16/30 [00:02<00:02, 6.54it/s] 57%|█████▋ | 17/30 [00:02<00:01, 6.53it/s] 60%|██████ | 18/30 [00:02<00:01, 6.52it/s] 63%|██████▎ | 19/30 [00:02<00:01, 6.53it/s] 67%|██████▋ | 20/30 [00:02<00:01, 6.52it/s] 70%|███████ | 21/30 [00:03<00:01, 6.51it/s] 73%|███████▎ | 22/30 [00:03<00:01, 6.50it/s] 77%|███████▋ | 23/30 [00:03<00:01, 6.50it/s] 80%|████████ | 24/30 [00:03<00:00, 6.50it/s] 83%|████████▎ | 25/30 [00:03<00:00, 6.50it/s] 87%|████████▋ | 26/30 [00:03<00:00, 6.50it/s] 90%|█████████ | 27/30 [00:04<00:00, 6.49it/s] 93%|█████████▎| 28/30 [00:04<00:00, 6.48it/s] 97%|█████████▋| 29/30 [00:04<00:00, 6.47it/s] 100%|██████████| 30/30 [00:04<00:00, 6.48it/s] 100%|██████████| 30/30 [00:04<00:00, 6.64it/s]
Prediction
aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0IDg2b7wen631rmc0cn43t9h9r1qcStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Anillustrious-v3
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- Ada Wong from Resident Evil 4, smile, darkroom, low light
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 3
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 0.5
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, darkroom, low light", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }
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 aisha-ai-official/anillustrious-v3 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/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", { input: { vae: "default", seed: -1, model: "Anillustrious-v3", steps: 30, width: 1024, height: 1024, prompt: "Ada Wong from Resident Evil 4, smile, darkroom, low light", cfg_scale: 7, clip_skip: 2, pag_scale: 3, scheduler: "Euler a", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 0.5, 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/anillustrious-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", input={ "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, darkroom, low light", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/anillustrious-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": "aisha-ai-official/anillustrious-v3:eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0", "input": { "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, darkroom, low light", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "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-20T01:24:26.309505Z", "created_at": "2025-02-20T01:24:19.096000Z", "data_removed": false, "error": null, "id": "g2b7wen631rmc0cn43t9h9r1qc", "input": { "vae": "default", "seed": -1, "model": "Anillustrious-v3", "steps": 30, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, darkroom, low light", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 3, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1231658720\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:03, 9.01it/s]\n 10%|█ | 3/30 [00:00<00:03, 7.77it/s]\n 13%|█▎ | 4/30 [00:00<00:03, 7.25it/s]\n 17%|█▋ | 5/30 [00:00<00:03, 6.97it/s]\n 20%|██ | 6/30 [00:00<00:03, 6.81it/s]\n 23%|██▎ | 7/30 [00:00<00:03, 6.71it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 6.63it/s]\n 30%|███ | 9/30 [00:01<00:03, 6.57it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 6.54it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 6.51it/s]\n 40%|████ | 12/30 [00:01<00:02, 6.50it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 6.48it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 6.47it/s]\n 50%|█████ | 15/30 [00:02<00:02, 6.46it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 6.47it/s]\n 57%|█████▋ | 17/30 [00:02<00:02, 6.45it/s]\n 60%|██████ | 18/30 [00:02<00:01, 6.45it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 6.46it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 6.46it/s]\n 70%|███████ | 21/30 [00:03<00:01, 6.44it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 6.43it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 6.42it/s]\n 80%|████████ | 24/30 [00:03<00:00, 6.43it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 6.44it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 6.43it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 6.43it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 6.43it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 6.43it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.42it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.58it/s]", "metrics": { "predict_time": 7.204671975, "total_time": 7.213505 }, "output": [ "https://replicate.delivery/xezq/BBskrtg9sFqDDxknIcWItTen1HzEx5ou02UOzWf1fGnVyGioA/0.png" ], "started_at": "2025-02-20T01:24:19.104833Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-o5kfv5xr67ob6o6ep2lalw5fqqm7jtxwryzex5ps2dv33cjpb3zq", "get": "https://api.replicate.com/v1/predictions/g2b7wen631rmc0cn43t9h9r1qc", "cancel": "https://api.replicate.com/v1/predictions/g2b7wen631rmc0cn43t9h9r1qc/cancel" }, "version": "eca8a99b4e55bcb95005456b2ffdae799e02be77012bc4861ea0b5b7d04480d0" }
Generated inUsing text to image mode. Using seed: 1231658720 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:03, 9.01it/s] 10%|█ | 3/30 [00:00<00:03, 7.77it/s] 13%|█▎ | 4/30 [00:00<00:03, 7.25it/s] 17%|█▋ | 5/30 [00:00<00:03, 6.97it/s] 20%|██ | 6/30 [00:00<00:03, 6.81it/s] 23%|██▎ | 7/30 [00:00<00:03, 6.71it/s] 27%|██▋ | 8/30 [00:01<00:03, 6.63it/s] 30%|███ | 9/30 [00:01<00:03, 6.57it/s] 33%|███▎ | 10/30 [00:01<00:03, 6.54it/s] 37%|███▋ | 11/30 [00:01<00:02, 6.51it/s] 40%|████ | 12/30 [00:01<00:02, 6.50it/s] 43%|████▎ | 13/30 [00:01<00:02, 6.48it/s] 47%|████▋ | 14/30 [00:02<00:02, 6.47it/s] 50%|█████ | 15/30 [00:02<00:02, 6.46it/s] 53%|█████▎ | 16/30 [00:02<00:02, 6.47it/s] 57%|█████▋ | 17/30 [00:02<00:02, 6.45it/s] 60%|██████ | 18/30 [00:02<00:01, 6.45it/s] 63%|██████▎ | 19/30 [00:02<00:01, 6.46it/s] 67%|██████▋ | 20/30 [00:03<00:01, 6.46it/s] 70%|███████ | 21/30 [00:03<00:01, 6.44it/s] 73%|███████▎ | 22/30 [00:03<00:01, 6.43it/s] 77%|███████▋ | 23/30 [00:03<00:01, 6.42it/s] 80%|████████ | 24/30 [00:03<00:00, 6.43it/s] 83%|████████▎ | 25/30 [00:03<00:00, 6.44it/s] 87%|████████▋ | 26/30 [00:03<00:00, 6.43it/s] 90%|█████████ | 27/30 [00:04<00:00, 6.43it/s] 93%|█████████▎| 28/30 [00:04<00:00, 6.43it/s] 97%|█████████▋| 29/30 [00:04<00:00, 6.43it/s] 100%|██████████| 30/30 [00:04<00:00, 6.42it/s] 100%|██████████| 30/30 [00:04<00:00, 6.58it/s]
Want to make some of these yourself?
Run this model