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: 36446545872,
width: 768,
height: 768,
prompt: "WATERCOLOR, Flamenco dancer in mid-twirl, vivid reds and blacks of her attire, passion captured in her posture, warm oranges and yellows of stage lights, on high-quality watercolor paper, intense and dynamic, movement captured in swirling colors, inspired by Spanish traditions, energetic, ruffles of the dress given depth by color layering, spontaneous brushwork, with audience shadows hinted in background, dramatic, expressive, with splatters to emphasize the raw emotion.",
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": 36446545872,
"width": 768,
"height": 768,
"prompt": "WATERCOLOR, Flamenco dancer in mid-twirl, vivid reds and blacks of her attire, passion captured in her posture, warm oranges and yellows of stage lights, on high-quality watercolor paper, intense and dynamic, movement captured in swirling colors, inspired by Spanish traditions, energetic, ruffles of the dress given depth by color layering, spontaneous brushwork, with audience shadows hinted in background, dramatic, expressive, with splatters to emphasize the raw emotion.",
"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": 36446545872,
"width": 768,
"height": 768,
"prompt": "WATERCOLOR, Flamenco dancer in mid-twirl, vivid reds and blacks of her attire, passion captured in her posture, warm oranges and yellows of stage lights, on high-quality watercolor paper, intense and dynamic, movement captured in swirling colors, inspired by Spanish traditions, energetic, ruffles of the dress given depth by color layering, spontaneous brushwork, with audience shadows hinted in background, dramatic, expressive, with splatters to emphasize the raw emotion.",
"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:17:35.934998Z",
"created_at": "2023-10-25T01:17:32.411211Z",
"data_removed": false,
"error": null,
"id": "emvugclblirh7fegnuuorp6x4u",
"input": {
"seed": 36446545872,
"width": 768,
"height": 768,
"prompt": "WATERCOLOR, Flamenco dancer in mid-twirl, vivid reds and blacks of her attire, passion captured in her posture, warm oranges and yellows of stage lights, on high-quality watercolor paper, intense and dynamic, movement captured in swirling colors, inspired by Spanish traditions, energetic, ruffles of the dress given depth by color layering, spontaneous brushwork, with audience shadows hinted in background, dramatic, expressive, with splatters to emphasize the raw emotion.",
"scheduler": "K_EULER",
"num_outputs": 1,
"guidance_scale": 9,
"negative_prompt": "scary, cartoon, painting",
"num_inference_steps": 25
},
"logs": "Using seed: 36446545872\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['audience shadows hinted in background, dramatic, expressive, with splatters to emphasize the raw emotion.']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['audience shadows hinted in background, dramatic, expressive, with splatters to emphasize the raw emotion.']\n 0%| | 0/25 [00:00<?, ?it/s]\n 8%|▊ | 2/25 [00:00<00:01, 12.74it/s]\n 16%|█▌ | 4/25 [00:00<00:01, 12.68it/s]\n 24%|██▍ | 6/25 [00:00<00:01, 12.62it/s]\n 32%|███▏ | 8/25 [00:00<00:01, 12.62it/s]\n 40%|████ | 10/25 [00:00<00:01, 12.62it/s]\n 48%|████▊ | 12/25 [00:00<00:01, 12.57it/s]\n 56%|█████▌ | 14/25 [00:01<00:00, 12.57it/s]\n 64%|██████▍ | 16/25 [00:01<00:00, 12.58it/s]\n 72%|███████▏ | 18/25 [00:01<00:00, 12.58it/s]\n 80%|████████ | 20/25 [00:01<00:00, 12.59it/s]\n 88%|████████▊ | 22/25 [00:01<00:00, 12.61it/s]\n 96%|█████████▌| 24/25 [00:01<00:00, 12.61it/s]\n100%|██████████| 25/25 [00:01<00:00, 12.60it/s]",
"metrics": {
"predict_time": 3.536099,
"total_time": 3.523787
},
"output": [
"https://replicate.delivery/pbxt/l5f9JsytFzQtI66l0iXMOUPVvAvuZJkXHAr0fxbVVl5v6hxRA/out-0.png"
],
"started_at": "2023-10-25T01:17:32.398899Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/emvugclblirh7fegnuuorp6x4u",
"cancel": "https://api.replicate.com/v1/predictions/emvugclblirh7fegnuuorp6x4u/cancel"
},
"version": "1ee85ef681d5ad3d6870b9da1a4543cb3ad702d036fa5b5210f133b83b05a780"
}
Using seed: 36446545872
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['audience shadows hinted in background, dramatic, expressive, with splatters to emphasize the raw emotion.']
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['audience shadows hinted in background, dramatic, expressive, with splatters to emphasize the raw emotion.']
0%| | 0/25 [00:00<?, ?it/s]
8%|▊ | 2/25 [00:00<00:01, 12.74it/s]
16%|█▌ | 4/25 [00:00<00:01, 12.68it/s]
24%|██▍ | 6/25 [00:00<00:01, 12.62it/s]
32%|███▏ | 8/25 [00:00<00:01, 12.62it/s]
40%|████ | 10/25 [00:00<00:01, 12.62it/s]
48%|████▊ | 12/25 [00:00<00:01, 12.57it/s]
56%|█████▌ | 14/25 [00:01<00:00, 12.57it/s]
64%|██████▍ | 16/25 [00:01<00:00, 12.58it/s]
72%|███████▏ | 18/25 [00:01<00:00, 12.58it/s]
80%|████████ | 20/25 [00:01<00:00, 12.59it/s]
88%|████████▊ | 22/25 [00:01<00:00, 12.61it/s]
96%|█████████▌| 24/25 [00:01<00:00, 12.61it/s]
100%|██████████| 25/25 [00:01<00:00, 12.60it/s]