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: "no humans, landscape, oil on matte canvas, sharp details, the expanse scifi spacescape ceres colony, intricate, highly detailed, digital painting, rich color, smooth, sharp focus, illustration, Unreal Engine 5, 8K, art by artgerm and greg rutkowski and alphonse mucha",
scheduler: "K_EULER",
num_outputs: 1,
guidance_scale: 2,
apply_watermark: true,
negative_prompt: "ugly, deformed, noisy, blurry, low contrast, text",
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": "no humans, landscape, oil on matte canvas, sharp details, the expanse scifi spacescape ceres colony, intricate, highly detailed, digital painting, rich color, smooth, sharp focus, illustration, Unreal Engine 5, 8K, art by artgerm and greg rutkowski and alphonse mucha",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": True,
"negative_prompt": "ugly, deformed, noisy, blurry, low contrast, text",
"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": "no humans, landscape, oil on matte canvas, sharp details, the expanse scifi spacescape ceres colony, intricate, highly detailed, digital painting, rich color, smooth, sharp focus, illustration, Unreal Engine 5, 8K, art by artgerm and greg rutkowski and alphonse mucha",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": true,
"negative_prompt": "ugly, deformed, noisy, blurry, low contrast, text",
"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="no humans, landscape, oil on matte canvas, sharp details, the expanse scifi spacescape ceres colony, intricate, highly detailed, digital painting, rich color, smooth, sharp focus, illustration, Unreal Engine 5, 8K, art by artgerm and greg rutkowski and alphonse mucha"' \
-i 'scheduler="K_EULER"' \
-i 'num_outputs=1' \
-i 'guidance_scale=2' \
-i 'apply_watermark=true' \
-i 'negative_prompt="ugly, deformed, noisy, blurry, low contrast, text"' \
-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": "no humans, landscape, oil on matte canvas, sharp details, the expanse scifi spacescape ceres colony, intricate, highly detailed, digital painting, rich color, smooth, sharp focus, illustration, Unreal Engine 5, 8K, art by artgerm and greg rutkowski and alphonse mucha", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 2, "apply_watermark": true, "negative_prompt": "ugly, deformed, noisy, blurry, low contrast, text", "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:50:18.619059Z",
"created_at": "2023-12-19T23:50:15.017408Z",
"data_removed": false,
"error": null,
"id": "lwglin3bttyr4cwhlqdeo2lgiu",
"input": {
"width": 1024,
"height": 1024,
"prompt": "no humans, landscape, oil on matte canvas, sharp details, the expanse scifi spacescape ceres colony, intricate, highly detailed, digital painting, rich color, smooth, sharp focus, illustration, Unreal Engine 5, 8K, art by artgerm and greg rutkowski and alphonse mucha",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 2,
"apply_watermark": true,
"negative_prompt": "ugly, deformed, noisy, blurry, low contrast, text",
"num_inference_steps": 7
},
"logs": "Using seed: 15353449\n 0%| | 0/7 [00:00<?, ?it/s]\n 14%|█▍ | 1/7 [00:00<00:01, 4.95it/s]\n 29%|██▊ | 2/7 [00:00<00:01, 4.94it/s]\n 43%|████▎ | 3/7 [00:00<00:00, 4.95it/s]\n 57%|█████▋ | 4/7 [00:00<00:00, 4.95it/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.94it/s]",
"metrics": {
"predict_time": 3.544474,
"total_time": 3.601651
},
"output": [
"https://replicate.delivery/pbxt/4dKymdVMECJHOtUTpsog0Cs1Qymp2NfnhPUpZH2KOT8c8eDSA/out-0.png"
],
"started_at": "2023-12-19T23:50:15.074585Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/lwglin3bttyr4cwhlqdeo2lgiu",
"cancel": "https://api.replicate.com/v1/predictions/lwglin3bttyr4cwhlqdeo2lgiu/cancel"
},
"version": "0a1710e0187b01a255302738ca0158ff02a22f4638679533e111082f9dd1b615"
}
Using seed: 15353449
0%| | 0/7 [00:00<?, ?it/s]
14%|█▍ | 1/7 [00:00<00:01, 4.95it/s]
29%|██▊ | 2/7 [00:00<00:01, 4.94it/s]
43%|████▎ | 3/7 [00:00<00:00, 4.95it/s]
57%|█████▋ | 4/7 [00:00<00:00, 4.95it/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.94it/s]