Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
lucataco /realvisxl-v2.0:7d6a2f9c
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run lucataco/realvisxl-v2.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"lucataco/realvisxl-v2.0:7d6a2f9c4754477b12c14ed2a58f89bb85128edcdd581d24ce58b6926029de08",
{
input: {
seed: 64811,
image: "https://replicate.delivery/pbxt/Js49PGWMjU21D9Bg4U6uI7dX4p6UnA31W23TEQMO6Fnq3lKP/pearl1024.jpg",
width: 1024,
height: 1024,
prompt: "a latina woman with a pearl earring",
scheduler: "DPMSolverMultistep",
lora_scale: 0.6,
num_outputs: 1,
guidance_scale: 7,
apply_watermark: true,
negative_prompt: "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
prompt_strength: 0.8,
num_inference_steps: 40
}
}
);
// 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.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run lucataco/realvisxl-v2.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"lucataco/realvisxl-v2.0:7d6a2f9c4754477b12c14ed2a58f89bb85128edcdd581d24ce58b6926029de08",
input={
"seed": 64811,
"image": "https://replicate.delivery/pbxt/Js49PGWMjU21D9Bg4U6uI7dX4p6UnA31W23TEQMO6Fnq3lKP/pearl1024.jpg",
"width": 1024,
"height": 1024,
"prompt": "a latina woman with a pearl earring",
"scheduler": "DPMSolverMultistep",
"lora_scale": 0.6,
"num_outputs": 1,
"guidance_scale": 7,
"apply_watermark": True,
"negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
"prompt_strength": 0.8,
"num_inference_steps": 40
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run lucataco/realvisxl-v2.0 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": "lucataco/realvisxl-v2.0:7d6a2f9c4754477b12c14ed2a58f89bb85128edcdd581d24ce58b6926029de08",
"input": {
"seed": 64811,
"image": "https://replicate.delivery/pbxt/Js49PGWMjU21D9Bg4U6uI7dX4p6UnA31W23TEQMO6Fnq3lKP/pearl1024.jpg",
"width": 1024,
"height": 1024,
"prompt": "a latina woman with a pearl earring",
"scheduler": "DPMSolverMultistep",
"lora_scale": 0.6,
"num_outputs": 1,
"guidance_scale": 7,
"apply_watermark": true,
"negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
"prompt_strength": 0.8,
"num_inference_steps": 40
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-11-13T17:48:34.925116Z",
"created_at": "2023-11-13T17:48:23.774585Z",
"data_removed": false,
"error": null,
"id": "57wsxtdbzimj4g32hetxjcvirm",
"input": {
"seed": 64811,
"image": "https://replicate.delivery/pbxt/Js49PGWMjU21D9Bg4U6uI7dX4p6UnA31W23TEQMO6Fnq3lKP/pearl1024.jpg",
"width": 1024,
"height": 1024,
"prompt": "a latina woman with a pearl earring",
"scheduler": "DPMSolverMultistep",
"lora_scale": 0.6,
"num_outputs": 1,
"guidance_scale": 7,
"apply_watermark": true,
"negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
"prompt_strength": 0.8,
"num_inference_steps": 40
},
"logs": "Using seed: 64811\nPrompt: a latina woman with a pearl earring\nimg2img mode\n 0%| | 0/32 [00:00<?, ?it/s]\n 3%|▎ | 1/32 [00:00<00:08, 3.67it/s]\n 6%|▋ | 2/32 [00:00<00:08, 3.66it/s]\n 9%|▉ | 3/32 [00:00<00:07, 3.65it/s]\n 12%|█▎ | 4/32 [00:01<00:07, 3.64it/s]\n 16%|█▌ | 5/32 [00:01<00:07, 3.64it/s]\n 19%|█▉ | 6/32 [00:01<00:07, 3.64it/s]\n 22%|██▏ | 7/32 [00:01<00:06, 3.64it/s]\n 25%|██▌ | 8/32 [00:02<00:06, 3.64it/s]\n 28%|██▊ | 9/32 [00:02<00:06, 3.64it/s]\n 31%|███▏ | 10/32 [00:02<00:06, 3.64it/s]\n 34%|███▍ | 11/32 [00:03<00:05, 3.64it/s]\n 38%|███▊ | 12/32 [00:03<00:05, 3.64it/s]\n 41%|████ | 13/32 [00:03<00:05, 3.64it/s]\n 44%|████▍ | 14/32 [00:03<00:04, 3.64it/s]\n 47%|████▋ | 15/32 [00:04<00:04, 3.64it/s]\n 50%|█████ | 16/32 [00:04<00:04, 3.64it/s]\n 53%|█████▎ | 17/32 [00:04<00:04, 3.64it/s]\n 56%|█████▋ | 18/32 [00:04<00:03, 3.64it/s]\n 59%|█████▉ | 19/32 [00:05<00:03, 3.64it/s]\n 62%|██████▎ | 20/32 [00:05<00:03, 3.64it/s]\n 66%|██████▌ | 21/32 [00:05<00:03, 3.63it/s]\n 69%|██████▉ | 22/32 [00:06<00:02, 3.63it/s]\n 72%|███████▏ | 23/32 [00:06<00:02, 3.63it/s]\n 75%|███████▌ | 24/32 [00:06<00:02, 3.63it/s]\n 78%|███████▊ | 25/32 [00:06<00:01, 3.63it/s]\n 81%|████████▏ | 26/32 [00:07<00:01, 3.63it/s]\n 84%|████████▍ | 27/32 [00:07<00:01, 3.63it/s]\n 88%|████████▊ | 28/32 [00:07<00:01, 3.63it/s]\n 91%|█████████ | 29/32 [00:07<00:00, 3.63it/s]\n 94%|█████████▍| 30/32 [00:08<00:00, 3.63it/s]\n 97%|█████████▋| 31/32 [00:08<00:00, 3.63it/s]\n100%|██████████| 32/32 [00:08<00:00, 3.63it/s]\n100%|██████████| 32/32 [00:08<00:00, 3.64it/s]",
"metrics": {
"predict_time": 11.159731,
"total_time": 11.150531
},
"output": [
"https://replicate.delivery/pbxt/6D4sVhRfyVVpfk5o8xbKkhkWrvnGpfCsVBeJaQdZWryJ3EgHB/out-0.png"
],
"started_at": "2023-11-13T17:48:23.765385Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/57wsxtdbzimj4g32hetxjcvirm",
"cancel": "https://api.replicate.com/v1/predictions/57wsxtdbzimj4g32hetxjcvirm/cancel"
},
"version": "7d6a2f9c4754477b12c14ed2a58f89bb85128edcdd581d24ce58b6926029de08"
}
Using seed: 64811
Prompt: a latina woman with a pearl earring
img2img mode
0%| | 0/32 [00:00<?, ?it/s]
3%|▎ | 1/32 [00:00<00:08, 3.67it/s]
6%|▋ | 2/32 [00:00<00:08, 3.66it/s]
9%|▉ | 3/32 [00:00<00:07, 3.65it/s]
12%|█▎ | 4/32 [00:01<00:07, 3.64it/s]
16%|█▌ | 5/32 [00:01<00:07, 3.64it/s]
19%|█▉ | 6/32 [00:01<00:07, 3.64it/s]
22%|██▏ | 7/32 [00:01<00:06, 3.64it/s]
25%|██▌ | 8/32 [00:02<00:06, 3.64it/s]
28%|██▊ | 9/32 [00:02<00:06, 3.64it/s]
31%|███▏ | 10/32 [00:02<00:06, 3.64it/s]
34%|███▍ | 11/32 [00:03<00:05, 3.64it/s]
38%|███▊ | 12/32 [00:03<00:05, 3.64it/s]
41%|████ | 13/32 [00:03<00:05, 3.64it/s]
44%|████▍ | 14/32 [00:03<00:04, 3.64it/s]
47%|████▋ | 15/32 [00:04<00:04, 3.64it/s]
50%|█████ | 16/32 [00:04<00:04, 3.64it/s]
53%|█████▎ | 17/32 [00:04<00:04, 3.64it/s]
56%|█████▋ | 18/32 [00:04<00:03, 3.64it/s]
59%|█████▉ | 19/32 [00:05<00:03, 3.64it/s]
62%|██████▎ | 20/32 [00:05<00:03, 3.64it/s]
66%|██████▌ | 21/32 [00:05<00:03, 3.63it/s]
69%|██████▉ | 22/32 [00:06<00:02, 3.63it/s]
72%|███████▏ | 23/32 [00:06<00:02, 3.63it/s]
75%|███████▌ | 24/32 [00:06<00:02, 3.63it/s]
78%|███████▊ | 25/32 [00:06<00:01, 3.63it/s]
81%|████████▏ | 26/32 [00:07<00:01, 3.63it/s]
84%|████████▍ | 27/32 [00:07<00:01, 3.63it/s]
88%|████████▊ | 28/32 [00:07<00:01, 3.63it/s]
91%|█████████ | 29/32 [00:07<00:00, 3.63it/s]
94%|█████████▍| 30/32 [00:08<00:00, 3.63it/s]
97%|█████████▋| 31/32 [00:08<00:00, 3.63it/s]
100%|██████████| 32/32 [00:08<00:00, 3.63it/s]
100%|██████████| 32/32 [00:08<00:00, 3.64it/s]