You're looking at a specific version of this model. Jump to the model overview.
lucataco /realvisxl2-lcm:47963344
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";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run lucataco/realvisxl2-lcm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"lucataco/realvisxl2-lcm:479633443fc6588e1e8ae764b79cdb3702d0c196e0cb2de6db39ce577383be77",
{
input: {
seed: 2020353893,
width: 1024,
height: 1024,
prompt: "front shot, portrait photo of a cute 22 y.o woman, looks away, full lips, natural skin, skin moles, stormy weather, (cinematic, film grain:1.1)",
scheduler: "LCM",
num_outputs: 1,
guidance_scale: 2,
apply_watermark: true,
negative_prompt: "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
prompt_strength: 0.8,
num_inference_steps: 6
}
}
);
console.log(output);
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/realvisxl2-lcm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"lucataco/realvisxl2-lcm:479633443fc6588e1e8ae764b79cdb3702d0c196e0cb2de6db39ce577383be77",
input={
"seed": 2020353893,
"width": 1024,
"height": 1024,
"prompt": "front shot, portrait photo of a cute 22 y.o woman, looks away, full lips, natural skin, skin moles, stormy weather, (cinematic, film grain:1.1)",
"scheduler": "LCM",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": True,
"negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
"prompt_strength": 0.8,
"num_inference_steps": 6
}
)
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/realvisxl2-lcm 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": "479633443fc6588e1e8ae764b79cdb3702d0c196e0cb2de6db39ce577383be77",
"input": {
"seed": 2020353893,
"width": 1024,
"height": 1024,
"prompt": "front shot, portrait photo of a cute 22 y.o woman, looks away, full lips, natural skin, skin moles, stormy weather, (cinematic, film grain:1.1)",
"scheduler": "LCM",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": true,
"negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
"prompt_strength": 0.8,
"num_inference_steps": 6
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/lucataco/realvisxl2-lcm@sha256:479633443fc6588e1e8ae764b79cdb3702d0c196e0cb2de6db39ce577383be77 \
-i 'seed=2020353893' \
-i 'width=1024' \
-i 'height=1024' \
-i 'prompt="front shot, portrait photo of a cute 22 y.o woman, looks away, full lips, natural skin, skin moles, stormy weather, (cinematic, film grain:1.1)"' \
-i 'scheduler="LCM"' \
-i 'num_outputs=1' \
-i 'guidance_scale=2' \
-i 'apply_watermark=true' \
-i 'negative_prompt="(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth"' \
-i 'prompt_strength=0.8' \
-i 'num_inference_steps=6'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/lucataco/realvisxl2-lcm@sha256:479633443fc6588e1e8ae764b79cdb3702d0c196e0cb2de6db39ce577383be77
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 2020353893, "width": 1024, "height": 1024, "prompt": "front shot, portrait photo of a cute 22 y.o woman, looks away, full lips, natural skin, skin moles, stormy weather, (cinematic, film grain:1.1)", "scheduler": "LCM", "num_outputs": 1, "guidance_scale": 2, "apply_watermark": true, "negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth", "prompt_strength": 0.8, "num_inference_steps": 6 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.11. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-11-15T23:33:21.493483Z",
"created_at": "2023-11-15T23:33:18.997195Z",
"data_removed": false,
"error": null,
"id": "ajtkbidbdtmhqbfz224adrl5le",
"input": {
"seed": 2020353893,
"width": 1024,
"height": 1024,
"prompt": "front shot, portrait photo of a cute 22 y.o woman, looks away, full lips, natural skin, skin moles, stormy weather, (cinematic, film grain:1.1)",
"scheduler": "LCM",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": true,
"negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
"prompt_strength": 0.8,
"num_inference_steps": 6
},
"logs": "Using seed: 2020353893\nPrompt: front shot, portrait photo of a cute 22 y.o woman, looks away, full lips, natural skin, skin moles, stormy weather, (cinematic, film grain:1.1)\ntxt2img mode\nThe config attributes {'skip_prk_steps': True} were passed to LCMScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.\n 0%| | 0/6 [00:00<?, ?it/s]\n 17%|█▋ | 1/6 [00:00<00:00, 9.04it/s]\n 33%|███▎ | 2/6 [00:00<00:00, 8.96it/s]\n 50%|█████ | 3/6 [00:00<00:00, 8.96it/s]\n 67%|██████▋ | 4/6 [00:00<00:00, 8.97it/s]\n 83%|████████▎ | 5/6 [00:00<00:00, 8.97it/s]\n100%|██████████| 6/6 [00:00<00:00, 8.98it/s]\n100%|██████████| 6/6 [00:00<00:00, 8.97it/s]",
"metrics": {
"predict_time": 2.463097,
"total_time": 2.496288
},
"output": [
"https://replicate.delivery/pbxt/IUojxc6ARB4hNNVRDn8eLPdh0GrcRi4Gu11ePPevYe8C0BjHB/out-0.png"
],
"started_at": "2023-11-15T23:33:19.030386Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/ajtkbidbdtmhqbfz224adrl5le",
"cancel": "https://api.replicate.com/v1/predictions/ajtkbidbdtmhqbfz224adrl5le/cancel"
},
"version": "479633443fc6588e1e8ae764b79cdb3702d0c196e0cb2de6db39ce577383be77"
}
Using seed: 2020353893
Prompt: front shot, portrait photo of a cute 22 y.o woman, looks away, full lips, natural skin, skin moles, stormy weather, (cinematic, film grain:1.1)
txt2img mode
The config attributes {'skip_prk_steps': True} were passed to LCMScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.
0%| | 0/6 [00:00<?, ?it/s]
17%|█▋ | 1/6 [00:00<00:00, 9.04it/s]
33%|███▎ | 2/6 [00:00<00:00, 8.96it/s]
50%|█████ | 3/6 [00:00<00:00, 8.96it/s]
67%|██████▋ | 4/6 [00:00<00:00, 8.97it/s]
83%|████████▎ | 5/6 [00:00<00:00, 8.97it/s]
100%|██████████| 6/6 [00:00<00:00, 8.98it/s]
100%|██████████| 6/6 [00:00<00:00, 8.97it/s]