aisha-ai-official / miaomiao-harem-illustrious-v1
Prediction
aisha-ai-official/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02ID8cnpzp0zwsrme0cnqe0a9eftgmStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- MiaoMiao-Harem-Illustrious-v1
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile
- refiner
- upscale
- Original
- cfg_scale
- 6
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- DPM2 a Karras
- adetailer_face
- adetailer_hand
- refiner_prompt
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- refiner_strength
- 0.4
- prepend_preprompt
- prompt_conjunction
- adetailer_face_prompt
- adetailer_hand_prompt
- adetailer_person_prompt
- negative_prompt_conjunction
- adetailer_face_negative_prompt
- adetailer_hand_negative_prompt
- adetailer_person_negative_prompt
{ "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/miaomiao-harem-illustrious-v1 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/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", { input: { vae: "default", seed: -1, model: "MiaoMiao-Harem-Illustrious-v1", steps: 30, width: 1024, height: 1024, prompt: "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile", refiner: false, upscale: "Original", cfg_scale: 6, clip_skip: 2, pag_scale: 0, scheduler: "DPM2 a Karras", 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, prompt_conjunction: true, adetailer_face_prompt: "", adetailer_hand_prompt: "", adetailer_person_prompt: "", negative_prompt_conjunction: false, 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/miaomiao-harem-illustrious-v1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", input={ "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile", "refiner": False, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": True, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": False, "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/miaomiao-harem-illustrious-v1 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/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", "input": { "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "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-22T01:38:51.434303Z", "created_at": "2025-03-22T01:38:11.046000Z", "data_removed": false, "error": null, "id": "8cnpzp0zwsrme0cnqe0a9eftgm", "input": { "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }, "logs": "Using text to image mode\nUsing seed: 874461134\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:10, 2.72it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.45it/s]\n 10%|█ | 3/30 [00:00<00:07, 3.77it/s]\n 13%|█▎ | 4/30 [00:01<00:06, 3.94it/s]\n 17%|█▋ | 5/30 [00:01<00:06, 4.03it/s]\n 20%|██ | 6/30 [00:01<00:05, 4.10it/s]\n 23%|██▎ | 7/30 [00:01<00:05, 4.14it/s]\n 27%|██▋ | 8/30 [00:02<00:05, 4.16it/s]\n 30%|███ | 9/30 [00:02<00:05, 4.18it/s]\n 33%|███▎ | 10/30 [00:02<00:04, 4.19it/s]\n 37%|███▋ | 11/30 [00:02<00:04, 4.20it/s]\n 40%|████ | 12/30 [00:02<00:04, 4.20it/s]\n 43%|████▎ | 13/30 [00:03<00:04, 4.20it/s]\n 47%|████▋ | 14/30 [00:03<00:03, 4.19it/s]\n 50%|█████ | 15/30 [00:03<00:03, 4.20it/s]\n 53%|█████▎ | 16/30 [00:03<00:03, 4.20it/s]\n 57%|█████▋ | 17/30 [00:04<00:03, 4.20it/s]\n 60%|██████ | 18/30 [00:04<00:02, 4.19it/s]\n 63%|██████▎ | 19/30 [00:04<00:02, 4.18it/s]\n 67%|██████▋ | 20/30 [00:04<00:02, 4.19it/s]\n 70%|███████ | 21/30 [00:05<00:02, 4.19it/s]\n 73%|███████▎ | 22/30 [00:05<00:01, 4.19it/s]\n 77%|███████▋ | 23/30 [00:05<00:01, 4.19it/s]\n 80%|████████ | 24/30 [00:05<00:01, 4.19it/s]\n 83%|████████▎ | 25/30 [00:06<00:01, 4.19it/s]\n 87%|████████▋ | 26/30 [00:06<00:00, 4.19it/s]\n 90%|█████████ | 27/30 [00:06<00:00, 4.19it/s]\n 93%|█████████▎| 28/30 [00:06<00:00, 4.18it/s]\n 97%|█████████▋| 29/30 [00:07<00:00, 4.18it/s]\n100%|██████████| 30/30 [00:07<00:00, 4.91it/s]\n100%|██████████| 30/30 [00:07<00:00, 4.19it/s]", "metrics": { "predict_time": 9.700237594, "total_time": 40.388303 }, "output": [ "https://replicate.delivery/xezq/xthuJDCJlBogL5fJCBlP9dwL0sDleA4Ruh3rTJn5tCmra8aUA/0.png" ], "started_at": "2025-03-22T01:38:41.734066Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ro6te2dtcbinc2utyvqypm3ntx3gswvwj4qihmrfazc7mnquyrpq", "get": "https://api.replicate.com/v1/predictions/8cnpzp0zwsrme0cnqe0a9eftgm", "cancel": "https://api.replicate.com/v1/predictions/8cnpzp0zwsrme0cnqe0a9eftgm/cancel" }, "version": "d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02" }
Generated inUsing text to image mode Using seed: 874461134 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:10, 2.72it/s] 7%|▋ | 2/30 [00:00<00:08, 3.45it/s] 10%|█ | 3/30 [00:00<00:07, 3.77it/s] 13%|█▎ | 4/30 [00:01<00:06, 3.94it/s] 17%|█▋ | 5/30 [00:01<00:06, 4.03it/s] 20%|██ | 6/30 [00:01<00:05, 4.10it/s] 23%|██▎ | 7/30 [00:01<00:05, 4.14it/s] 27%|██▋ | 8/30 [00:02<00:05, 4.16it/s] 30%|███ | 9/30 [00:02<00:05, 4.18it/s] 33%|███▎ | 10/30 [00:02<00:04, 4.19it/s] 37%|███▋ | 11/30 [00:02<00:04, 4.20it/s] 40%|████ | 12/30 [00:02<00:04, 4.20it/s] 43%|████▎ | 13/30 [00:03<00:04, 4.20it/s] 47%|████▋ | 14/30 [00:03<00:03, 4.19it/s] 50%|█████ | 15/30 [00:03<00:03, 4.20it/s] 53%|█████▎ | 16/30 [00:03<00:03, 4.20it/s] 57%|█████▋ | 17/30 [00:04<00:03, 4.20it/s] 60%|██████ | 18/30 [00:04<00:02, 4.19it/s] 63%|██████▎ | 19/30 [00:04<00:02, 4.18it/s] 67%|██████▋ | 20/30 [00:04<00:02, 4.19it/s] 70%|███████ | 21/30 [00:05<00:02, 4.19it/s] 73%|███████▎ | 22/30 [00:05<00:01, 4.19it/s] 77%|███████▋ | 23/30 [00:05<00:01, 4.19it/s] 80%|████████ | 24/30 [00:05<00:01, 4.19it/s] 83%|████████▎ | 25/30 [00:06<00:01, 4.19it/s] 87%|████████▋ | 26/30 [00:06<00:00, 4.19it/s] 90%|█████████ | 27/30 [00:06<00:00, 4.19it/s] 93%|█████████▎| 28/30 [00:06<00:00, 4.18it/s] 97%|█████████▋| 29/30 [00:07<00:00, 4.18it/s] 100%|██████████| 30/30 [00:07<00:00, 4.91it/s] 100%|██████████| 30/30 [00:07<00:00, 4.19it/s]
Prediction
aisha-ai-official/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02ID5whyge6nn9rm80cnqe5bw2pt7rStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- MiaoMiao-Harem-Illustrious-v1
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- coffee shop, 1girl, blonde, blue eyes, sexy bunny-waitress cosplay, smiling, serving tables
- refiner
- upscale
- Original
- cfg_scale
- 6
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- DPM2 a Karras
- adetailer_face
- adetailer_hand
- refiner_prompt
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- refiner_strength
- 0.4
- prepend_preprompt
- prompt_conjunction
- adetailer_face_prompt
- adetailer_hand_prompt
- adetailer_person_prompt
- negative_prompt_conjunction
- adetailer_face_negative_prompt
- adetailer_hand_negative_prompt
- adetailer_person_negative_prompt
{ "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "coffee shop, 1girl, blonde, blue eyes, sexy bunny-waitress cosplay, smiling, serving tables", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/miaomiao-harem-illustrious-v1 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/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", { input: { vae: "default", seed: -1, model: "MiaoMiao-Harem-Illustrious-v1", steps: 30, width: 1024, height: 1024, prompt: "coffee shop, 1girl, blonde, blue eyes, sexy bunny-waitress cosplay, smiling, serving tables", refiner: false, upscale: "Original", cfg_scale: 6, clip_skip: 2, pag_scale: 0, scheduler: "DPM2 a Karras", 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, prompt_conjunction: true, adetailer_face_prompt: "", adetailer_hand_prompt: "", adetailer_person_prompt: "", negative_prompt_conjunction: false, 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/miaomiao-harem-illustrious-v1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", input={ "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "coffee shop, 1girl, blonde, blue eyes, sexy bunny-waitress cosplay, smiling, serving tables", "refiner": False, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": True, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": False, "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/miaomiao-harem-illustrious-v1 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/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", "input": { "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "coffee shop, 1girl, blonde, blue eyes, sexy bunny-waitress cosplay, smiling, serving tables", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "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-22T01:50:02.043666Z", "created_at": "2025-03-22T01:49:52.938000Z", "data_removed": false, "error": null, "id": "5whyge6nn9rm80cnqe5bw2pt7r", "input": { "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "coffee shop, 1girl, blonde, blue eyes, sexy bunny-waitress cosplay, smiling, serving tables", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }, "logs": "Using text to image mode\nUsing seed: 2071118877\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:11, 2.45it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.30it/s]\n 10%|█ | 3/30 [00:00<00:07, 3.71it/s]\n 13%|█▎ | 4/30 [00:01<00:06, 3.93it/s]\n 17%|█▋ | 5/30 [00:01<00:06, 4.08it/s]\n 20%|██ | 6/30 [00:01<00:05, 4.16it/s]\n 23%|██▎ | 7/30 [00:01<00:05, 4.22it/s]\n 27%|██▋ | 8/30 [00:02<00:05, 4.25it/s]\n 30%|███ | 9/30 [00:02<00:04, 4.27it/s]\n 33%|███▎ | 10/30 [00:02<00:04, 4.29it/s]\n 37%|███▋ | 11/30 [00:02<00:04, 4.30it/s]\n 40%|████ | 12/30 [00:02<00:04, 4.31it/s]\n 43%|████▎ | 13/30 [00:03<00:03, 4.32it/s]\n 47%|████▋ | 14/30 [00:03<00:03, 4.32it/s]\n 50%|█████ | 15/30 [00:03<00:03, 4.32it/s]\n 53%|█████▎ | 16/30 [00:03<00:03, 4.32it/s]\n 57%|█████▋ | 17/30 [00:04<00:03, 4.32it/s]\n 60%|██████ | 18/30 [00:04<00:02, 4.32it/s]\n 63%|██████▎ | 19/30 [00:04<00:02, 4.32it/s]\n 67%|██████▋ | 20/30 [00:04<00:02, 4.32it/s]\n 70%|███████ | 21/30 [00:05<00:02, 4.32it/s]\n 73%|███████▎ | 22/30 [00:05<00:01, 4.32it/s]\n 77%|███████▋ | 23/30 [00:05<00:01, 4.32it/s]\n 80%|████████ | 24/30 [00:05<00:01, 4.32it/s]\n 83%|████████▎ | 25/30 [00:05<00:01, 4.32it/s]\n 87%|████████▋ | 26/30 [00:06<00:00, 4.32it/s]\n 90%|█████████ | 27/30 [00:06<00:00, 4.32it/s]\n 93%|█████████▎| 28/30 [00:06<00:00, 4.32it/s]\n 97%|█████████▋| 29/30 [00:06<00:00, 4.31it/s]\n100%|██████████| 30/30 [00:06<00:00, 5.07it/s]\n100%|██████████| 30/30 [00:06<00:00, 4.29it/s]", "metrics": { "predict_time": 9.097631211, "total_time": 9.105666 }, "output": [ "https://replicate.delivery/xezq/kez1f1GsKntBk0eRyns1BVMePst5YgwRYeJ7aJFKaulSpkXjC/0.png" ], "started_at": "2025-03-22T01:49:52.946034Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-hbsvedrh5sb4yzd4mm5b5unmwz7ioopx2mmyc2k7zerxsfhwfeea", "get": "https://api.replicate.com/v1/predictions/5whyge6nn9rm80cnqe5bw2pt7r", "cancel": "https://api.replicate.com/v1/predictions/5whyge6nn9rm80cnqe5bw2pt7r/cancel" }, "version": "d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02" }
Generated inUsing text to image mode Using seed: 2071118877 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:11, 2.45it/s] 7%|▋ | 2/30 [00:00<00:08, 3.30it/s] 10%|█ | 3/30 [00:00<00:07, 3.71it/s] 13%|█▎ | 4/30 [00:01<00:06, 3.93it/s] 17%|█▋ | 5/30 [00:01<00:06, 4.08it/s] 20%|██ | 6/30 [00:01<00:05, 4.16it/s] 23%|██▎ | 7/30 [00:01<00:05, 4.22it/s] 27%|██▋ | 8/30 [00:02<00:05, 4.25it/s] 30%|███ | 9/30 [00:02<00:04, 4.27it/s] 33%|███▎ | 10/30 [00:02<00:04, 4.29it/s] 37%|███▋ | 11/30 [00:02<00:04, 4.30it/s] 40%|████ | 12/30 [00:02<00:04, 4.31it/s] 43%|████▎ | 13/30 [00:03<00:03, 4.32it/s] 47%|████▋ | 14/30 [00:03<00:03, 4.32it/s] 50%|█████ | 15/30 [00:03<00:03, 4.32it/s] 53%|█████▎ | 16/30 [00:03<00:03, 4.32it/s] 57%|█████▋ | 17/30 [00:04<00:03, 4.32it/s] 60%|██████ | 18/30 [00:04<00:02, 4.32it/s] 63%|██████▎ | 19/30 [00:04<00:02, 4.32it/s] 67%|██████▋ | 20/30 [00:04<00:02, 4.32it/s] 70%|███████ | 21/30 [00:05<00:02, 4.32it/s] 73%|███████▎ | 22/30 [00:05<00:01, 4.32it/s] 77%|███████▋ | 23/30 [00:05<00:01, 4.32it/s] 80%|████████ | 24/30 [00:05<00:01, 4.32it/s] 83%|████████▎ | 25/30 [00:05<00:01, 4.32it/s] 87%|████████▋ | 26/30 [00:06<00:00, 4.32it/s] 90%|█████████ | 27/30 [00:06<00:00, 4.32it/s] 93%|█████████▎| 28/30 [00:06<00:00, 4.32it/s] 97%|█████████▋| 29/30 [00:06<00:00, 4.31it/s] 100%|██████████| 30/30 [00:06<00:00, 5.07it/s] 100%|██████████| 30/30 [00:06<00:00, 4.29it/s]
Prediction
aisha-ai-official/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02IDtg7mmjbfssrmc0cnqe5tdc2v00StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- MiaoMiao-Harem-Illustrious-v1
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- street, low light, (Ada Wong from Resident Evil 4)
- refiner
- upscale
- Original
- cfg_scale
- 6
- clip_skip
- 2
- pag_scale
- 0
- scheduler
- DPM2 a Karras
- adetailer_face
- adetailer_hand
- refiner_prompt
- negative_prompt
- nsfw, naked
- adetailer_person
- guidance_rescale
- 1
- refiner_strength
- 0.4
- prepend_preprompt
- prompt_conjunction
- adetailer_face_prompt
- adetailer_hand_prompt
- adetailer_person_prompt
- negative_prompt_conjunction
- adetailer_face_negative_prompt
- adetailer_hand_negative_prompt
- adetailer_person_negative_prompt
{ "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, low light, (Ada Wong from Resident Evil 4)", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/miaomiao-harem-illustrious-v1 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/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", { input: { vae: "default", seed: -1, model: "MiaoMiao-Harem-Illustrious-v1", steps: 30, width: 1024, height: 1024, prompt: "street, low light, (Ada Wong from Resident Evil 4)", refiner: false, upscale: "Original", cfg_scale: 6, clip_skip: 2, pag_scale: 0, scheduler: "DPM2 a Karras", 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, prompt_conjunction: true, adetailer_face_prompt: "", adetailer_hand_prompt: "", adetailer_person_prompt: "", negative_prompt_conjunction: false, 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/miaomiao-harem-illustrious-v1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", input={ "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, low light, (Ada Wong from Resident Evil 4)", "refiner": False, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": True, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": False, "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/miaomiao-harem-illustrious-v1 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/miaomiao-harem-illustrious-v1:d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02", "input": { "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, low light, (Ada Wong from Resident Evil 4)", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "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-22T01:50:41.887664Z", "created_at": "2025-03-22T01:50:32.398000Z", "data_removed": false, "error": null, "id": "tg7mmjbfssrmc0cnqe5tdc2v00", "input": { "vae": "default", "seed": -1, "model": "MiaoMiao-Harem-Illustrious-v1", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, low light, (Ada Wong from Resident Evil 4)", "refiner": false, "upscale": "Original", "cfg_scale": 6, "clip_skip": 2, "pag_scale": 0, "scheduler": "DPM2 a Karras", "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, "prompt_conjunction": true, "adetailer_face_prompt": "", "adetailer_hand_prompt": "", "adetailer_person_prompt": "", "negative_prompt_conjunction": false, "adetailer_face_negative_prompt": "", "adetailer_hand_negative_prompt": "", "adetailer_person_negative_prompt": "" }, "logs": "Using text to image mode\nUsing seed: 318892877\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:10, 2.81it/s]\n 7%|▋ | 2/30 [00:00<00:07, 3.51it/s]\n 10%|█ | 3/30 [00:00<00:07, 3.81it/s]\n 13%|█▎ | 4/30 [00:01<00:06, 3.97it/s]\n 17%|█▋ | 5/30 [00:01<00:06, 4.06it/s]\n 20%|██ | 6/30 [00:01<00:05, 4.11it/s]\n 23%|██▎ | 7/30 [00:01<00:05, 4.15it/s]\n 27%|██▋ | 8/30 [00:02<00:05, 4.17it/s]\n 30%|███ | 9/30 [00:02<00:05, 4.18it/s]\n 33%|███▎ | 10/30 [00:02<00:04, 4.19it/s]\n 37%|███▋ | 11/30 [00:02<00:04, 4.20it/s]\n 40%|████ | 12/30 [00:02<00:04, 4.19it/s]\n 43%|████▎ | 13/30 [00:03<00:04, 4.19it/s]\n 47%|████▋ | 14/30 [00:03<00:03, 4.20it/s]\n 50%|█████ | 15/30 [00:03<00:03, 4.20it/s]\n 53%|█████▎ | 16/30 [00:03<00:03, 4.21it/s]\n 57%|█████▋ | 17/30 [00:04<00:03, 4.21it/s]\n 60%|██████ | 18/30 [00:04<00:02, 4.21it/s]\n 63%|██████▎ | 19/30 [00:04<00:02, 4.20it/s]\n 67%|██████▋ | 20/30 [00:04<00:02, 4.20it/s]\n 70%|███████ | 21/30 [00:05<00:02, 4.20it/s]\n 73%|███████▎ | 22/30 [00:05<00:01, 4.20it/s]\n 77%|███████▋ | 23/30 [00:05<00:01, 4.20it/s]\n 80%|████████ | 24/30 [00:05<00:01, 4.20it/s]\n 83%|████████▎ | 25/30 [00:06<00:01, 4.19it/s]\n 87%|████████▋ | 26/30 [00:06<00:00, 4.19it/s]\n 90%|█████████ | 27/30 [00:06<00:00, 4.19it/s]\n 93%|█████████▎| 28/30 [00:06<00:00, 4.19it/s]\n 97%|█████████▋| 29/30 [00:07<00:00, 4.19it/s]\n100%|██████████| 30/30 [00:07<00:00, 4.93it/s]\n100%|██████████| 30/30 [00:07<00:00, 4.21it/s]", "metrics": { "predict_time": 9.478330123, "total_time": 9.489664 }, "output": [ "https://replicate.delivery/xezq/FMivmrIQIqbiE5flFYz9FlfsrLkbhEMNdYw0Hij05LFxl8aUA/0.png" ], "started_at": "2025-03-22T01:50:32.409334Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-oxjbwz72suiqmpmummsqayq4nifwnsathzx55ihih2xcko2dd45q", "get": "https://api.replicate.com/v1/predictions/tg7mmjbfssrmc0cnqe5tdc2v00", "cancel": "https://api.replicate.com/v1/predictions/tg7mmjbfssrmc0cnqe5tdc2v00/cancel" }, "version": "d74eab7842eca403256b37c4276e0c19b83aa124cc5d102d15d9327a6d14ad02" }
Generated inUsing text to image mode Using seed: 318892877 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:10, 2.81it/s] 7%|▋ | 2/30 [00:00<00:07, 3.51it/s] 10%|█ | 3/30 [00:00<00:07, 3.81it/s] 13%|█▎ | 4/30 [00:01<00:06, 3.97it/s] 17%|█▋ | 5/30 [00:01<00:06, 4.06it/s] 20%|██ | 6/30 [00:01<00:05, 4.11it/s] 23%|██▎ | 7/30 [00:01<00:05, 4.15it/s] 27%|██▋ | 8/30 [00:02<00:05, 4.17it/s] 30%|███ | 9/30 [00:02<00:05, 4.18it/s] 33%|███▎ | 10/30 [00:02<00:04, 4.19it/s] 37%|███▋ | 11/30 [00:02<00:04, 4.20it/s] 40%|████ | 12/30 [00:02<00:04, 4.19it/s] 43%|████▎ | 13/30 [00:03<00:04, 4.19it/s] 47%|████▋ | 14/30 [00:03<00:03, 4.20it/s] 50%|█████ | 15/30 [00:03<00:03, 4.20it/s] 53%|█████▎ | 16/30 [00:03<00:03, 4.21it/s] 57%|█████▋ | 17/30 [00:04<00:03, 4.21it/s] 60%|██████ | 18/30 [00:04<00:02, 4.21it/s] 63%|██████▎ | 19/30 [00:04<00:02, 4.20it/s] 67%|██████▋ | 20/30 [00:04<00:02, 4.20it/s] 70%|███████ | 21/30 [00:05<00:02, 4.20it/s] 73%|███████▎ | 22/30 [00:05<00:01, 4.20it/s] 77%|███████▋ | 23/30 [00:05<00:01, 4.20it/s] 80%|████████ | 24/30 [00:05<00:01, 4.20it/s] 83%|████████▎ | 25/30 [00:06<00:01, 4.19it/s] 87%|████████▋ | 26/30 [00:06<00:00, 4.19it/s] 90%|█████████ | 27/30 [00:06<00:00, 4.19it/s] 93%|█████████▎| 28/30 [00:06<00:00, 4.19it/s] 97%|█████████▋| 29/30 [00:07<00:00, 4.19it/s] 100%|██████████| 30/30 [00:07<00:00, 4.93it/s] 100%|██████████| 30/30 [00:07<00:00, 4.21it/s]
Want to make some of these yourself?
Run this model