You're looking at a specific version of this model. Jump to the model overview.
lucataco /dreamshaper-xl-turbo:0a1710e0
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/dreamshaper-xl-turbo using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"lucataco/dreamshaper-xl-turbo:0a1710e0187b01a255302738ca0158ff02a22f4638679533e111082f9dd1b615",
{
input: {
width: 1024,
height: 1024,
prompt: "Photography, full body of real life pikachu portrait, symmetrical, highly detailed, smooth, sharp focus, cinematic lighting, kkw-ph1",
scheduler: "K_EULER",
num_outputs: 1,
guidance_scale: 2,
apply_watermark: true,
negative_prompt: "text, watermark, low quality, medium quality, blurry, censored, wrinkles, deformed, mutated, cgi, 3d render",
num_inference_steps: 7
}
}
);
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/dreamshaper-xl-turbo using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"lucataco/dreamshaper-xl-turbo:0a1710e0187b01a255302738ca0158ff02a22f4638679533e111082f9dd1b615",
input={
"width": 1024,
"height": 1024,
"prompt": "Photography, full body of real life pikachu portrait, symmetrical, highly detailed, smooth, sharp focus, cinematic lighting, kkw-ph1",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": True,
"negative_prompt": "text, watermark, low quality, medium quality, blurry, censored, wrinkles, deformed, mutated, cgi, 3d render",
"num_inference_steps": 7
}
)
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/dreamshaper-xl-turbo 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": "0a1710e0187b01a255302738ca0158ff02a22f4638679533e111082f9dd1b615",
"input": {
"width": 1024,
"height": 1024,
"prompt": "Photography, full body of real life pikachu portrait, symmetrical, highly detailed, smooth, sharp focus, cinematic lighting, kkw-ph1",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": true,
"negative_prompt": "text, watermark, low quality, medium quality, blurry, censored, wrinkles, deformed, mutated, cgi, 3d render",
"num_inference_steps": 7
}
}' \
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/dreamshaper-xl-turbo@sha256:0a1710e0187b01a255302738ca0158ff02a22f4638679533e111082f9dd1b615 \
-i 'width=1024' \
-i 'height=1024' \
-i 'prompt="Photography, full body of real life pikachu portrait, symmetrical, highly detailed, smooth, sharp focus, cinematic lighting, kkw-ph1"' \
-i 'scheduler="K_EULER"' \
-i 'num_outputs=1' \
-i 'guidance_scale=2' \
-i 'apply_watermark=true' \
-i 'negative_prompt="text, watermark, low quality, medium quality, blurry, censored, wrinkles, deformed, mutated, cgi, 3d render"' \
-i 'num_inference_steps=7'
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/dreamshaper-xl-turbo@sha256:0a1710e0187b01a255302738ca0158ff02a22f4638679533e111082f9dd1b615
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "width": 1024, "height": 1024, "prompt": "Photography, full body of real life pikachu portrait, symmetrical, highly detailed, smooth, sharp focus, cinematic lighting, kkw-ph1", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 2, "apply_watermark": true, "negative_prompt": "text, watermark, low quality, medium quality, blurry, censored, wrinkles, deformed, mutated, cgi, 3d render", "num_inference_steps": 7 } }' \ 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.0058. 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-12-19T23:51:41.760039Z",
"created_at": "2023-12-19T23:51:38.185373Z",
"data_removed": false,
"error": null,
"id": "bvi4j3tbhoyqa5bmicq2pzsqpq",
"input": {
"width": 1024,
"height": 1024,
"prompt": "Photography, full body of real life pikachu portrait, symmetrical, highly detailed, smooth, sharp focus, cinematic lighting, kkw-ph1",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": true,
"negative_prompt": "text, watermark, low quality, medium quality, blurry, censored, wrinkles, deformed, mutated, cgi, 3d render",
"num_inference_steps": 7
},
"logs": "Using seed: 3097257\n 0%| | 0/7 [00:00<?, ?it/s]\n 14%|█▍ | 1/7 [00:00<00:01, 4.97it/s]\n 29%|██▊ | 2/7 [00:00<00:01, 4.95it/s]\n 43%|████▎ | 3/7 [00:00<00:00, 4.96it/s]\n 57%|█████▋ | 4/7 [00:00<00:00, 4.96it/s]\n 71%|███████▏ | 5/7 [00:01<00:00, 4.94it/s]\n 86%|████████▌ | 6/7 [00:01<00:00, 4.94it/s]\n100%|██████████| 7/7 [00:01<00:00, 4.94it/s]\n100%|██████████| 7/7 [00:01<00:00, 4.95it/s]",
"metrics": {
"predict_time": 3.540229,
"total_time": 3.574666
},
"output": [
"https://replicate.delivery/pbxt/2dCMrtSwWdJ1DpAjr2B9iG1HTFdiGUk62OTj848VMfJG9eDSA/out-0.png"
],
"started_at": "2023-12-19T23:51:38.219810Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/bvi4j3tbhoyqa5bmicq2pzsqpq",
"cancel": "https://api.replicate.com/v1/predictions/bvi4j3tbhoyqa5bmicq2pzsqpq/cancel"
},
"version": "0a1710e0187b01a255302738ca0158ff02a22f4638679533e111082f9dd1b615"
}
Using seed: 3097257
0%| | 0/7 [00:00<?, ?it/s]
14%|█▍ | 1/7 [00:00<00:01, 4.97it/s]
29%|██▊ | 2/7 [00:00<00:01, 4.95it/s]
43%|████▎ | 3/7 [00:00<00:00, 4.96it/s]
57%|█████▋ | 4/7 [00:00<00:00, 4.96it/s]
71%|███████▏ | 5/7 [00:01<00:00, 4.94it/s]
86%|████████▌ | 6/7 [00:01<00:00, 4.94it/s]
100%|██████████| 7/7 [00:01<00:00, 4.94it/s]
100%|██████████| 7/7 [00:01<00:00, 4.95it/s]