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.
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/ssd-1b using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"lucataco/ssd-1b:1ee85ef681d5ad3d6870b9da1a4543cb3ad702d036fa5b5210f133b83b05a780",
{
input: {
seed: 36446545871,
width: 768,
height: 768,
prompt: "STICKER, An energetic portrayal of a dancing cactus with a sombrero, amidst a desert sunset, warm twilight glow, summer festival 2024, gradient orange to purple hues, 3D digital drawing, cheerful and vibrant, desert fiesta theme, cartoon shading, glittering sand effect, using Autodesk SketchBook, sticker, 2D animated, lively desert, vector illustration, 2D front view, spotlighted by the setting sun, by Hayao Miyazaki, playful, bright, festive, graphic, outlined edges, vector design.",
scheduler: "K_EULER",
num_outputs: 1,
guidance_scale: 9,
negative_prompt: "scary, cartoon, painting",
num_inference_steps: 25
}
}
);
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/ssd-1b using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"lucataco/ssd-1b:1ee85ef681d5ad3d6870b9da1a4543cb3ad702d036fa5b5210f133b83b05a780",
input={
"seed": 36446545871,
"width": 768,
"height": 768,
"prompt": "STICKER, An energetic portrayal of a dancing cactus with a sombrero, amidst a desert sunset, warm twilight glow, summer festival 2024, gradient orange to purple hues, 3D digital drawing, cheerful and vibrant, desert fiesta theme, cartoon shading, glittering sand effect, using Autodesk SketchBook, sticker, 2D animated, lively desert, vector illustration, 2D front view, spotlighted by the setting sun, by Hayao Miyazaki, playful, bright, festive, graphic, outlined edges, vector design.",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 9,
"negative_prompt": "scary, cartoon, painting",
"num_inference_steps": 25
}
)
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/ssd-1b 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": "1ee85ef681d5ad3d6870b9da1a4543cb3ad702d036fa5b5210f133b83b05a780",
"input": {
"seed": 36446545871,
"width": 768,
"height": 768,
"prompt": "STICKER, An energetic portrayal of a dancing cactus with a sombrero, amidst a desert sunset, warm twilight glow, summer festival 2024, gradient orange to purple hues, 3D digital drawing, cheerful and vibrant, desert fiesta theme, cartoon shading, glittering sand effect, using Autodesk SketchBook, sticker, 2D animated, lively desert, vector illustration, 2D front view, spotlighted by the setting sun, by Hayao Miyazaki, playful, bright, festive, graphic, outlined edges, vector design.",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 9,
"negative_prompt": "scary, cartoon, painting",
"num_inference_steps": 25
}
}' \
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-10-25T01:15:26.642714Z",
"created_at": "2023-10-25T01:15:23.229780Z",
"data_removed": false,
"error": null,
"id": "x2s2eqlbdvjii525e3k6jdp4xm",
"input": {
"seed": 36446545871,
"width": 768,
"height": 768,
"prompt": "STICKER, An energetic portrayal of a dancing cactus with a sombrero, amidst a desert sunset, warm twilight glow, summer festival 2024, gradient orange to purple hues, 3D digital drawing, cheerful and vibrant, desert fiesta theme, cartoon shading, glittering sand effect, using Autodesk SketchBook, sticker, 2D animated, lively desert, vector illustration, 2D front view, spotlighted by the setting sun, by Hayao Miyazaki, playful, bright, festive, graphic, outlined edges, vector design.",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 9,
"negative_prompt": "scary, cartoon, painting",
"num_inference_steps": 25
},
"logs": "Using seed: 36446545871\nToken indices sequence length is longer than the specified maximum sequence length for this model (109 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['front view, spotlighted by the setting sun, by hayao miyazaki, playful, bright, festive, graphic, outlined edges, vector design.']\nToken indices sequence length is longer than the specified maximum sequence length for this model (109 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['front view, spotlighted by the setting sun, by hayao miyazaki, playful, bright, festive, graphic, outlined edges, vector design.']\n 0%| | 0/25 [00:00<?, ?it/s]\n 8%|▊ | 2/25 [00:00<00:01, 12.78it/s]\n 16%|█▌ | 4/25 [00:00<00:01, 12.73it/s]\n 24%|██▍ | 6/25 [00:00<00:01, 12.68it/s]\n 32%|███▏ | 8/25 [00:00<00:01, 12.67it/s]\n 40%|████ | 10/25 [00:00<00:01, 12.65it/s]\n 48%|████▊ | 12/25 [00:00<00:01, 12.64it/s]\n 56%|█████▌ | 14/25 [00:01<00:00, 12.63it/s]\n 64%|██████▍ | 16/25 [00:01<00:00, 12.62it/s]\n 72%|███████▏ | 18/25 [00:01<00:00, 12.60it/s]\n 80%|████████ | 20/25 [00:01<00:00, 12.59it/s]\n 88%|████████▊ | 22/25 [00:01<00:00, 12.59it/s]\n 96%|█████████▌| 24/25 [00:01<00:00, 12.59it/s]\n100%|██████████| 25/25 [00:01<00:00, 12.62it/s]",
"metrics": {
"predict_time": 3.437817,
"total_time": 3.412934
},
"output": [
"https://replicate.delivery/pbxt/e023Do0DaUS9LCWNV0FAonrFbxg7azsnA0jGQPjiKFhW8w4IA/out-0.png"
],
"started_at": "2023-10-25T01:15:23.204897Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/x2s2eqlbdvjii525e3k6jdp4xm",
"cancel": "https://api.replicate.com/v1/predictions/x2s2eqlbdvjii525e3k6jdp4xm/cancel"
},
"version": "1ee85ef681d5ad3d6870b9da1a4543cb3ad702d036fa5b5210f133b83b05a780"
}
Using seed: 36446545871
Token indices sequence length is longer than the specified maximum sequence length for this model (109 > 77). Running this sequence through the model will result in indexing errors
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['front view, spotlighted by the setting sun, by hayao miyazaki, playful, bright, festive, graphic, outlined edges, vector design.']
Token indices sequence length is longer than the specified maximum sequence length for this model (109 > 77). Running this sequence through the model will result in indexing errors
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['front view, spotlighted by the setting sun, by hayao miyazaki, playful, bright, festive, graphic, outlined edges, vector design.']
0%| | 0/25 [00:00<?, ?it/s]
8%|▊ | 2/25 [00:00<00:01, 12.78it/s]
16%|█▌ | 4/25 [00:00<00:01, 12.73it/s]
24%|██▍ | 6/25 [00:00<00:01, 12.68it/s]
32%|███▏ | 8/25 [00:00<00:01, 12.67it/s]
40%|████ | 10/25 [00:00<00:01, 12.65it/s]
48%|████▊ | 12/25 [00:00<00:01, 12.64it/s]
56%|█████▌ | 14/25 [00:01<00:00, 12.63it/s]
64%|██████▍ | 16/25 [00:01<00:00, 12.62it/s]
72%|███████▏ | 18/25 [00:01<00:00, 12.60it/s]
80%|████████ | 20/25 [00:01<00:00, 12.59it/s]
88%|████████▊ | 22/25 [00:01<00:00, 12.59it/s]
96%|█████████▌| 24/25 [00:01<00:00, 12.59it/s]
100%|██████████| 25/25 [00:01<00:00, 12.62it/s]