dhanushreddy291
/
sdvn10-anime
SDVN10-Anime
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdID3btjskdbvmqspbckusgclfvmqeStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 30
- width
- 512
- height
- 768
- prompt
- (masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 30, width: 512, height: 768, prompt: "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "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.
Set theREPLICATE_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": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=30' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T07:59:46.197004Z", "created_at": "2024-01-15T07:59:43.028692Z", "data_removed": false, "error": null, "id": "3btjskdbvmqspbckusgclfvmqe", "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "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/30 [00:00<?, ?it/s]\n 10%|█ | 3/30 [00:00<00:01, 23.62it/s]\n 20%|██ | 6/30 [00:00<00:01, 19.42it/s]\n 27%|██▋ | 8/30 [00:00<00:01, 18.59it/s]\n 33%|███▎ | 10/30 [00:00<00:01, 18.11it/s]\n 40%|████ | 12/30 [00:00<00:01, 17.81it/s]\n 47%|████▋ | 14/30 [00:00<00:00, 17.59it/s]\n 53%|█████▎ | 16/30 [00:00<00:00, 17.43it/s]\n 60%|██████ | 18/30 [00:01<00:00, 17.24it/s]\n 67%|██████▋ | 20/30 [00:01<00:00, 17.19it/s]\n 73%|███████▎ | 22/30 [00:01<00:00, 17.18it/s]\n 80%|████████ | 24/30 [00:01<00:00, 17.17it/s]\n 87%|████████▋ | 26/30 [00:01<00:00, 17.17it/s]\n 93%|█████████▎| 28/30 [00:01<00:00, 17.15it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.16it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.63it/s]", "metrics": { "predict_time": 3.070261, "total_time": 3.168312 }, "output": [ "https://replicate.delivery/pbxt/o38eapVYTs3JDadxWYRh6LNUeGwif7eBtOPvJve2ccPJeXKjE/out-0.png" ], "started_at": "2024-01-15T07:59:43.126743Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/3btjskdbvmqspbckusgclfvmqe", "cancel": "https://api.replicate.com/v1/predictions/3btjskdbvmqspbckusgclfvmqe/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/30 [00:00<?, ?it/s] 10%|█ | 3/30 [00:00<00:01, 23.62it/s] 20%|██ | 6/30 [00:00<00:01, 19.42it/s] 27%|██▋ | 8/30 [00:00<00:01, 18.59it/s] 33%|███▎ | 10/30 [00:00<00:01, 18.11it/s] 40%|████ | 12/30 [00:00<00:01, 17.81it/s] 47%|████▋ | 14/30 [00:00<00:00, 17.59it/s] 53%|█████▎ | 16/30 [00:00<00:00, 17.43it/s] 60%|██████ | 18/30 [00:01<00:00, 17.24it/s] 67%|██████▋ | 20/30 [00:01<00:00, 17.19it/s] 73%|███████▎ | 22/30 [00:01<00:00, 17.18it/s] 80%|████████ | 24/30 [00:01<00:00, 17.17it/s] 87%|████████▋ | 26/30 [00:01<00:00, 17.17it/s] 93%|█████████▎| 28/30 [00:01<00:00, 17.15it/s] 100%|██████████| 30/30 [00:01<00:00, 17.16it/s] 100%|██████████| 30/30 [00:01<00:00, 17.63it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDk3zi4tdb7okhznnmqo3wsvmpamStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 34
- width
- 512
- height
- 768
- prompt
- (masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 4
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "guidance": 7, "scheduler": "EulerA", "num_outputs": 4, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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 Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", guidance: 7, scheduler: "EulerA", num_outputs: 4, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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 Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "guidance": 7, "scheduler": "EulerA", "num_outputs": 4, "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.
Set theREPLICATE_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 Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "guidance": 7, "scheduler": "EulerA", "num_outputs": 4, "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=4' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "guidance": 7, "scheduler": "EulerA", "num_outputs": 4, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:00:41.864891Z", "created_at": "2024-01-15T08:00:31.431580Z", "data_removed": false, "error": null, "id": "k3zi4tdb7okhznnmqo3wsvmpam", "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Henry Raleigh,Fluxus Art, v for vendetta, playing with hair, kiwifruit,at Nighttime,Lovely,Boreal Forest", "guidance": 7, "scheduler": "EulerA", "num_outputs": 4, "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 3%|▎ | 1/34 [00:00<00:03, 9.37it/s]\n 6%|▌ | 2/34 [00:00<00:03, 8.12it/s]\n 9%|▉ | 3/34 [00:00<00:04, 6.37it/s]\n 12%|█▏ | 4/34 [00:00<00:05, 5.78it/s]\n 15%|█▍ | 5/34 [00:00<00:05, 5.50it/s]\n 18%|█▊ | 6/34 [00:01<00:05, 5.32it/s]\n 21%|██ | 7/34 [00:01<00:05, 5.23it/s]\n 24%|██▎ | 8/34 [00:01<00:05, 5.17it/s]\n 26%|██▋ | 9/34 [00:01<00:04, 5.14it/s]\n 29%|██▉ | 10/34 [00:01<00:04, 5.11it/s]\n 32%|███▏ | 11/34 [00:02<00:04, 5.08it/s]\n 35%|███▌ | 12/34 [00:02<00:04, 5.07it/s]\n 38%|███▊ | 13/34 [00:02<00:04, 5.06it/s]\n 41%|████ | 14/34 [00:02<00:03, 5.06it/s]\n 44%|████▍ | 15/34 [00:02<00:03, 5.05it/s]\n 47%|████▋ | 16/34 [00:03<00:03, 5.04it/s]\n 50%|█████ | 17/34 [00:03<00:03, 5.04it/s]\n 53%|█████▎ | 18/34 [00:03<00:03, 5.04it/s]\n 56%|█████▌ | 19/34 [00:03<00:02, 5.05it/s]\n 59%|█████▉ | 20/34 [00:03<00:02, 5.04it/s]\n 62%|██████▏ | 21/34 [00:04<00:02, 5.04it/s]\n 65%|██████▍ | 22/34 [00:04<00:02, 5.04it/s]\n 68%|██████▊ | 23/34 [00:04<00:02, 5.05it/s]\n 71%|███████ | 24/34 [00:04<00:01, 5.06it/s]\n 74%|███████▎ | 25/34 [00:04<00:01, 5.06it/s]\n 76%|███████▋ | 26/34 [00:04<00:01, 5.06it/s]\n 79%|███████▉ | 27/34 [00:05<00:01, 5.06it/s]\n 82%|████████▏ | 28/34 [00:05<00:01, 5.07it/s]\n 85%|████████▌ | 29/34 [00:05<00:00, 5.06it/s]\n 88%|████████▊ | 30/34 [00:05<00:00, 5.07it/s]\n 91%|█████████ | 31/34 [00:05<00:00, 5.06it/s]\n 94%|█████████▍| 32/34 [00:06<00:00, 5.06it/s]\n 97%|█████████▋| 33/34 [00:06<00:00, 5.06it/s]\n100%|██████████| 34/34 [00:06<00:00, 5.06it/s]\n100%|██████████| 34/34 [00:06<00:00, 5.17it/s]", "metrics": { "predict_time": 10.399815, "total_time": 10.433311 }, "output": [ "https://replicate.delivery/pbxt/ldzhR4sfnHwcMSEobAwPJgtBGpjXZA7WLCLr4ipdepsngpMSA/out-0.png", "https://replicate.delivery/pbxt/AKP5MjOxGOogE1isleYixcSku4eBBMwwByiOzHhk1fRRBTZkA/out-1.png", "https://replicate.delivery/pbxt/VL793wzPG6p3FNF1iGEEwpPAcm5VBZdwAmeOX2BmeVMpgpMSA/out-2.png", "https://replicate.delivery/pbxt/8mt0mdtX2hrIOppki0CKfwaHY6lTZsnlsmifNdLADTjpgpMSA/out-3.png" ], "started_at": "2024-01-15T08:00:31.465076Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/k3zi4tdb7okhznnmqo3wsvmpam", "cancel": "https://api.replicate.com/v1/predictions/k3zi4tdb7okhznnmqo3wsvmpam/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/34 [00:00<?, ?it/s] 3%|▎ | 1/34 [00:00<00:03, 9.37it/s] 6%|▌ | 2/34 [00:00<00:03, 8.12it/s] 9%|▉ | 3/34 [00:00<00:04, 6.37it/s] 12%|█▏ | 4/34 [00:00<00:05, 5.78it/s] 15%|█▍ | 5/34 [00:00<00:05, 5.50it/s] 18%|█▊ | 6/34 [00:01<00:05, 5.32it/s] 21%|██ | 7/34 [00:01<00:05, 5.23it/s] 24%|██▎ | 8/34 [00:01<00:05, 5.17it/s] 26%|██▋ | 9/34 [00:01<00:04, 5.14it/s] 29%|██▉ | 10/34 [00:01<00:04, 5.11it/s] 32%|███▏ | 11/34 [00:02<00:04, 5.08it/s] 35%|███▌ | 12/34 [00:02<00:04, 5.07it/s] 38%|███▊ | 13/34 [00:02<00:04, 5.06it/s] 41%|████ | 14/34 [00:02<00:03, 5.06it/s] 44%|████▍ | 15/34 [00:02<00:03, 5.05it/s] 47%|████▋ | 16/34 [00:03<00:03, 5.04it/s] 50%|█████ | 17/34 [00:03<00:03, 5.04it/s] 53%|█████▎ | 18/34 [00:03<00:03, 5.04it/s] 56%|█████▌ | 19/34 [00:03<00:02, 5.05it/s] 59%|█████▉ | 20/34 [00:03<00:02, 5.04it/s] 62%|██████▏ | 21/34 [00:04<00:02, 5.04it/s] 65%|██████▍ | 22/34 [00:04<00:02, 5.04it/s] 68%|██████▊ | 23/34 [00:04<00:02, 5.05it/s] 71%|███████ | 24/34 [00:04<00:01, 5.06it/s] 74%|███████▎ | 25/34 [00:04<00:01, 5.06it/s] 76%|███████▋ | 26/34 [00:04<00:01, 5.06it/s] 79%|███████▉ | 27/34 [00:05<00:01, 5.06it/s] 82%|████████▏ | 28/34 [00:05<00:01, 5.07it/s] 85%|████████▌ | 29/34 [00:05<00:00, 5.06it/s] 88%|████████▊ | 30/34 [00:05<00:00, 5.07it/s] 91%|█████████ | 31/34 [00:05<00:00, 5.06it/s] 94%|█████████▍| 32/34 [00:06<00:00, 5.06it/s] 97%|█████████▋| 33/34 [00:06<00:00, 5.06it/s] 100%|██████████| 34/34 [00:06<00:00, 5.06it/s] 100%|██████████| 34/34 [00:06<00:00, 5.17it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDeew66odb7cervouc2lnmn6msoiStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 34
- width
- 512
- height
- 768
- prompt
- lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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.
Set theREPLICATE_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": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:02:30.690776Z", "created_at": "2024-01-15T08:02:27.374223Z", "data_removed": false, "error": null, "id": "eew66odb7cervouc2lnmn6msoi", "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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.53it/s]\n 18%|█▊ | 6/34 [00:00<00:01, 19.37it/s]\n 24%|██▎ | 8/34 [00:00<00:01, 18.60it/s]\n 29%|██▉ | 10/34 [00:00<00:01, 18.17it/s]\n 35%|███▌ | 12/34 [00:00<00:01, 17.89it/s]\n 41%|████ | 14/34 [00:00<00:01, 17.70it/s]\n 47%|████▋ | 16/34 [00:00<00:01, 17.57it/s]\n 53%|█████▎ | 18/34 [00:00<00:00, 17.36it/s]\n 59%|█████▉ | 20/34 [00:01<00:00, 17.32it/s]\n 65%|██████▍ | 22/34 [00:01<00:00, 16.99it/s]\n 71%|███████ | 24/34 [00:01<00:00, 17.09it/s]\n 76%|███████▋ | 26/34 [00:01<00:00, 17.13it/s]\n 82%|████████▏ | 28/34 [00:01<00:00, 17.18it/s]\n 88%|████████▊ | 30/34 [00:01<00:00, 17.22it/s]\n 94%|█████████▍| 32/34 [00:01<00:00, 17.23it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.21it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.61it/s]", "metrics": { "predict_time": 3.272913, "total_time": 3.316553 }, "output": [ "https://replicate.delivery/pbxt/8Ikd9vohm2pBCN3lNccd0x53Stan4vKN4bo2uXh3WTUlYKjE/out-0.png" ], "started_at": "2024-01-15T08:02:27.417863Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/eew66odb7cervouc2lnmn6msoi", "cancel": "https://api.replicate.com/v1/predictions/eew66odb7cervouc2lnmn6msoi/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/34 [00:00<?, ?it/s] 9%|▉ | 3/34 [00:00<00:01, 23.53it/s] 18%|█▊ | 6/34 [00:00<00:01, 19.37it/s] 24%|██▎ | 8/34 [00:00<00:01, 18.60it/s] 29%|██▉ | 10/34 [00:00<00:01, 18.17it/s] 35%|███▌ | 12/34 [00:00<00:01, 17.89it/s] 41%|████ | 14/34 [00:00<00:01, 17.70it/s] 47%|████▋ | 16/34 [00:00<00:01, 17.57it/s] 53%|█████▎ | 18/34 [00:00<00:00, 17.36it/s] 59%|█████▉ | 20/34 [00:01<00:00, 17.32it/s] 65%|██████▍ | 22/34 [00:01<00:00, 16.99it/s] 71%|███████ | 24/34 [00:01<00:00, 17.09it/s] 76%|███████▋ | 26/34 [00:01<00:00, 17.13it/s] 82%|████████▏ | 28/34 [00:01<00:00, 17.18it/s] 88%|████████▊ | 30/34 [00:01<00:00, 17.22it/s] 94%|█████████▍| 32/34 [00:01<00:00, 17.23it/s] 100%|██████████| 34/34 [00:01<00:00, 17.21it/s] 100%|██████████| 34/34 [00:01<00:00, 17.61it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDdqxywytbood23xlywnk3x5dxuuStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 34
- width
- 1024
- height
- 768
- prompt
- lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 1024, height: 768, prompt: "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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.
Set theREPLICATE_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": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=1024' \ -i 'height=768' \ -i 'prompt="lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:02:48.933044Z", "created_at": "2024-01-15T08:02:41.745016Z", "data_removed": false, "error": null, "id": "dqxywytbood23xlywnk3x5dxuu", "input": { "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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 3%|▎ | 1/34 [00:00<00:03, 9.19it/s]\n 9%|▉ | 3/34 [00:00<00:03, 9.92it/s]\n 12%|█▏ | 4/34 [00:00<00:03, 8.89it/s]\n 15%|█▍ | 5/34 [00:00<00:03, 8.35it/s]\n 18%|█▊ | 6/34 [00:00<00:03, 8.05it/s]\n 21%|██ | 7/34 [00:00<00:03, 7.85it/s]\n 24%|██▎ | 8/34 [00:00<00:03, 7.71it/s]\n 26%|██▋ | 9/34 [00:01<00:03, 7.63it/s]\n 29%|██▉ | 10/34 [00:01<00:03, 7.57it/s]\n 32%|███▏ | 11/34 [00:01<00:03, 7.52it/s]\n 35%|███▌ | 12/34 [00:01<00:02, 7.48it/s]\n 38%|███▊ | 13/34 [00:01<00:02, 7.47it/s]\n 41%|████ | 14/34 [00:01<00:02, 7.46it/s]\n 44%|████▍ | 15/34 [00:01<00:02, 7.43it/s]\n 47%|████▋ | 16/34 [00:02<00:02, 7.41it/s]\n 50%|█████ | 17/34 [00:02<00:02, 7.42it/s]\n 53%|█████▎ | 18/34 [00:02<00:02, 7.42it/s]\n 56%|█████▌ | 19/34 [00:02<00:02, 7.40it/s]\n 59%|█████▉ | 20/34 [00:02<00:01, 7.40it/s]\n 62%|██████▏ | 21/34 [00:02<00:01, 7.42it/s]\n 65%|██████▍ | 22/34 [00:02<00:01, 7.42it/s]\n 68%|██████▊ | 23/34 [00:03<00:01, 7.40it/s]\n 71%|███████ | 24/34 [00:03<00:01, 7.40it/s]\n 74%|███████▎ | 25/34 [00:03<00:01, 7.40it/s]\n 76%|███████▋ | 26/34 [00:03<00:01, 7.40it/s]\n 79%|███████▉ | 27/34 [00:03<00:00, 7.40it/s]\n 82%|████████▏ | 28/34 [00:03<00:00, 7.40it/s]\n 85%|████████▌ | 29/34 [00:03<00:00, 7.39it/s]\n 88%|████████▊ | 30/34 [00:03<00:00, 7.40it/s]\n 91%|█████████ | 31/34 [00:04<00:00, 7.40it/s]\n 94%|█████████▍| 32/34 [00:04<00:00, 7.40it/s]\n 97%|█████████▋| 33/34 [00:04<00:00, 7.40it/s]\n100%|██████████| 34/34 [00:04<00:00, 7.40it/s]\n100%|██████████| 34/34 [00:04<00:00, 7.58it/s]", "metrics": { "predict_time": 6.220136, "total_time": 7.188028 }, "output": [ "https://replicate.delivery/pbxt/liyVoeZeWzjAdEluAUqEBqIqCPlOPvn8FuRpfVZsXS3QFTZkA/out-0.png" ], "started_at": "2024-01-15T08:02:42.712908Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/dqxywytbood23xlywnk3x5dxuu", "cancel": "https://api.replicate.com/v1/predictions/dqxywytbood23xlywnk3x5dxuu/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/34 [00:00<?, ?it/s] 3%|▎ | 1/34 [00:00<00:03, 9.19it/s] 9%|▉ | 3/34 [00:00<00:03, 9.92it/s] 12%|█▏ | 4/34 [00:00<00:03, 8.89it/s] 15%|█▍ | 5/34 [00:00<00:03, 8.35it/s] 18%|█▊ | 6/34 [00:00<00:03, 8.05it/s] 21%|██ | 7/34 [00:00<00:03, 7.85it/s] 24%|██▎ | 8/34 [00:00<00:03, 7.71it/s] 26%|██▋ | 9/34 [00:01<00:03, 7.63it/s] 29%|██▉ | 10/34 [00:01<00:03, 7.57it/s] 32%|███▏ | 11/34 [00:01<00:03, 7.52it/s] 35%|███▌ | 12/34 [00:01<00:02, 7.48it/s] 38%|███▊ | 13/34 [00:01<00:02, 7.47it/s] 41%|████ | 14/34 [00:01<00:02, 7.46it/s] 44%|████▍ | 15/34 [00:01<00:02, 7.43it/s] 47%|████▋ | 16/34 [00:02<00:02, 7.41it/s] 50%|█████ | 17/34 [00:02<00:02, 7.42it/s] 53%|█████▎ | 18/34 [00:02<00:02, 7.42it/s] 56%|█████▌ | 19/34 [00:02<00:02, 7.40it/s] 59%|█████▉ | 20/34 [00:02<00:01, 7.40it/s] 62%|██████▏ | 21/34 [00:02<00:01, 7.42it/s] 65%|██████▍ | 22/34 [00:02<00:01, 7.42it/s] 68%|██████▊ | 23/34 [00:03<00:01, 7.40it/s] 71%|███████ | 24/34 [00:03<00:01, 7.40it/s] 74%|███████▎ | 25/34 [00:03<00:01, 7.40it/s] 76%|███████▋ | 26/34 [00:03<00:01, 7.40it/s] 79%|███████▉ | 27/34 [00:03<00:00, 7.40it/s] 82%|████████▏ | 28/34 [00:03<00:00, 7.40it/s] 85%|████████▌ | 29/34 [00:03<00:00, 7.39it/s] 88%|████████▊ | 30/34 [00:03<00:00, 7.40it/s] 91%|█████████ | 31/34 [00:04<00:00, 7.40it/s] 94%|█████████▍| 32/34 [00:04<00:00, 7.40it/s] 97%|█████████▋| 33/34 [00:04<00:00, 7.40it/s] 100%|██████████| 34/34 [00:04<00:00, 7.40it/s] 100%|██████████| 34/34 [00:04<00:00, 7.58it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDbgvzfqtbeqlqzjmhxn7c4mgmnmStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 34
- width
- 1024
- height
- 768
- prompt
- lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 1024, height: 768, prompt: "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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.
Set theREPLICATE_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": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=1024' \ -i 'height=768' \ -i 'prompt="lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:03:06.939709Z", "created_at": "2024-01-15T08:03:00.661613Z", "data_removed": false, "error": null, "id": "bgvzfqtbeqlqzjmhxn7c4mgmnm", "input": { "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "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 6%|▌ | 2/34 [00:00<00:02, 12.32it/s]\n 12%|█▏ | 4/34 [00:00<00:03, 8.89it/s]\n 15%|█▍ | 5/34 [00:00<00:03, 8.42it/s]\n 18%|█▊ | 6/34 [00:00<00:03, 8.12it/s]\n 21%|██ | 7/34 [00:00<00:03, 7.92it/s]\n 24%|██▎ | 8/34 [00:00<00:03, 7.77it/s]\n 26%|██▋ | 9/34 [00:01<00:03, 7.66it/s]\n 29%|██▉ | 10/34 [00:01<00:03, 7.59it/s]\n 32%|███▏ | 11/34 [00:01<00:03, 7.54it/s]\n 35%|███▌ | 12/34 [00:01<00:02, 7.51it/s]\n 38%|███▊ | 13/34 [00:01<00:02, 7.48it/s]\n 41%|████ | 14/34 [00:01<00:02, 7.47it/s]\n 44%|████▍ | 15/34 [00:01<00:02, 7.47it/s]\n 47%|████▋ | 16/34 [00:02<00:02, 7.45it/s]\n 50%|█████ | 17/34 [00:02<00:02, 7.44it/s]\n 53%|█████▎ | 18/34 [00:02<00:02, 7.43it/s]\n 56%|█████▌ | 19/34 [00:02<00:02, 7.43it/s]\n 59%|█████▉ | 20/34 [00:02<00:01, 7.43it/s]\n 62%|██████▏ | 21/34 [00:02<00:01, 7.42it/s]\n 65%|██████▍ | 22/34 [00:02<00:01, 7.42it/s]\n 68%|██████▊ | 23/34 [00:02<00:01, 7.44it/s]\n 71%|███████ | 24/34 [00:03<00:01, 7.43it/s]\n 74%|███████▎ | 25/34 [00:03<00:01, 7.41it/s]\n 76%|███████▋ | 26/34 [00:03<00:01, 7.41it/s]\n 79%|███████▉ | 27/34 [00:03<00:00, 7.41it/s]\n 82%|████████▏ | 28/34 [00:03<00:00, 7.41it/s]\n 85%|████████▌ | 29/34 [00:03<00:00, 7.41it/s]\n 88%|████████▊ | 30/34 [00:03<00:00, 7.41it/s]\n 91%|█████████ | 31/34 [00:04<00:00, 7.41it/s]\n 94%|█████████▍| 32/34 [00:04<00:00, 7.40it/s]\n 97%|█████████▋| 33/34 [00:04<00:00, 7.39it/s]\n100%|██████████| 34/34 [00:04<00:00, 7.39it/s]\n100%|██████████| 34/34 [00:04<00:00, 7.60it/s]", "metrics": { "predict_time": 6.233869, "total_time": 6.278096 }, "output": [ "https://replicate.delivery/pbxt/JuLzwuhbl14PL9flxEpnNehDFq9hzct92nh3szh1YSx6ipMSA/out-0.png" ], "started_at": "2024-01-15T08:03:00.705840Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/bgvzfqtbeqlqzjmhxn7c4mgmnm", "cancel": "https://api.replicate.com/v1/predictions/bgvzfqtbeqlqzjmhxn7c4mgmnm/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/34 [00:00<?, ?it/s] 6%|▌ | 2/34 [00:00<00:02, 12.32it/s] 12%|█▏ | 4/34 [00:00<00:03, 8.89it/s] 15%|█▍ | 5/34 [00:00<00:03, 8.42it/s] 18%|█▊ | 6/34 [00:00<00:03, 8.12it/s] 21%|██ | 7/34 [00:00<00:03, 7.92it/s] 24%|██▎ | 8/34 [00:00<00:03, 7.77it/s] 26%|██▋ | 9/34 [00:01<00:03, 7.66it/s] 29%|██▉ | 10/34 [00:01<00:03, 7.59it/s] 32%|███▏ | 11/34 [00:01<00:03, 7.54it/s] 35%|███▌ | 12/34 [00:01<00:02, 7.51it/s] 38%|███▊ | 13/34 [00:01<00:02, 7.48it/s] 41%|████ | 14/34 [00:01<00:02, 7.47it/s] 44%|████▍ | 15/34 [00:01<00:02, 7.47it/s] 47%|████▋ | 16/34 [00:02<00:02, 7.45it/s] 50%|█████ | 17/34 [00:02<00:02, 7.44it/s] 53%|█████▎ | 18/34 [00:02<00:02, 7.43it/s] 56%|█████▌ | 19/34 [00:02<00:02, 7.43it/s] 59%|█████▉ | 20/34 [00:02<00:01, 7.43it/s] 62%|██████▏ | 21/34 [00:02<00:01, 7.42it/s] 65%|██████▍ | 22/34 [00:02<00:01, 7.42it/s] 68%|██████▊ | 23/34 [00:02<00:01, 7.44it/s] 71%|███████ | 24/34 [00:03<00:01, 7.43it/s] 74%|███████▎ | 25/34 [00:03<00:01, 7.41it/s] 76%|███████▋ | 26/34 [00:03<00:01, 7.41it/s] 79%|███████▉ | 27/34 [00:03<00:00, 7.41it/s] 82%|████████▏ | 28/34 [00:03<00:00, 7.41it/s] 85%|████████▌ | 29/34 [00:03<00:00, 7.41it/s] 88%|████████▊ | 30/34 [00:03<00:00, 7.41it/s] 91%|█████████ | 31/34 [00:04<00:00, 7.41it/s] 94%|█████████▍| 32/34 [00:04<00:00, 7.40it/s] 97%|█████████▋| 33/34 [00:04<00:00, 7.39it/s] 100%|██████████| 34/34 [00:04<00:00, 7.39it/s] 100%|██████████| 34/34 [00:04<00:00, 7.60it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDasjagmtba2k2wrhujtmnvplrkqStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 34
- width
- 512
- height
- 768
- prompt
- lady, blorange, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), abstract background art, ghibli, at Dusk, The Hanging Gardens of Babylon, planning events, indonesia
- guidance
- 7
- scheduler
- MultistepDPM-Solver
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "lady, blorange, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), abstract background art, ghibli, at Dusk, The Hanging Gardens of Babylon, planning events, indonesia", "guidance": 7, "scheduler": "MultistepDPM-Solver", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: "lady, blorange, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), abstract background art, ghibli, at Dusk, The Hanging Gardens of Babylon, planning events, indonesia", guidance: 7, scheduler: "MultistepDPM-Solver", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": "lady, blorange, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), abstract background art, ghibli, at Dusk, The Hanging Gardens of Babylon, planning events, indonesia", "guidance": 7, "scheduler": "MultistepDPM-Solver", "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.
Set theREPLICATE_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": "lady, blorange, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), abstract background art, ghibli, at Dusk, The Hanging Gardens of Babylon, planning events, indonesia", "guidance": 7, "scheduler": "MultistepDPM-Solver", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="lady, blorange, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), abstract background art, ghibli, at Dusk, The Hanging Gardens of Babylon, planning events, indonesia"' \ -i 'guidance=7' \ -i 'scheduler="MultistepDPM-Solver"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "lady, blorange, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), abstract background art, ghibli, at Dusk, The Hanging Gardens of Babylon, planning events, indonesia", "guidance": 7, "scheduler": "MultistepDPM-Solver", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:07:05.231688Z", "created_at": "2024-01-15T08:07:01.932871Z", "data_removed": false, "error": null, "id": "asjagmtba2k2wrhujtmnvplrkq", "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "lady, blorange, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), abstract background art, ghibli, at Dusk, The Hanging Gardens of Babylon, planning events, indonesia", "guidance": 7, "scheduler": "MultistepDPM-Solver", "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.68it/s]\n 18%|█▊ | 6/34 [00:00<00:01, 19.46it/s]\n 24%|██▎ | 8/34 [00:00<00:01, 18.61it/s]\n 29%|██▉ | 10/34 [00:00<00:01, 18.13it/s]\n 35%|███▌ | 12/34 [00:00<00:01, 17.81it/s]\n 41%|████ | 14/34 [00:00<00:01, 17.64it/s]\n 47%|████▋ | 16/34 [00:00<00:01, 17.54it/s]\n 53%|█████▎ | 18/34 [00:00<00:00, 17.37it/s]\n 59%|█████▉ | 20/34 [00:01<00:00, 17.31it/s]\n 65%|██████▍ | 22/34 [00:01<00:00, 17.30it/s]\n 71%|███████ | 24/34 [00:01<00:00, 17.31it/s]\n 76%|███████▋ | 26/34 [00:01<00:00, 17.34it/s]\n 82%|████████▏ | 28/34 [00:01<00:00, 17.34it/s]\n 88%|████████▊ | 30/34 [00:01<00:00, 17.32it/s]\n 94%|█████████▍| 32/34 [00:01<00:00, 17.31it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.26it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.68it/s]", "metrics": { "predict_time": 3.266773, "total_time": 3.298817 }, "output": [ "https://replicate.delivery/pbxt/HAuVqWziqD6mPptnOWW2ZXlroyrBoseyXzuc5Y0brfEompMSA/out-0.png" ], "started_at": "2024-01-15T08:07:01.964915Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/asjagmtba2k2wrhujtmnvplrkq", "cancel": "https://api.replicate.com/v1/predictions/asjagmtba2k2wrhujtmnvplrkq/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/34 [00:00<?, ?it/s] 9%|▉ | 3/34 [00:00<00:01, 23.68it/s] 18%|█▊ | 6/34 [00:00<00:01, 19.46it/s] 24%|██▎ | 8/34 [00:00<00:01, 18.61it/s] 29%|██▉ | 10/34 [00:00<00:01, 18.13it/s] 35%|███▌ | 12/34 [00:00<00:01, 17.81it/s] 41%|████ | 14/34 [00:00<00:01, 17.64it/s] 47%|████▋ | 16/34 [00:00<00:01, 17.54it/s] 53%|█████▎ | 18/34 [00:00<00:00, 17.37it/s] 59%|█████▉ | 20/34 [00:01<00:00, 17.31it/s] 65%|██████▍ | 22/34 [00:01<00:00, 17.30it/s] 71%|███████ | 24/34 [00:01<00:00, 17.31it/s] 76%|███████▋ | 26/34 [00:01<00:00, 17.34it/s] 82%|████████▏ | 28/34 [00:01<00:00, 17.34it/s] 88%|████████▊ | 30/34 [00:01<00:00, 17.32it/s] 94%|█████████▍| 32/34 [00:01<00:00, 17.31it/s] 100%|██████████| 34/34 [00:01<00:00, 17.26it/s] 100%|██████████| 34/34 [00:01<00:00, 17.68it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDsn3f62dbifybl3x5fzlxew2n34StatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 30
- width
- 512
- height
- 768
- prompt
- ((sticker design, electric green background)), teenage girl, short hair, chambray shirt with chinos, (masterpiece, best quality:1.6), grave of the fireflies, Stars in the sky, Grocery store, running, Enchanted
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, electric green background)), teenage girl, short hair, chambray shirt with chinos, (masterpiece, best quality:1.6), grave of the fireflies, Stars in the sky, Grocery store, running, Enchanted", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 30, width: 512, height: 768, prompt: "((sticker design, electric green background)), teenage girl, short hair, chambray shirt with chinos, (masterpiece, best quality:1.6), grave of the fireflies, Stars in the sky, Grocery store, running, Enchanted", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 30, "width": 512, "height": 768, "prompt": "((sticker design, electric green background)), teenage girl, short hair, chambray shirt with chinos, (masterpiece, best quality:1.6), grave of the fireflies, Stars in the sky, Grocery store, running, Enchanted", "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.
Set theREPLICATE_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": 30, "width": 512, "height": 768, "prompt": "((sticker design, electric green background)), teenage girl, short hair, chambray shirt with chinos, (masterpiece, best quality:1.6), grave of the fireflies, Stars in the sky, Grocery store, running, Enchanted", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=30' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="((sticker design, electric green background)), teenage girl, short hair, chambray shirt with chinos, (masterpiece, best quality:1.6), grave of the fireflies, Stars in the sky, Grocery store, running, Enchanted"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, electric green background)), teenage girl, short hair, chambray shirt with chinos, (masterpiece, best quality:1.6), grave of the fireflies, Stars in the sky, Grocery store, running, Enchanted", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:10:28.763424Z", "created_at": "2024-01-15T08:10:25.713997Z", "data_removed": false, "error": null, "id": "sn3f62dbifybl3x5fzlxew2n34", "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, electric green background)), teenage girl, short hair, chambray shirt with chinos, (masterpiece, best quality:1.6), grave of the fireflies, Stars in the sky, Grocery store, running, Enchanted", "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/30 [00:00<?, ?it/s]\n 10%|█ | 3/30 [00:00<00:01, 23.55it/s]\n 20%|██ | 6/30 [00:00<00:01, 19.35it/s]\n 27%|██▋ | 8/30 [00:00<00:01, 18.53it/s]\n 33%|███▎ | 10/30 [00:00<00:01, 18.11it/s]\n 40%|████ | 12/30 [00:00<00:01, 17.85it/s]\n 47%|████▋ | 14/30 [00:00<00:00, 17.67it/s]\n 53%|█████▎ | 16/30 [00:00<00:00, 17.54it/s]\n 60%|██████ | 18/30 [00:00<00:00, 17.36it/s]\n 67%|██████▋ | 20/30 [00:01<00:00, 17.32it/s]\n 73%|███████▎ | 22/30 [00:01<00:00, 17.29it/s]\n 80%|████████ | 24/30 [00:01<00:00, 17.28it/s]\n 87%|████████▋ | 26/30 [00:01<00:00, 17.28it/s]\n 93%|█████████▎| 28/30 [00:01<00:00, 17.28it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.29it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.72it/s]", "metrics": { "predict_time": 3.017955, "total_time": 3.049427 }, "output": [ "https://replicate.delivery/pbxt/T7g9of5UefS1FI4RpxTyJzdGzPNO4jKOet62OgpX0PhNnmyIB/out-0.png" ], "started_at": "2024-01-15T08:10:25.745469Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/sn3f62dbifybl3x5fzlxew2n34", "cancel": "https://api.replicate.com/v1/predictions/sn3f62dbifybl3x5fzlxew2n34/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/30 [00:00<?, ?it/s] 10%|█ | 3/30 [00:00<00:01, 23.55it/s] 20%|██ | 6/30 [00:00<00:01, 19.35it/s] 27%|██▋ | 8/30 [00:00<00:01, 18.53it/s] 33%|███▎ | 10/30 [00:00<00:01, 18.11it/s] 40%|████ | 12/30 [00:00<00:01, 17.85it/s] 47%|████▋ | 14/30 [00:00<00:00, 17.67it/s] 53%|█████▎ | 16/30 [00:00<00:00, 17.54it/s] 60%|██████ | 18/30 [00:00<00:00, 17.36it/s] 67%|██████▋ | 20/30 [00:01<00:00, 17.32it/s] 73%|███████▎ | 22/30 [00:01<00:00, 17.29it/s] 80%|████████ | 24/30 [00:01<00:00, 17.28it/s] 87%|████████▋ | 26/30 [00:01<00:00, 17.28it/s] 93%|█████████▎| 28/30 [00:01<00:00, 17.28it/s] 100%|██████████| 30/30 [00:01<00:00, 17.29it/s] 100%|██████████| 30/30 [00:01<00:00, 17.72it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDjddnuzlbykjqo7huuema5rsileStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 30
- width
- 512
- height
- 768
- prompt
- girl, beach waves, (girl portrait:1.2), Cardigan Coat , (masterpiece, best quality:1.6), ponyo, Foggy conditions, Rainforest, composing music, arcanist,
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "girl, beach waves, (girl portrait:1.2), Cardigan Coat , (masterpiece, best quality:1.6), ponyo, Foggy conditions, Rainforest, composing music, arcanist,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 30, width: 512, height: 768, prompt: "girl, beach waves, (girl portrait:1.2), Cardigan Coat , (masterpiece, best quality:1.6), ponyo, Foggy conditions, Rainforest, composing music, arcanist,", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 30, "width": 512, "height": 768, "prompt": "girl, beach waves, (girl portrait:1.2), Cardigan Coat , (masterpiece, best quality:1.6), ponyo, Foggy conditions, Rainforest, composing music, arcanist,", "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.
Set theREPLICATE_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": 30, "width": 512, "height": 768, "prompt": "girl, beach waves, (girl portrait:1.2), Cardigan Coat , (masterpiece, best quality:1.6), ponyo, Foggy conditions, Rainforest, composing music, arcanist,", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=30' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="girl, beach waves, (girl portrait:1.2), Cardigan Coat , (masterpiece, best quality:1.6), ponyo, Foggy conditions, Rainforest, composing music, arcanist,"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "girl, beach waves, (girl portrait:1.2), Cardigan Coat , (masterpiece, best quality:1.6), ponyo, Foggy conditions, Rainforest, composing music, arcanist,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:11:07.826975Z", "created_at": "2024-01-15T08:11:04.757660Z", "data_removed": false, "error": null, "id": "jddnuzlbykjqo7huuema5rsile", "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "girl, beach waves, (girl portrait:1.2), Cardigan Coat , (masterpiece, best quality:1.6), ponyo, Foggy conditions, Rainforest, composing music, arcanist,", "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/30 [00:00<?, ?it/s]\n 10%|█ | 3/30 [00:00<00:01, 23.67it/s]\n 20%|██ | 6/30 [00:00<00:01, 19.43it/s]\n 27%|██▋ | 8/30 [00:00<00:01, 18.59it/s]\n 33%|███▎ | 10/30 [00:00<00:01, 18.10it/s]\n 40%|████ | 12/30 [00:00<00:01, 17.83it/s]\n 47%|████▋ | 14/30 [00:00<00:00, 17.66it/s]\n 53%|█████▎ | 16/30 [00:00<00:00, 17.53it/s]\n 60%|██████ | 18/30 [00:00<00:00, 17.33it/s]\n 67%|██████▋ | 20/30 [00:01<00:00, 17.30it/s]\n 73%|███████▎ | 22/30 [00:01<00:00, 17.29it/s]\n 80%|████████ | 24/30 [00:01<00:00, 17.28it/s]\n 87%|████████▋ | 26/30 [00:01<00:00, 17.31it/s]\n 93%|█████████▎| 28/30 [00:01<00:00, 17.32it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.31it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.73it/s]", "metrics": { "predict_time": 3.017231, "total_time": 3.069315 }, "output": [ "https://replicate.delivery/pbxt/Bg9AkLO9tb7MCRWfafagQlqFBZc2EMgMTGzbOtA5AphbqpMSA/out-0.png" ], "started_at": "2024-01-15T08:11:04.809744Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jddnuzlbykjqo7huuema5rsile", "cancel": "https://api.replicate.com/v1/predictions/jddnuzlbykjqo7huuema5rsile/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/30 [00:00<?, ?it/s] 10%|█ | 3/30 [00:00<00:01, 23.67it/s] 20%|██ | 6/30 [00:00<00:01, 19.43it/s] 27%|██▋ | 8/30 [00:00<00:01, 18.59it/s] 33%|███▎ | 10/30 [00:00<00:01, 18.10it/s] 40%|████ | 12/30 [00:00<00:01, 17.83it/s] 47%|████▋ | 14/30 [00:00<00:00, 17.66it/s] 53%|█████▎ | 16/30 [00:00<00:00, 17.53it/s] 60%|██████ | 18/30 [00:00<00:00, 17.33it/s] 67%|██████▋ | 20/30 [00:01<00:00, 17.30it/s] 73%|███████▎ | 22/30 [00:01<00:00, 17.29it/s] 80%|████████ | 24/30 [00:01<00:00, 17.28it/s] 87%|████████▋ | 26/30 [00:01<00:00, 17.31it/s] 93%|█████████▎| 28/30 [00:01<00:00, 17.32it/s] 100%|██████████| 30/30 [00:01<00:00, 17.31it/s] 100%|██████████| 30/30 [00:01<00:00, 17.73it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDluvtixlbf5kz5vhouqzdab5hgaStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 34
- width
- 1024
- height
- 768
- prompt
- lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 3
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 3, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 1024, height: 768, prompt: "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", guidance: 7, scheduler: "EulerA", num_outputs: 3, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 3, "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.
Set theREPLICATE_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": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 3, "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=1024' \ -i 'height=768' \ -i 'prompt="lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=3' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 3, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:13:18.895229Z", "created_at": "2024-01-15T08:13:01.752811Z", "data_removed": false, "error": null, "id": "luvtixlbf5kz5vhouqzdab5hga", "input": { "seed": 0, "steps": 34, "width": 1024, "height": 768, "prompt": "lady, sombre, (girl portrait:1.2), ((aodai:1.2)) , (masterpiece, best quality:1.6), , Snowing, Field of flowers, light, Eclectic,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 3, "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 3%|▎ | 1/34 [00:00<00:03, 9.39it/s]\n 6%|▌ | 2/34 [00:00<00:08, 3.75it/s]\n 9%|▉ | 3/34 [00:00<00:09, 3.10it/s]\n 12%|█▏ | 4/34 [00:01<00:10, 2.86it/s]\n 15%|█▍ | 5/34 [00:01<00:10, 2.75it/s]\n 18%|█▊ | 6/34 [00:02<00:10, 2.68it/s]\n 21%|██ | 7/34 [00:02<00:10, 2.64it/s]\n 24%|██▎ | 8/34 [00:02<00:09, 2.62it/s]\n 26%|██▋ | 9/34 [00:03<00:09, 2.60it/s]\n 29%|██▉ | 10/34 [00:03<00:09, 2.59it/s]\n 32%|███▏ | 11/34 [00:03<00:08, 2.58it/s]\n 35%|███▌ | 12/34 [00:04<00:08, 2.58it/s]\n 38%|███▊ | 13/34 [00:04<00:08, 2.57it/s]\n 41%|████ | 14/34 [00:05<00:07, 2.57it/s]\n 44%|████▍ | 15/34 [00:05<00:07, 2.56it/s]\n 47%|████▋ | 16/34 [00:05<00:07, 2.56it/s]\n 50%|█████ | 17/34 [00:06<00:06, 2.56it/s]\n 53%|█████▎ | 18/34 [00:06<00:06, 2.55it/s]\n 56%|█████▌ | 19/34 [00:07<00:05, 2.56it/s]\n 59%|█████▉ | 20/34 [00:07<00:05, 2.55it/s]\n 62%|██████▏ | 21/34 [00:07<00:05, 2.55it/s]\n 65%|██████▍ | 22/34 [00:08<00:04, 2.55it/s]\n 68%|██████▊ | 23/34 [00:08<00:04, 2.55it/s]\n 71%|███████ | 24/34 [00:09<00:03, 2.55it/s]\n 74%|███████▎ | 25/34 [00:09<00:03, 2.55it/s]\n 76%|███████▋ | 26/34 [00:09<00:03, 2.55it/s]\n 79%|███████▉ | 27/34 [00:10<00:02, 2.55it/s]\n 82%|████████▏ | 28/34 [00:10<00:02, 2.55it/s]\n 85%|████████▌ | 29/34 [00:11<00:01, 2.54it/s]\n 88%|████████▊ | 30/34 [00:11<00:01, 2.55it/s]\n 91%|█████████ | 31/34 [00:11<00:01, 2.55it/s]\n 94%|█████████▍| 32/34 [00:12<00:00, 2.54it/s]\n 97%|█████████▋| 33/34 [00:12<00:00, 2.54it/s]\n100%|██████████| 34/34 [00:13<00:00, 2.54it/s]\n100%|██████████| 34/34 [00:13<00:00, 2.61it/s]", "metrics": { "predict_time": 17.092458, "total_time": 17.142418 }, "output": [ "https://replicate.delivery/pbxt/B4Vy10LblBZ6ENpYreG7oTxU9z2G7LUvKslpXQ9o9qhO2UGJA/out-0.png", "https://replicate.delivery/pbxt/WvsqNlEdN1KjGVbI9J26j2FswePbL2isySirj4j8zHJP2UGJA/out-1.png", "https://replicate.delivery/pbxt/4Lv2mcsU7Do7Hxn5A4qgunm1bI8MBA7yLtzfJMPmD8JP2UGJA/out-2.png" ], "started_at": "2024-01-15T08:13:01.802771Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/luvtixlbf5kz5vhouqzdab5hga", "cancel": "https://api.replicate.com/v1/predictions/luvtixlbf5kz5vhouqzdab5hga/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/34 [00:00<?, ?it/s] 3%|▎ | 1/34 [00:00<00:03, 9.39it/s] 6%|▌ | 2/34 [00:00<00:08, 3.75it/s] 9%|▉ | 3/34 [00:00<00:09, 3.10it/s] 12%|█▏ | 4/34 [00:01<00:10, 2.86it/s] 15%|█▍ | 5/34 [00:01<00:10, 2.75it/s] 18%|█▊ | 6/34 [00:02<00:10, 2.68it/s] 21%|██ | 7/34 [00:02<00:10, 2.64it/s] 24%|██▎ | 8/34 [00:02<00:09, 2.62it/s] 26%|██▋ | 9/34 [00:03<00:09, 2.60it/s] 29%|██▉ | 10/34 [00:03<00:09, 2.59it/s] 32%|███▏ | 11/34 [00:03<00:08, 2.58it/s] 35%|███▌ | 12/34 [00:04<00:08, 2.58it/s] 38%|███▊ | 13/34 [00:04<00:08, 2.57it/s] 41%|████ | 14/34 [00:05<00:07, 2.57it/s] 44%|████▍ | 15/34 [00:05<00:07, 2.56it/s] 47%|████▋ | 16/34 [00:05<00:07, 2.56it/s] 50%|█████ | 17/34 [00:06<00:06, 2.56it/s] 53%|█████▎ | 18/34 [00:06<00:06, 2.55it/s] 56%|█████▌ | 19/34 [00:07<00:05, 2.56it/s] 59%|█████▉ | 20/34 [00:07<00:05, 2.55it/s] 62%|██████▏ | 21/34 [00:07<00:05, 2.55it/s] 65%|██████▍ | 22/34 [00:08<00:04, 2.55it/s] 68%|██████▊ | 23/34 [00:08<00:04, 2.55it/s] 71%|███████ | 24/34 [00:09<00:03, 2.55it/s] 74%|███████▎ | 25/34 [00:09<00:03, 2.55it/s] 76%|███████▋ | 26/34 [00:09<00:03, 2.55it/s] 79%|███████▉ | 27/34 [00:10<00:02, 2.55it/s] 82%|████████▏ | 28/34 [00:10<00:02, 2.55it/s] 85%|████████▌ | 29/34 [00:11<00:01, 2.54it/s] 88%|████████▊ | 30/34 [00:11<00:01, 2.55it/s] 91%|█████████ | 31/34 [00:11<00:01, 2.55it/s] 94%|█████████▍| 32/34 [00:12<00:00, 2.54it/s] 97%|█████████▋| 33/34 [00:12<00:00, 2.54it/s] 100%|██████████| 34/34 [00:13<00:00, 2.54it/s] 100%|██████████| 34/34 [00:13<00:00, 2.61it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDot6tiatbe4uagkgmfrt2cxnpuyStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 30
- width
- 512
- height
- 768
- prompt
- ((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- (worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)
{ "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 30, width: 512, height: 768, prompt: "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_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": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=30' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:14:26.863798Z", "created_at": "2024-01-15T08:14:23.811606Z", "data_removed": false, "error": null, "id": "ot6tiatbe4uagkgmfrt2cxnpuy", "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" }, "logs": "0%| | 0/30 [00:00<?, ?it/s]\n 10%|█ | 3/30 [00:00<00:01, 23.46it/s]\n 20%|██ | 6/30 [00:00<00:01, 19.35it/s]\n 27%|██▋ | 8/30 [00:00<00:01, 18.57it/s]\n 33%|███▎ | 10/30 [00:00<00:01, 18.11it/s]\n 40%|████ | 12/30 [00:00<00:01, 17.83it/s]\n 47%|████▋ | 14/30 [00:00<00:00, 17.65it/s]\n 53%|█████▎ | 16/30 [00:00<00:00, 17.52it/s]\n 60%|██████ | 18/30 [00:00<00:00, 17.36it/s]\n 67%|██████▋ | 20/30 [00:01<00:00, 17.30it/s]\n 73%|███████▎ | 22/30 [00:01<00:00, 17.27it/s]\n 80%|████████ | 24/30 [00:01<00:00, 17.28it/s]\n 87%|████████▋ | 26/30 [00:01<00:00, 17.27it/s]\n 93%|█████████▎| 28/30 [00:01<00:00, 17.29it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.28it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.71it/s]", "metrics": { "predict_time": 3.017699, "total_time": 3.052192 }, "output": [ "https://replicate.delivery/pbxt/ezrQSul0NaUvPyVSvJtFepd4ElksTQAfk0cO3UoJOrFFbTZkA/out-0.png" ], "started_at": "2024-01-15T08:14:23.846099Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ot6tiatbe4uagkgmfrt2cxnpuy", "cancel": "https://api.replicate.com/v1/predictions/ot6tiatbe4uagkgmfrt2cxnpuy/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/30 [00:00<?, ?it/s] 10%|█ | 3/30 [00:00<00:01, 23.46it/s] 20%|██ | 6/30 [00:00<00:01, 19.35it/s] 27%|██▋ | 8/30 [00:00<00:01, 18.57it/s] 33%|███▎ | 10/30 [00:00<00:01, 18.11it/s] 40%|████ | 12/30 [00:00<00:01, 17.83it/s] 47%|████▋ | 14/30 [00:00<00:00, 17.65it/s] 53%|█████▎ | 16/30 [00:00<00:00, 17.52it/s] 60%|██████ | 18/30 [00:00<00:00, 17.36it/s] 67%|██████▋ | 20/30 [00:01<00:00, 17.30it/s] 73%|███████▎ | 22/30 [00:01<00:00, 17.27it/s] 80%|████████ | 24/30 [00:01<00:00, 17.28it/s] 87%|████████▋ | 26/30 [00:01<00:00, 17.27it/s] 93%|█████████▎| 28/30 [00:01<00:00, 17.29it/s] 100%|██████████| 30/30 [00:01<00:00, 17.28it/s] 100%|██████████| 30/30 [00:01<00:00, 17.71it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDo74qhqlboc4exvljfyndxn3t6aStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 30
- width
- 512
- height
- 768
- prompt
- ((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- (worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)
{ "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 30, width: 512, height: 768, prompt: "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_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": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=30' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:14:40.340552Z", "created_at": "2024-01-15T08:14:37.278726Z", "data_removed": false, "error": null, "id": "o74qhqlboc4exvljfyndxn3t6a", "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" }, "logs": "0%| | 0/30 [00:00<?, ?it/s]\n 10%|█ | 3/30 [00:00<00:01, 23.59it/s]\n 20%|██ | 6/30 [00:00<00:01, 19.33it/s]\n 27%|██▋ | 8/30 [00:00<00:01, 18.56it/s]\n 33%|███▎ | 10/30 [00:00<00:01, 18.10it/s]\n 40%|████ | 12/30 [00:00<00:01, 17.83it/s]\n 47%|████▋ | 14/30 [00:00<00:00, 17.67it/s]\n 53%|█████▎ | 16/30 [00:00<00:00, 17.51it/s]\n 60%|██████ | 18/30 [00:00<00:00, 17.29it/s]\n 67%|██████▋ | 20/30 [00:01<00:00, 17.26it/s]\n 73%|███████▎ | 22/30 [00:01<00:00, 17.24it/s]\n 80%|████████ | 24/30 [00:01<00:00, 17.27it/s]\n 87%|████████▋ | 26/30 [00:01<00:00, 17.27it/s]\n 93%|█████████▎| 28/30 [00:01<00:00, 17.24it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.25it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.69it/s]", "metrics": { "predict_time": 3.028454, "total_time": 3.061826 }, "output": [ "https://replicate.delivery/pbxt/98jdPEsbC2ZmGlfIDQjarm7GUoXNvjmxc6detYFDpDVvtpMSA/out-0.png" ], "started_at": "2024-01-15T08:14:37.312098Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/o74qhqlboc4exvljfyndxn3t6a", "cancel": "https://api.replicate.com/v1/predictions/o74qhqlboc4exvljfyndxn3t6a/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/30 [00:00<?, ?it/s] 10%|█ | 3/30 [00:00<00:01, 23.59it/s] 20%|██ | 6/30 [00:00<00:01, 19.33it/s] 27%|██▋ | 8/30 [00:00<00:01, 18.56it/s] 33%|███▎ | 10/30 [00:00<00:01, 18.10it/s] 40%|████ | 12/30 [00:00<00:01, 17.83it/s] 47%|████▋ | 14/30 [00:00<00:00, 17.67it/s] 53%|█████▎ | 16/30 [00:00<00:00, 17.51it/s] 60%|██████ | 18/30 [00:00<00:00, 17.29it/s] 67%|██████▋ | 20/30 [00:01<00:00, 17.26it/s] 73%|███████▎ | 22/30 [00:01<00:00, 17.24it/s] 80%|████████ | 24/30 [00:01<00:00, 17.27it/s] 87%|████████▋ | 26/30 [00:01<00:00, 17.27it/s] 93%|█████████▎| 28/30 [00:01<00:00, 17.24it/s] 100%|██████████| 30/30 [00:01<00:00, 17.25it/s] 100%|██████████| 30/30 [00:01<00:00, 17.69it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDiaqlvm3botpsfvj3uvf4l4cdfaStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 30
- width
- 512
- height
- 768
- prompt
- ((sticker design, abstract background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the background
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- (worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)
{ "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, abstract background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the background", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 30, width: 512, height: 768, prompt: "((sticker design, abstract background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the background", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 30, "width": 512, "height": 768, "prompt": "((sticker design, abstract background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the background", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_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": 30, "width": 512, "height": 768, "prompt": "((sticker design, abstract background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the background", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=30' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="((sticker design, abstract background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the background"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, abstract background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the background", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:15:57.449211Z", "created_at": "2024-01-15T08:15:54.377544Z", "data_removed": false, "error": null, "id": "iaqlvm3botpsfvj3uvf4l4cdfa", "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, abstract background)), teen girl, beach waves,Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the background", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" }, "logs": "0%| | 0/30 [00:00<?, ?it/s]\n 10%|█ | 3/30 [00:00<00:01, 23.66it/s]\n 20%|██ | 6/30 [00:00<00:01, 19.38it/s]\n 27%|██▋ | 8/30 [00:00<00:01, 18.51it/s]\n 33%|███▎ | 10/30 [00:00<00:01, 18.06it/s]\n 40%|████ | 12/30 [00:00<00:01, 17.79it/s]\n 47%|████▋ | 14/30 [00:00<00:00, 17.64it/s]\n 53%|█████▎ | 16/30 [00:00<00:00, 17.52it/s]\n 60%|██████ | 18/30 [00:00<00:00, 17.30it/s]\n 67%|██████▋ | 20/30 [00:01<00:00, 17.27it/s]\n 73%|███████▎ | 22/30 [00:01<00:00, 17.25it/s]\n 80%|████████ | 24/30 [00:01<00:00, 17.26it/s]\n 87%|████████▋ | 26/30 [00:01<00:00, 17.26it/s]\n 93%|█████████▎| 28/30 [00:01<00:00, 17.27it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.24it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.69it/s]", "metrics": { "predict_time": 3.038405, "total_time": 3.071667 }, "output": [ "https://replicate.delivery/pbxt/CGeY4ipeGdkEoUwQy8x0lBmPZieHtI3aLmufytigJnIy7myIB/out-0.png" ], "started_at": "2024-01-15T08:15:54.410806Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/iaqlvm3botpsfvj3uvf4l4cdfa", "cancel": "https://api.replicate.com/v1/predictions/iaqlvm3botpsfvj3uvf4l4cdfa/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/30 [00:00<?, ?it/s] 10%|█ | 3/30 [00:00<00:01, 23.66it/s] 20%|██ | 6/30 [00:00<00:01, 19.38it/s] 27%|██▋ | 8/30 [00:00<00:01, 18.51it/s] 33%|███▎ | 10/30 [00:00<00:01, 18.06it/s] 40%|████ | 12/30 [00:00<00:01, 17.79it/s] 47%|████▋ | 14/30 [00:00<00:00, 17.64it/s] 53%|█████▎ | 16/30 [00:00<00:00, 17.52it/s] 60%|██████ | 18/30 [00:00<00:00, 17.30it/s] 67%|██████▋ | 20/30 [00:01<00:00, 17.27it/s] 73%|███████▎ | 22/30 [00:01<00:00, 17.25it/s] 80%|████████ | 24/30 [00:01<00:00, 17.26it/s] 87%|████████▋ | 26/30 [00:01<00:00, 17.26it/s] 93%|█████████▎| 28/30 [00:01<00:00, 17.27it/s] 100%|██████████| 30/30 [00:01<00:00, 17.24it/s] 100%|██████████| 30/30 [00:01<00:00, 17.69it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdID5iimvddbj3iqa4rohoj3shc5yeStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 30
- width
- 512
- height
- 768
- prompt
- (masterpiece,best quality:1.5), Style of Louis Wain,Futurism (ð),ð±,ð, fareeha \(overwatch\), ð, straw,Snowing,yemen,Vienna
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Louis Wain,Futurism (ð),ð±,ð, fareeha \\(overwatch\\), ð, straw,Snowing,yemen,Vienna", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 30, width: 512, height: 768, prompt: "(masterpiece,best quality:1.5), Style of Louis Wain,Futurism (ð),ð±,ð, fareeha \\(overwatch\\), ð, straw,Snowing,yemen,Vienna", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Louis Wain,Futurism (ð),ð±,ð, fareeha \\(overwatch\\), ð, straw,Snowing,yemen,Vienna", "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.
Set theREPLICATE_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": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Louis Wain,Futurism (ð),ð±,ð, fareeha \\\\(overwatch\\\\), ð, straw,Snowing,yemen,Vienna", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=30' \ -i 'width=512' \ -i 'height=768' \ -i $'prompt="(masterpiece,best quality:1.5), Style of Louis Wain,Futurism (ð),ð±,ð, fareeha \\\\(overwatch\\\\), ð, straw,Snowing,yemen,Vienna"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Louis Wain,Futurism (ð),ð±,ð, fareeha \\\\(overwatch\\\\), ð, straw,Snowing,yemen,Vienna", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T07:55:09.716604Z", "created_at": "2024-01-15T07:55:06.557532Z", "data_removed": false, "error": null, "id": "5iimvddbj3iqa4rohoj3shc5ye", "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Louis Wain,Futurism (ð),ð±,ð, fareeha \\(overwatch\\), ð, straw,Snowing,yemen,Vienna", "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/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:03, 8.90it/s]\n 13%|█▎ | 4/30 [00:00<00:01, 17.64it/s]\n 20%|██ | 6/30 [00:00<00:01, 17.45it/s]\n 27%|██▋ | 8/30 [00:00<00:01, 17.37it/s]\n 33%|███▎ | 10/30 [00:00<00:01, 17.29it/s]\n 40%|████ | 12/30 [00:00<00:01, 17.24it/s]\n 47%|████▋ | 14/30 [00:00<00:00, 17.24it/s]\n 53%|█████▎ | 16/30 [00:00<00:00, 17.23it/s]\n 60%|██████ | 18/30 [00:01<00:00, 17.10it/s]\n 67%|██████▋ | 20/30 [00:01<00:00, 17.04it/s]\n 73%|███████▎ | 22/30 [00:01<00:00, 17.05it/s]\n 80%|████████ | 24/30 [00:01<00:00, 17.08it/s]\n 87%|████████▋ | 26/30 [00:01<00:00, 17.08it/s]\n 93%|█████████▎| 28/30 [00:01<00:00, 17.12it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.11it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.02it/s]", "metrics": { "predict_time": 3.111394, "total_time": 3.159072 }, "output": [ "https://replicate.delivery/pbxt/IOYOfZsKfXoeXJOV3tOfbgQobXy5qglvyAgdh5jS7eJlbLlRC/out-0.png" ], "started_at": "2024-01-15T07:55:06.605210Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5iimvddbj3iqa4rohoj3shc5ye", "cancel": "https://api.replicate.com/v1/predictions/5iimvddbj3iqa4rohoj3shc5ye/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:03, 8.90it/s] 13%|█▎ | 4/30 [00:00<00:01, 17.64it/s] 20%|██ | 6/30 [00:00<00:01, 17.45it/s] 27%|██▋ | 8/30 [00:00<00:01, 17.37it/s] 33%|███▎ | 10/30 [00:00<00:01, 17.29it/s] 40%|████ | 12/30 [00:00<00:01, 17.24it/s] 47%|████▋ | 14/30 [00:00<00:00, 17.24it/s] 53%|█████▎ | 16/30 [00:00<00:00, 17.23it/s] 60%|██████ | 18/30 [00:01<00:00, 17.10it/s] 67%|██████▋ | 20/30 [00:01<00:00, 17.04it/s] 73%|███████▎ | 22/30 [00:01<00:00, 17.05it/s] 80%|████████ | 24/30 [00:01<00:00, 17.08it/s] 87%|████████▋ | 26/30 [00:01<00:00, 17.08it/s] 93%|█████████▎| 28/30 [00:01<00:00, 17.12it/s] 100%|██████████| 30/30 [00:01<00:00, 17.11it/s] 100%|██████████| 30/30 [00:01<00:00, 17.02it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDuzreqmlbatiqlmkhkwgq25jhfuStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 30
- width
- 512
- height
- 768
- prompt
- ((sticker design, white background)), old women, beach waves, , Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot, (horror style:1.4), blood,
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- (worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)
{ "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), old women, beach waves, , Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot, (horror style:1.4), blood,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 30, width: 512, height: 768, prompt: "((sticker design, white background)), old women, beach waves, , Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot, (horror style:1.4), blood,", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), old women, beach waves, , Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot, (horror style:1.4), blood,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_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": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), old women, beach waves, , Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot, (horror style:1.4), blood,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=30' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="((sticker design, white background)), old women, beach waves, , Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot, (horror style:1.4), blood,"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), old women, beach waves, , Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot, (horror style:1.4), blood,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T07:58:22.208868Z", "created_at": "2024-01-15T07:58:19.087018Z", "data_removed": false, "error": null, "id": "uzreqmlbatiqlmkhkwgq25jhfu", "input": { "seed": 0, "steps": 30, "width": 512, "height": 768, "prompt": "((sticker design, white background)), old women, beach waves, , Bell Sleeve Top , (masterpiece, best quality:1.6), castle in the sky, Fall, Mount Fuji, leaning forward, abbot, (horror style:1.4), blood,", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "(worst quality, normal quality, low quality, 3D, nsfw, realistic:1.6)" }, "logs": "0%| | 0/30 [00:00<?, ?it/s]\n 10%|█ | 3/30 [00:00<00:01, 23.64it/s]\n 20%|██ | 6/30 [00:00<00:01, 19.46it/s]\n 27%|██▋ | 8/30 [00:00<00:01, 18.63it/s]\n 33%|███▎ | 10/30 [00:00<00:01, 18.11it/s]\n 40%|████ | 12/30 [00:00<00:01, 17.82it/s]\n 47%|████▋ | 14/30 [00:00<00:00, 17.61it/s]\n 53%|█████▎ | 16/30 [00:00<00:00, 17.44it/s]\n 60%|██████ | 18/30 [00:01<00:00, 17.25it/s]\n 67%|██████▋ | 20/30 [00:01<00:00, 17.21it/s]\n 73%|███████▎ | 22/30 [00:01<00:00, 17.19it/s]\n 80%|████████ | 24/30 [00:01<00:00, 17.17it/s]\n 87%|████████▋ | 26/30 [00:01<00:00, 17.18it/s]\n 93%|█████████▎| 28/30 [00:01<00:00, 17.17it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.18it/s]\n100%|██████████| 30/30 [00:01<00:00, 17.65it/s]", "metrics": { "predict_time": 3.076685, "total_time": 3.12185 }, "output": [ "https://replicate.delivery/pbxt/yeKK4fLbGRnf1pEVucII7WddgHke07KDmwx6Z8D4hrL35lyIB/out-0.png" ], "started_at": "2024-01-15T07:58:19.132183Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/uzreqmlbatiqlmkhkwgq25jhfu", "cancel": "https://api.replicate.com/v1/predictions/uzreqmlbatiqlmkhkwgq25jhfu/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/30 [00:00<?, ?it/s] 10%|█ | 3/30 [00:00<00:01, 23.64it/s] 20%|██ | 6/30 [00:00<00:01, 19.46it/s] 27%|██▋ | 8/30 [00:00<00:01, 18.63it/s] 33%|███▎ | 10/30 [00:00<00:01, 18.11it/s] 40%|████ | 12/30 [00:00<00:01, 17.82it/s] 47%|████▋ | 14/30 [00:00<00:00, 17.61it/s] 53%|█████▎ | 16/30 [00:00<00:00, 17.44it/s] 60%|██████ | 18/30 [00:01<00:00, 17.25it/s] 67%|██████▋ | 20/30 [00:01<00:00, 17.21it/s] 73%|███████▎ | 22/30 [00:01<00:00, 17.19it/s] 80%|████████ | 24/30 [00:01<00:00, 17.17it/s] 87%|████████▋ | 26/30 [00:01<00:00, 17.18it/s] 93%|█████████▎| 28/30 [00:01<00:00, 17.17it/s] 100%|██████████| 30/30 [00:01<00:00, 17.18it/s] 100%|██████████| 30/30 [00:01<00:00, 17.65it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDkltwhedbyu6eu4sd2iiussmylyStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 20
- width
- 512
- height
- 768
- prompt
- child boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 20, "width": 512, "height": 768, "prompt": "child boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 20, width: 512, height: 768, prompt: "child boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 20, "width": 512, "height": 768, "prompt": "child boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "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.
Set theREPLICATE_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": 20, "width": 512, "height": 768, "prompt": "child boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=20' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="child boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 20, "width": 512, "height": 768, "prompt": "child boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:23:10.323459Z", "created_at": "2024-01-15T08:23:07.833672Z", "data_removed": false, "error": null, "id": "kltwhedbyu6eu4sd2iiussmyly", "input": { "seed": 0, "steps": 20, "width": 512, "height": 768, "prompt": "child boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "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/20 [00:00<?, ?it/s]\n 15%|█▌ | 3/20 [00:00<00:00, 23.53it/s]\n 30%|███ | 6/20 [00:00<00:00, 19.34it/s]\n 40%|████ | 8/20 [00:00<00:00, 18.51it/s]\n 50%|█████ | 10/20 [00:00<00:00, 18.05it/s]\n 60%|██████ | 12/20 [00:00<00:00, 17.74it/s]\n 70%|███████ | 14/20 [00:00<00:00, 17.54it/s]\n 80%|████████ | 16/20 [00:00<00:00, 17.39it/s]\n 90%|█████████ | 18/20 [00:01<00:00, 17.20it/s]\n100%|██████████| 20/20 [00:01<00:00, 17.17it/s]\n100%|██████████| 20/20 [00:01<00:00, 17.84it/s]", "metrics": { "predict_time": 2.457715, "total_time": 2.489787 }, "output": [ "https://replicate.delivery/pbxt/cGDZPvEFfesANU6gGjwXN5fp9V7jr9rImGxv0zLKvdxarTZkA/out-0.png" ], "started_at": "2024-01-15T08:23:07.865744Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kltwhedbyu6eu4sd2iiussmyly", "cancel": "https://api.replicate.com/v1/predictions/kltwhedbyu6eu4sd2iiussmyly/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/20 [00:00<?, ?it/s] 15%|█▌ | 3/20 [00:00<00:00, 23.53it/s] 30%|███ | 6/20 [00:00<00:00, 19.34it/s] 40%|████ | 8/20 [00:00<00:00, 18.51it/s] 50%|█████ | 10/20 [00:00<00:00, 18.05it/s] 60%|██████ | 12/20 [00:00<00:00, 17.74it/s] 70%|███████ | 14/20 [00:00<00:00, 17.54it/s] 80%|████████ | 16/20 [00:00<00:00, 17.39it/s] 90%|█████████ | 18/20 [00:01<00:00, 17.20it/s] 100%|██████████| 20/20 [00:01<00:00, 17.17it/s] 100%|██████████| 20/20 [00:01<00:00, 17.84it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDh34xkh3bm2pcfgynh7gvuwks5yStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 34
- width
- 512
- height
- 768
- prompt
- (masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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 Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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 Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "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.
Set theREPLICATE_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 Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="(masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:01:30.896347Z", "created_at": "2024-01-15T08:01:27.521631Z", "data_removed": false, "error": null, "id": "h34xkh3bm2pcfgynh7gvuwks5y", "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "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.63it/s]\n 18%|█▊ | 6/34 [00:00<00:01, 19.38it/s]\n 24%|██▎ | 8/34 [00:00<00:01, 18.52it/s]\n 29%|██▉ | 10/34 [00:00<00:01, 18.08it/s]\n 35%|███▌ | 12/34 [00:00<00:01, 17.77it/s]\n 41%|████ | 14/34 [00:00<00:01, 17.56it/s]\n 47%|████▋ | 16/34 [00:00<00:01, 17.41it/s]\n 53%|█████▎ | 18/34 [00:01<00:00, 17.21it/s]\n 59%|█████▉ | 20/34 [00:01<00:00, 17.18it/s]\n 65%|██████▍ | 22/34 [00:01<00:00, 17.14it/s]\n 71%|███████ | 24/34 [00:01<00:00, 17.15it/s]\n 76%|███████▋ | 26/34 [00:01<00:00, 17.14it/s]\n 82%|████████▏ | 28/34 [00:01<00:00, 17.11it/s]\n 88%|████████▊ | 30/34 [00:01<00:00, 17.11it/s]\n 94%|█████████▍| 32/34 [00:01<00:00, 17.10it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.04it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.52it/s]", "metrics": { "predict_time": 3.342016, "total_time": 3.374716 }, "output": [ "https://replicate.delivery/pbxt/CQH5jKrZw4qYEtO70MZQFEW9yw0y1wur5v5rNelaMZEtwUGJA/out-0.png" ], "started_at": "2024-01-15T08:01:27.554331Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/h34xkh3bm2pcfgynh7gvuwks5y", "cancel": "https://api.replicate.com/v1/predictions/h34xkh3bm2pcfgynh7gvuwks5y/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/34 [00:00<?, ?it/s] 9%|▉ | 3/34 [00:00<00:01, 23.63it/s] 18%|█▊ | 6/34 [00:00<00:01, 19.38it/s] 24%|██▎ | 8/34 [00:00<00:01, 18.52it/s] 29%|██▉ | 10/34 [00:00<00:01, 18.08it/s] 35%|███▌ | 12/34 [00:00<00:01, 17.77it/s] 41%|████ | 14/34 [00:00<00:01, 17.56it/s] 47%|████▋ | 16/34 [00:00<00:01, 17.41it/s] 53%|█████▎ | 18/34 [00:01<00:00, 17.21it/s] 59%|█████▉ | 20/34 [00:01<00:00, 17.18it/s] 65%|██████▍ | 22/34 [00:01<00:00, 17.14it/s] 71%|███████ | 24/34 [00:01<00:00, 17.15it/s] 76%|███████▋ | 26/34 [00:01<00:00, 17.14it/s] 82%|████████▏ | 28/34 [00:01<00:00, 17.11it/s] 88%|████████▊ | 30/34 [00:01<00:00, 17.11it/s] 94%|█████████▍| 32/34 [00:01<00:00, 17.10it/s] 100%|██████████| 34/34 [00:01<00:00, 17.04it/s] 100%|██████████| 34/34 [00:01<00:00, 17.52it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDmmwzjj3biah3vgqoaez5ieixvaStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 34
- width
- 512
- height
- 768
- prompt
- (masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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 Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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 Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "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.
Set theREPLICATE_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 Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="(masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:01:59.944239Z", "created_at": "2024-01-15T08:01:56.584168Z", "data_removed": false, "error": null, "id": "mmwzjj3biah3vgqoaez5ieixva", "input": { "seed": 0, "steps": 34, "width": 512, "height": 768, "prompt": "(masterpiece,best quality:1.5), Style of Chris Foss,Sosaku Hanga lizzo,Gate,Raining,Unexpected,The Yosemite National Park, United States", "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.66it/s]\n 18%|█▊ | 6/34 [00:00<00:01, 19.41it/s]\n 24%|██▎ | 8/34 [00:00<00:01, 18.61it/s]\n 29%|██▉ | 10/34 [00:00<00:01, 18.16it/s]\n 35%|███▌ | 12/34 [00:00<00:01, 17.91it/s]\n 41%|████ | 14/34 [00:00<00:01, 17.72it/s]\n 47%|████▋ | 16/34 [00:00<00:01, 17.57it/s]\n 53%|█████▎ | 18/34 [00:00<00:00, 17.34it/s]\n 59%|█████▉ | 20/34 [00:01<00:00, 17.28it/s]\n 65%|██████▍ | 22/34 [00:01<00:00, 17.28it/s]\n 71%|███████ | 24/34 [00:01<00:00, 17.29it/s]\n 76%|███████▋ | 26/34 [00:01<00:00, 17.30it/s]\n 82%|████████▏ | 28/34 [00:01<00:00, 17.29it/s]\n 88%|████████▊ | 30/34 [00:01<00:00, 17.30it/s]\n 94%|█████████▍| 32/34 [00:01<00:00, 17.29it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.23it/s]\n100%|██████████| 34/34 [00:01<00:00, 17.67it/s]", "metrics": { "predict_time": 3.32882, "total_time": 3.360071 }, "output": [ "https://replicate.delivery/pbxt/g8oxDDKieP14SiO19PTI0N3bttAf2mz8dGaMsTPUNG03hpMSA/out-0.png" ], "started_at": "2024-01-15T08:01:56.615419Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mmwzjj3biah3vgqoaez5ieixva", "cancel": "https://api.replicate.com/v1/predictions/mmwzjj3biah3vgqoaez5ieixva/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/34 [00:00<?, ?it/s] 9%|▉ | 3/34 [00:00<00:01, 23.66it/s] 18%|█▊ | 6/34 [00:00<00:01, 19.41it/s] 24%|██▎ | 8/34 [00:00<00:01, 18.61it/s] 29%|██▉ | 10/34 [00:00<00:01, 18.16it/s] 35%|███▌ | 12/34 [00:00<00:01, 17.91it/s] 41%|████ | 14/34 [00:00<00:01, 17.72it/s] 47%|████▋ | 16/34 [00:00<00:01, 17.57it/s] 53%|█████▎ | 18/34 [00:00<00:00, 17.34it/s] 59%|█████▉ | 20/34 [00:01<00:00, 17.28it/s] 65%|██████▍ | 22/34 [00:01<00:00, 17.28it/s] 71%|███████ | 24/34 [00:01<00:00, 17.29it/s] 76%|███████▋ | 26/34 [00:01<00:00, 17.30it/s] 82%|████████▏ | 28/34 [00:01<00:00, 17.29it/s] 88%|████████▊ | 30/34 [00:01<00:00, 17.30it/s] 94%|█████████▍| 32/34 [00:01<00:00, 17.29it/s] 100%|██████████| 34/34 [00:01<00:00, 17.23it/s] 100%|██████████| 34/34 [00:01<00:00, 17.67it/s]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDnwqhzmdbluvljwprapah5aec34StatusSucceededSourceWebHardwareA40Total durationCreatedInput
- 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)
{ "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)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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.
Set theREPLICATE_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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=34' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="(masterpiece,best quality:1.5), Style of Kathe Kollwitz,dtx shiki (senran kagura), contrapposto, Adobe,at Nighttime,music journalist,The Yggdrasil Tree"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "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)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
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" }
Generated in0%| | 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]
Prediction
dhanushreddy291/sdvn10-anime:ce2ca6fdIDkhxsdntbwzwijykk4peo43oauqStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- steps
- 20
- width
- 512
- height
- 768
- prompt
- teen boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic
- guidance
- 7
- scheduler
- EulerA
- num_outputs
- 1
- negative_prompt
- watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)
{ "seed": 0, "steps": 20, "width": 512, "height": 768, "prompt": "teen boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client: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: 20, width: 512, height: 768, prompt: "teen boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", guidance: 7, scheduler: "EulerA", num_outputs: 1, negative_prompt: "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client: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": 20, "width": 512, "height": 768, "prompt": "teen boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "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.
Set theREPLICATE_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": 20, "width": 512, "height": 768, "prompt": "teen boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "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.
You can run this model locally using Cog. First, install Cog: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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951 \ -i 'seed=0' \ -i 'steps=20' \ -i 'width=512' \ -i 'height=768' \ -i 'prompt="teen boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic"' \ -i 'guidance=7' \ -i 'scheduler="EulerA"' \ -i 'num_outputs=1' \ -i 'negative_prompt="watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)"'
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/dhanushreddy291/sdvn10-anime@sha256:ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 0, "steps": 20, "width": 512, "height": 768, "prompt": "teen boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "guidance": 7, "scheduler": "EulerA", "num_outputs": 1, "negative_prompt": "watermark,text, logo,contact, error, blurry, cropped, username, artist name, (worst quality, low quality,nsfw)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Output
{ "completed_at": "2024-01-15T08:23:33.567895Z", "created_at": "2024-01-15T08:23:31.053008Z", "data_removed": false, "error": null, "id": "khxsdntbwzwijykk4peo43oauq", "input": { "seed": 0, "steps": 20, "width": 512, "height": 768, "prompt": "teen boy, short hair, crew neck sweater, (masterpiece, best quality:1.6), ghibli, Sun in the sky, Rocky Mountain National Park, Charismatic", "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/20 [00:00<?, ?it/s]\n 15%|█▌ | 3/20 [00:00<00:00, 23.67it/s]\n 30%|███ | 6/20 [00:00<00:00, 19.44it/s]\n 40%|████ | 8/20 [00:00<00:00, 18.57it/s]\n 50%|█████ | 10/20 [00:00<00:00, 18.08it/s]\n 60%|██████ | 12/20 [00:00<00:00, 17.77it/s]\n 70%|███████ | 14/20 [00:00<00:00, 17.58it/s]\n 80%|████████ | 16/20 [00:00<00:00, 17.41it/s]\n 90%|█████████ | 18/20 [00:01<00:00, 17.23it/s]\n100%|██████████| 20/20 [00:01<00:00, 17.17it/s]\n100%|██████████| 20/20 [00:01<00:00, 17.86it/s]", "metrics": { "predict_time": 2.481786, "total_time": 2.514887 }, "output": [ "https://replicate.delivery/pbxt/hYECdG0eD3V7LaXqiDNtdCZuEMMtk8frBWD4epG4RlDJsTZkA/out-0.png" ], "started_at": "2024-01-15T08:23:31.086109Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/khxsdntbwzwijykk4peo43oauq", "cancel": "https://api.replicate.com/v1/predictions/khxsdntbwzwijykk4peo43oauq/cancel" }, "version": "ce2ca6fd0837ffbd171a127f04ff7b8fe8cdf0f7ddc6739dd44409a758ded951" }
Generated in0%| | 0/20 [00:00<?, ?it/s] 15%|█▌ | 3/20 [00:00<00:00, 23.67it/s] 30%|███ | 6/20 [00:00<00:00, 19.44it/s] 40%|████ | 8/20 [00:00<00:00, 18.57it/s] 50%|█████ | 10/20 [00:00<00:00, 18.08it/s] 60%|██████ | 12/20 [00:00<00:00, 17.77it/s] 70%|███████ | 14/20 [00:00<00:00, 17.58it/s] 80%|████████ | 16/20 [00:00<00:00, 17.41it/s] 90%|█████████ | 18/20 [00:01<00:00, 17.23it/s] 100%|██████████| 20/20 [00:01<00:00, 17.17it/s] 100%|██████████| 20/20 [00:01<00:00, 17.86it/s]
Want to make some of these yourself?
Run this model