aisha-ai-official / coolname-il-v2
Prediction
aisha-ai-official/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fdIDccx3kanj9hrme0cnejvaryz7h8StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- CoolName-IL-v2
- steps
- 30
- width
- 1280
- height
- 1280
- prompt
- street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V
- upscale
- Original
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- adetailer_face
- adetailer_hand
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/coolname-il-v2 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/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", { input: { vae: "default", seed: -1, model: "CoolName-IL-v2", steps: 30, width: 1280, height: 1280, prompt: "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", upscale: "Original", cfg_scale: 7, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", batch_size: 1, adetailer_face: false, adetailer_hand: false, negative_prompt: "nsfw, naked", adetailer_person: false, 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/coolname-il-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", input={ "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": False, "adetailer_hand": False, "negative_prompt": "nsfw, naked", "adetailer_person": False, "guidance_rescale": 1, "prepend_preprompt": True } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/coolname-il-v2 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/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", "input": { "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "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-03-08T07:44:53.169528Z", "created_at": "2025-03-08T07:44:45.132000Z", "data_removed": false, "error": null, "id": "ccx3kanj9hrme0cnejvaryz7h8", "input": { "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1482574017\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:03, 7.93it/s]\n 10%|█ | 3/30 [00:00<00:03, 6.84it/s]\n 13%|█▎ | 4/30 [00:00<00:04, 6.39it/s]\n 17%|█▋ | 5/30 [00:00<00:04, 6.15it/s]\n 20%|██ | 6/30 [00:00<00:03, 6.02it/s]\n 23%|██▎ | 7/30 [00:01<00:03, 5.93it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 5.87it/s]\n 30%|███ | 9/30 [00:01<00:03, 5.83it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 5.79it/s]\n 37%|███▋ | 11/30 [00:01<00:03, 5.77it/s]\n 40%|████ | 12/30 [00:01<00:03, 5.75it/s]\n 43%|████▎ | 13/30 [00:02<00:02, 5.71it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 5.72it/s]\n 50%|█████ | 15/30 [00:02<00:02, 5.72it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 5.72it/s]\n 57%|█████▋ | 17/30 [00:02<00:02, 5.71it/s]\n 60%|██████ | 18/30 [00:03<00:02, 5.72it/s]\n 63%|██████▎ | 19/30 [00:03<00:01, 5.71it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 5.69it/s]\n 70%|███████ | 21/30 [00:03<00:01, 5.69it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 5.68it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 5.68it/s]\n 80%|████████ | 24/30 [00:04<00:01, 5.68it/s]\n 83%|████████▎ | 25/30 [00:04<00:00, 5.68it/s]\n 87%|████████▋ | 26/30 [00:04<00:00, 5.67it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 5.66it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 5.67it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 5.65it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.63it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.80it/s]", "metrics": { "predict_time": 8.031910731, "total_time": 8.037528 }, "output": [ "https://replicate.delivery/xezq/1dJdTkp6nNKaAxYsnXFFuO11XZFTeHAMejmPBils8SB1daWUA/0.png" ], "started_at": "2025-03-08T07:44:45.137617Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-6lurb4mwwtxeg6ucubyh65ktnl7flis34pu2ze4bc4x5cu7j7rsq", "get": "https://api.replicate.com/v1/predictions/ccx3kanj9hrme0cnejvaryz7h8", "cancel": "https://api.replicate.com/v1/predictions/ccx3kanj9hrme0cnejvaryz7h8/cancel" }, "version": "6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd" }
Generated inUsing text to image mode. Using seed: 1482574017 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:03, 7.93it/s] 10%|█ | 3/30 [00:00<00:03, 6.84it/s] 13%|█▎ | 4/30 [00:00<00:04, 6.39it/s] 17%|█▋ | 5/30 [00:00<00:04, 6.15it/s] 20%|██ | 6/30 [00:00<00:03, 6.02it/s] 23%|██▎ | 7/30 [00:01<00:03, 5.93it/s] 27%|██▋ | 8/30 [00:01<00:03, 5.87it/s] 30%|███ | 9/30 [00:01<00:03, 5.83it/s] 33%|███▎ | 10/30 [00:01<00:03, 5.79it/s] 37%|███▋ | 11/30 [00:01<00:03, 5.77it/s] 40%|████ | 12/30 [00:01<00:03, 5.75it/s] 43%|████▎ | 13/30 [00:02<00:02, 5.71it/s] 47%|████▋ | 14/30 [00:02<00:02, 5.72it/s] 50%|█████ | 15/30 [00:02<00:02, 5.72it/s] 53%|█████▎ | 16/30 [00:02<00:02, 5.72it/s] 57%|█████▋ | 17/30 [00:02<00:02, 5.71it/s] 60%|██████ | 18/30 [00:03<00:02, 5.72it/s] 63%|██████▎ | 19/30 [00:03<00:01, 5.71it/s] 67%|██████▋ | 20/30 [00:03<00:01, 5.69it/s] 70%|███████ | 21/30 [00:03<00:01, 5.69it/s] 73%|███████▎ | 22/30 [00:03<00:01, 5.68it/s] 77%|███████▋ | 23/30 [00:03<00:01, 5.68it/s] 80%|████████ | 24/30 [00:04<00:01, 5.68it/s] 83%|████████▎ | 25/30 [00:04<00:00, 5.68it/s] 87%|████████▋ | 26/30 [00:04<00:00, 5.67it/s] 90%|█████████ | 27/30 [00:04<00:00, 5.66it/s] 93%|█████████▎| 28/30 [00:04<00:00, 5.67it/s] 97%|█████████▋| 29/30 [00:04<00:00, 5.65it/s] 100%|██████████| 30/30 [00:05<00:00, 5.63it/s] 100%|██████████| 30/30 [00:05<00:00, 5.80it/s]
Prediction
aisha-ai-official/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fdIDzyffvs2nmhrma0cnejvvc9qragStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- CoolName-IL-v2
- steps
- 30
- width
- 1280
- height
- 1280
- prompt
- cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive
- upscale
- Original
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- adetailer_face
- adetailer_hand
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/coolname-il-v2 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/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", { input: { vae: "default", seed: -1, model: "CoolName-IL-v2", steps: 30, width: 1280, height: 1280, prompt: "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", upscale: "Original", cfg_scale: 7, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", batch_size: 1, adetailer_face: false, adetailer_hand: false, negative_prompt: "nsfw, naked", adetailer_person: false, 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/coolname-il-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", input={ "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": False, "adetailer_hand": False, "negative_prompt": "nsfw, naked", "adetailer_person": False, "guidance_rescale": 1, "prepend_preprompt": True } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/coolname-il-v2 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/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", "input": { "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "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-03-08T07:45:35.259355Z", "created_at": "2025-03-08T07:45:26.948000Z", "data_removed": false, "error": null, "id": "zyffvs2nmhrma0cnejvvc9qrag", "input": { "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 529939702\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:03, 7.96it/s]\n 10%|█ | 3/30 [00:00<00:03, 6.85it/s]\n 13%|█▎ | 4/30 [00:00<00:04, 6.37it/s]\n 17%|█▋ | 5/30 [00:00<00:04, 6.12it/s]\n 20%|██ | 6/30 [00:00<00:04, 5.98it/s]\n 23%|██▎ | 7/30 [00:01<00:03, 5.89it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 5.82it/s]\n 30%|███ | 9/30 [00:01<00:03, 5.78it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 5.76it/s]\n 37%|███▋ | 11/30 [00:01<00:03, 5.73it/s]\n 40%|████ | 12/30 [00:02<00:03, 5.71it/s]\n 43%|████▎ | 13/30 [00:02<00:02, 5.71it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 5.70it/s]\n 50%|█████ | 15/30 [00:02<00:02, 5.70it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 5.69it/s]\n 57%|█████▋ | 17/30 [00:02<00:02, 5.69it/s]\n 60%|██████ | 18/30 [00:03<00:02, 5.67it/s]\n 63%|██████▎ | 19/30 [00:03<00:01, 5.66it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 5.66it/s]\n 70%|███████ | 21/30 [00:03<00:01, 5.66it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 5.65it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 5.63it/s]\n 80%|████████ | 24/30 [00:04<00:01, 5.64it/s]\n 83%|████████▎ | 25/30 [00:04<00:00, 5.65it/s]\n 87%|████████▋ | 26/30 [00:04<00:00, 5.65it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 5.64it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 5.65it/s]\n 97%|█████████▋| 29/30 [00:05<00:00, 5.66it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.66it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.78it/s]", "metrics": { "predict_time": 8.30708996, "total_time": 8.311355 }, "output": [ "https://replicate.delivery/xezq/9LL0zLGZfi3AYSZ5gLeXBNqe69IeaJc5f8Y2k0p4j7f8nnmFF/0.png" ], "started_at": "2025-03-08T07:45:26.952265Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ecfatc477ed5azpye6uoufr4zmpozisccqa5yexiejfimpgyvtca", "get": "https://api.replicate.com/v1/predictions/zyffvs2nmhrma0cnejvvc9qrag", "cancel": "https://api.replicate.com/v1/predictions/zyffvs2nmhrma0cnejvvc9qrag/cancel" }, "version": "6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd" }
Generated inUsing text to image mode. Using seed: 529939702 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:03, 7.96it/s] 10%|█ | 3/30 [00:00<00:03, 6.85it/s] 13%|█▎ | 4/30 [00:00<00:04, 6.37it/s] 17%|█▋ | 5/30 [00:00<00:04, 6.12it/s] 20%|██ | 6/30 [00:00<00:04, 5.98it/s] 23%|██▎ | 7/30 [00:01<00:03, 5.89it/s] 27%|██▋ | 8/30 [00:01<00:03, 5.82it/s] 30%|███ | 9/30 [00:01<00:03, 5.78it/s] 33%|███▎ | 10/30 [00:01<00:03, 5.76it/s] 37%|███▋ | 11/30 [00:01<00:03, 5.73it/s] 40%|████ | 12/30 [00:02<00:03, 5.71it/s] 43%|████▎ | 13/30 [00:02<00:02, 5.71it/s] 47%|████▋ | 14/30 [00:02<00:02, 5.70it/s] 50%|█████ | 15/30 [00:02<00:02, 5.70it/s] 53%|█████▎ | 16/30 [00:02<00:02, 5.69it/s] 57%|█████▋ | 17/30 [00:02<00:02, 5.69it/s] 60%|██████ | 18/30 [00:03<00:02, 5.67it/s] 63%|██████▎ | 19/30 [00:03<00:01, 5.66it/s] 67%|██████▋ | 20/30 [00:03<00:01, 5.66it/s] 70%|███████ | 21/30 [00:03<00:01, 5.66it/s] 73%|███████▎ | 22/30 [00:03<00:01, 5.65it/s] 77%|███████▋ | 23/30 [00:03<00:01, 5.63it/s] 80%|████████ | 24/30 [00:04<00:01, 5.64it/s] 83%|████████▎ | 25/30 [00:04<00:00, 5.65it/s] 87%|████████▋ | 26/30 [00:04<00:00, 5.65it/s] 90%|█████████ | 27/30 [00:04<00:00, 5.64it/s] 93%|█████████▎| 28/30 [00:04<00:00, 5.65it/s] 97%|█████████▋| 29/30 [00:05<00:00, 5.66it/s] 100%|██████████| 30/30 [00:05<00:00, 5.66it/s] 100%|██████████| 30/30 [00:05<00:00, 5.78it/s]
Prediction
aisha-ai-official/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fdID0hf36qyxh5rme0cnejvtcb27mwStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- CoolName-IL-v2
- steps
- 30
- width
- 1280
- height
- 1280
- prompt
- Ada Wong from Resident Evil 4, smile, low light
- upscale
- Original
- cfg_scale
- 7
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- adetailer_face
- adetailer_hand
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/coolname-il-v2 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/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", { input: { vae: "default", seed: -1, model: "CoolName-IL-v2", steps: 30, width: 1280, height: 1280, prompt: "Ada Wong from Resident Evil 4, smile, low light", upscale: "Original", cfg_scale: 7, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", batch_size: 1, adetailer_face: false, adetailer_hand: false, negative_prompt: "nsfw, naked", adetailer_person: false, 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/coolname-il-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", input={ "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": False, "adetailer_hand": False, "negative_prompt": "nsfw, naked", "adetailer_person": False, "guidance_rescale": 1, "prepend_preprompt": True } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/coolname-il-v2 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/coolname-il-v2:6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd", "input": { "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "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-03-08T07:46:11.139838Z", "created_at": "2025-03-08T07:46:01.737000Z", "data_removed": false, "error": null, "id": "0hf36qyxh5rme0cnejvtcb27mw", "input": { "vae": "default", "seed": -1, "model": "CoolName-IL-v2", "steps": 30, "width": 1280, "height": 1280, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "upscale": "Original", "cfg_scale": 7, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "adetailer_face": false, "adetailer_hand": false, "negative_prompt": "nsfw, naked", "adetailer_person": false, "guidance_rescale": 1, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1205112260\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:03, 7.81it/s]\n 10%|█ | 3/30 [00:00<00:03, 6.76it/s]\n 13%|█▎ | 4/30 [00:00<00:04, 6.32it/s]\n 17%|█▋ | 5/30 [00:00<00:04, 6.07it/s]\n 20%|██ | 6/30 [00:00<00:04, 5.91it/s]\n 23%|██▎ | 7/30 [00:01<00:03, 5.82it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 5.75it/s]\n 30%|███ | 9/30 [00:01<00:03, 5.72it/s]\n 33%|███▎ | 10/30 [00:01<00:03, 5.68it/s]\n 37%|███▋ | 11/30 [00:01<00:03, 5.67it/s]\n 40%|████ | 12/30 [00:02<00:03, 5.67it/s]\n 43%|████▎ | 13/30 [00:02<00:03, 5.65it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 5.64it/s]\n 50%|█████ | 15/30 [00:02<00:02, 5.63it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 5.62it/s]\n 57%|█████▋ | 17/30 [00:02<00:02, 5.60it/s]\n 60%|██████ | 18/30 [00:03<00:02, 5.60it/s]\n 63%|██████▎ | 19/30 [00:03<00:01, 5.59it/s]\n 67%|██████▋ | 20/30 [00:03<00:01, 5.59it/s]\n 70%|███████ | 21/30 [00:03<00:01, 5.60it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 5.60it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 5.62it/s]\n 80%|████████ | 24/30 [00:04<00:01, 5.63it/s]\n 83%|████████▎ | 25/30 [00:04<00:00, 5.62it/s]\n 87%|████████▋ | 26/30 [00:04<00:00, 5.62it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 5.62it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 5.62it/s]\n 97%|█████████▋| 29/30 [00:05<00:00, 5.61it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.61it/s]\n100%|██████████| 30/30 [00:05<00:00, 5.73it/s]", "metrics": { "predict_time": 9.396491622, "total_time": 9.402838 }, "output": [ "https://replicate.delivery/xezq/YN9T7CXsPHqKPN1AIozZaxfa9EQT7X8Duj8uB52jfDPDf0soA/0.png" ], "started_at": "2025-03-08T07:46:01.743347Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-kipssg2b23j4syig2a64oy6pn72iybhcnpjpgmaiciw5kjtxg6jq", "get": "https://api.replicate.com/v1/predictions/0hf36qyxh5rme0cnejvtcb27mw", "cancel": "https://api.replicate.com/v1/predictions/0hf36qyxh5rme0cnejvtcb27mw/cancel" }, "version": "6c3f448205e5892578a551f711e56e6ed1998f5fea263306aaf52d3b09f707fd" }
Generated inUsing text to image mode. Using seed: 1205112260 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:03, 7.81it/s] 10%|█ | 3/30 [00:00<00:03, 6.76it/s] 13%|█▎ | 4/30 [00:00<00:04, 6.32it/s] 17%|█▋ | 5/30 [00:00<00:04, 6.07it/s] 20%|██ | 6/30 [00:00<00:04, 5.91it/s] 23%|██▎ | 7/30 [00:01<00:03, 5.82it/s] 27%|██▋ | 8/30 [00:01<00:03, 5.75it/s] 30%|███ | 9/30 [00:01<00:03, 5.72it/s] 33%|███▎ | 10/30 [00:01<00:03, 5.68it/s] 37%|███▋ | 11/30 [00:01<00:03, 5.67it/s] 40%|████ | 12/30 [00:02<00:03, 5.67it/s] 43%|████▎ | 13/30 [00:02<00:03, 5.65it/s] 47%|████▋ | 14/30 [00:02<00:02, 5.64it/s] 50%|█████ | 15/30 [00:02<00:02, 5.63it/s] 53%|█████▎ | 16/30 [00:02<00:02, 5.62it/s] 57%|█████▋ | 17/30 [00:02<00:02, 5.60it/s] 60%|██████ | 18/30 [00:03<00:02, 5.60it/s] 63%|██████▎ | 19/30 [00:03<00:01, 5.59it/s] 67%|██████▋ | 20/30 [00:03<00:01, 5.59it/s] 70%|███████ | 21/30 [00:03<00:01, 5.60it/s] 73%|███████▎ | 22/30 [00:03<00:01, 5.60it/s] 77%|███████▋ | 23/30 [00:03<00:01, 5.62it/s] 80%|████████ | 24/30 [00:04<00:01, 5.63it/s] 83%|████████▎ | 25/30 [00:04<00:00, 5.62it/s] 87%|████████▋ | 26/30 [00:04<00:00, 5.62it/s] 90%|█████████ | 27/30 [00:04<00:00, 5.62it/s] 93%|█████████▎| 28/30 [00:04<00:00, 5.62it/s] 97%|█████████▋| 29/30 [00:05<00:00, 5.61it/s] 100%|██████████| 30/30 [00:05<00:00, 5.61it/s] 100%|██████████| 30/30 [00:05<00:00, 5.73it/s]
Want to make some of these yourself?
Run this model