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.
dhanushreddy291 /sdvn10-anime:ce2ca6fd
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 dhanushreddy291/sdvn10-anime using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"dhanushreddy291/sdvn10-anime:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951",
{
input: {
seed: 0,
steps: 34,
width: 512,
height: 768,
prompt: "(masterpiece,best quality:1.5), Style of Kathe Kollwitz,dtx shiki (senran kagura), contrapposto, Adobe,at Nighttime,music journalist,The Yggdrasil Tree",
guidance: 7,
scheduler: "EulerA",
num_outputs: 1,
negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"
}
}
);
// To access the file URL:
console.log(output[0].url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output[0]);
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 dhanushreddy291/sdvn10-anime using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"dhanushreddy291/sdvn10-anime:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951",
input={
"seed": 0,
"steps": 34,
"width": 512,
"height": 768,
"prompt": "(masterpiece,best quality:1.5), Style of Kathe Kollwitz,dtx shiki (senran kagura), contrapposto, Adobe,at Nighttime,music journalist,The Yggdrasil Tree",
"guidance": 7,
"scheduler": "EulerA",
"num_outputs": 1,
"negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"
}
)
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 dhanushreddy291/sdvn10-anime 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": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951",
"input": {
"seed": 0,
"steps": 34,
"width": 512,
"height": 768,
"prompt": "(masterpiece,best quality:1.5), Style of Kathe Kollwitz,dtx shiki (senran kagura), contrapposto, Adobe,at Nighttime,music journalist,The Yggdrasil Tree",
"guidance": 7,
"scheduler": "EulerA",
"num_outputs": 1,
"negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"
}
}' \
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": "2024-01-15T08:04:26.929564Z",
"created_at": "2024-01-15T08:04:23.697156Z",
"data_removed": false,
"error": null,
"id": "nwqhzmdbluvljwprapah5aec34",
"input": {
"seed": 0,
"steps": 34,
"width": 512,
"height": 768,
"prompt": "(masterpiece,best quality:1.5), Style of Kathe Kollwitz,dtx shiki (senran kagura), contrapposto, Adobe,at Nighttime,music journalist,The Yggdrasil Tree",
"guidance": 7,
"scheduler": "EulerA",
"num_outputs": 1,
"negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"
},
"logs": "0%| | 0/34 [00:00<?, ?it/s]\n 9%|▉ | 3/34 [00:00<00:01, 23.62it/s]\n 18%|█▊ | 6/34 [00:00<00:01, 19.47it/s]\n 24%|██▎ | 8/34 [00:00<00:01, 18.60it/s]\n 29%|██▉ | 10/34 [00:00<00:01, 18.11it/s]\n 35%|███▌ | 12/34 [00:00<00:01, 17.81it/s]\n 41%|████ | 14/34 [00:00<00:01, 17.63it/s]\n 47%|████▋ | 16/34 [00:00<00:01, 17.48it/s]\n 53%|█████▎ | 18/34 [00:00<00:00, 17.29it/s]\n 59%|█████▉ | 20/34 [00:01<00:00, 17.24it/s]\n 65%|██████▍ | 22/34 [00:01<00:00, 17.19it/s]\n 71%|███████ | 24/34 [00:01<00:00, 17.18it/s]\n 76%|███████▋ | 26/34 [00:01<00:00, 17.20it/s]\n 82%|████████▏ | 28/34 [00:01<00:00, 17.22it/s]\n 88%|████████▊ | 30/34 [00:01<00:00, 17.22it/s]\n 94%|█████████▍| 32/34 [00:01<00:00, 17.22it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.18it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.61it/s]",
"metrics": {
"predict_time": 3.199192,
"total_time": 3.232408
},
"output": [
"https://replicate.delivery/pbxt/jhgqgRVcsEYjARjkHCoGexLZfEtVPnr7VqxXo7nWF0uKkpMSA/out-0.png"
],
"started_at": "2024-01-15T08:04:23.730372Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/nwqhzmdbluvljwprapah5aec34",
"cancel": "https://api.replicate.com/v1/predictions/nwqhzmdbluvljwprapah5aec34/cancel"
},
"version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951"
}
0%| | 0/34 [00:00<?, ?it/s]
9%|▉ | 3/34 [00:00<00:01, 23.62it/s]
18%|█▊ | 6/34 [00:00<00:01, 19.47it/s]
24%|██▎ | 8/34 [00:00<00:01, 18.60it/s]
29%|██▉ | 10/34 [00:00<00:01, 18.11it/s]
35%|███▌ | 12/34 [00:00<00:01, 17.81it/s]
41%|████ | 14/34 [00:00<00:01, 17.63it/s]
47%|████▋ | 16/34 [00:00<00:01, 17.48it/s]
53%|█████▎ | 18/34 [00:00<00:00, 17.29it/s]
59%|█████▉ | 20/34 [00:01<00:00, 17.24it/s]
65%|██████▍ | 22/34 [00:01<00:00, 17.19it/s]
71%|███████ | 24/34 [00:01<00:00, 17.18it/s]
76%|███████▋ | 26/34 [00:01<00:00, 17.20it/s]
82%|████████▏ | 28/34 [00:01<00:00, 17.22it/s]
88%|████████▊ | 30/34 [00:01<00:00, 17.22it/s]
94%|█████████▍| 32/34 [00:01<00:00, 17.22it/s]
100%|██████████| 34/34 [00:01<00:00, 17.18it/s]
100%|██████████| 34/34 [00:01<00:00, 17.61it/s]