aisha-ai-official / alchemist-mix-uncanny-waifu-v2
Prediction
aisha-ai-official/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8IDff89pxhef1rma0cndx7rdtnjbcStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Alchemist-Mix-Uncanny-Waifu-v2
- 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
- 0
- scheduler
- Euler a
- batch_size
- 1
- face_yolov9c
- hand_yolov9c
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
- person_yolov8m_seg
{ "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "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": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/alchemist-mix-uncanny-waifu-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/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", { input: { vae: "default", seed: -1, model: "Alchemist-Mix-Uncanny-Waifu-v2", 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: 0, scheduler: "Euler a", batch_size: 1, face_yolov9c: true, hand_yolov9c: false, negative_prompt: "nsfw, naked", guidance_rescale: 1, prepend_preprompt: true, person_yolov8m_seg: false } } ); // 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/alchemist-mix-uncanny-waifu-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", input={ "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "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": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": True, "hand_yolov9c": False, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": True, "person_yolov8m_seg": False } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/alchemist-mix-uncanny-waifu-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/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", "input": { "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "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": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-07T06:33:42.569817Z", "created_at": "2025-03-07T06:33:35.096000Z", "data_removed": false, "error": null, "id": "ff89pxhef1rma0cndx7rdtnjbc", "input": { "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "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": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false }, "logs": "Using text to image mode.\nUsing seed: 1911416609\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:02, 11.41it/s]\n 13%|█▎ | 4/30 [00:00<00:02, 9.71it/s]\n 17%|█▋ | 5/30 [00:00<00:02, 9.36it/s]\n 20%|██ | 6/30 [00:00<00:02, 9.11it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 8.94it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 8.82it/s]\n 30%|███ | 9/30 [00:00<00:02, 8.75it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 8.67it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 8.62it/s]\n 40%|████ | 12/30 [00:01<00:02, 8.60it/s]\n 43%|████▎ | 13/30 [00:01<00:01, 8.58it/s]\n 47%|████▋ | 14/30 [00:01<00:01, 8.56it/s]\n 50%|█████ | 15/30 [00:01<00:01, 8.56it/s]\n 53%|█████▎ | 16/30 [00:01<00:01, 8.54it/s]\n 57%|█████▋ | 17/30 [00:01<00:01, 8.53it/s]\n 60%|██████ | 18/30 [00:02<00:01, 8.53it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 8.52it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 8.52it/s]\n 70%|███████ | 21/30 [00:02<00:01, 8.52it/s]\n 73%|███████▎ | 22/30 [00:02<00:00, 8.51it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 8.50it/s]\n 80%|████████ | 24/30 [00:02<00:00, 8.50it/s]\n 83%|████████▎ | 25/30 [00:02<00:00, 8.51it/s]\n 87%|████████▋ | 26/30 [00:02<00:00, 8.51it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 8.51it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 8.50it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 8.50it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.49it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.69it/s]\nInpainting...\n0: 640x640 1 face, 6.7ms\nSpeed: 1.8ms preprocess, 6.7ms inference, 1.4ms postprocess per image at shape (1, 3, 640, 640)\npadded dim: (np.int64(340), np.int64(97), np.int64(733), np.int64(587))\nLoading StableDiffusionXLInpaintPipeline\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', purple eyes, medium breasts, cleavage, casual clothes, smile, v']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', purple eyes, medium breasts, cleavage, casual clothes, smile, v']\n 0%| | 0/4 [00:00<?, ?it/s]\n 25%|██▌ | 1/4 [00:00<00:00, 8.83it/s]\n 50%|█████ | 2/4 [00:00<00:00, 8.64it/s]\n 75%|███████▌ | 3/4 [00:00<00:00, 8.58it/s]\n100%|██████████| 4/4 [00:00<00:00, 9.19it/s]\ngenerated inpaint dim: (1024, 1024)", "metrics": { "predict_time": 7.465987862, "total_time": 7.473817 }, "output": [ "https://replicate.delivery/xezq/M955qFQBMSLyM1PRVevfLdq9ZPsR6W0Jjdfktze1ufH0oiwiC/0.png" ], "started_at": "2025-03-07T06:33:35.103829Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-4epojbirjlh57hdq2udhjt6hku4b4dpabtkd4rsow2de7klxukcq", "get": "https://api.replicate.com/v1/predictions/ff89pxhef1rma0cndx7rdtnjbc", "cancel": "https://api.replicate.com/v1/predictions/ff89pxhef1rma0cndx7rdtnjbc/cancel" }, "version": "ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8" }
Generated inUsing text to image mode. Using seed: 1911416609 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:02, 11.41it/s] 13%|█▎ | 4/30 [00:00<00:02, 9.71it/s] 17%|█▋ | 5/30 [00:00<00:02, 9.36it/s] 20%|██ | 6/30 [00:00<00:02, 9.11it/s] 23%|██▎ | 7/30 [00:00<00:02, 8.94it/s] 27%|██▋ | 8/30 [00:00<00:02, 8.82it/s] 30%|███ | 9/30 [00:00<00:02, 8.75it/s] 33%|███▎ | 10/30 [00:01<00:02, 8.67it/s] 37%|███▋ | 11/30 [00:01<00:02, 8.62it/s] 40%|████ | 12/30 [00:01<00:02, 8.60it/s] 43%|████▎ | 13/30 [00:01<00:01, 8.58it/s] 47%|████▋ | 14/30 [00:01<00:01, 8.56it/s] 50%|█████ | 15/30 [00:01<00:01, 8.56it/s] 53%|█████▎ | 16/30 [00:01<00:01, 8.54it/s] 57%|█████▋ | 17/30 [00:01<00:01, 8.53it/s] 60%|██████ | 18/30 [00:02<00:01, 8.53it/s] 63%|██████▎ | 19/30 [00:02<00:01, 8.52it/s] 67%|██████▋ | 20/30 [00:02<00:01, 8.52it/s] 70%|███████ | 21/30 [00:02<00:01, 8.52it/s] 73%|███████▎ | 22/30 [00:02<00:00, 8.51it/s] 77%|███████▋ | 23/30 [00:02<00:00, 8.50it/s] 80%|████████ | 24/30 [00:02<00:00, 8.50it/s] 83%|████████▎ | 25/30 [00:02<00:00, 8.51it/s] 87%|████████▋ | 26/30 [00:02<00:00, 8.51it/s] 90%|█████████ | 27/30 [00:03<00:00, 8.51it/s] 93%|█████████▎| 28/30 [00:03<00:00, 8.50it/s] 97%|█████████▋| 29/30 [00:03<00:00, 8.50it/s] 100%|██████████| 30/30 [00:03<00:00, 8.49it/s] 100%|██████████| 30/30 [00:03<00:00, 8.69it/s] Inpainting... 0: 640x640 1 face, 6.7ms Speed: 1.8ms preprocess, 6.7ms inference, 1.4ms postprocess per image at shape (1, 3, 640, 640) padded dim: (np.int64(340), np.int64(97), np.int64(733), np.int64(587)) Loading StableDiffusionXLInpaintPipeline The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', purple eyes, medium breasts, cleavage, casual clothes, smile, v'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', purple eyes, medium breasts, cleavage, casual clothes, smile, v'] 0%| | 0/4 [00:00<?, ?it/s] 25%|██▌ | 1/4 [00:00<00:00, 8.83it/s] 50%|█████ | 2/4 [00:00<00:00, 8.64it/s] 75%|███████▌ | 3/4 [00:00<00:00, 8.58it/s] 100%|██████████| 4/4 [00:00<00:00, 9.19it/s] generated inpaint dim: (1024, 1024)
Prediction
aisha-ai-official/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8IDha6jgjk8e5rm80cndx9vn8z5yrStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Alchemist-Mix-Uncanny-Waifu-v2
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive
- cfg_scale
- 5
- clip_skip
- 1
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- face_yolov9c
- hand_yolov9c
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
- person_yolov8m_seg
{ "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/alchemist-mix-uncanny-waifu-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/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", { input: { vae: "default", seed: -1, model: "Alchemist-Mix-Uncanny-Waifu-v2", steps: 30, width: 1024, height: 1024, prompt: "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", cfg_scale: 5, clip_skip: 1, pag_scale: 0, scheduler: "Euler a", batch_size: 1, face_yolov9c: true, hand_yolov9c: false, negative_prompt: "nsfw, naked", guidance_rescale: 1, prepend_preprompt: true, person_yolov8m_seg: false } } ); // 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/alchemist-mix-uncanny-waifu-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", input={ "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": True, "hand_yolov9c": False, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": True, "person_yolov8m_seg": False } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/alchemist-mix-uncanny-waifu-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/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", "input": { "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-07T06:38:19.396836Z", "created_at": "2025-03-07T06:38:12.081000Z", "data_removed": false, "error": null, "id": "ha6jgjk8e5rm80cndx9vn8z5yr", "input": { "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false }, "logs": "Using text to image mode.\nUsing seed: 326207181\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:03, 9.56it/s]\n 10%|█ | 3/30 [00:00<00:02, 10.17it/s]\n 17%|█▋ | 5/30 [00:00<00:02, 9.18it/s]\n 20%|██ | 6/30 [00:00<00:02, 8.97it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 8.80it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 8.66it/s]\n 30%|███ | 9/30 [00:01<00:02, 8.58it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 8.53it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 8.47it/s]\n 40%|████ | 12/30 [00:01<00:02, 8.44it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 8.41it/s]\n 47%|████▋ | 14/30 [00:01<00:01, 8.40it/s]\n 50%|█████ | 15/30 [00:01<00:01, 8.39it/s]\n 53%|█████▎ | 16/30 [00:01<00:01, 8.37it/s]\n 57%|█████▋ | 17/30 [00:01<00:01, 8.38it/s]\n 60%|██████ | 18/30 [00:02<00:01, 8.38it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 8.38it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 8.37it/s]\n 70%|███████ | 21/30 [00:02<00:01, 8.37it/s]\n 73%|███████▎ | 22/30 [00:02<00:00, 8.36it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 8.36it/s]\n 80%|████████ | 24/30 [00:02<00:00, 8.36it/s]\n 83%|████████▎ | 25/30 [00:02<00:00, 8.36it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 8.35it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 8.34it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 8.35it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 8.35it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.35it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.51it/s]\nInpainting...\n0: 640x640 1 face, 5.5ms\nSpeed: 1.7ms preprocess, 5.5ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 640)\npadded dim: (np.int64(396), np.int64(126), np.int64(693), np.int64(491))\nLoading StableDiffusionXLInpaintPipeline\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['eyes, beauty, bunny cosplay, waitress, seductive']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['eyes, beauty, bunny cosplay, waitress, seductive']\n 0%| | 0/4 [00:00<?, ?it/s]\n 25%|██▌ | 1/4 [00:00<00:00, 8.68it/s]\n 50%|█████ | 2/4 [00:00<00:00, 8.53it/s]\n 75%|███████▌ | 3/4 [00:00<00:00, 8.47it/s]\n100%|██████████| 4/4 [00:00<00:00, 9.14it/s]\ngenerated inpaint dim: (1024, 1024)", "metrics": { "predict_time": 7.308608102, "total_time": 7.315836 }, "output": [ "https://replicate.delivery/xezq/4oMJNHRpLPJtJdoGZXiwceoWHoVT2JBFYIh2nfcgErTbZEWUA/0.png" ], "started_at": "2025-03-07T06:38:12.088228Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-h2cunhfymnmtb5f6fr7gwa2bo4txdkphykqxospi4tc6n7pq2cqq", "get": "https://api.replicate.com/v1/predictions/ha6jgjk8e5rm80cndx9vn8z5yr", "cancel": "https://api.replicate.com/v1/predictions/ha6jgjk8e5rm80cndx9vn8z5yr/cancel" }, "version": "ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8" }
Generated inUsing text to image mode. Using seed: 326207181 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:03, 9.56it/s] 10%|█ | 3/30 [00:00<00:02, 10.17it/s] 17%|█▋ | 5/30 [00:00<00:02, 9.18it/s] 20%|██ | 6/30 [00:00<00:02, 8.97it/s] 23%|██▎ | 7/30 [00:00<00:02, 8.80it/s] 27%|██▋ | 8/30 [00:00<00:02, 8.66it/s] 30%|███ | 9/30 [00:01<00:02, 8.58it/s] 33%|███▎ | 10/30 [00:01<00:02, 8.53it/s] 37%|███▋ | 11/30 [00:01<00:02, 8.47it/s] 40%|████ | 12/30 [00:01<00:02, 8.44it/s] 43%|████▎ | 13/30 [00:01<00:02, 8.41it/s] 47%|████▋ | 14/30 [00:01<00:01, 8.40it/s] 50%|█████ | 15/30 [00:01<00:01, 8.39it/s] 53%|█████▎ | 16/30 [00:01<00:01, 8.37it/s] 57%|█████▋ | 17/30 [00:01<00:01, 8.38it/s] 60%|██████ | 18/30 [00:02<00:01, 8.38it/s] 63%|██████▎ | 19/30 [00:02<00:01, 8.38it/s] 67%|██████▋ | 20/30 [00:02<00:01, 8.37it/s] 70%|███████ | 21/30 [00:02<00:01, 8.37it/s] 73%|███████▎ | 22/30 [00:02<00:00, 8.36it/s] 77%|███████▋ | 23/30 [00:02<00:00, 8.36it/s] 80%|████████ | 24/30 [00:02<00:00, 8.36it/s] 83%|████████▎ | 25/30 [00:02<00:00, 8.36it/s] 87%|████████▋ | 26/30 [00:03<00:00, 8.35it/s] 90%|█████████ | 27/30 [00:03<00:00, 8.34it/s] 93%|█████████▎| 28/30 [00:03<00:00, 8.35it/s] 97%|█████████▋| 29/30 [00:03<00:00, 8.35it/s] 100%|██████████| 30/30 [00:03<00:00, 8.35it/s] 100%|██████████| 30/30 [00:03<00:00, 8.51it/s] Inpainting... 0: 640x640 1 face, 5.5ms Speed: 1.7ms preprocess, 5.5ms inference, 0.7ms postprocess per image at shape (1, 3, 640, 640) padded dim: (np.int64(396), np.int64(126), np.int64(693), np.int64(491)) Loading StableDiffusionXLInpaintPipeline The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['eyes, beauty, bunny cosplay, waitress, seductive'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['eyes, beauty, bunny cosplay, waitress, seductive'] 0%| | 0/4 [00:00<?, ?it/s] 25%|██▌ | 1/4 [00:00<00:00, 8.68it/s] 50%|█████ | 2/4 [00:00<00:00, 8.53it/s] 75%|███████▌ | 3/4 [00:00<00:00, 8.47it/s] 100%|██████████| 4/4 [00:00<00:00, 9.14it/s] generated inpaint dim: (1024, 1024)
Prediction
aisha-ai-official/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8IDha7jz7awr5rmc0cndxa8s7ahv8StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- Alchemist-Mix-Uncanny-Waifu-v2
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- Ada Wong from Resident Evil 4, smile, low light
- cfg_scale
- 5
- clip_skip
- 1
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- face_yolov9c
- hand_yolov9c
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
- person_yolov8m_seg
{ "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "steps": 30, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/alchemist-mix-uncanny-waifu-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/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", { input: { vae: "default", seed: -1, model: "Alchemist-Mix-Uncanny-Waifu-v2", steps: 30, width: 1024, height: 1024, prompt: "Ada Wong from Resident Evil 4, smile, low light", cfg_scale: 5, clip_skip: 1, pag_scale: 0, scheduler: "Euler a", batch_size: 1, face_yolov9c: true, hand_yolov9c: false, negative_prompt: "nsfw, naked", guidance_rescale: 1, prepend_preprompt: true, person_yolov8m_seg: false } } ); // 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/alchemist-mix-uncanny-waifu-v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", input={ "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "steps": 30, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": True, "hand_yolov9c": False, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": True, "person_yolov8m_seg": False } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/alchemist-mix-uncanny-waifu-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/alchemist-mix-uncanny-waifu-v2:ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8", "input": { "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "steps": 30, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-07T06:39:22.030261Z", "created_at": "2025-03-07T06:39:14.625000Z", "data_removed": false, "error": null, "id": "ha7jz7awr5rmc0cndxa8s7ahv8", "input": { "vae": "default", "seed": -1, "model": "Alchemist-Mix-Uncanny-Waifu-v2", "steps": 30, "width": 1024, "height": 1024, "prompt": "Ada Wong from Resident Evil 4, smile, low light", "cfg_scale": 5, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "face_yolov9c": true, "hand_yolov9c": false, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": true, "person_yolov8m_seg": false }, "logs": "Using text to image mode.\nUsing seed: 702512226\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:02, 11.65it/s]\n 13%|█▎ | 4/30 [00:00<00:02, 9.55it/s]\n 17%|█▋ | 5/30 [00:00<00:02, 9.18it/s]\n 20%|██ | 6/30 [00:00<00:02, 8.93it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 8.78it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 8.67it/s]\n 30%|███ | 9/30 [00:01<00:02, 8.60it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 8.54it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 8.50it/s]\n 40%|████ | 12/30 [00:01<00:02, 8.45it/s]\n 43%|████▎ | 13/30 [00:01<00:02, 8.43it/s]\n 47%|████▋ | 14/30 [00:01<00:01, 8.41it/s]\n 50%|█████ | 15/30 [00:01<00:01, 8.39it/s]\n 53%|█████▎ | 16/30 [00:01<00:01, 8.39it/s]\n 57%|█████▋ | 17/30 [00:01<00:01, 8.40it/s]\n 60%|██████ | 18/30 [00:02<00:01, 8.40it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 8.40it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 8.39it/s]\n 70%|███████ | 21/30 [00:02<00:01, 8.38it/s]\n 73%|███████▎ | 22/30 [00:02<00:00, 8.38it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 8.37it/s]\n 80%|████████ | 24/30 [00:02<00:00, 8.38it/s]\n 83%|████████▎ | 25/30 [00:02<00:00, 8.38it/s]\n 87%|████████▋ | 26/30 [00:03<00:00, 8.38it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 8.36it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 8.36it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 8.35it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.36it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.55it/s]\nInpainting...\n0: 640x640 1 face, 5.4ms\nSpeed: 1.6ms preprocess, 5.4ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 640)\npadded dim: (np.int64(528), np.int64(25), np.int64(953), np.int64(606))\nLoading StableDiffusionXLInpaintPipeline\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['light']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['light']\n 0%| | 0/4 [00:00<?, ?it/s]\n 25%|██▌ | 1/4 [00:00<00:00, 8.84it/s]\n 50%|█████ | 2/4 [00:00<00:00, 8.60it/s]\n 75%|███████▌ | 3/4 [00:00<00:00, 8.53it/s]\n100%|██████████| 4/4 [00:00<00:00, 9.17it/s]\ngenerated inpaint dim: (1024, 1024)", "metrics": { "predict_time": 7.39022541, "total_time": 7.405261 }, "output": [ "https://replicate.delivery/xezq/gLIG1R0531oMD5HfzNTmvXHm1LVEjKqnNvtFxeiF6ey10IsoA/0.png" ], "started_at": "2025-03-07T06:39:14.640036Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-pqjhxdfxo32cbolrffbaxiztxcvqwph2eg35lk75jtg5sy6xlwsa", "get": "https://api.replicate.com/v1/predictions/ha7jz7awr5rmc0cndxa8s7ahv8", "cancel": "https://api.replicate.com/v1/predictions/ha7jz7awr5rmc0cndxa8s7ahv8/cancel" }, "version": "ce1d7df21d5eb041d0ab2640e14224561ba5297130e6aad8c66798324260cdc8" }
Generated inUsing text to image mode. Using seed: 702512226 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:02, 11.65it/s] 13%|█▎ | 4/30 [00:00<00:02, 9.55it/s] 17%|█▋ | 5/30 [00:00<00:02, 9.18it/s] 20%|██ | 6/30 [00:00<00:02, 8.93it/s] 23%|██▎ | 7/30 [00:00<00:02, 8.78it/s] 27%|██▋ | 8/30 [00:00<00:02, 8.67it/s] 30%|███ | 9/30 [00:01<00:02, 8.60it/s] 33%|███▎ | 10/30 [00:01<00:02, 8.54it/s] 37%|███▋ | 11/30 [00:01<00:02, 8.50it/s] 40%|████ | 12/30 [00:01<00:02, 8.45it/s] 43%|████▎ | 13/30 [00:01<00:02, 8.43it/s] 47%|████▋ | 14/30 [00:01<00:01, 8.41it/s] 50%|█████ | 15/30 [00:01<00:01, 8.39it/s] 53%|█████▎ | 16/30 [00:01<00:01, 8.39it/s] 57%|█████▋ | 17/30 [00:01<00:01, 8.40it/s] 60%|██████ | 18/30 [00:02<00:01, 8.40it/s] 63%|██████▎ | 19/30 [00:02<00:01, 8.40it/s] 67%|██████▋ | 20/30 [00:02<00:01, 8.39it/s] 70%|███████ | 21/30 [00:02<00:01, 8.38it/s] 73%|███████▎ | 22/30 [00:02<00:00, 8.38it/s] 77%|███████▋ | 23/30 [00:02<00:00, 8.37it/s] 80%|████████ | 24/30 [00:02<00:00, 8.38it/s] 83%|████████▎ | 25/30 [00:02<00:00, 8.38it/s] 87%|████████▋ | 26/30 [00:03<00:00, 8.38it/s] 90%|█████████ | 27/30 [00:03<00:00, 8.36it/s] 93%|█████████▎| 28/30 [00:03<00:00, 8.36it/s] 97%|█████████▋| 29/30 [00:03<00:00, 8.35it/s] 100%|██████████| 30/30 [00:03<00:00, 8.36it/s] 100%|██████████| 30/30 [00:03<00:00, 8.55it/s] Inpainting... 0: 640x640 1 face, 5.4ms Speed: 1.6ms preprocess, 5.4ms inference, 0.8ms postprocess per image at shape (1, 3, 640, 640) padded dim: (np.int64(528), np.int64(25), np.int64(953), np.int64(606)) Loading StableDiffusionXLInpaintPipeline The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['light'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['light'] 0%| | 0/4 [00:00<?, ?it/s] 25%|██▌ | 1/4 [00:00<00:00, 8.84it/s] 50%|█████ | 2/4 [00:00<00:00, 8.60it/s] 75%|███████▌ | 3/4 [00:00<00:00, 8.53it/s] 100%|██████████| 4/4 [00:00<00:00, 9.17it/s] generated inpaint dim: (1024, 1024)
Want to make some of these yourself?
Run this model