marydotdev / sdxl-bb
sdxl trained on bobs burgers
- Public
- 880 runs
-
L40S
- SDXL fine-tune
Prediction
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724IDhtf55ttbf37zdaog3kqqdvtgs4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- mariah carey in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "mariah carey in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "mariah carey in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "mariah carey in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "mariah carey in the style of TOK", "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": "", "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-11-03T01:04:07.185738Z", "created_at": "2023-11-03T01:03:35.849546Z", "data_removed": false, "error": null, "id": "htf55ttbf37zdaog3kqqdvtgs4", "input": { "width": 1024, "height": 1024, "prompt": "mariah carey in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 28851\nEnsuring enough disk space...\nFree disk space: 1810361147392\nDownloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar\nb'Downloaded 186 MB bytes in 3.898s (48 MB/s)\\nExtracted 186 MB in 0.069s (2.7 GB/s)\\n'\nDownloaded weights in 4.360241413116455 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: mariah carey in the style of <s0><s1>\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.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.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.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.70it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.71it/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.70it/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.70it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.70it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.69it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.69it/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.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.69it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.69it/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.69it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.70it/s]", "metrics": { "predict_time": 19.77244, "total_time": 31.336192 }, "output": [ "https://replicate.delivery/pbxt/1TViZ8iLfEUe4kAV7bw1BxbDhTxRWX5aRR5owuJd9r2GkfojA/out-0.png" ], "started_at": "2023-11-03T01:03:47.413298Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/htf55ttbf37zdaog3kqqdvtgs4", "cancel": "https://api.replicate.com/v1/predictions/htf55ttbf37zdaog3kqqdvtgs4/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 28851 Ensuring enough disk space... Free disk space: 1810361147392 Downloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar b'Downloaded 186 MB bytes in 3.898s (48 MB/s)\nExtracted 186 MB in 0.069s (2.7 GB/s)\n' Downloaded weights in 4.360241413116455 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: mariah carey in the style of <s0><s1> 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.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.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.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.70it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.71it/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.70it/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.70it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.71it/s] 60%|██████ | 30/50 [00:08<00:05, 3.70it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.69it/s] 70%|███████ | 35/50 [00:09<00:04, 3.69it/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.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.69it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.69it/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.69it/s] 100%|██████████| 50/50 [00:13<00:00, 3.70it/s]
Prediction
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724IDkwiaf7db7kgao4ihxxsffb7qceStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- ben affleck drinking dunkin donuts coffee in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "ben affleck drinking dunkin donuts coffee in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "ben affleck drinking dunkin donuts coffee in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "ben affleck drinking dunkin donuts coffee in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "ben affleck drinking dunkin donuts coffee in the style of TOK", "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": "", "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-11-03T01:08:30.819777Z", "created_at": "2023-11-03T01:08:07.991070Z", "data_removed": false, "error": null, "id": "kwiaf7db7kgao4ihxxsffb7qce", "input": { "width": 1024, "height": 1024, "prompt": "ben affleck drinking dunkin donuts coffee in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 35860\nEnsuring enough disk space...\nFree disk space: 1613578907648\nDownloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar\nb'Downloaded 186 MB bytes in 4.853s (38 MB/s)\\nExtracted 186 MB in 0.056s (3.3 GB/s)\\n'\nDownloaded weights in 5.282640695571899 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: ben affleck drinking dunkin donuts coffee in the style of <s0><s1>\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.68it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.68it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.68it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.67it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.67it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.67it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.67it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.66it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.66it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.66it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.65it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.65it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.65it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.64it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.64it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.64it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.64it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.64it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.64it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.64it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.64it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.64it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.64it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.64it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.64it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.64it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.64it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.64it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.64it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.64it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.63it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.64it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.64it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.63it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.63it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.64it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]", "metrics": { "predict_time": 21.896965, "total_time": 22.828707 }, "output": [ "https://replicate.delivery/pbxt/A21hEIfkPsUccSZ4SOsrQLVT6h46h163h7ZpIfbcNgBNofojA/out-0.png" ], "started_at": "2023-11-03T01:08:08.922812Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kwiaf7db7kgao4ihxxsffb7qce", "cancel": "https://api.replicate.com/v1/predictions/kwiaf7db7kgao4ihxxsffb7qce/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 35860 Ensuring enough disk space... Free disk space: 1613578907648 Downloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar b'Downloaded 186 MB bytes in 4.853s (38 MB/s)\nExtracted 186 MB in 0.056s (3.3 GB/s)\n' Downloaded weights in 5.282640695571899 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: ben affleck drinking dunkin donuts coffee in the style of <s0><s1> txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.68it/s] 4%|▍ | 2/50 [00:00<00:13, 3.68it/s] 6%|▌ | 3/50 [00:00<00:12, 3.68it/s] 8%|▊ | 4/50 [00:01<00:12, 3.67it/s] 10%|█ | 5/50 [00:01<00:12, 3.67it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.67it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.67it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.66it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.66it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s] 30%|███ | 15/50 [00:04<00:09, 3.66it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.65it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s] 40%|████ | 20/50 [00:05<00:08, 3.65it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s] 50%|█████ | 25/50 [00:06<00:06, 3.65it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.64it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.64it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.64it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.64it/s] 60%|██████ | 30/50 [00:08<00:05, 3.64it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.64it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.64it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.64it/s] 70%|███████ | 35/50 [00:09<00:04, 3.64it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.64it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.64it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.64it/s] 80%|████████ | 40/50 [00:10<00:02, 3.64it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.64it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.64it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.64it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.64it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.63it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.64it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.64it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.63it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.63it/s] 100%|██████████| 50/50 [00:13<00:00, 3.64it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s]
Prediction
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724IDkkefvodba3u6bkplmn2aki53dyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- the beatles in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "the beatles in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "the beatles in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "the beatles in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "the beatles in the style of TOK", "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": "", "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-11-03T01:10:22.486381Z", "created_at": "2023-11-03T01:09:55.497786Z", "data_removed": false, "error": null, "id": "kkefvodba3u6bkplmn2aki53dy", "input": { "width": 1024, "height": 1024, "prompt": "the beatles in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 44254\nEnsuring enough disk space...\nFree disk space: 2066230411264\nDownloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar\nb'Downloaded 186 MB bytes in 0.066s (2.8 GB/s)\\nExtracted 186 MB in 0.070s (2.7 GB/s)\\n'\nDownloaded weights in 0.2951021194458008 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: the beatles in the style of <s0><s1>\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.69it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.69it/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.70it/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.68it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.68it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.68it/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.64it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.65it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.66it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.67it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.67it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.67it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]", "metrics": { "predict_time": 15.884769, "total_time": 26.988595 }, "output": [ "https://replicate.delivery/pbxt/4ZQIURudfRXiTaVYk90fPGocaG1Les3MYJrbIW12OXC9TfRHB/out-0.png" ], "started_at": "2023-11-03T01:10:06.601612Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kkefvodba3u6bkplmn2aki53dy", "cancel": "https://api.replicate.com/v1/predictions/kkefvodba3u6bkplmn2aki53dy/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 44254 Ensuring enough disk space... Free disk space: 2066230411264 Downloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar b'Downloaded 186 MB bytes in 0.066s (2.8 GB/s)\nExtracted 186 MB in 0.070s (2.7 GB/s)\n' Downloaded weights in 0.2951021194458008 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: the beatles in the style of <s0><s1> txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.69it/s] 4%|▍ | 2/50 [00:00<00:12, 3.69it/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.70it/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.68it/s] 40%|████ | 20/50 [00:05<00:08, 3.68it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.68it/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.64it/s] 60%|██████ | 30/50 [00:08<00:05, 3.65it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.66it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.67it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s] 70%|███████ | 35/50 [00:09<00:04, 3.67it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s] 80%|████████ | 40/50 [00:10<00:02, 3.67it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s]
Prediction
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724IDwbw6zp3bxqdfu3snkaehuwelyuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- batman in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "batman in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "batman in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "batman in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "batman in the style of TOK", "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": "", "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-11-03T01:26:53.608142Z", "created_at": "2023-11-03T01:26:35.681779Z", "data_removed": false, "error": null, "id": "wbw6zp3bxqdfu3snkaehuwelyu", "input": { "width": 1024, "height": 1024, "prompt": "batman in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 42652\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: batman in the style of <s0><s1>\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.68it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.67it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.66it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.66it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.66it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.66it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.65it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.65it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.65it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.65it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.65it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.67it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.67it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.66it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.66it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.66it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.66it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.66it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.67it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.67it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.66it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.66it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.66it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.66it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.66it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.66it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.66it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.66it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.66it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.66it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]", "metrics": { "predict_time": 16.381852, "total_time": 17.926363 }, "output": [ "https://replicate.delivery/pbxt/e0sscJiEf1vw50YPunijRVBL1G47pyBqzg9aDOmS4jUc5fojA/out-0.png" ], "started_at": "2023-11-03T01:26:37.226290Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/wbw6zp3bxqdfu3snkaehuwelyu", "cancel": "https://api.replicate.com/v1/predictions/wbw6zp3bxqdfu3snkaehuwelyu/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 42652 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: batman in the style of <s0><s1> txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.68it/s] 4%|▍ | 2/50 [00:00<00:13, 3.67it/s] 6%|▌ | 3/50 [00:00<00:12, 3.66it/s] 8%|▊ | 4/50 [00:01<00:12, 3.66it/s] 10%|█ | 5/50 [00:01<00:12, 3.66it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.66it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.65it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.65it/s] 20%|██ | 10/50 [00:02<00:10, 3.65it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.65it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s] 30%|███ | 15/50 [00:04<00:09, 3.65it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s] 40%|████ | 20/50 [00:05<00:08, 3.67it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.67it/s] 50%|█████ | 25/50 [00:06<00:06, 3.66it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.66it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.66it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.66it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.66it/s] 60%|██████ | 30/50 [00:08<00:05, 3.67it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.67it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.66it/s] 70%|███████ | 35/50 [00:09<00:04, 3.66it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.66it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.66it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.66it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s] 80%|████████ | 40/50 [00:10<00:02, 3.66it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.66it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.66it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.66it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.66it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s]
Prediction
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724ID7wivh3lbd57xz5yo5rmnet5zpyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- boy walking a dog in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "boy walking a dog in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "boy walking a dog in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "boy walking a dog in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "boy walking a dog in the style of TOK", "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": "", "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-11-03T01:12:29.335617Z", "created_at": "2023-11-03T01:12:11.491791Z", "data_removed": false, "error": null, "id": "7wivh3lbd57xz5yo5rmnet5zpy", "input": { "width": 1024, "height": 1024, "prompt": "boy walking a dog in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 58150\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: boy walking a dog in the style of <s0><s1>\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.69it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.67it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.66it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.65it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.65it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.64it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.64it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.64it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.65it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.65it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.65it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.65it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.65it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.65it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.65it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.65it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.65it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.65it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.65it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.64it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.65it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.64it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.64it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]", "metrics": { "predict_time": 16.506909, "total_time": 17.843826 }, "output": [ "https://replicate.delivery/pbxt/smyzc2ziy9pZOJJ5P6lOTIbCSIsGAd4ek3C8JQxGJQWerfojA/out-0.png" ], "started_at": "2023-11-03T01:12:12.828708Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7wivh3lbd57xz5yo5rmnet5zpy", "cancel": "https://api.replicate.com/v1/predictions/7wivh3lbd57xz5yo5rmnet5zpy/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 58150 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: boy walking a dog in the style of <s0><s1> txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.69it/s] 4%|▍ | 2/50 [00:00<00:13, 3.67it/s] 6%|▌ | 3/50 [00:00<00:12, 3.66it/s] 8%|▊ | 4/50 [00:01<00:12, 3.65it/s] 10%|█ | 5/50 [00:01<00:12, 3.65it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.64it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.64it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.64it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.65it/s] 20%|██ | 10/50 [00:02<00:10, 3.65it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.65it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s] 30%|███ | 15/50 [00:04<00:09, 3.65it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.65it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s] 40%|████ | 20/50 [00:05<00:08, 3.65it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s] 50%|█████ | 25/50 [00:06<00:06, 3.65it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s] 60%|██████ | 30/50 [00:08<00:05, 3.65it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s] 70%|███████ | 35/50 [00:09<00:04, 3.65it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.65it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.65it/s] 80%|████████ | 40/50 [00:10<00:02, 3.64it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.65it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.64it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.64it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s]
Prediction
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724IDtno4g2lbvk76ellbsvvr5hduueStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- mr beast in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "mr beast in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "mr beast in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "mr beast in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "mr beast in the style of TOK", "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": "", "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-11-03T01:32:32.057209Z", "created_at": "2023-11-03T01:31:51.560844Z", "data_removed": false, "error": null, "id": "tno4g2lbvk76ellbsvvr5hduue", "input": { "width": 1024, "height": 1024, "prompt": "mr beast in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 19833\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: mr beast in the style of <s0><s1>\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.71it/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.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.68it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.68it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.68it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.68it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.68it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.67it/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.67it/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.69it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.69it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.69it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.69it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.69it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.69it/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.69it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.69it/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": 15.741406, "total_time": 40.496365 }, "output": [ "https://replicate.delivery/pbxt/XVjzQAIeOOULB6jMdilupjWuqKdvUektYvgLjqvIMo4vefRHB/out-0.png" ], "started_at": "2023-11-03T01:32:16.315803Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/tno4g2lbvk76ellbsvvr5hduue", "cancel": "https://api.replicate.com/v1/predictions/tno4g2lbvk76ellbsvvr5hduue/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 19833 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: mr beast in the style of <s0><s1> 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.71it/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.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.68it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.68it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.68it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.68it/s] 40%|████ | 20/50 [00:05<00:08, 3.68it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.67it/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.67it/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.69it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.69it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.69it/s] 80%|████████ | 40/50 [00:10<00:02, 3.69it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.69it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.69it/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.69it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.69it/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
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724IDs3lry3lbcb2xzj3o73hn7wxt2uStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- kara swisher and scott galloway in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "kara swisher and scott galloway in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "kara swisher and scott galloway in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "kara swisher and scott galloway in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "kara swisher and scott galloway in the style of TOK", "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": "", "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-11-03T01:14:09.610933Z", "created_at": "2023-11-03T01:13:50.379047Z", "data_removed": false, "error": null, "id": "s3lry3lbcb2xzj3o73hn7wxt2u", "input": { "width": 1024, "height": 1024, "prompt": "kara swisher and scott galloway in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 49172\nEnsuring enough disk space...\nFree disk space: 1383924146176\nDownloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar\nb'Downloaded 186 MB bytes in 0.343s (543 MB/s)\\nExtracted 186 MB in 0.071s (2.6 GB/s)\\n'\nDownloaded weights in 0.6634297370910645 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: kara swisher and scott galloway in the style of <s0><s1>\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.50it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.49it/s]\n 6%|▌ | 3/50 [00:00<00:13, 3.49it/s]\n 8%|▊ | 4/50 [00:01<00:13, 3.48it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.48it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.49it/s]\n 14%|█▍ | 7/50 [00:02<00:12, 3.49it/s]\n 16%|█▌ | 8/50 [00:02<00:12, 3.49it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.49it/s]\n 20%|██ | 10/50 [00:02<00:11, 3.49it/s]\n 22%|██▏ | 11/50 [00:03<00:11, 3.49it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.49it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.48it/s]\n 28%|██▊ | 14/50 [00:04<00:10, 3.49it/s]\n 30%|███ | 15/50 [00:04<00:10, 3.49it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.49it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.49it/s]\n 36%|███▌ | 18/50 [00:05<00:09, 3.49it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.49it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.49it/s]\n 42%|████▏ | 21/50 [00:06<00:08, 3.49it/s]\n 44%|████▍ | 22/50 [00:06<00:08, 3.49it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.49it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.49it/s]\n 50%|█████ | 25/50 [00:07<00:07, 3.49it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.48it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.48it/s]\n 56%|█████▌ | 28/50 [00:08<00:06, 3.48it/s]\n 58%|█████▊ | 29/50 [00:08<00:06, 3.48it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.48it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.48it/s]\n 64%|██████▍ | 32/50 [00:09<00:05, 3.48it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.47it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.47it/s]\n 70%|███████ | 35/50 [00:10<00:04, 3.47it/s]\n 72%|███████▏ | 36/50 [00:10<00:04, 3.47it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.47it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.48it/s]\n 78%|███████▊ | 39/50 [00:11<00:03, 3.47it/s]\n 80%|████████ | 40/50 [00:11<00:02, 3.47it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.47it/s]\n 84%|████████▍ | 42/50 [00:12<00:02, 3.47it/s]\n 86%|████████▌ | 43/50 [00:12<00:02, 3.47it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.47it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.47it/s]\n 92%|█████████▏| 46/50 [00:13<00:01, 3.47it/s]\n 94%|█████████▍| 47/50 [00:13<00:00, 3.47it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.47it/s]\n 98%|█████████▊| 49/50 [00:14<00:00, 3.47it/s]\n100%|██████████| 50/50 [00:14<00:00, 3.46it/s]\n100%|██████████| 50/50 [00:14<00:00, 3.48it/s]", "metrics": { "predict_time": 17.200293, "total_time": 19.231886 }, "output": [ "https://replicate.delivery/pbxt/KAegbgNYO3yJeUfWfvpfcH9nxemQ89syBuFJDnQpobNfw2P6IA/out-0.png" ], "started_at": "2023-11-03T01:13:52.410640Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/s3lry3lbcb2xzj3o73hn7wxt2u", "cancel": "https://api.replicate.com/v1/predictions/s3lry3lbcb2xzj3o73hn7wxt2u/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 49172 Ensuring enough disk space... Free disk space: 1383924146176 Downloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar b'Downloaded 186 MB bytes in 0.343s (543 MB/s)\nExtracted 186 MB in 0.071s (2.6 GB/s)\n' Downloaded weights in 0.6634297370910645 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: kara swisher and scott galloway in the style of <s0><s1> txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.50it/s] 4%|▍ | 2/50 [00:00<00:13, 3.49it/s] 6%|▌ | 3/50 [00:00<00:13, 3.49it/s] 8%|▊ | 4/50 [00:01<00:13, 3.48it/s] 10%|█ | 5/50 [00:01<00:12, 3.48it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.49it/s] 14%|█▍ | 7/50 [00:02<00:12, 3.49it/s] 16%|█▌ | 8/50 [00:02<00:12, 3.49it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.49it/s] 20%|██ | 10/50 [00:02<00:11, 3.49it/s] 22%|██▏ | 11/50 [00:03<00:11, 3.49it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.49it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.48it/s] 28%|██▊ | 14/50 [00:04<00:10, 3.49it/s] 30%|███ | 15/50 [00:04<00:10, 3.49it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.49it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.49it/s] 36%|███▌ | 18/50 [00:05<00:09, 3.49it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.49it/s] 40%|████ | 20/50 [00:05<00:08, 3.49it/s] 42%|████▏ | 21/50 [00:06<00:08, 3.49it/s] 44%|████▍ | 22/50 [00:06<00:08, 3.49it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.49it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.49it/s] 50%|█████ | 25/50 [00:07<00:07, 3.49it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.48it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.48it/s] 56%|█████▌ | 28/50 [00:08<00:06, 3.48it/s] 58%|█████▊ | 29/50 [00:08<00:06, 3.48it/s] 60%|██████ | 30/50 [00:08<00:05, 3.48it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.48it/s] 64%|██████▍ | 32/50 [00:09<00:05, 3.48it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.47it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.47it/s] 70%|███████ | 35/50 [00:10<00:04, 3.47it/s] 72%|███████▏ | 36/50 [00:10<00:04, 3.47it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.47it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.48it/s] 78%|███████▊ | 39/50 [00:11<00:03, 3.47it/s] 80%|████████ | 40/50 [00:11<00:02, 3.47it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.47it/s] 84%|████████▍ | 42/50 [00:12<00:02, 3.47it/s] 86%|████████▌ | 43/50 [00:12<00:02, 3.47it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.47it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.47it/s] 92%|█████████▏| 46/50 [00:13<00:01, 3.47it/s] 94%|█████████▍| 47/50 [00:13<00:00, 3.47it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.47it/s] 98%|█████████▊| 49/50 [00:14<00:00, 3.47it/s] 100%|██████████| 50/50 [00:14<00:00, 3.46it/s] 100%|██████████| 50/50 [00:14<00:00, 3.48it/s]
Prediction
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724IDytrhcytbvbxt42k32r7zu2yvryStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- anderson cooper in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "anderson cooper in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "anderson cooper in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "anderson cooper in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "anderson cooper in the style of TOK", "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": "", "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-11-03T01:17:18.593564Z", "created_at": "2023-11-03T01:17:02.384354Z", "data_removed": false, "error": null, "id": "ytrhcytbvbxt42k32r7zu2yvry", "input": { "width": 1024, "height": 1024, "prompt": "anderson cooper in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 26875\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: anderson cooper in the style of <s0><s1>\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.75it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.73it/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.72it/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.70it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.71it/s]\n 26%|██▌ | 13/50 [00:03<00:09, 3.71it/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.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.69it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.69it/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.69it/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.68it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.69it/s]", "metrics": { "predict_time": 15.612722, "total_time": 16.20921 }, "output": [ "https://replicate.delivery/pbxt/4fdI60DmDy0xDC9DeoCWnneMcEiGw7Qun1EDka2Ksz48gfRHB/out-0.png" ], "started_at": "2023-11-03T01:17:02.980842Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ytrhcytbvbxt42k32r7zu2yvry", "cancel": "https://api.replicate.com/v1/predictions/ytrhcytbvbxt42k32r7zu2yvry/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 26875 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: anderson cooper in the style of <s0><s1> txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.75it/s] 4%|▍ | 2/50 [00:00<00:12, 3.73it/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.72it/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.70it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.70it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.71it/s] 26%|██▌ | 13/50 [00:03<00:09, 3.71it/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.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.69it/s] 50%|█████ | 25/50 [00:06<00:06, 3.69it/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.69it/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.68it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s] 100%|██████████| 50/50 [00:13<00:00, 3.69it/s]
Prediction
marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724ID5tzdzglbctro7syj6dmsphned4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- jesus in the style of TOK
- 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
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "jesus in the style of TOK", "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": "", "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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", { input: { width: 1024, height: 1024, prompt: "jesus in the style of TOK", 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: "", 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 marydotdev/sdxl-bb using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", input={ "width": 1024, "height": 1024, "prompt": "jesus in the style of TOK", "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": "", "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 marydotdev/sdxl-bb 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": "marydotdev/sdxl-bb:5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724", "input": { "width": 1024, "height": 1024, "prompt": "jesus in the style of TOK", "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": "", "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-11-03T01:19:59.805866Z", "created_at": "2023-11-03T01:19:40.724770Z", "data_removed": false, "error": null, "id": "5tzdzglbctro7syj6dmsphned4", "input": { "width": 1024, "height": 1024, "prompt": "jesus in the style of TOK", "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": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 55633\nEnsuring enough disk space...\nFree disk space: 2047117574144\nDownloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar\nb'Downloaded 186 MB bytes in 0.253s (736 MB/s)\\nExtracted 186 MB in 0.053s (3.5 GB/s)\\n'\nDownloaded weights in 0.4417557716369629 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: jesus in the style of <s0><s1>\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.67it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.67it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.66it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.66it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.65it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.65it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.65it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.64it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.64it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.65it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.64it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.64it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.64it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.64it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.64it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.64it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.64it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.64it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.64it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.63it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.63it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.64it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.64it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.63it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.63it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.63it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.63it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.63it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.64it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.63it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.63it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.63it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.63it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.63it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.64it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.63it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.63it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.63it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.63it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.63it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.63it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.63it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.63it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.63it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.63it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.63it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.63it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.64it/s]", "metrics": { "predict_time": 17.123116, "total_time": 19.081096 }, "output": [ "https://replicate.delivery/pbxt/z3BfMfepcDaluJeN5GIp125qVMuLJ5VfHqamCSxRqnC0XeHdE/out-0.png" ], "started_at": "2023-11-03T01:19:42.682750Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5tzdzglbctro7syj6dmsphned4", "cancel": "https://api.replicate.com/v1/predictions/5tzdzglbctro7syj6dmsphned4/cancel" }, "version": "5e6ed2cbf53dfd132c115f9d2d3117671fe5fabe9c9cc61c68d07c63430d1724" }
Generated inUsing seed: 55633 Ensuring enough disk space... Free disk space: 2047117574144 Downloading weights: https://replicate.delivery/pbxt/8xPEfNnwO812PCdCRxY7LD4iy1NR5hb1LY01jGeO8DQYfeRHB/trained_model.tar b'Downloaded 186 MB bytes in 0.253s (736 MB/s)\nExtracted 186 MB in 0.053s (3.5 GB/s)\n' Downloaded weights in 0.4417557716369629 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: jesus in the style of <s0><s1> txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.67it/s] 4%|▍ | 2/50 [00:00<00:13, 3.67it/s] 6%|▌ | 3/50 [00:00<00:12, 3.66it/s] 8%|▊ | 4/50 [00:01<00:12, 3.66it/s] 10%|█ | 5/50 [00:01<00:12, 3.65it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.65it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.65it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.64it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.64it/s] 20%|██ | 10/50 [00:02<00:10, 3.65it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.64it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.64it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s] 30%|███ | 15/50 [00:04<00:09, 3.64it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.64it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.64it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.64it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.64it/s] 40%|████ | 20/50 [00:05<00:08, 3.64it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.64it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.63it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.63it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.64it/s] 50%|█████ | 25/50 [00:06<00:06, 3.64it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.63it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.63it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.63it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.63it/s] 60%|██████ | 30/50 [00:08<00:05, 3.63it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.64it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.63it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.63it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.63it/s] 70%|███████ | 35/50 [00:09<00:04, 3.63it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.63it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.64it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.63it/s] 80%|████████ | 40/50 [00:10<00:02, 3.63it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.63it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.63it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.63it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.63it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.63it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.63it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.63it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.63it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.63it/s] 100%|██████████| 50/50 [00:13<00:00, 3.63it/s] 100%|██████████| 50/50 [00:13<00:00, 3.64it/s]
Want to make some of these yourself?
Run this model