aisha-ai-official / detail-realistic-xl-v7m2
Prediction
aisha-ai-official/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995cIDf359rzqev9rm80cn4pp9x8s574StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Detail-Realistic-XL-v7-mark2
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V
- cfg_scale
- 5
- clip_skip
- 1
- pag_scale
- 3
- scheduler
- DPM++ 2M
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 0.5
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/detail-realistic-xl-v7m2 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/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", { input: { vae: "default", seed: -1, model: "Detail-Realistic-XL-v7-mark2", steps: 30, width: 1024, height: 1024, prompt: "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", cfg_scale: 5, clip_skip: 1, pag_scale: 3, scheduler: "DPM++ 2M", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 0.5, prepend_preprompt: true } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run aisha-ai-official/detail-realistic-xl-v7m2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", input={ "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/detail-realistic-xl-v7m2 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/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", "input": { "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-20T23:24:40.890224Z", "created_at": "2025-02-20T23:24:05.210000Z", "data_removed": false, "error": null, "id": "f359rzqev9rm80cn4pp9x8s574", "input": { "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 702339778\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:06, 4.30it/s]\n 10%|█ | 3/30 [00:00<00:03, 7.11it/s]\n 13%|█▎ | 4/30 [00:00<00:03, 7.00it/s]\n 17%|█▋ | 5/30 [00:00<00:03, 6.91it/s]\n 20%|██ | 6/30 [00:00<00:03, 6.88it/s]\n 23%|██▎ | 7/30 [00:01<00:03, 6.85it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 6.82it/s]\n 30%|███ | 9/30 [00:01<00:03, 6.81it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 6.79it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 6.78it/s]\n 40%|████ | 12/30 [00:01<00:02, 6.77it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 6.77it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 6.75it/s]\n 50%|█████ | 15/30 [00:02<00:02, 6.74it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 6.74it/s]\n 57%|█████▋ | 17/30 [00:02<00:01, 6.74it/s]\n 60%|██████ | 18/30 [00:02<00:01, 6.74it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 6.74it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 6.74it/s]\n 70%|███████ | 21/30 [00:03<00:01, 6.74it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 6.73it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 6.73it/s]\n 80%|████████ | 24/30 [00:03<00:00, 6.73it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 6.73it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 6.74it/s]\n 90%|█████████ | 27/30 [00:04<00:00, 6.73it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 6.73it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 6.73it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.73it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.74it/s]", "metrics": { "predict_time": 6.181617037, "total_time": 35.680224 }, "output": [ "https://replicate.delivery/xezq/ZVO3h3TTSh7HMxIzAWyEJyQmZ2SqfgRTH8wJc2GlIUIcXrIKA/0.png" ], "started_at": "2025-02-20T23:24:34.708607Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-hvixvwjyidmywzl6hnbbsnotnqqugng4m5zri3tougmn52muxu2a", "get": "https://api.replicate.com/v1/predictions/f359rzqev9rm80cn4pp9x8s574", "cancel": "https://api.replicate.com/v1/predictions/f359rzqev9rm80cn4pp9x8s574/cancel" }, "version": "db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c" }
Generated inUsing text to image mode. Using seed: 702339778 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:06, 4.30it/s] 10%|█ | 3/30 [00:00<00:03, 7.11it/s] 13%|█▎ | 4/30 [00:00<00:03, 7.00it/s] 17%|█▋ | 5/30 [00:00<00:03, 6.91it/s] 20%|██ | 6/30 [00:00<00:03, 6.88it/s] 23%|██▎ | 7/30 [00:01<00:03, 6.85it/s] 27%|██▋ | 8/30 [00:01<00:03, 6.82it/s] 30%|███ | 9/30 [00:01<00:03, 6.81it/s] 33%|███▎ | 10/30 [00:01<00:02, 6.79it/s] 37%|███▋ | 11/30 [00:01<00:02, 6.78it/s] 40%|████ | 12/30 [00:01<00:02, 6.77it/s] 43%|████▎ | 13/30 [00:01<00:02, 6.77it/s] 47%|████▋ | 14/30 [00:02<00:02, 6.75it/s] 50%|█████ | 15/30 [00:02<00:02, 6.74it/s] 53%|█████▎ | 16/30 [00:02<00:02, 6.74it/s] 57%|█████▋ | 17/30 [00:02<00:01, 6.74it/s] 60%|██████ | 18/30 [00:02<00:01, 6.74it/s] 63%|██████▎ | 19/30 [00:02<00:01, 6.74it/s] 67%|██████▋ | 20/30 [00:02<00:01, 6.74it/s] 70%|███████ | 21/30 [00:03<00:01, 6.74it/s] 73%|███████▎ | 22/30 [00:03<00:01, 6.73it/s] 77%|███████▋ | 23/30 [00:03<00:01, 6.73it/s] 80%|████████ | 24/30 [00:03<00:00, 6.73it/s] 83%|████████▎ | 25/30 [00:03<00:00, 6.73it/s] 87%|████████▋ | 26/30 [00:03<00:00, 6.74it/s] 90%|█████████ | 27/30 [00:04<00:00, 6.73it/s] 93%|█████████▎| 28/30 [00:04<00:00, 6.73it/s] 97%|█████████▋| 29/30 [00:04<00:00, 6.73it/s] 100%|██████████| 30/30 [00:04<00:00, 6.73it/s] 100%|██████████| 30/30 [00:04<00:00, 6.74it/s]
Prediction
aisha-ai-official/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995cID6adt6egts9rma0cn4pq8r88vzcStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Detail-Realistic-XL-v7-mark2
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup
- cfg_scale
- 5
- clip_skip
- 1
- pag_scale
- 3
- scheduler
- DPM++ 2M
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 0.5
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/detail-realistic-xl-v7m2 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/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", { input: { vae: "default", seed: -1, model: "Detail-Realistic-XL-v7-mark2", steps: 30, width: 1024, height: 1024, prompt: "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", cfg_scale: 5, clip_skip: 1, pag_scale: 3, scheduler: "DPM++ 2M", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 0.5, prepend_preprompt: true } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run aisha-ai-official/detail-realistic-xl-v7m2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", input={ "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/detail-realistic-xl-v7m2 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/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", "input": { "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-20T23:25:27.880731Z", "created_at": "2025-02-20T23:25:21.994000Z", "data_removed": false, "error": null, "id": "6adt6egts9rma0cn4pq8r88vzc", "input": { "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 795052871\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:04, 7.12it/s]\n 10%|█ | 3/30 [00:00<00:03, 8.48it/s]\n 13%|█▎ | 4/30 [00:00<00:03, 7.80it/s]\n 17%|█▋ | 5/30 [00:00<00:03, 7.42it/s]\n 20%|██ | 6/30 [00:00<00:03, 7.19it/s]\n 23%|██▎ | 7/30 [00:00<00:03, 7.04it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 6.95it/s]\n 30%|███ | 9/30 [00:01<00:03, 6.87it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 6.83it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 6.80it/s]\n 40%|████ | 12/30 [00:01<00:02, 6.77it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 6.76it/s]\n 47%|████▋ | 14/30 [00:01<00:02, 6.74it/s]\n 50%|█████ | 15/30 [00:02<00:02, 6.74it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 6.72it/s]\n 57%|█████▋ | 17/30 [00:02<00:01, 6.71it/s]\n 60%|██████ | 18/30 [00:02<00:01, 6.71it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 6.71it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 6.71it/s]\n 70%|███████ | 21/30 [00:03<00:01, 6.71it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 6.70it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 6.70it/s]\n 80%|████████ | 24/30 [00:03<00:00, 6.70it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 6.71it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 6.71it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 6.70it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 6.70it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 6.69it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.69it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.84it/s]", "metrics": { "predict_time": 5.879134129, "total_time": 5.886731 }, "output": [ "https://replicate.delivery/xezq/a1oBYfIAfFpbzkX2QL8Xq8y6A9Kfm5ssoISH9vjy4KFOfaFRB/0.png" ], "started_at": "2025-02-20T23:25:22.001597Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-mxa36qjiti3ocmp72ifjn4xapi5ozmi7zuoftavq4ixlxgsaclhq", "get": "https://api.replicate.com/v1/predictions/6adt6egts9rma0cn4pq8r88vzc", "cancel": "https://api.replicate.com/v1/predictions/6adt6egts9rma0cn4pq8r88vzc/cancel" }, "version": "db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c" }
Generated inUsing text to image mode. Using seed: 795052871 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:04, 7.12it/s] 10%|█ | 3/30 [00:00<00:03, 8.48it/s] 13%|█▎ | 4/30 [00:00<00:03, 7.80it/s] 17%|█▋ | 5/30 [00:00<00:03, 7.42it/s] 20%|██ | 6/30 [00:00<00:03, 7.19it/s] 23%|██▎ | 7/30 [00:00<00:03, 7.04it/s] 27%|██▋ | 8/30 [00:01<00:03, 6.95it/s] 30%|███ | 9/30 [00:01<00:03, 6.87it/s] 33%|███▎ | 10/30 [00:01<00:02, 6.83it/s] 37%|███▋ | 11/30 [00:01<00:02, 6.80it/s] 40%|████ | 12/30 [00:01<00:02, 6.77it/s] 43%|████▎ | 13/30 [00:01<00:02, 6.76it/s] 47%|████▋ | 14/30 [00:01<00:02, 6.74it/s] 50%|█████ | 15/30 [00:02<00:02, 6.74it/s] 53%|█████▎ | 16/30 [00:02<00:02, 6.72it/s] 57%|█████▋ | 17/30 [00:02<00:01, 6.71it/s] 60%|██████ | 18/30 [00:02<00:01, 6.71it/s] 63%|██████▎ | 19/30 [00:02<00:01, 6.71it/s] 67%|██████▋ | 20/30 [00:02<00:01, 6.71it/s] 70%|███████ | 21/30 [00:03<00:01, 6.71it/s] 73%|███████▎ | 22/30 [00:03<00:01, 6.70it/s] 77%|███████▋ | 23/30 [00:03<00:01, 6.70it/s] 80%|████████ | 24/30 [00:03<00:00, 6.70it/s] 83%|████████▎ | 25/30 [00:03<00:00, 6.71it/s] 87%|████████▋ | 26/30 [00:03<00:00, 6.71it/s] 90%|█████████ | 27/30 [00:03<00:00, 6.70it/s] 93%|█████████▎| 28/30 [00:04<00:00, 6.70it/s] 97%|█████████▋| 29/30 [00:04<00:00, 6.69it/s] 100%|██████████| 30/30 [00:04<00:00, 6.69it/s] 100%|██████████| 30/30 [00:04<00:00, 6.84it/s]
Prediction
aisha-ai-official/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995cIDwwqxyazvf9rma0cn4pqrdvc52gStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Detail-Realistic-XL-v7-mark2
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- (Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup
- cfg_scale
- 5
- clip_skip
- 1
- pag_scale
- 3
- scheduler
- DPM++ 2M SDE Karras
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 0.5
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M SDE Karras", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/detail-realistic-xl-v7m2 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/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", { input: { vae: "default", seed: -1, model: "Detail-Realistic-XL-v7-mark2", steps: 30, width: 1024, height: 1024, prompt: "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", cfg_scale: 5, clip_skip: 1, pag_scale: 3, scheduler: "DPM++ 2M SDE Karras", batch_size: 1, negative_prompt: "nsfw, naked", guidance_rescale: 0.5, prepend_preprompt: true } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run aisha-ai-official/detail-realistic-xl-v7m2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", input={ "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M SDE Karras", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/detail-realistic-xl-v7m2 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/detail-realistic-xl-v7m2:db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c", "input": { "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M SDE Karras", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-20T23:27:31.802862Z", "created_at": "2025-02-20T23:27:25.050000Z", "data_removed": false, "error": null, "id": "wwqxyazvf9rma0cn4pqrdvc52g", "input": { "vae": "default", "seed": -1, "model": "Detail-Realistic-XL-v7-mark2", "steps": 30, "width": 1024, "height": 1024, "prompt": "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 3, "scheduler": "DPM++ 2M SDE Karras", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 0.5, "prepend_preprompt": true }, "logs": "Using text to image mode.\nUsing seed: 1486312369\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:04, 6.85it/s]\n 10%|█ | 3/30 [00:00<00:03, 8.34it/s]\n 13%|█▎ | 4/30 [00:00<00:03, 7.68it/s]\n 17%|█▋ | 5/30 [00:00<00:03, 7.31it/s]\n 20%|██ | 6/30 [00:00<00:03, 7.11it/s]\n 23%|██▎ | 7/30 [00:00<00:03, 6.96it/s]\n 27%|██▋ | 8/30 [00:01<00:03, 6.87it/s]\n 30%|███ | 9/30 [00:01<00:03, 6.80it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 6.76it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 6.73it/s]\n 40%|████ | 12/30 [00:01<00:02, 6.71it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 6.70it/s]\n 47%|████▋ | 14/30 [00:02<00:02, 6.68it/s]\n 50%|█████ | 15/30 [00:02<00:02, 6.68it/s]\n 53%|█████▎ | 16/30 [00:02<00:02, 6.68it/s]\n 57%|█████▋ | 17/30 [00:02<00:01, 6.67it/s]\n 60%|██████ | 18/30 [00:02<00:01, 6.67it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 6.65it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 6.66it/s]\n 70%|███████ | 21/30 [00:03<00:01, 6.64it/s]\n 73%|███████▎ | 22/30 [00:03<00:01, 6.65it/s]\n 77%|███████▋ | 23/30 [00:03<00:01, 6.65it/s]\n 80%|████████ | 24/30 [00:03<00:00, 6.65it/s]\n 83%|████████▎ | 25/30 [00:03<00:00, 6.65it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 6.64it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 6.65it/s]\n 93%|█████████▎| 28/30 [00:04<00:00, 6.64it/s]\n 97%|█████████▋| 29/30 [00:04<00:00, 6.65it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.65it/s]\n100%|██████████| 30/30 [00:04<00:00, 6.78it/s]", "metrics": { "predict_time": 6.74476518, "total_time": 6.752862 }, "output": [ "https://replicate.delivery/xezq/ardjvFzbCcYbABbkz0tXr2RUNGJ65rFBphnZDrf0wT7xYrIKA/0.png" ], "started_at": "2025-02-20T23:27:25.058097Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ecakjdvbfzarh4qutgfcowoiqia4ulqbmsso3s642la2ecar2wfq", "get": "https://api.replicate.com/v1/predictions/wwqxyazvf9rma0cn4pqrdvc52g", "cancel": "https://api.replicate.com/v1/predictions/wwqxyazvf9rma0cn4pqrdvc52g/cancel" }, "version": "db607887b7823a1dd98d96682cffbfe51f9cd0a70b7831ae7a415587325b995c" }
Generated inUsing text to image mode. Using seed: 1486312369 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:04, 6.85it/s] 10%|█ | 3/30 [00:00<00:03, 8.34it/s] 13%|█▎ | 4/30 [00:00<00:03, 7.68it/s] 17%|█▋ | 5/30 [00:00<00:03, 7.31it/s] 20%|██ | 6/30 [00:00<00:03, 7.11it/s] 23%|██▎ | 7/30 [00:00<00:03, 6.96it/s] 27%|██▋ | 8/30 [00:01<00:03, 6.87it/s] 30%|███ | 9/30 [00:01<00:03, 6.80it/s] 33%|███▎ | 10/30 [00:01<00:02, 6.76it/s] 37%|███▋ | 11/30 [00:01<00:02, 6.73it/s] 40%|████ | 12/30 [00:01<00:02, 6.71it/s] 43%|████▎ | 13/30 [00:01<00:02, 6.70it/s] 47%|████▋ | 14/30 [00:02<00:02, 6.68it/s] 50%|█████ | 15/30 [00:02<00:02, 6.68it/s] 53%|█████▎ | 16/30 [00:02<00:02, 6.68it/s] 57%|█████▋ | 17/30 [00:02<00:01, 6.67it/s] 60%|██████ | 18/30 [00:02<00:01, 6.67it/s] 63%|██████▎ | 19/30 [00:02<00:01, 6.65it/s] 67%|██████▋ | 20/30 [00:02<00:01, 6.66it/s] 70%|███████ | 21/30 [00:03<00:01, 6.64it/s] 73%|███████▎ | 22/30 [00:03<00:01, 6.65it/s] 77%|███████▋ | 23/30 [00:03<00:01, 6.65it/s] 80%|████████ | 24/30 [00:03<00:00, 6.65it/s] 83%|████████▎ | 25/30 [00:03<00:00, 6.65it/s] 87%|████████▋ | 26/30 [00:03<00:00, 6.64it/s] 90%|█████████ | 27/30 [00:03<00:00, 6.65it/s] 93%|█████████▎| 28/30 [00:04<00:00, 6.64it/s] 97%|█████████▋| 29/30 [00:04<00:00, 6.65it/s] 100%|██████████| 30/30 [00:04<00:00, 6.65it/s] 100%|██████████| 30/30 [00:04<00:00, 6.78it/s]
Want to make some of these yourself?
Run this model