aisha-ai-official/sakura-platinum-illustrious-v2025-03-05


Great text-to-image model by Cagliostro Lab

Realistic text-to-image by TiwazM

A good anime merge from 12 other models


















Prediction
aisha-ai-official/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708IDvg6dnq08t1rmc0cncjqttm3jarStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Sakura-Platinum-Illustrious-v2025-03-05
- steps
- 35
- width
- 1024
- height
- 1024
- prompt
- street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V
- cfg_scale
- 6
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/sakura-platinum-illustrious-v2025-03-05 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/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", { input: { vae: "default", seed: -1, model: "Sakura-Platinum-Illustrious-v2025-03-05", steps: 35, width: 1024, height: 1024, prompt: "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", cfg_scale: 6, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", 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/sakura-platinum-illustrious-v2025-03-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", input={ "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "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/sakura-platinum-illustrious-v2025-03-05 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/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", "input": { "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "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-03-05T05:04:39.937321Z", "created_at": "2025-03-05T05:02:27.536000Z", "data_removed": false, "error": null, "id": "vg6dnq08t1rmc0cncjqttm3jar", "input": { "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 807718402\n 0%| | 0/35 [00:00<?, ?it/s]\n 3%|▎ | 1/35 [00:00<00:06, 4.87it/s]\n 9%|▊ | 3/35 [00:00<00:03, 8.71it/s]\n 11%|█▏ | 4/35 [00:00<00:03, 8.78it/s]\n 14%|█▍ | 5/35 [00:00<00:03, 8.83it/s]\n 17%|█▋ | 6/35 [00:00<00:03, 8.85it/s]\n 20%|██ | 7/35 [00:00<00:03, 8.86it/s]\n 23%|██▎ | 8/35 [00:00<00:03, 8.87it/s]\n 26%|██▌ | 9/35 [00:01<00:02, 8.89it/s]\n 29%|██▊ | 10/35 [00:01<00:02, 8.90it/s]\n 31%|███▏ | 11/35 [00:01<00:02, 8.91it/s]\n 34%|███▍ | 12/35 [00:01<00:02, 8.91it/s]\n 37%|███▋ | 13/35 [00:01<00:02, 8.90it/s]\n 40%|████ | 14/35 [00:01<00:02, 8.89it/s]\n 43%|████▎ | 15/35 [00:01<00:02, 8.89it/s]\n 46%|████▌ | 16/35 [00:01<00:02, 8.89it/s]\n 49%|████▊ | 17/35 [00:01<00:02, 8.88it/s]\n 51%|█████▏ | 18/35 [00:02<00:01, 8.88it/s]\n 54%|█████▍ | 19/35 [00:02<00:01, 8.88it/s]\n 57%|█████▋ | 20/35 [00:02<00:01, 8.88it/s]\n 60%|██████ | 21/35 [00:02<00:01, 8.88it/s]\n 63%|██████▎ | 22/35 [00:02<00:01, 8.88it/s]\n 66%|██████▌ | 23/35 [00:02<00:01, 8.84it/s]\n 69%|██████▊ | 24/35 [00:02<00:01, 8.89it/s]\n 71%|███████▏ | 25/35 [00:02<00:01, 8.89it/s]\n 74%|███████▍ | 26/35 [00:02<00:01, 8.89it/s]\n 77%|███████▋ | 27/35 [00:03<00:00, 8.89it/s]\n 80%|████████ | 28/35 [00:03<00:00, 8.87it/s]\n 83%|████████▎ | 29/35 [00:03<00:00, 8.87it/s]\n 86%|████████▌ | 30/35 [00:03<00:00, 8.87it/s]\n 89%|████████▊ | 31/35 [00:03<00:00, 8.87it/s]\n 91%|█████████▏| 32/35 [00:03<00:00, 8.87it/s]\n 94%|█████████▍| 33/35 [00:03<00:00, 8.87it/s]\n 97%|█████████▋| 34/35 [00:03<00:00, 8.87it/s]\n100%|██████████| 35/35 [00:03<00:00, 8.87it/s]\n100%|██████████| 35/35 [00:03<00:00, 8.81it/s]", "metrics": { "predict_time": 6.260629932, "total_time": 132.401321 }, "output": [ "https://replicate.delivery/xezq/WH6szXjdTV6GNVfLye9mW5mU0IpAy1KiXJeuZGmYRdvOrxqoA/0.png" ], "started_at": "2025-03-05T05:04:33.676691Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-rmdmgpcbwyscvkgbagicmamcqkndkkeba5g7nmgzresc7dixfpaa", "get": "https://api.replicate.com/v1/predictions/vg6dnq08t1rmc0cncjqttm3jar", "cancel": "https://api.replicate.com/v1/predictions/vg6dnq08t1rmc0cncjqttm3jar/cancel" }, "version": "36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708" }
Generated inUsing text to image mode. Using seed: 807718402 0%| | 0/35 [00:00<?, ?it/s] 3%|▎ | 1/35 [00:00<00:06, 4.87it/s] 9%|▊ | 3/35 [00:00<00:03, 8.71it/s] 11%|█▏ | 4/35 [00:00<00:03, 8.78it/s] 14%|█▍ | 5/35 [00:00<00:03, 8.83it/s] 17%|█▋ | 6/35 [00:00<00:03, 8.85it/s] 20%|██ | 7/35 [00:00<00:03, 8.86it/s] 23%|██▎ | 8/35 [00:00<00:03, 8.87it/s] 26%|██▌ | 9/35 [00:01<00:02, 8.89it/s] 29%|██▊ | 10/35 [00:01<00:02, 8.90it/s] 31%|███▏ | 11/35 [00:01<00:02, 8.91it/s] 34%|███▍ | 12/35 [00:01<00:02, 8.91it/s] 37%|███▋ | 13/35 [00:01<00:02, 8.90it/s] 40%|████ | 14/35 [00:01<00:02, 8.89it/s] 43%|████▎ | 15/35 [00:01<00:02, 8.89it/s] 46%|████▌ | 16/35 [00:01<00:02, 8.89it/s] 49%|████▊ | 17/35 [00:01<00:02, 8.88it/s] 51%|█████▏ | 18/35 [00:02<00:01, 8.88it/s] 54%|█████▍ | 19/35 [00:02<00:01, 8.88it/s] 57%|█████▋ | 20/35 [00:02<00:01, 8.88it/s] 60%|██████ | 21/35 [00:02<00:01, 8.88it/s] 63%|██████▎ | 22/35 [00:02<00:01, 8.88it/s] 66%|██████▌ | 23/35 [00:02<00:01, 8.84it/s] 69%|██████▊ | 24/35 [00:02<00:01, 8.89it/s] 71%|███████▏ | 25/35 [00:02<00:01, 8.89it/s] 74%|███████▍ | 26/35 [00:02<00:01, 8.89it/s] 77%|███████▋ | 27/35 [00:03<00:00, 8.89it/s] 80%|████████ | 28/35 [00:03<00:00, 8.87it/s] 83%|████████▎ | 29/35 [00:03<00:00, 8.87it/s] 86%|████████▌ | 30/35 [00:03<00:00, 8.87it/s] 89%|████████▊ | 31/35 [00:03<00:00, 8.87it/s] 91%|█████████▏| 32/35 [00:03<00:00, 8.87it/s] 94%|█████████▍| 33/35 [00:03<00:00, 8.87it/s] 97%|█████████▋| 34/35 [00:03<00:00, 8.87it/s] 100%|██████████| 35/35 [00:03<00:00, 8.87it/s] 100%|██████████| 35/35 [00:03<00:00, 8.81it/s]
Prediction
aisha-ai-official/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708IDps3t9tv0x9rme0cncjrr1tq204StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Sakura-Platinum-Illustrious-v2025-03-05
- steps
- 35
- width
- 1024
- height
- 1024
- prompt
- cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive
- cfg_scale
- 6
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/sakura-platinum-illustrious-v2025-03-05 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/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", { input: { vae: "default", seed: -1, model: "Sakura-Platinum-Illustrious-v2025-03-05", steps: 35, width: 1024, height: 1024, prompt: "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", cfg_scale: 6, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", 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/sakura-platinum-illustrious-v2025-03-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", input={ "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "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/sakura-platinum-illustrious-v2025-03-05 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/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", "input": { "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "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-03-05T05:05:07.299374Z", "created_at": "2025-03-05T05:05:01.162000Z", "data_removed": false, "error": null, "id": "ps3t9tv0x9rme0cncjrr1tq204", "input": { "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1363376407\n 0%| | 0/35 [00:00<?, ?it/s]\n 6%|▌ | 2/35 [00:00<00:02, 12.17it/s]\n 11%|█▏ | 4/35 [00:00<00:03, 10.01it/s]\n 17%|█▋ | 6/35 [00:00<00:03, 9.46it/s]\n 20%|██ | 7/35 [00:00<00:03, 9.32it/s]\n 23%|██▎ | 8/35 [00:00<00:02, 9.20it/s]\n 26%|██▌ | 9/35 [00:00<00:02, 9.11it/s]\n 29%|██▊ | 10/35 [00:01<00:02, 9.03it/s]\n 31%|███▏ | 11/35 [00:01<00:02, 8.98it/s]\n 34%|███▍ | 12/35 [00:01<00:02, 8.95it/s]\n 37%|███▋ | 13/35 [00:01<00:02, 8.92it/s]\n 40%|████ | 14/35 [00:01<00:02, 8.91it/s]\n 43%|████▎ | 15/35 [00:01<00:02, 8.90it/s]\n 46%|████▌ | 16/35 [00:01<00:02, 8.89it/s]\n 49%|████▊ | 17/35 [00:01<00:02, 8.88it/s]\n 51%|█████▏ | 18/35 [00:01<00:01, 8.87it/s]\n 54%|█████▍ | 19/35 [00:02<00:01, 8.87it/s]\n 57%|█████▋ | 20/35 [00:02<00:01, 8.87it/s]\n 60%|██████ | 21/35 [00:02<00:01, 8.86it/s]\n 63%|██████▎ | 22/35 [00:02<00:01, 8.86it/s]\n 66%|██████▌ | 23/35 [00:02<00:01, 8.87it/s]\n 69%|██████▊ | 24/35 [00:02<00:01, 8.86it/s]\n 71%|███████▏ | 25/35 [00:02<00:01, 8.86it/s]\n 74%|███████▍ | 26/35 [00:02<00:01, 8.86it/s]\n 77%|███████▋ | 27/35 [00:02<00:00, 8.85it/s]\n 80%|████████ | 28/35 [00:03<00:00, 8.84it/s]\n 83%|████████▎ | 29/35 [00:03<00:00, 8.82it/s]\n 86%|████████▌ | 30/35 [00:03<00:00, 8.82it/s]\n 89%|████████▊ | 31/35 [00:03<00:00, 8.83it/s]\n 91%|█████████▏| 32/35 [00:03<00:00, 8.81it/s]\n 94%|█████████▍| 33/35 [00:03<00:00, 8.82it/s]\n 97%|█████████▋| 34/35 [00:03<00:00, 8.82it/s]\n100%|██████████| 35/35 [00:03<00:00, 8.83it/s]\n100%|██████████| 35/35 [00:03<00:00, 9.00it/s]", "metrics": { "predict_time": 6.130434739, "total_time": 6.137374 }, "output": [ "https://replicate.delivery/xezq/RqEJQQbx3ybtC90E1wvq69MrN6Lea8MwInnuY6iwdlmBbsKKA/0.png" ], "started_at": "2025-03-05T05:05:01.168940Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ve3vytfi3wj5wcmvmcmrelyvr6qeybacdp7z3xbawzyttxmfufda", "get": "https://api.replicate.com/v1/predictions/ps3t9tv0x9rme0cncjrr1tq204", "cancel": "https://api.replicate.com/v1/predictions/ps3t9tv0x9rme0cncjrr1tq204/cancel" }, "version": "36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708" }
Generated inUsing text to image mode. Using seed: 1363376407 0%| | 0/35 [00:00<?, ?it/s] 6%|▌ | 2/35 [00:00<00:02, 12.17it/s] 11%|█▏ | 4/35 [00:00<00:03, 10.01it/s] 17%|█▋ | 6/35 [00:00<00:03, 9.46it/s] 20%|██ | 7/35 [00:00<00:03, 9.32it/s] 23%|██▎ | 8/35 [00:00<00:02, 9.20it/s] 26%|██▌ | 9/35 [00:00<00:02, 9.11it/s] 29%|██▊ | 10/35 [00:01<00:02, 9.03it/s] 31%|███▏ | 11/35 [00:01<00:02, 8.98it/s] 34%|███▍ | 12/35 [00:01<00:02, 8.95it/s] 37%|███▋ | 13/35 [00:01<00:02, 8.92it/s] 40%|████ | 14/35 [00:01<00:02, 8.91it/s] 43%|████▎ | 15/35 [00:01<00:02, 8.90it/s] 46%|████▌ | 16/35 [00:01<00:02, 8.89it/s] 49%|████▊ | 17/35 [00:01<00:02, 8.88it/s] 51%|█████▏ | 18/35 [00:01<00:01, 8.87it/s] 54%|█████▍ | 19/35 [00:02<00:01, 8.87it/s] 57%|█████▋ | 20/35 [00:02<00:01, 8.87it/s] 60%|██████ | 21/35 [00:02<00:01, 8.86it/s] 63%|██████▎ | 22/35 [00:02<00:01, 8.86it/s] 66%|██████▌ | 23/35 [00:02<00:01, 8.87it/s] 69%|██████▊ | 24/35 [00:02<00:01, 8.86it/s] 71%|███████▏ | 25/35 [00:02<00:01, 8.86it/s] 74%|███████▍ | 26/35 [00:02<00:01, 8.86it/s] 77%|███████▋ | 27/35 [00:02<00:00, 8.85it/s] 80%|████████ | 28/35 [00:03<00:00, 8.84it/s] 83%|████████▎ | 29/35 [00:03<00:00, 8.82it/s] 86%|████████▌ | 30/35 [00:03<00:00, 8.82it/s] 89%|████████▊ | 31/35 [00:03<00:00, 8.83it/s] 91%|█████████▏| 32/35 [00:03<00:00, 8.81it/s] 94%|█████████▍| 33/35 [00:03<00:00, 8.82it/s] 97%|█████████▋| 34/35 [00:03<00:00, 8.82it/s] 100%|██████████| 35/35 [00:03<00:00, 8.83it/s] 100%|██████████| 35/35 [00:03<00:00, 9.00it/s]
Prediction
aisha-ai-official/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708IDt2br54wym9rma0cncjrsghep6cStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Sakura-Platinum-Illustrious-v2025-03-05
- steps
- 35
- width
- 1024
- height
- 1024
- prompt
- Ada Wong from Resident Evil 4, smile, low light
- cfg_scale
- 6
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/sakura-platinum-illustrious-v2025-03-05 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/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", { input: { vae: "default", seed: -1, model: "Sakura-Platinum-Illustrious-v2025-03-05", steps: 35, width: 1024, height: 1024, prompt: "Ada Wong from Resident Evil 4, smile, low light", cfg_scale: 6, clip_skip: 2, pag_scale: 0, scheduler: "Euler a", 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/sakura-platinum-illustrious-v2025-03-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", input={ "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "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/sakura-platinum-illustrious-v2025-03-05 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/sakura-platinum-illustrious-v2025-03-05:36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708", "input": { "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "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-03-05T05:05:23.715166Z", "created_at": "2025-03-05T05:05:16.962000Z", "data_removed": false, "error": null, "id": "t2br54wym9rma0cncjrsghep6c", "input": { "vae": "default", "seed": -1, "model": "Sakura-Platinum-Illustrious-v2025-03-05", "steps": 35, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1998858975\n 0%| | 0/35 [00:00<?, ?it/s]\n 6%|▌ | 2/35 [00:00<00:02, 12.08it/s]\n 11%|█▏ | 4/35 [00:00<00:03, 9.97it/s]\n 17%|█▋ | 6/35 [00:00<00:03, 9.44it/s]\n 20%|██ | 7/35 [00:00<00:03, 9.29it/s]\n 23%|██▎ | 8/35 [00:00<00:02, 9.18it/s]\n 26%|██▌ | 9/35 [00:00<00:02, 9.10it/s]\n 29%|██▊ | 10/35 [00:01<00:02, 9.03it/s]\n 31%|███▏ | 11/35 [00:01<00:02, 8.98it/s]\n 34%|███▍ | 12/35 [00:01<00:02, 8.94it/s]\n 37%|███▋ | 13/35 [00:01<00:02, 8.91it/s]\n 40%|████ | 14/35 [00:01<00:02, 8.89it/s]\n 43%|████▎ | 15/35 [00:01<00:02, 8.87it/s]\n 46%|████▌ | 16/35 [00:01<00:02, 8.86it/s]\n 49%|████▊ | 17/35 [00:01<00:02, 8.86it/s]\n 51%|█████▏ | 18/35 [00:01<00:01, 8.85it/s]\n 54%|█████▍ | 19/35 [00:02<00:01, 8.84it/s]\n 57%|█████▋ | 20/35 [00:02<00:01, 8.84it/s]\n 60%|██████ | 21/35 [00:02<00:01, 8.84it/s]\n 63%|██████▎ | 22/35 [00:02<00:01, 8.85it/s]\n 66%|██████▌ | 23/35 [00:02<00:01, 8.84it/s]\n 69%|██████▊ | 24/35 [00:02<00:01, 8.84it/s]\n 71%|███████▏ | 25/35 [00:02<00:01, 8.84it/s]\n 74%|███████▍ | 26/35 [00:02<00:01, 8.83it/s]\n 77%|███████▋ | 27/35 [00:02<00:00, 8.84it/s]\n 80%|████████ | 28/35 [00:03<00:00, 8.83it/s]\n 83%|████████▎ | 29/35 [00:03<00:00, 8.83it/s]\n 86%|████████▌ | 30/35 [00:03<00:00, 8.83it/s]\n 89%|████████▊ | 31/35 [00:03<00:00, 8.83it/s]\n 91%|█████████▏| 32/35 [00:03<00:00, 8.83it/s]\n 94%|█████████▍| 33/35 [00:03<00:00, 8.82it/s]\n 97%|█████████▋| 34/35 [00:03<00:00, 8.82it/s]\n100%|██████████| 35/35 [00:03<00:00, 8.82it/s]\n100%|██████████| 35/35 [00:03<00:00, 8.98it/s]", "metrics": { "predict_time": 6.745182926, "total_time": 6.753166 }, "output": [ "https://replicate.delivery/xezq/WV0zXJX4e2z2WaaJM1Gi06cl6XfC03YdpzrBNXqToOLT2YVUA/0.png" ], "started_at": "2025-03-05T05:05:16.969983Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-36nxoa5tafnom3azizjzjup34fch5tegk7fw7q4px3slunvuyaoq", "get": "https://api.replicate.com/v1/predictions/t2br54wym9rma0cncjrsghep6c", "cancel": "https://api.replicate.com/v1/predictions/t2br54wym9rma0cncjrsghep6c/cancel" }, "version": "36b682ce484bccc8b674882ec73ae7b2a978bfb014dcb4307799c0cd011ad708" }
Generated inUsing text to image mode. Using seed: 1998858975 0%| | 0/35 [00:00<?, ?it/s] 6%|▌ | 2/35 [00:00<00:02, 12.08it/s] 11%|█▏ | 4/35 [00:00<00:03, 9.97it/s] 17%|█▋ | 6/35 [00:00<00:03, 9.44it/s] 20%|██ | 7/35 [00:00<00:03, 9.29it/s] 23%|██▎ | 8/35 [00:00<00:02, 9.18it/s] 26%|██▌ | 9/35 [00:00<00:02, 9.10it/s] 29%|██▊ | 10/35 [00:01<00:02, 9.03it/s] 31%|███▏ | 11/35 [00:01<00:02, 8.98it/s] 34%|███▍ | 12/35 [00:01<00:02, 8.94it/s] 37%|███▋ | 13/35 [00:01<00:02, 8.91it/s] 40%|████ | 14/35 [00:01<00:02, 8.89it/s] 43%|████▎ | 15/35 [00:01<00:02, 8.87it/s] 46%|████▌ | 16/35 [00:01<00:02, 8.86it/s] 49%|████▊ | 17/35 [00:01<00:02, 8.86it/s] 51%|█████▏ | 18/35 [00:01<00:01, 8.85it/s] 54%|█████▍ | 19/35 [00:02<00:01, 8.84it/s] 57%|█████▋ | 20/35 [00:02<00:01, 8.84it/s] 60%|██████ | 21/35 [00:02<00:01, 8.84it/s] 63%|██████▎ | 22/35 [00:02<00:01, 8.85it/s] 66%|██████▌ | 23/35 [00:02<00:01, 8.84it/s] 69%|██████▊ | 24/35 [00:02<00:01, 8.84it/s] 71%|███████▏ | 25/35 [00:02<00:01, 8.84it/s] 74%|███████▍ | 26/35 [00:02<00:01, 8.83it/s] 77%|███████▋ | 27/35 [00:02<00:00, 8.84it/s] 80%|████████ | 28/35 [00:03<00:00, 8.83it/s] 83%|████████▎ | 29/35 [00:03<00:00, 8.83it/s] 86%|████████▌ | 30/35 [00:03<00:00, 8.83it/s] 89%|████████▊ | 31/35 [00:03<00:00, 8.83it/s] 91%|█████████▏| 32/35 [00:03<00:00, 8.83it/s] 94%|█████████▍| 33/35 [00:03<00:00, 8.82it/s] 97%|█████████▋| 34/35 [00:03<00:00, 8.82it/s] 100%|██████████| 35/35 [00:03<00:00, 8.82it/s] 100%|██████████| 35/35 [00:03<00:00, 8.98it/s]
Want to make some of these yourself?
Run this model