mpopv
/
dndxl
SDXL finetuned on fantasy TTRPG sourcebook art.
- Public
- 529 runs
-
L40S
- SDXL fine-tune
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelIDkl3sphtbgvrvvyg62noieiy57yStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Valisa DeKelwithe, a commoner of the northern tundra village, selling her wares. Blank white background.
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Valisa DeKelwithe, a commoner of the northern tundra village, selling her wares. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "Valisa DeKelwithe, a commoner of the northern tundra village, selling her wares. Blank white background.", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "Valisa DeKelwithe, a commoner of the northern tundra village, selling her wares. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "Valisa DeKelwithe, a commoner of the northern tundra village, selling her wares. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T03:49:32.268722Z", "created_at": "2023-09-11T03:49:17.491089Z", "data_removed": false, "error": null, "id": "kl3sphtbgvrvvyg62noieiy57y", "input": { "width": 1024, "height": 1024, "prompt": "Valisa DeKelwithe, a commoner of the northern tundra village, selling her wares. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 18669\nPrompt: Valisa DeKelwithe, a commoner of the northern tundra village, selling her wares. Blank white background.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.73it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.72it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.71it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.71it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.70it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.70it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.68it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.67it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.67it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.67it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.68it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.68it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.68it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.68it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.68it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.68it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.68it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.68it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.68it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.68it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.68it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.68it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.68it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.68it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.68it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.68it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.68it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.68it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.69it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.69it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.69it/s]", "metrics": { "predict_time": 14.805937, "total_time": 14.777633 }, "output": [ "https://replicate.delivery/pbxt/2NNRp3ZparpYJ9SUAVsUrZVURlhreHmBDGDrePFK99fWCIGjA/out-0.png" ], "started_at": "2023-09-11T03:49:17.462785Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kl3sphtbgvrvvyg62noieiy57y", "cancel": "https://api.replicate.com/v1/predictions/kl3sphtbgvrvvyg62noieiy57y/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 18669 Prompt: Valisa DeKelwithe, a commoner of the northern tundra village, selling her wares. Blank white background. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.73it/s] 4%|▍ | 2/50 [00:00<00:12, 3.72it/s] 6%|▌ | 3/50 [00:00<00:12, 3.71it/s] 8%|▊ | 4/50 [00:01<00:12, 3.71it/s] 10%|█ | 5/50 [00:01<00:12, 3.70it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s] 20%|██ | 10/50 [00:02<00:10, 3.70it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.68it/s] 40%|████ | 20/50 [00:05<00:08, 3.67it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.67it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.67it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s] 50%|█████ | 25/50 [00:06<00:06, 3.68it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.68it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s] 60%|██████ | 30/50 [00:08<00:05, 3.68it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.68it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.68it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s] 70%|███████ | 35/50 [00:09<00:04, 3.68it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.68it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.68it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.68it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.68it/s] 80%|████████ | 40/50 [00:10<00:02, 3.68it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.68it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.68it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.68it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.68it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.68it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.68it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.68it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.69it/s] 100%|██████████| 50/50 [00:13<00:00, 3.69it/s] 100%|██████████| 50/50 [00:13<00:00, 3.69it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelIDj75t7udbxjykdhkb7qjnaklqluStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Fel flame dragon, a demonic drake pulsating with green fire. It is hovering and using a breath attack. Blank white background.
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Fel flame dragon, a demonic drake pulsating with green fire. It is hovering and using a breath attack. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "Fel flame dragon, a demonic drake pulsating with green fire. It is hovering and using a breath attack. Blank white background.", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "Fel flame dragon, a demonic drake pulsating with green fire. It is hovering and using a breath attack. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "Fel flame dragon, a demonic drake pulsating with green fire. It is hovering and using a breath attack. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T03:56:54.175465Z", "created_at": "2023-09-11T03:56:39.451182Z", "data_removed": false, "error": null, "id": "j75t7udbxjykdhkb7qjnaklqlu", "input": { "width": 1024, "height": 1024, "prompt": "Fel flame dragon, a demonic drake pulsating with green fire. It is hovering and using a breath attack. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 13359\nPrompt: Fel flame dragon, a demonic drake pulsating with green fire. It is hovering and using a breath attack. Blank white background.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.73it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.72it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.71it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.71it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.70it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.70it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.70it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.71it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.71it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.72it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.72it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.72it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.72it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.72it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.72it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.72it/s]\n 48%|████▊ | 24/50 [00:06<00:06, 3.72it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.72it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.72it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.72it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.72it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.72it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.72it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.72it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.72it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.72it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.71it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s]\n 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.71it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]", "metrics": { "predict_time": 14.770633, "total_time": 14.724283 }, "output": [ "https://replicate.delivery/pbxt/pq9c9NRpgZowAx6ffkfTBautcelI0UYSwCmlBjaY9moWgQMGB/out-0.png" ], "started_at": "2023-09-11T03:56:39.404832Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/j75t7udbxjykdhkb7qjnaklqlu", "cancel": "https://api.replicate.com/v1/predictions/j75t7udbxjykdhkb7qjnaklqlu/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 13359 Prompt: Fel flame dragon, a demonic drake pulsating with green fire. It is hovering and using a breath attack. Blank white background. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.73it/s] 4%|▍ | 2/50 [00:00<00:12, 3.72it/s] 6%|▌ | 3/50 [00:00<00:12, 3.71it/s] 8%|▊ | 4/50 [00:01<00:12, 3.71it/s] 10%|█ | 5/50 [00:01<00:12, 3.70it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s] 20%|██ | 10/50 [00:02<00:10, 3.70it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.70it/s] 30%|███ | 15/50 [00:04<00:09, 3.71it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.71it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.72it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.72it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.72it/s] 40%|████ | 20/50 [00:05<00:08, 3.72it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.72it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.72it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.72it/s] 48%|████▊ | 24/50 [00:06<00:06, 3.72it/s] 50%|█████ | 25/50 [00:06<00:06, 3.72it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.72it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.72it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.72it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.72it/s] 60%|██████ | 30/50 [00:08<00:05, 3.72it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.72it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.72it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.72it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s] 70%|███████ | 35/50 [00:09<00:04, 3.71it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s] 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s] 80%|████████ | 40/50 [00:10<00:02, 3.71it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelIDuxe2eqtbruq7wv5twde4qq3zpmStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Orc clockwork hunter. An orcish assassin with gray skin who uses magical technology to kill. Blank white background.
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Orc clockwork hunter. An orcish assassin with gray skin who uses magical technology to kill. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "Orc clockwork hunter. An orcish assassin with gray skin who uses magical technology to kill. Blank white background.", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "Orc clockwork hunter. An orcish assassin with gray skin who uses magical technology to kill. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "Orc clockwork hunter. An orcish assassin with gray skin who uses magical technology to kill. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T03:59:06.432860Z", "created_at": "2023-09-11T03:58:51.700481Z", "data_removed": false, "error": null, "id": "uxe2eqtbruq7wv5twde4qq3zpm", "input": { "width": 1024, "height": 1024, "prompt": "Orc clockwork hunter. An orcish assassin with gray skin who uses magical technology to kill. Blank white background.", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 18550\nPrompt: Orc clockwork hunter. An orcish assassin with gray skin who uses magical technology to kill. Blank white background.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.74it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.72it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.72it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.72it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.71it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.71it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.71it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.71it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.71it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.71it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.71it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.71it/s]\n 26%|██▌ | 13/50 [00:03<00:09, 3.70it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.70it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.70it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.70it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.70it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.71it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.71it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.72it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.72it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.72it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.72it/s]\n 48%|████▊ | 24/50 [00:06<00:06, 3.72it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.72it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.72it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.72it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.68it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.69it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.70it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.70it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.71it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s]\n 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.72it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.71it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]", "metrics": { "predict_time": 14.764419, "total_time": 14.732379 }, "output": [ "https://replicate.delivery/pbxt/slFObuZLuO7pKpi6x87eIcuQeEniHd3GWsP2RQNNc2JJKEjRA/out-0.png" ], "started_at": "2023-09-11T03:58:51.668441Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/uxe2eqtbruq7wv5twde4qq3zpm", "cancel": "https://api.replicate.com/v1/predictions/uxe2eqtbruq7wv5twde4qq3zpm/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 18550 Prompt: Orc clockwork hunter. An orcish assassin with gray skin who uses magical technology to kill. Blank white background. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.74it/s] 4%|▍ | 2/50 [00:00<00:12, 3.72it/s] 6%|▌ | 3/50 [00:00<00:12, 3.72it/s] 8%|▊ | 4/50 [00:01<00:12, 3.72it/s] 10%|█ | 5/50 [00:01<00:12, 3.71it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.71it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.71it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.71it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.71it/s] 20%|██ | 10/50 [00:02<00:10, 3.71it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.71it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.71it/s] 26%|██▌ | 13/50 [00:03<00:09, 3.70it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.70it/s] 30%|███ | 15/50 [00:04<00:09, 3.70it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.70it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.70it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.71it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.71it/s] 40%|████ | 20/50 [00:05<00:08, 3.72it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.72it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.72it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.72it/s] 48%|████▊ | 24/50 [00:06<00:06, 3.72it/s] 50%|█████ | 25/50 [00:06<00:06, 3.72it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.72it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.72it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s] 60%|██████ | 30/50 [00:08<00:05, 3.68it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.69it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.70it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.70it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s] 70%|███████ | 35/50 [00:09<00:04, 3.71it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s] 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.72it/s] 80%|████████ | 40/50 [00:10<00:02, 3.71it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelIDerqixclbykzgy4xrazt4c3msomStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Clockwork servant, a simple brass robot built by the Modrons of Mechanus. Illustration of a monster from the Dungeons & Dragons Fifth Edition Monster Manual (2021). Blank white background. Simple, minimal design.
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Clockwork servant, a simple brass robot built by the Modrons of Mechanus. Illustration of a monster from the Dungeons & Dragons Fifth Edition Monster Manual (2021). Blank white background. Simple, minimal design.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "Clockwork servant, a simple brass robot built by the Modrons of Mechanus. Illustration of a monster from the Dungeons & Dragons Fifth Edition Monster Manual (2021). Blank white background. Simple, minimal design.", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "Clockwork servant, a simple brass robot built by the Modrons of Mechanus. Illustration of a monster from the Dungeons & Dragons Fifth Edition Monster Manual (2021). Blank white background. Simple, minimal design.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "Clockwork servant, a simple brass robot built by the Modrons of Mechanus. Illustration of a monster from the Dungeons & Dragons Fifth Edition Monster Manual (2021). Blank white background. Simple, minimal design.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T04:14:42.575395Z", "created_at": "2023-09-11T04:14:27.898973Z", "data_removed": false, "error": null, "id": "erqixclbykzgy4xrazt4c3msom", "input": { "width": 1024, "height": 1024, "prompt": "Clockwork servant, a simple brass robot built by the Modrons of Mechanus. Illustration of a monster from the Dungeons & Dragons Fifth Edition Monster Manual (2021). Blank white background. Simple, minimal design.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 22664\nPrompt: Clockwork servant, a simple brass robot built by the Modrons of Mechanus. Illustration of a monster from the Dungeons & Dragons Fifth Edition Monster Manual (2021). Blank white background. Simple, minimal design.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.71it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.70it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.71it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.71it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.71it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.71it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.72it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.72it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.72it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.72it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.72it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.72it/s]\n 26%|██▌ | 13/50 [00:03<00:09, 3.72it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.72it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.72it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.71it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.71it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.71it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.71it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.71it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.71it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.71it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.71it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.71it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.71it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.71it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.71it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.70it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.70it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.70it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.70it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.70it/s]\n 74%|███████▍ | 37/50 [00:09<00:03, 3.70it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.70it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.70it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.70it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.70it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.70it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.70it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.70it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.70it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.70it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.70it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.70it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.70it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]", "metrics": { "predict_time": 14.736324, "total_time": 14.676422 }, "output": [ "https://replicate.delivery/pbxt/ISYKf76iHETcdKUcQIDfdj5fGYfIXjVBcRaF3EC74sEJjRMGB/out-0.png" ], "started_at": "2023-09-11T04:14:27.839071Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/erqixclbykzgy4xrazt4c3msom", "cancel": "https://api.replicate.com/v1/predictions/erqixclbykzgy4xrazt4c3msom/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 22664 Prompt: Clockwork servant, a simple brass robot built by the Modrons of Mechanus. Illustration of a monster from the Dungeons & Dragons Fifth Edition Monster Manual (2021). Blank white background. Simple, minimal design. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.71it/s] 4%|▍ | 2/50 [00:00<00:12, 3.70it/s] 6%|▌ | 3/50 [00:00<00:12, 3.71it/s] 8%|▊ | 4/50 [00:01<00:12, 3.71it/s] 10%|█ | 5/50 [00:01<00:12, 3.71it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.71it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.72it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.72it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.72it/s] 20%|██ | 10/50 [00:02<00:10, 3.72it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.72it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.72it/s] 26%|██▌ | 13/50 [00:03<00:09, 3.72it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.72it/s] 30%|███ | 15/50 [00:04<00:09, 3.72it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.71it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.71it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.71it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.71it/s] 40%|████ | 20/50 [00:05<00:08, 3.71it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.71it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.71it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.71it/s] 50%|█████ | 25/50 [00:06<00:06, 3.71it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.71it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.71it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s] 60%|██████ | 30/50 [00:08<00:05, 3.71it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.70it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.70it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.70it/s] 70%|███████ | 35/50 [00:09<00:04, 3.70it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.70it/s] 74%|███████▍ | 37/50 [00:09<00:03, 3.70it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.70it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.70it/s] 80%|████████ | 40/50 [00:10<00:02, 3.70it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.70it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.70it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.70it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.70it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.70it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.70it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.70it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.70it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.70it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelIDmas7d6tb22faphqeezbvl7fzvyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A TOK of a potion trader, a shady character from the bustling dark alleys of the largest city in the realm. Blank white background. Full body pose.
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A TOK of a potion trader, a shady character from the bustling dark alleys of the largest city in the realm. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "A TOK of a potion trader, a shady character from the bustling dark alleys of the largest city in the realm. Blank white background. Full body pose.", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "A TOK of a potion trader, a shady character from the bustling dark alleys of the largest city in the realm. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "A TOK of a potion trader, a shady character from the bustling dark alleys of the largest city in the realm. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T04:17:14.974008Z", "created_at": "2023-09-11T04:17:00.349164Z", "data_removed": false, "error": null, "id": "mas7d6tb22faphqeezbvl7fzvy", "input": { "width": 1024, "height": 1024, "prompt": "A TOK of a potion trader, a shady character from the bustling dark alleys of the largest city in the realm. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 22919\nPrompt: A <s0><s1> of a potion trader, a shady character from the bustling dark alleys of the largest city in the realm. Blank white background. Full body pose.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.73it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.72it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.72it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.71it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.71it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.71it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.71it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.71it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.70it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.71it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.71it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.72it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.72it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.72it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.72it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.72it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.72it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s]\n 48%|████▊ | 24/50 [00:06<00:06, 3.72it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.72it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.72it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.72it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.72it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.72it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.72it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.72it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.72it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.72it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.72it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.72it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.72it/s]\n 74%|███████▍ | 37/50 [00:09<00:03, 3.72it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.72it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]", "metrics": { "predict_time": 14.67116, "total_time": 14.624844 }, "output": [ "https://replicate.delivery/pbxt/KW2wTQvvtYJ9CNRSr2N7GTVV9IQUfhyjENHrQJGH6VJlNixIA/out-0.png" ], "started_at": "2023-09-11T04:17:00.302848Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mas7d6tb22faphqeezbvl7fzvy", "cancel": "https://api.replicate.com/v1/predictions/mas7d6tb22faphqeezbvl7fzvy/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 22919 Prompt: A <s0><s1> of a potion trader, a shady character from the bustling dark alleys of the largest city in the realm. Blank white background. Full body pose. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.73it/s] 4%|▍ | 2/50 [00:00<00:12, 3.72it/s] 6%|▌ | 3/50 [00:00<00:12, 3.72it/s] 8%|▊ | 4/50 [00:01<00:12, 3.71it/s] 10%|█ | 5/50 [00:01<00:12, 3.71it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.71it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.71it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s] 20%|██ | 10/50 [00:02<00:10, 3.71it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.70it/s] 30%|███ | 15/50 [00:04<00:09, 3.71it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.71it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.72it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.72it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.72it/s] 40%|████ | 20/50 [00:05<00:08, 3.72it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.72it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.72it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s] 48%|████▊ | 24/50 [00:06<00:06, 3.72it/s] 50%|█████ | 25/50 [00:06<00:06, 3.72it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.72it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.72it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.72it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.72it/s] 60%|██████ | 30/50 [00:08<00:05, 3.72it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.72it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.72it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.72it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.72it/s] 70%|███████ | 35/50 [00:09<00:04, 3.72it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.72it/s] 74%|███████▍ | 37/50 [00:09<00:03, 3.72it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s] 80%|████████ | 40/50 [00:10<00:02, 3.72it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelID6apyyc3b4rstke5i5hfzhxf66eStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A TOK of an electric demon, a demon from the depths of the Nine Hells whose winged form is crackling with uncontrolled electricity. Blank white background. Full body pose.
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A TOK of an electric demon, a demon from the depths of the Nine Hells whose winged form is crackling with uncontrolled electricity. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "A TOK of an electric demon, a demon from the depths of the Nine Hells whose winged form is crackling with uncontrolled electricity. Blank white background. Full body pose.", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "A TOK of an electric demon, a demon from the depths of the Nine Hells whose winged form is crackling with uncontrolled electricity. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "A TOK of an electric demon, a demon from the depths of the Nine Hells whose winged form is crackling with uncontrolled electricity. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T04:18:33.049708Z", "created_at": "2023-09-11T04:18:18.302857Z", "data_removed": false, "error": null, "id": "6apyyc3b4rstke5i5hfzhxf66e", "input": { "width": 1024, "height": 1024, "prompt": "A TOK of an electric demon, a demon from the depths of the Nine Hells whose winged form is crackling with uncontrolled electricity. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws.", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 61021\nPrompt: A <s0><s1> of an electric demon, a demon from the depths of the Nine Hells whose winged form is crackling with uncontrolled electricity. Blank white background. Full body pose.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.73it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.72it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.72it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.71it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.70it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.70it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.70it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.70it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.70it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.70it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.70it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.71it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.71it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.71it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s]\n 48%|████▊ | 24/50 [00:06<00:06, 3.72it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.72it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.72it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.72it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.72it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.72it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.72it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.71it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.71it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.71it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s]\n 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.71it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]", "metrics": { "predict_time": 14.77725, "total_time": 14.746851 }, "output": [ "https://replicate.delivery/pbxt/M6QoEDXFezQtQKRXKyvNwccNp1fnd1k8LYJLedraAhcx4IGjA/out-0.png" ], "started_at": "2023-09-11T04:18:18.272458Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6apyyc3b4rstke5i5hfzhxf66e", "cancel": "https://api.replicate.com/v1/predictions/6apyyc3b4rstke5i5hfzhxf66e/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 61021 Prompt: A <s0><s1> of an electric demon, a demon from the depths of the Nine Hells whose winged form is crackling with uncontrolled electricity. Blank white background. Full body pose. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.73it/s] 4%|▍ | 2/50 [00:00<00:12, 3.72it/s] 6%|▌ | 3/50 [00:00<00:12, 3.72it/s] 8%|▊ | 4/50 [00:01<00:12, 3.71it/s] 10%|█ | 5/50 [00:01<00:12, 3.70it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s] 20%|██ | 10/50 [00:02<00:10, 3.70it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.70it/s] 30%|███ | 15/50 [00:04<00:09, 3.70it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.70it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.70it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.70it/s] 40%|████ | 20/50 [00:05<00:08, 3.71it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.71it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.71it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s] 48%|████▊ | 24/50 [00:06<00:06, 3.72it/s] 50%|█████ | 25/50 [00:06<00:06, 3.72it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.72it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.72it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.72it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.72it/s] 60%|██████ | 30/50 [00:08<00:05, 3.72it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.71it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.71it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s] 70%|███████ | 35/50 [00:09<00:04, 3.71it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s] 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s] 80%|████████ | 40/50 [00:10<00:02, 3.71it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelIDobaic73bk36bbdtmvgipoyweimStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A TOK of a flame djinn, a floating genie that is a master of fire. Blank white background. Full body pose. Perfect composition. Stunning, high quality art. Illustration from the D&D Monster Manual (2021).
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A TOK of a flame djinn, a floating genie that is a master of fire. Blank white background. Full body pose. Perfect composition. Stunning, high quality art. Illustration from the D&D Monster Manual (2021).", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "A TOK of a flame djinn, a floating genie that is a master of fire. Blank white background. Full body pose. Perfect composition. Stunning, high quality art. Illustration from the D&D Monster Manual (2021).", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "A TOK of a flame djinn, a floating genie that is a master of fire. Blank white background. Full body pose. Perfect composition. Stunning, high quality art. Illustration from the D&D Monster Manual (2021).", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "A TOK of a flame djinn, a floating genie that is a master of fire. Blank white background. Full body pose. Perfect composition. Stunning, high quality art. Illustration from the D&D Monster Manual (2021).", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T04:34:21.079723Z", "created_at": "2023-09-11T04:34:06.201850Z", "data_removed": false, "error": null, "id": "obaic73bk36bbdtmvgipoyweim", "input": { "width": 1024, "height": 1024, "prompt": "A TOK of a flame djinn, a floating genie that is a master of fire. Blank white background. Full body pose. Perfect composition. Stunning, high quality art. Illustration from the D&D Monster Manual (2021).", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 1132\nPrompt: A <s0><s1> of a flame djinn, a floating genie that is a master of fire. Blank white background. Full body pose. Perfect composition. Stunning, high quality art. Illustration from the D&D Monster Manual (2021).\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.71it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.71it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.70it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.70it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.70it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.69it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.70it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.70it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.70it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.71it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.71it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.71it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.71it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.71it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.71it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.71it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.71it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.71it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.71it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.71it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.71it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.71it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s]\n 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.71it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.70it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.70it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.70it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.70it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.70it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.70it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.70it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]", "metrics": { "predict_time": 14.92234, "total_time": 14.877873 }, "output": [ "https://replicate.delivery/pbxt/d9NfGMIB2QxzGi5QyxYo7weigMT1NVVEiqg3E0jxhiYMrEjRA/out-0.png" ], "started_at": "2023-09-11T04:34:06.157383Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/obaic73bk36bbdtmvgipoyweim", "cancel": "https://api.replicate.com/v1/predictions/obaic73bk36bbdtmvgipoyweim/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 1132 Prompt: A <s0><s1> of a flame djinn, a floating genie that is a master of fire. Blank white background. Full body pose. Perfect composition. Stunning, high quality art. Illustration from the D&D Monster Manual (2021). txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.71it/s] 4%|▍ | 2/50 [00:00<00:12, 3.71it/s] 6%|▌ | 3/50 [00:00<00:12, 3.70it/s] 8%|▊ | 4/50 [00:01<00:12, 3.70it/s] 10%|█ | 5/50 [00:01<00:12, 3.70it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s] 20%|██ | 10/50 [00:02<00:10, 3.69it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s] 30%|███ | 15/50 [00:04<00:09, 3.70it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.70it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.70it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.71it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.71it/s] 40%|████ | 20/50 [00:05<00:08, 3.71it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.71it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.71it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.71it/s] 50%|█████ | 25/50 [00:06<00:06, 3.71it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.71it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.71it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s] 60%|██████ | 30/50 [00:08<00:05, 3.71it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.71it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.71it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s] 70%|███████ | 35/50 [00:09<00:04, 3.71it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s] 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s] 80%|████████ | 40/50 [00:10<00:02, 3.71it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.70it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.70it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.70it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.70it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.70it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.70it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.70it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelIDs26aqp3bkqq4tzdptsd4qfyusmStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A shadow bandit, a sinister dwarf ambusher that haunts dark dungeon depths. Blank white background. Full body pose.
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A shadow bandit, a sinister dwarf ambusher that haunts dark dungeon depths. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "A shadow bandit, a sinister dwarf ambusher that haunts dark dungeon depths. Blank white background. Full body pose.", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "A shadow bandit, a sinister dwarf ambusher that haunts dark dungeon depths. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "A shadow bandit, a sinister dwarf ambusher that haunts dark dungeon depths. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T04:36:20.106762Z", "created_at": "2023-09-11T04:36:05.379125Z", "data_removed": false, "error": null, "id": "s26aqp3bkqq4tzdptsd4qfyusm", "input": { "width": 1024, "height": 1024, "prompt": "A shadow bandit, a sinister dwarf ambusher that haunts dark dungeon depths. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 34166\nPrompt: A shadow bandit, a sinister dwarf ambusher that haunts dark dungeon depths. Blank white background. Full body pose.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.72it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.71it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.70it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.70it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.70it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.69it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.70it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.70it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.71it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.71it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.71it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.71it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.71it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.71it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.71it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.71it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.71it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.71it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s]\n 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.71it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.70it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.70it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.70it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.70it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]", "metrics": { "predict_time": 14.767309, "total_time": 14.727637 }, "output": [ "https://replicate.delivery/pbxt/bQgAEKbCxMqRC1YHfkCLS4vIcxpAINewtsAsFZ2GxxeGaJGjA/out-0.png" ], "started_at": "2023-09-11T04:36:05.339453Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/s26aqp3bkqq4tzdptsd4qfyusm", "cancel": "https://api.replicate.com/v1/predictions/s26aqp3bkqq4tzdptsd4qfyusm/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 34166 Prompt: A shadow bandit, a sinister dwarf ambusher that haunts dark dungeon depths. Blank white background. Full body pose. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.72it/s] 4%|▍ | 2/50 [00:00<00:12, 3.71it/s] 6%|▌ | 3/50 [00:00<00:12, 3.70it/s] 8%|▊ | 4/50 [00:01<00:12, 3.70it/s] 10%|█ | 5/50 [00:01<00:12, 3.70it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s] 20%|██ | 10/50 [00:02<00:10, 3.69it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.70it/s] 40%|████ | 20/50 [00:05<00:08, 3.70it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.71it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.71it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.71it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.71it/s] 50%|█████ | 25/50 [00:06<00:06, 3.71it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.71it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.71it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s] 60%|██████ | 30/50 [00:08<00:05, 3.71it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.71it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.71it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s] 70%|███████ | 35/50 [00:09<00:04, 3.71it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s] 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s] 80%|████████ | 40/50 [00:10<00:02, 3.71it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.70it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.70it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.70it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.70it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelIDx3eozltbwlbftj2zzakfvbljcmStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Captain Velinda, commander of a rogue fleet of spelljammers that ply the Astral Plane. Blank white background. Full body pose.
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Captain Velinda, commander of a rogue fleet of spelljammers that ply the Astral Plane. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "Captain Velinda, commander of a rogue fleet of spelljammers that ply the Astral Plane. Blank white background. Full body pose.", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "Captain Velinda, commander of a rogue fleet of spelljammers that ply the Astral Plane. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "Captain Velinda, commander of a rogue fleet of spelljammers that ply the Astral Plane. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T04:42:36.468424Z", "created_at": "2023-09-11T04:42:21.782070Z", "data_removed": false, "error": null, "id": "x3eozltbwlbftj2zzakfvbljcm", "input": { "width": 1024, "height": 1024, "prompt": "Captain Velinda, commander of a rogue fleet of spelljammers that ply the Astral Plane. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 23043\nPrompt: Captain Velinda, commander of a rogue fleet of spelljammers that ply the Astral Plane. Blank white background. Full body pose.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.73it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.72it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.71it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.71it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.71it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.70it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.70it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.69it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.69it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.69it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.69it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.69it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.69it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.69it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.69it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.70it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.70it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.70it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.70it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.70it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.70it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.70it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.70it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.70it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.70it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]", "metrics": { "predict_time": 14.739415, "total_time": 14.686354 }, "output": [ "https://replicate.delivery/pbxt/cMeNvCrnuF0Lci7DmfyfiaFQT1AevY0CCBvE3eoKbLmZXmYMC/out-0.png" ], "started_at": "2023-09-11T04:42:21.729009Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/x3eozltbwlbftj2zzakfvbljcm", "cancel": "https://api.replicate.com/v1/predictions/x3eozltbwlbftj2zzakfvbljcm/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 23043 Prompt: Captain Velinda, commander of a rogue fleet of spelljammers that ply the Astral Plane. Blank white background. Full body pose. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.73it/s] 4%|▍ | 2/50 [00:00<00:12, 3.72it/s] 6%|▌ | 3/50 [00:00<00:12, 3.71it/s] 8%|▊ | 4/50 [00:01<00:12, 3.71it/s] 10%|█ | 5/50 [00:01<00:12, 3.71it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s] 20%|██ | 10/50 [00:02<00:10, 3.70it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.70it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.70it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s] 40%|████ | 20/50 [00:05<00:08, 3.69it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.69it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.69it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s] 50%|█████ | 25/50 [00:06<00:06, 3.69it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.69it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.69it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.69it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s] 60%|██████ | 30/50 [00:08<00:05, 3.69it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.70it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.70it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.70it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.70it/s] 70%|███████ | 35/50 [00:09<00:04, 3.70it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.70it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.70it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.70it/s] 80%|████████ | 40/50 [00:10<00:02, 3.70it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.70it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.71it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.71it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s]
Prediction
mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219aModelID7hif6d3bdy52zg263tavsxhkhyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Harrowed prophet, an ancient mountain-dwelling sage possessed of a great and terrible power to portend the future. Blank white background. Full body pose.
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Harrowed prophet, an ancient mountain-dwelling sage possessed of a great and terrible power to portend the future. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", { input: { width: 1024, height: 1024, prompt: "Harrowed prophet, an ancient mountain-dwelling sage possessed of a great and terrible power to portend the future. Blank white background. Full body pose.", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mpopv/dndxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mpopv/dndxl:4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", input={ "width": 1024, "height": 1024, "prompt": "Harrowed prophet, an ancient mountain-dwelling sage possessed of a great and terrible power to portend the future. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run mpopv/dndxl 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": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a", "input": { "width": 1024, "height": 1024, "prompt": "Harrowed prophet, an ancient mountain-dwelling sage possessed of a great and terrible power to portend the future. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-11T04:44:45.324209Z", "created_at": "2023-09-11T04:44:30.661033Z", "data_removed": false, "error": null, "id": "7hif6d3bdy52zg263tavsxhkhy", "input": { "width": 1024, "height": 1024, "prompt": "Harrowed prophet, an ancient mountain-dwelling sage possessed of a great and terrible power to portend the future. Blank white background. Full body pose.", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "Hideous, ugly, extra hands, extra feet, amateur, unprofessional, low quality, bad quality, noisy design, complex, busy, many spines, many claws, unclear, blurry, cluttered.", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 52679\nPrompt: Harrowed prophet, an ancient mountain-dwelling sage possessed of a great and terrible power to portend the future. Blank white background. Full body pose.\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.71it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.71it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.71it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.70it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.70it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.70it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.69it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.69it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.69it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.70it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.70it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.70it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.70it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.71it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.71it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.71it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.71it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s]\n 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.71it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.70it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.70it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s]\n 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]", "metrics": { "predict_time": 14.729765, "total_time": 14.663176 }, "output": [ "https://replicate.delivery/pbxt/oTuoOUeLBertKELDY9tQB8iHeTUiWMORR6kHgHHvUC24pJGjA/out-0.png" ], "started_at": "2023-09-11T04:44:30.594444Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7hif6d3bdy52zg263tavsxhkhy", "cancel": "https://api.replicate.com/v1/predictions/7hif6d3bdy52zg263tavsxhkhy/cancel" }, "version": "4c66d08eae69251a683c703ec30196e326aa4d033824c47b0bb536f0a492219a" }
Generated inUsing seed: 52679 Prompt: Harrowed prophet, an ancient mountain-dwelling sage possessed of a great and terrible power to portend the future. Blank white background. Full body pose. txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.71it/s] 4%|▍ | 2/50 [00:00<00:12, 3.71it/s] 6%|▌ | 3/50 [00:00<00:12, 3.71it/s] 8%|▊ | 4/50 [00:01<00:12, 3.70it/s] 10%|█ | 5/50 [00:01<00:12, 3.70it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.70it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.70it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.70it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.70it/s] 20%|██ | 10/50 [00:02<00:10, 3.70it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.70it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s] 40%|████ | 20/50 [00:05<00:08, 3.69it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.69it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.69it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.70it/s] 50%|█████ | 25/50 [00:06<00:06, 3.70it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.70it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.70it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.71it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s] 60%|██████ | 30/50 [00:08<00:05, 3.71it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.71it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.71it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.71it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.71it/s] 70%|███████ | 35/50 [00:09<00:04, 3.71it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.71it/s] 74%|███████▍ | 37/50 [00:09<00:03, 3.71it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.71it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.71it/s] 80%|████████ | 40/50 [00:10<00:02, 3.71it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.71it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.70it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.71it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.70it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.71it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.71it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.71it/s] 96%|█████████▌| 48/50 [00:12<00:00, 3.71it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.71it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s]
Want to make some of these yourself?
Run this model