aisha-ai-official / unholy-desire-il-v3
- Public
- 434 runs
-
L40S
Prediction
aisha-ai-official/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952IDav6n35ckfsrme0cnh6gtqmxmw8StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- NeptuniaXL-VAE-ContrastSaturation
- seed
- -1
- model
- Unholy-Desire-IL-v3
- steps
- 30
- width
- 1080
- height
- 1080
- prompt
- street, night, neon colors, cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive
- refiner
- upscale
- Original
- cfg_scale
- 5
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- adetailer_face
- adetailer_hand
- refiner_prompt
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- refiner_strength
- 0.4
- prepend_preprompt
- adetailer_face_prompt
- adetailer_hand_prompt
- adetailer_person_prompt
- adetailer_face_negative_prompt
- adetailer_hand_negative_prompt
- adetailer_person_negative_prompt
{ "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }
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/unholy-desire-il-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/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", { input: { vae: "NeptuniaXL-VAE-ContrastSaturation", seed: -1, model: "Unholy-Desire-IL-v3", steps: 30, width: 1080, height: 1080, prompt: "street, night, neon colors, cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", refiner: false, upscale: "Original", cfg_scale: 5, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", adetailer_face: false, adetailer_hand: false, refiner_prompt: "", negative_prompt: "nsfw, naked", adetailer_person: false, guidance_rescale: 1, refiner_strength: 0.4, prepend_preprompt: true, adetailer_face_prompt: "", adetailer_hand_prompt: "", adetailer_person_prompt: "", adetailer_face_negative_prompt: "", adetailer_hand_negative_prompt: "", adetailer_person_negative_prompt: "" } } ); // 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/unholy-desire-il-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", input={ "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "refiner": False, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": False, "adetailer_hand": False, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": False, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": True, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/unholy-desire-il-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/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", "input": { "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-12T09:13:48.479037Z", "created_at": "2025-03-12T09:13:42.526000Z", "data_removed": false, "error": null, "id": "av6n35ckfsrme0cnh6gtqmxmw8", "input": { "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }, "logs": "Using text to image mode.\nUsing seed: 1879230489\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:02, 10.62it/s]\n 13%|█▎ | 4/30 [00:00<00:02, 8.72it/s]\n 17%|█▋ | 5/30 [00:00<00:02, 8.39it/s]\n 20%|██ | 6/30 [00:00<00:02, 8.19it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 8.04it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 7.93it/s]\n 30%|███ | 9/30 [00:01<00:02, 7.85it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 7.80it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 7.76it/s]\n 40%|████ | 12/30 [00:01<00:02, 7.74it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 7.72it/s]\n 47%|████▋ | 14/30 [00:01<00:02, 7.70it/s]\n 50%|█████ | 15/30 [00:01<00:01, 7.70it/s]\n 53%|█████▎ | 16/30 [00:02<00:01, 7.69it/s]\n 57%|█████▋ | 17/30 [00:02<00:01, 7.68it/s]\n 60%|██████ | 18/30 [00:02<00:01, 7.67it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 7.66it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 7.65it/s]\n 70%|███████ | 21/30 [00:02<00:01, 7.64it/s]\n 73%|███████▎ | 22/30 [00:02<00:01, 7.64it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 7.64it/s]\n 80%|████████ | 24/30 [00:03<00:00, 7.64it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 7.64it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 7.64it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 7.64it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 7.64it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 7.63it/s]\n100%|██████████| 30/30 [00:03<00:00, 7.63it/s]\n100%|██████████| 30/30 [00:03<00:00, 7.81it/s]", "metrics": { "predict_time": 5.946831341, "total_time": 5.953037 }, "output": [ "https://replicate.delivery/xezq/SlxHX0XZZWZzFJIzrXNK1neRGyNZbsrQpDhZrjaxO1MmE4LKA/0.png" ], "started_at": "2025-03-12T09:13:42.532206Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-dhzeislr7o7mztvpuiog6x6ytwdz7l7dlhr3qbtrgvb4ovlkrupq", "get": "https://api.replicate.com/v1/predictions/av6n35ckfsrme0cnh6gtqmxmw8", "cancel": "https://api.replicate.com/v1/predictions/av6n35ckfsrme0cnh6gtqmxmw8/cancel" }, "version": "d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952" }
Generated inUsing text to image mode. Using seed: 1879230489 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:02, 10.62it/s] 13%|█▎ | 4/30 [00:00<00:02, 8.72it/s] 17%|█▋ | 5/30 [00:00<00:02, 8.39it/s] 20%|██ | 6/30 [00:00<00:02, 8.19it/s] 23%|██▎ | 7/30 [00:00<00:02, 8.04it/s] 27%|██▋ | 8/30 [00:00<00:02, 7.93it/s] 30%|███ | 9/30 [00:01<00:02, 7.85it/s] 33%|███▎ | 10/30 [00:01<00:02, 7.80it/s] 37%|███▋ | 11/30 [00:01<00:02, 7.76it/s] 40%|████ | 12/30 [00:01<00:02, 7.74it/s] 43%|████▎ | 13/30 [00:01<00:02, 7.72it/s] 47%|████▋ | 14/30 [00:01<00:02, 7.70it/s] 50%|█████ | 15/30 [00:01<00:01, 7.70it/s] 53%|█████▎ | 16/30 [00:02<00:01, 7.69it/s] 57%|█████▋ | 17/30 [00:02<00:01, 7.68it/s] 60%|██████ | 18/30 [00:02<00:01, 7.67it/s] 63%|██████▎ | 19/30 [00:02<00:01, 7.66it/s] 67%|██████▋ | 20/30 [00:02<00:01, 7.65it/s] 70%|███████ | 21/30 [00:02<00:01, 7.64it/s] 73%|███████▎ | 22/30 [00:02<00:01, 7.64it/s] 77%|███████▋ | 23/30 [00:02<00:00, 7.64it/s] 80%|████████ | 24/30 [00:03<00:00, 7.64it/s] 83%|████████▎ | 25/30 [00:03<00:00, 7.64it/s] 87%|████████▋ | 26/30 [00:03<00:00, 7.64it/s] 90%|█████████ | 27/30 [00:03<00:00, 7.64it/s] 93%|█████████▎| 28/30 [00:03<00:00, 7.64it/s] 97%|█████████▋| 29/30 [00:03<00:00, 7.63it/s] 100%|██████████| 30/30 [00:03<00:00, 7.63it/s] 100%|██████████| 30/30 [00:03<00:00, 7.81it/s]
Prediction
aisha-ai-official/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952IDn8bsht9e2xrmc0cnh6gvrypgbrStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- NeptuniaXL-VAE-ContrastSaturation
- seed
- -1
- model
- Unholy-Desire-IL-v3
- steps
- 30
- width
- 1080
- height
- 1080
- prompt
- street, night, neon colors, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, shushing
- refiner
- upscale
- Original
- cfg_scale
- 5
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- adetailer_face
- adetailer_hand
- refiner_prompt
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- refiner_strength
- 0.4
- prepend_preprompt
- adetailer_face_prompt
- adetailer_hand_prompt
- adetailer_person_prompt
- adetailer_face_negative_prompt
- adetailer_hand_negative_prompt
- adetailer_person_negative_prompt
{ "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, shushing", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }
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/unholy-desire-il-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/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", { input: { vae: "NeptuniaXL-VAE-ContrastSaturation", seed: -1, model: "Unholy-Desire-IL-v3", steps: 30, width: 1080, height: 1080, prompt: "street, night, neon colors, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, shushing", refiner: false, upscale: "Original", cfg_scale: 5, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", adetailer_face: false, adetailer_hand: false, refiner_prompt: "", negative_prompt: "nsfw, naked", adetailer_person: false, guidance_rescale: 1, refiner_strength: 0.4, prepend_preprompt: true, adetailer_face_prompt: "", adetailer_hand_prompt: "", adetailer_person_prompt: "", adetailer_face_negative_prompt: "", adetailer_hand_negative_prompt: "", adetailer_person_negative_prompt: "" } } ); // 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/unholy-desire-il-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", input={ "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, shushing", "refiner": False, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": False, "adetailer_hand": False, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": False, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": True, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/unholy-desire-il-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/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", "input": { "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, shushing", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-12T09:13:22.365948Z", "created_at": "2025-03-12T09:13:16.567000Z", "data_removed": false, "error": null, "id": "n8bsht9e2xrmc0cnh6gvrypgbr", "input": { "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, shushing", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }, "logs": "Using text to image mode.\nUsing seed: 629568492\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:02, 10.60it/s]\n 13%|█▎ | 4/30 [00:00<00:02, 8.72it/s]\n 17%|█▋ | 5/30 [00:00<00:02, 8.41it/s]\n 20%|██ | 6/30 [00:00<00:02, 8.20it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 8.04it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 7.93it/s]\n 30%|███ | 9/30 [00:01<00:02, 7.86it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 7.81it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 7.78it/s]\n 40%|████ | 12/30 [00:01<00:02, 7.75it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 7.74it/s]\n 47%|████▋ | 14/30 [00:01<00:02, 7.73it/s]\n 50%|█████ | 15/30 [00:01<00:01, 7.71it/s]\n 53%|█████▎ | 16/30 [00:02<00:01, 7.70it/s]\n 57%|█████▋ | 17/30 [00:02<00:01, 7.69it/s]\n 60%|██████ | 18/30 [00:02<00:01, 7.70it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 7.69it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 7.68it/s]\n 70%|███████ | 21/30 [00:02<00:01, 7.68it/s]\n 73%|███████▎ | 22/30 [00:02<00:01, 7.67it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 7.67it/s]\n 80%|████████ | 24/30 [00:03<00:00, 7.68it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 7.67it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 7.66it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 7.65it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 7.66it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 7.65it/s]\n100%|██████████| 30/30 [00:03<00:00, 7.65it/s]\n100%|██████████| 30/30 [00:03<00:00, 7.83it/s]", "metrics": { "predict_time": 5.791791045, "total_time": 5.798948 }, "output": [ "https://replicate.delivery/xezq/scAUbKHHRz70BZmb550StRkMpXUuyJ6ztZ1xst1VcTnMC8FF/0.png" ], "started_at": "2025-03-12T09:13:16.574157Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-yupjlnq6icth7jqbexuukodulkywalynrxugrrjqll7sibv6zgia", "get": "https://api.replicate.com/v1/predictions/n8bsht9e2xrmc0cnh6gvrypgbr", "cancel": "https://api.replicate.com/v1/predictions/n8bsht9e2xrmc0cnh6gvrypgbr/cancel" }, "version": "d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952" }
Generated inUsing text to image mode. Using seed: 629568492 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:02, 10.60it/s] 13%|█▎ | 4/30 [00:00<00:02, 8.72it/s] 17%|█▋ | 5/30 [00:00<00:02, 8.41it/s] 20%|██ | 6/30 [00:00<00:02, 8.20it/s] 23%|██▎ | 7/30 [00:00<00:02, 8.04it/s] 27%|██▋ | 8/30 [00:00<00:02, 7.93it/s] 30%|███ | 9/30 [00:01<00:02, 7.86it/s] 33%|███▎ | 10/30 [00:01<00:02, 7.81it/s] 37%|███▋ | 11/30 [00:01<00:02, 7.78it/s] 40%|████ | 12/30 [00:01<00:02, 7.75it/s] 43%|████▎ | 13/30 [00:01<00:02, 7.74it/s] 47%|████▋ | 14/30 [00:01<00:02, 7.73it/s] 50%|█████ | 15/30 [00:01<00:01, 7.71it/s] 53%|█████▎ | 16/30 [00:02<00:01, 7.70it/s] 57%|█████▋ | 17/30 [00:02<00:01, 7.69it/s] 60%|██████ | 18/30 [00:02<00:01, 7.70it/s] 63%|██████▎ | 19/30 [00:02<00:01, 7.69it/s] 67%|██████▋ | 20/30 [00:02<00:01, 7.68it/s] 70%|███████ | 21/30 [00:02<00:01, 7.68it/s] 73%|███████▎ | 22/30 [00:02<00:01, 7.67it/s] 77%|███████▋ | 23/30 [00:02<00:00, 7.67it/s] 80%|████████ | 24/30 [00:03<00:00, 7.68it/s] 83%|████████▎ | 25/30 [00:03<00:00, 7.67it/s] 87%|████████▋ | 26/30 [00:03<00:00, 7.66it/s] 90%|█████████ | 27/30 [00:03<00:00, 7.65it/s] 93%|█████████▎| 28/30 [00:03<00:00, 7.66it/s] 97%|█████████▋| 29/30 [00:03<00:00, 7.65it/s] 100%|██████████| 30/30 [00:03<00:00, 7.65it/s] 100%|██████████| 30/30 [00:03<00:00, 7.83it/s]
Prediction
aisha-ai-official/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952IDd4a23c8jwdrm80cnh6hbccg52mStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- NeptuniaXL-VAE-ContrastSaturation
- seed
- -1
- model
- Unholy-Desire-IL-v3
- steps
- 30
- width
- 1080
- height
- 1080
- prompt
- street, night, neon colors, Ada Wong from Resident Evil 4, smile
- refiner
- upscale
- Original
- cfg_scale
- 5
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- adetailer_face
- adetailer_hand
- refiner_prompt
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- refiner_strength
- 0.4
- prepend_preprompt
- adetailer_face_prompt
- adetailer_hand_prompt
- adetailer_person_prompt
- adetailer_face_negative_prompt
- adetailer_hand_negative_prompt
- adetailer_person_negative_prompt
{ "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, Ada Wong from Resident Evil 4, smile", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }
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/unholy-desire-il-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/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", { input: { vae: "NeptuniaXL-VAE-ContrastSaturation", seed: -1, model: "Unholy-Desire-IL-v3", steps: 30, width: 1080, height: 1080, prompt: "street, night, neon colors, Ada Wong from Resident Evil 4, smile", refiner: false, upscale: "Original", cfg_scale: 5, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", adetailer_face: false, adetailer_hand: false, refiner_prompt: "", negative_prompt: "nsfw, naked", adetailer_person: false, guidance_rescale: 1, refiner_strength: 0.4, prepend_preprompt: true, adetailer_face_prompt: "", adetailer_hand_prompt: "", adetailer_person_prompt: "", adetailer_face_negative_prompt: "", adetailer_hand_negative_prompt: "", adetailer_person_negative_prompt: "" } } ); // 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/unholy-desire-il-v3 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", input={ "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, Ada Wong from Resident Evil 4, smile", "refiner": False, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": False, "adetailer_hand": False, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": False, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": True, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/unholy-desire-il-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/unholy-desire-il-v3:d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952", "input": { "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, Ada Wong from Resident Evil 4, smile", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-12T09:14:21.363514Z", "created_at": "2025-03-12T09:14:15.139000Z", "data_removed": false, "error": null, "id": "d4a23c8jwdrm80cnh6hbccg52m", "input": { "vae": "NeptuniaXL-VAE-ContrastSaturation", "seed": -1, "model": "Unholy-Desire-IL-v3", "steps": 30, "width": 1080, "height": 1080, "prompt": "street, night, neon colors, Ada Wong from Resident Evil 4, smile", "refiner": false, "upscale": "Original", "cfg_scale": 5, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "adetailer_face": false, "adetailer_hand": false, "refiner_prompt": "", "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "refiner_strength": 0.4, "prepend_preprompt": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }, "logs": "Using text to image mode.\nUsing seed: 755355641\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:02, 10.57it/s]\n 13%|█▎ | 4/30 [00:00<00:02, 8.70it/s]\n 17%|█▋ | 5/30 [00:00<00:02, 8.38it/s]\n 20%|██ | 6/30 [00:00<00:02, 8.19it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 8.04it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 7.94it/s]\n 30%|███ | 9/30 [00:01<00:02, 7.86it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 7.80it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 7.77it/s]\n 40%|████ | 12/30 [00:01<00:02, 7.74it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 7.73it/s]\n 47%|████▋ | 14/30 [00:01<00:02, 7.70it/s]\n 50%|█████ | 15/30 [00:01<00:01, 7.69it/s]\n 53%|█████▎ | 16/30 [00:02<00:01, 7.68it/s]\n 57%|█████▋ | 17/30 [00:02<00:01, 7.67it/s]\n 60%|██████ | 18/30 [00:02<00:01, 7.66it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 7.66it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 7.66it/s]\n 70%|███████ | 21/30 [00:02<00:01, 7.66it/s]\n 73%|███████▎ | 22/30 [00:02<00:01, 7.66it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 7.66it/s]\n 80%|████████ | 24/30 [00:03<00:00, 7.65it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 7.64it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 7.64it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 7.65it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 7.64it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 7.63it/s]\n100%|██████████| 30/30 [00:03<00:00, 7.63it/s]\n100%|██████████| 30/30 [00:03<00:00, 7.81it/s]", "metrics": { "predict_time": 6.216570733, "total_time": 6.224514 }, "output": [ "https://replicate.delivery/xezq/7azxBaTF5fRpdam0FuDLiCkEmk8nNFt0WGFORN79UC42E4LKA/0.png" ], "started_at": "2025-03-12T09:14:15.146943Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-6xjew6aehsheirmddo734vwcksrcixao4mz5el6egncjl2iitaga", "get": "https://api.replicate.com/v1/predictions/d4a23c8jwdrm80cnh6hbccg52m", "cancel": "https://api.replicate.com/v1/predictions/d4a23c8jwdrm80cnh6hbccg52m/cancel" }, "version": "d68751c091edb3339493b8bc026ceb37c4e0c7cf8e105218bc35177d4a22a952" }
Generated inUsing text to image mode. Using seed: 755355641 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:02, 10.57it/s] 13%|█▎ | 4/30 [00:00<00:02, 8.70it/s] 17%|█▋ | 5/30 [00:00<00:02, 8.38it/s] 20%|██ | 6/30 [00:00<00:02, 8.19it/s] 23%|██▎ | 7/30 [00:00<00:02, 8.04it/s] 27%|██▋ | 8/30 [00:00<00:02, 7.94it/s] 30%|███ | 9/30 [00:01<00:02, 7.86it/s] 33%|███▎ | 10/30 [00:01<00:02, 7.80it/s] 37%|███▋ | 11/30 [00:01<00:02, 7.77it/s] 40%|████ | 12/30 [00:01<00:02, 7.74it/s] 43%|████▎ | 13/30 [00:01<00:02, 7.73it/s] 47%|████▋ | 14/30 [00:01<00:02, 7.70it/s] 50%|█████ | 15/30 [00:01<00:01, 7.69it/s] 53%|█████▎ | 16/30 [00:02<00:01, 7.68it/s] 57%|█████▋ | 17/30 [00:02<00:01, 7.67it/s] 60%|██████ | 18/30 [00:02<00:01, 7.66it/s] 63%|██████▎ | 19/30 [00:02<00:01, 7.66it/s] 67%|██████▋ | 20/30 [00:02<00:01, 7.66it/s] 70%|███████ | 21/30 [00:02<00:01, 7.66it/s] 73%|███████▎ | 22/30 [00:02<00:01, 7.66it/s] 77%|███████▋ | 23/30 [00:02<00:00, 7.66it/s] 80%|████████ | 24/30 [00:03<00:00, 7.65it/s] 83%|████████▎ | 25/30 [00:03<00:00, 7.64it/s] 87%|████████▋ | 26/30 [00:03<00:00, 7.64it/s] 90%|█████████ | 27/30 [00:03<00:00, 7.65it/s] 93%|█████████▎| 28/30 [00:03<00:00, 7.64it/s] 97%|█████████▋| 29/30 [00:03<00:00, 7.63it/s] 100%|██████████| 30/30 [00:03<00:00, 7.63it/s] 100%|██████████| 30/30 [00:03<00:00, 7.81it/s]
Want to make some of these yourself?
Run this model