aisha-ai-official
/
new-reality-xl-pro
Prediction
aisha-ai-official/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6fIDnky5wsnx0drm80cn69f9tm63r8StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- New-Reality-XL-Pro
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V
- cfg_scale
- 4
- clip_skip
- 1
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 4, "clip_skip": 1, "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"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/new-reality-xl-pro 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/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", { input: { vae: "default", seed: -1, model: "New-Reality-XL-Pro", steps: 30, width: 1024, height: 1024, prompt: "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", cfg_scale: 4, clip_skip: 1, 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/new-reality-xl-pro using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", input={ "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 4, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/new-reality-xl-pro 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": "579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", "input": { "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 4, "clip_skip": 1, "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-02-23T10:34:22.672345Z", "created_at": "2025-02-23T10:33:44.451000Z", "data_removed": false, "error": null, "id": "nky5wsnx0drm80cn69f9tm63r8", "input": { "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile, V", "cfg_scale": 4, "clip_skip": 1, "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: 275116033\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:07, 4.05it/s]\n 10%|█ | 3/30 [00:00<00:03, 7.98it/s]\n 13%|█▎ | 4/30 [00:00<00:03, 8.30it/s]\n 17%|█▋ | 5/30 [00:00<00:02, 8.50it/s]\n 20%|██ | 6/30 [00:00<00:02, 8.65it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 8.74it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 8.80it/s]\n 30%|███ | 9/30 [00:01<00:02, 8.85it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 8.88it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 8.89it/s]\n 40%|████ | 12/30 [00:01<00:02, 8.91it/s]\n 43%|████▎ | 13/30 [00:01<00:01, 8.90it/s]\n 47%|████▋ | 14/30 [00:01<00:01, 8.91it/s]\n 50%|█████ | 15/30 [00:01<00:01, 8.91it/s]\n 53%|█████▎ | 16/30 [00:01<00:01, 8.92it/s]\n 57%|█████▋ | 17/30 [00:01<00:01, 8.93it/s]\n 60%|██████ | 18/30 [00:02<00:01, 8.92it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 8.92it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 8.92it/s]\n 70%|███████ | 21/30 [00:02<00:01, 8.91it/s]\n 73%|███████▎ | 22/30 [00:02<00:00, 8.91it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 8.91it/s]\n 80%|████████ | 24/30 [00:02<00:00, 8.91it/s]\n 83%|████████▎ | 25/30 [00:02<00:00, 8.91it/s]\n 87%|████████▋ | 26/30 [00:02<00:00, 8.90it/s]\n 90%|█████████ | 27/30 [00:03<00:00, 8.90it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 8.91it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 8.91it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.90it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.73it/s]", "metrics": { "predict_time": 5.692727545, "total_time": 38.221345 }, "output": [ "https://replicate.delivery/xezq/XJz6I9ROSf2YVCZpgjEnZ7YSthafwAO8HuSIRFFLMtzuuKSUA/0.png" ], "started_at": "2025-02-23T10:34:16.979618Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-fp4tupvv3iytzlqrwhgrmskoppcvnbxoqx4bq3jhh4d7muvcrc2a", "get": "https://api.replicate.com/v1/predictions/nky5wsnx0drm80cn69f9tm63r8", "cancel": "https://api.replicate.com/v1/predictions/nky5wsnx0drm80cn69f9tm63r8/cancel" }, "version": "579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f" }
Generated inUsing text to image mode. Using seed: 275116033 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:07, 4.05it/s] 10%|█ | 3/30 [00:00<00:03, 7.98it/s] 13%|█▎ | 4/30 [00:00<00:03, 8.30it/s] 17%|█▋ | 5/30 [00:00<00:02, 8.50it/s] 20%|██ | 6/30 [00:00<00:02, 8.65it/s] 23%|██▎ | 7/30 [00:00<00:02, 8.74it/s] 27%|██▋ | 8/30 [00:00<00:02, 8.80it/s] 30%|███ | 9/30 [00:01<00:02, 8.85it/s] 33%|███▎ | 10/30 [00:01<00:02, 8.88it/s] 37%|███▋ | 11/30 [00:01<00:02, 8.89it/s] 40%|████ | 12/30 [00:01<00:02, 8.91it/s] 43%|████▎ | 13/30 [00:01<00:01, 8.90it/s] 47%|████▋ | 14/30 [00:01<00:01, 8.91it/s] 50%|█████ | 15/30 [00:01<00:01, 8.91it/s] 53%|█████▎ | 16/30 [00:01<00:01, 8.92it/s] 57%|█████▋ | 17/30 [00:01<00:01, 8.93it/s] 60%|██████ | 18/30 [00:02<00:01, 8.92it/s] 63%|██████▎ | 19/30 [00:02<00:01, 8.92it/s] 67%|██████▋ | 20/30 [00:02<00:01, 8.92it/s] 70%|███████ | 21/30 [00:02<00:01, 8.91it/s] 73%|███████▎ | 22/30 [00:02<00:00, 8.91it/s] 77%|███████▋ | 23/30 [00:02<00:00, 8.91it/s] 80%|████████ | 24/30 [00:02<00:00, 8.91it/s] 83%|████████▎ | 25/30 [00:02<00:00, 8.91it/s] 87%|████████▋ | 26/30 [00:02<00:00, 8.90it/s] 90%|█████████ | 27/30 [00:03<00:00, 8.90it/s] 93%|█████████▎| 28/30 [00:03<00:00, 8.91it/s] 97%|█████████▋| 29/30 [00:03<00:00, 8.91it/s] 100%|██████████| 30/30 [00:03<00:00, 8.90it/s] 100%|██████████| 30/30 [00:03<00:00, 8.73it/s]
Prediction
aisha-ai-official/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6fIDxw3796jp0hrmc0cn69g96vryh8StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- New-Reality-XL-Pro
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup
- cfg_scale
- 4
- clip_skip
- 1
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", "cfg_scale": 4, "clip_skip": 1, "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"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/new-reality-xl-pro 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/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", { input: { vae: "default", seed: -1, model: "New-Reality-XL-Pro", steps: 30, width: 1024, height: 1024, prompt: "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", cfg_scale: 4, clip_skip: 1, 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/new-reality-xl-pro using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", input={ "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", "cfg_scale": 4, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/new-reality-xl-pro 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": "579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", "input": { "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", "cfg_scale": 4, "clip_skip": 1, "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-02-23T10:35:33.929118Z", "created_at": "2025-02-23T10:35:29.156000Z", "data_removed": false, "error": null, "id": "xw3796jp0hrmc0cn69g96vryh8", "input": { "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "cafe, waifu, 1girl, blonde, blue eyes, beauty, bunny cosplay, waitress, seductive, closeup", "cfg_scale": 4, "clip_skip": 1, "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: 2032794697\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:02, 12.18it/s]\n 13%|█▎ | 4/30 [00:00<00:02, 10.05it/s]\n 20%|██ | 6/30 [00:00<00:02, 9.51it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 9.36it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 9.23it/s]\n 30%|███ | 9/30 [00:00<00:02, 9.14it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 9.08it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 9.03it/s]\n 40%|████ | 12/30 [00:01<00:02, 8.99it/s]\n 43%|████▎ | 13/30 [00:01<00:01, 8.96it/s]\n 47%|████▋ | 14/30 [00:01<00:01, 8.93it/s]\n 50%|█████ | 15/30 [00:01<00:01, 8.92it/s]\n 53%|█████▎ | 16/30 [00:01<00:01, 8.91it/s]\n 57%|█████▋ | 17/30 [00:01<00:01, 8.90it/s]\n 60%|██████ | 18/30 [00:01<00:01, 8.90it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 8.90it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 8.89it/s]\n 70%|███████ | 21/30 [00:02<00:01, 8.89it/s]\n 73%|███████▎ | 22/30 [00:02<00:00, 8.89it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 8.89it/s]\n 80%|████████ | 24/30 [00:02<00:00, 8.89it/s]\n 83%|████████▎ | 25/30 [00:02<00:00, 8.89it/s]\n 87%|████████▋ | 26/30 [00:02<00:00, 8.89it/s]\n 90%|█████████ | 27/30 [00:02<00:00, 8.89it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 8.89it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 8.88it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.89it/s]\n100%|██████████| 30/30 [00:03<00:00, 9.06it/s]", "metrics": { "predict_time": 4.766560572, "total_time": 4.773118 }, "output": [ "https://replicate.delivery/xezq/x4Ls8o76ZL54DN1dPAldiAfQ2ALT3KA2ACgRLfmoN7q1vKSUA/0.png" ], "started_at": "2025-02-23T10:35:29.162558Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-224jkhxtrx247dozfnvcqjjzwodvckyzjzg7chcetxbk52z4aa3a", "get": "https://api.replicate.com/v1/predictions/xw3796jp0hrmc0cn69g96vryh8", "cancel": "https://api.replicate.com/v1/predictions/xw3796jp0hrmc0cn69g96vryh8/cancel" }, "version": "579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f" }
Generated inUsing text to image mode. Using seed: 2032794697 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:02, 12.18it/s] 13%|█▎ | 4/30 [00:00<00:02, 10.05it/s] 20%|██ | 6/30 [00:00<00:02, 9.51it/s] 23%|██▎ | 7/30 [00:00<00:02, 9.36it/s] 27%|██▋ | 8/30 [00:00<00:02, 9.23it/s] 30%|███ | 9/30 [00:00<00:02, 9.14it/s] 33%|███▎ | 10/30 [00:01<00:02, 9.08it/s] 37%|███▋ | 11/30 [00:01<00:02, 9.03it/s] 40%|████ | 12/30 [00:01<00:02, 8.99it/s] 43%|████▎ | 13/30 [00:01<00:01, 8.96it/s] 47%|████▋ | 14/30 [00:01<00:01, 8.93it/s] 50%|█████ | 15/30 [00:01<00:01, 8.92it/s] 53%|█████▎ | 16/30 [00:01<00:01, 8.91it/s] 57%|█████▋ | 17/30 [00:01<00:01, 8.90it/s] 60%|██████ | 18/30 [00:01<00:01, 8.90it/s] 63%|██████▎ | 19/30 [00:02<00:01, 8.90it/s] 67%|██████▋ | 20/30 [00:02<00:01, 8.89it/s] 70%|███████ | 21/30 [00:02<00:01, 8.89it/s] 73%|███████▎ | 22/30 [00:02<00:00, 8.89it/s] 77%|███████▋ | 23/30 [00:02<00:00, 8.89it/s] 80%|████████ | 24/30 [00:02<00:00, 8.89it/s] 83%|████████▎ | 25/30 [00:02<00:00, 8.89it/s] 87%|████████▋ | 26/30 [00:02<00:00, 8.89it/s] 90%|█████████ | 27/30 [00:02<00:00, 8.89it/s] 93%|█████████▎| 28/30 [00:03<00:00, 8.89it/s] 97%|█████████▋| 29/30 [00:03<00:00, 8.88it/s] 100%|██████████| 30/30 [00:03<00:00, 8.89it/s] 100%|██████████| 30/30 [00:03<00:00, 9.06it/s]
Prediction
aisha-ai-official/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6fIDdmfnhdmfwdrmc0cn69g8z33nj4StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- vae
- default
- seed
- -1
- model
- New-Reality-XL-Pro
- steps
- 30
- width
- 1024
- height
- 1024
- prompt
- (Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup
- cfg_scale
- 4
- clip_skip
- 1
- pag_scale
- 0
- scheduler
- Euler a
- batch_size
- 1
- negative_prompt
- nsfw, naked
- guidance_rescale
- 1
- prepend_preprompt
{ "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", "cfg_scale": 4, "clip_skip": 1, "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"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run aisha-ai-official/new-reality-xl-pro 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/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", { input: { vae: "default", seed: -1, model: "New-Reality-XL-Pro", steps: 30, width: 1024, height: 1024, prompt: "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", cfg_scale: 4, clip_skip: 1, 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/new-reality-xl-pro using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "aisha-ai-official/new-reality-xl-pro:579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", input={ "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", "cfg_scale": 4, "clip_skip": 1, "pag_scale": 0, "scheduler": "Euler a", "batch_size": 1, "negative_prompt": "nsfw, naked", "guidance_rescale": 1, "prepend_preprompt": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run aisha-ai-official/new-reality-xl-pro 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": "579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f", "input": { "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", "cfg_scale": 4, "clip_skip": 1, "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-02-23T10:35:49.656072Z", "created_at": "2025-02-23T10:35:43.971000Z", "data_removed": false, "error": null, "id": "dmfnhdmfwdrmc0cn69g8z33nj4", "input": { "vae": "default", "seed": -1, "model": "New-Reality-XL-Pro", "steps": 30, "width": 1024, "height": 1024, "prompt": "(Ada Wong from Resident Evil 4), smile, darkroom, low light, closeup", "cfg_scale": 4, "clip_skip": 1, "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: 1839722832\n 0%| | 0/30 [00:00<?, ?it/s]\n 7%|▋ | 2/30 [00:00<00:02, 12.24it/s]\n 13%|█▎ | 4/30 [00:00<00:02, 10.03it/s]\n 20%|██ | 6/30 [00:00<00:02, 9.51it/s]\n 23%|██▎ | 7/30 [00:00<00:02, 9.35it/s]\n 27%|██▋ | 8/30 [00:00<00:02, 9.24it/s]\n 30%|███ | 9/30 [00:00<00:02, 9.15it/s]\n 33%|███▎ | 10/30 [00:01<00:02, 9.07it/s]\n 37%|███▋ | 11/30 [00:01<00:02, 9.03it/s]\n 40%|████ | 12/30 [00:01<00:02, 8.99it/s]\n 43%|████▎ | 13/30 [00:01<00:01, 8.96it/s]\n 47%|████▋ | 14/30 [00:01<00:01, 8.94it/s]\n 50%|█████ | 15/30 [00:01<00:01, 8.92it/s]\n 53%|█████▎ | 16/30 [00:01<00:01, 8.91it/s]\n 57%|█████▋ | 17/30 [00:01<00:01, 8.91it/s]\n 60%|██████ | 18/30 [00:01<00:01, 8.90it/s]\n 63%|██████▎ | 19/30 [00:02<00:01, 8.90it/s]\n 67%|██████▋ | 20/30 [00:02<00:01, 8.90it/s]\n 70%|███████ | 21/30 [00:02<00:01, 8.89it/s]\n 73%|███████▎ | 22/30 [00:02<00:00, 8.89it/s]\n 77%|███████▋ | 23/30 [00:02<00:00, 8.89it/s]\n 80%|████████ | 24/30 [00:02<00:00, 8.88it/s]\n 83%|████████▎ | 25/30 [00:02<00:00, 8.87it/s]\n 87%|████████▋ | 26/30 [00:02<00:00, 8.88it/s]\n 90%|█████████ | 27/30 [00:02<00:00, 8.88it/s]\n 93%|█████████▎| 28/30 [00:03<00:00, 8.87it/s]\n 97%|█████████▋| 29/30 [00:03<00:00, 8.87it/s]\n100%|██████████| 30/30 [00:03<00:00, 8.87it/s]\n100%|██████████| 30/30 [00:03<00:00, 9.06it/s]", "metrics": { "predict_time": 5.677404112, "total_time": 5.685072 }, "output": [ "https://replicate.delivery/xezq/GjnNcIo4fE35bC5qYIrqkAM3HVNfYR0kNSOeZymbzBqLgVkoA/0.png" ], "started_at": "2025-02-23T10:35:43.978668Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-seyw4xpiixusgkewuzl3hameyrdbrszrw77xyapgyuij35tm2y7a", "get": "https://api.replicate.com/v1/predictions/dmfnhdmfwdrmc0cn69g8z33nj4", "cancel": "https://api.replicate.com/v1/predictions/dmfnhdmfwdrmc0cn69g8z33nj4/cancel" }, "version": "579ab345b0af51fdca57d4714fe16480671edd92932fddbc927e1dbf62ba5f6f" }
Generated inUsing text to image mode. Using seed: 1839722832 0%| | 0/30 [00:00<?, ?it/s] 7%|▋ | 2/30 [00:00<00:02, 12.24it/s] 13%|█▎ | 4/30 [00:00<00:02, 10.03it/s] 20%|██ | 6/30 [00:00<00:02, 9.51it/s] 23%|██▎ | 7/30 [00:00<00:02, 9.35it/s] 27%|██▋ | 8/30 [00:00<00:02, 9.24it/s] 30%|███ | 9/30 [00:00<00:02, 9.15it/s] 33%|███▎ | 10/30 [00:01<00:02, 9.07it/s] 37%|███▋ | 11/30 [00:01<00:02, 9.03it/s] 40%|████ | 12/30 [00:01<00:02, 8.99it/s] 43%|████▎ | 13/30 [00:01<00:01, 8.96it/s] 47%|████▋ | 14/30 [00:01<00:01, 8.94it/s] 50%|█████ | 15/30 [00:01<00:01, 8.92it/s] 53%|█████▎ | 16/30 [00:01<00:01, 8.91it/s] 57%|█████▋ | 17/30 [00:01<00:01, 8.91it/s] 60%|██████ | 18/30 [00:01<00:01, 8.90it/s] 63%|██████▎ | 19/30 [00:02<00:01, 8.90it/s] 67%|██████▋ | 20/30 [00:02<00:01, 8.90it/s] 70%|███████ | 21/30 [00:02<00:01, 8.89it/s] 73%|███████▎ | 22/30 [00:02<00:00, 8.89it/s] 77%|███████▋ | 23/30 [00:02<00:00, 8.89it/s] 80%|████████ | 24/30 [00:02<00:00, 8.88it/s] 83%|████████▎ | 25/30 [00:02<00:00, 8.87it/s] 87%|████████▋ | 26/30 [00:02<00:00, 8.88it/s] 90%|█████████ | 27/30 [00:02<00:00, 8.88it/s] 93%|█████████▎| 28/30 [00:03<00:00, 8.87it/s] 97%|█████████▋| 29/30 [00:03<00:00, 8.87it/s] 100%|██████████| 30/30 [00:03<00:00, 8.87it/s] 100%|██████████| 30/30 [00:03<00:00, 9.06it/s]
Want to make some of these yourself?
Run this model