wproteo / vegetius
Generate images in the style of Vegetius, a writer of the Later Roman Empire. Start each prompt with: In the style of Vegetius, [your prompt]
- Public
- 146 runs
-
L40S
- SDXL fine-tune
Prediction
wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4dIDrjv35ctb772wnciyrx3cxl5ckiStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 768
- height
- 1024
- prompt
- In the style of Vegetius, an astronaut riding a rainbow unicorn, full frame
- 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
- disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 768, "height": 1024, "prompt": "In the style of Vegetius, an astronaut riding a rainbow unicorn, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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 wproteo/vegetius using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", { input: { width: 768, height: 1024, prompt: "In the style of Vegetius, an astronaut riding a rainbow unicorn, full frame", 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: "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", 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 wproteo/vegetius using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", input={ "width": 768, "height": 1024, "prompt": "In the style of Vegetius, an astronaut riding a rainbow unicorn, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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 wproteo/vegetius 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": "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", "input": { "width": 768, "height": 1024, "prompt": "In the style of Vegetius, an astronaut riding a rainbow unicorn, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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-08T04:26:04.615659Z", "created_at": "2023-09-08T04:25:52.675040Z", "data_removed": false, "error": null, "id": "rjv35ctb772wnciyrx3cxl5cki", "input": { "width": 768, "height": 1024, "prompt": "In the style of Vegetius, an astronaut riding a rainbow unicorn, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 26926\nPrompt: In the style of <s0><s1>, an astronaut riding a rainbow unicorn, full frame\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:10, 4.71it/s]\n 4%|▍ | 2/50 [00:00<00:09, 4.85it/s]\n 6%|▌ | 3/50 [00:00<00:09, 4.89it/s]\n 8%|▊ | 4/50 [00:00<00:09, 4.90it/s]\n 10%|█ | 5/50 [00:01<00:09, 4.91it/s]\n 12%|█▏ | 6/50 [00:01<00:08, 4.91it/s]\n 14%|█▍ | 7/50 [00:01<00:08, 4.92it/s]\n 16%|█▌ | 8/50 [00:01<00:08, 4.91it/s]\n 18%|█▊ | 9/50 [00:01<00:08, 4.91it/s]\n 20%|██ | 10/50 [00:02<00:08, 4.91it/s]\n 22%|██▏ | 11/50 [00:02<00:07, 4.91it/s]\n 24%|██▍ | 12/50 [00:02<00:07, 4.91it/s]\n 26%|██▌ | 13/50 [00:02<00:07, 4.91it/s]\n 28%|██▊ | 14/50 [00:02<00:07, 4.91it/s]\n 30%|███ | 15/50 [00:03<00:07, 4.91it/s]\n 32%|███▏ | 16/50 [00:03<00:06, 4.91it/s]\n 34%|███▍ | 17/50 [00:03<00:06, 4.91it/s]\n 36%|███▌ | 18/50 [00:03<00:06, 4.91it/s]\n 38%|███▊ | 19/50 [00:03<00:06, 4.91it/s]\n 40%|████ | 20/50 [00:04<00:06, 4.91it/s]\n 42%|████▏ | 21/50 [00:04<00:05, 4.91it/s]\n 44%|████▍ | 22/50 [00:04<00:05, 4.91it/s]\n 46%|████▌ | 23/50 [00:04<00:05, 4.92it/s]\n 48%|████▊ | 24/50 [00:04<00:05, 4.92it/s]\n 50%|█████ | 25/50 [00:05<00:05, 4.92it/s]\n 52%|█████▏ | 26/50 [00:05<00:04, 4.93it/s]\n 54%|█████▍ | 27/50 [00:05<00:04, 4.93it/s]\n 56%|█████▌ | 28/50 [00:05<00:04, 4.93it/s]\n 58%|█████▊ | 29/50 [00:05<00:04, 4.93it/s]\n 60%|██████ | 30/50 [00:06<00:04, 4.94it/s]\n 62%|██████▏ | 31/50 [00:06<00:03, 4.94it/s]\n 64%|██████▍ | 32/50 [00:06<00:03, 4.94it/s]\n 66%|██████▌ | 33/50 [00:06<00:03, 4.93it/s]\n 68%|██████▊ | 34/50 [00:06<00:03, 4.93it/s]\n 70%|███████ | 35/50 [00:07<00:03, 4.93it/s]\n 72%|███████▏ | 36/50 [00:07<00:02, 4.93it/s]\n 74%|███████▍ | 37/50 [00:07<00:02, 4.93it/s]\n 76%|███████▌ | 38/50 [00:07<00:02, 4.93it/s]\n 78%|███████▊ | 39/50 [00:07<00:02, 4.94it/s]\n 80%|████████ | 40/50 [00:08<00:02, 4.94it/s]\n 82%|████████▏ | 41/50 [00:08<00:01, 4.93it/s]\n 84%|████████▍ | 42/50 [00:08<00:01, 4.92it/s]\n 86%|████████▌ | 43/50 [00:08<00:01, 4.93it/s]\n 88%|████████▊ | 44/50 [00:08<00:01, 4.93it/s]\n 90%|█████████ | 45/50 [00:09<00:01, 4.93it/s]\n 92%|█████████▏| 46/50 [00:09<00:00, 4.93it/s]\n 94%|█████████▍| 47/50 [00:09<00:00, 4.93it/s]\n 96%|█████████▌| 48/50 [00:09<00:00, 4.93it/s]\n 98%|█████████▊| 49/50 [00:09<00:00, 4.92it/s]\n100%|██████████| 50/50 [00:10<00:00, 4.92it/s]\n100%|██████████| 50/50 [00:10<00:00, 4.92it/s]", "metrics": { "predict_time": 11.936791, "total_time": 11.940619 }, "output": [ "https://replicate.delivery/pbxt/7kCJDKIJzNryGxCsoAq5rNcA0ca0lrMKMqkfnZIcJa0toCxIA/out-0.png" ], "started_at": "2023-09-08T04:25:52.678868Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/rjv35ctb772wnciyrx3cxl5cki", "cancel": "https://api.replicate.com/v1/predictions/rjv35ctb772wnciyrx3cxl5cki/cancel" }, "version": "f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d" }
Generated inUsing seed: 26926 Prompt: In the style of <s0><s1>, an astronaut riding a rainbow unicorn, full frame txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:10, 4.71it/s] 4%|▍ | 2/50 [00:00<00:09, 4.85it/s] 6%|▌ | 3/50 [00:00<00:09, 4.89it/s] 8%|▊ | 4/50 [00:00<00:09, 4.90it/s] 10%|█ | 5/50 [00:01<00:09, 4.91it/s] 12%|█▏ | 6/50 [00:01<00:08, 4.91it/s] 14%|█▍ | 7/50 [00:01<00:08, 4.92it/s] 16%|█▌ | 8/50 [00:01<00:08, 4.91it/s] 18%|█▊ | 9/50 [00:01<00:08, 4.91it/s] 20%|██ | 10/50 [00:02<00:08, 4.91it/s] 22%|██▏ | 11/50 [00:02<00:07, 4.91it/s] 24%|██▍ | 12/50 [00:02<00:07, 4.91it/s] 26%|██▌ | 13/50 [00:02<00:07, 4.91it/s] 28%|██▊ | 14/50 [00:02<00:07, 4.91it/s] 30%|███ | 15/50 [00:03<00:07, 4.91it/s] 32%|███▏ | 16/50 [00:03<00:06, 4.91it/s] 34%|███▍ | 17/50 [00:03<00:06, 4.91it/s] 36%|███▌ | 18/50 [00:03<00:06, 4.91it/s] 38%|███▊ | 19/50 [00:03<00:06, 4.91it/s] 40%|████ | 20/50 [00:04<00:06, 4.91it/s] 42%|████▏ | 21/50 [00:04<00:05, 4.91it/s] 44%|████▍ | 22/50 [00:04<00:05, 4.91it/s] 46%|████▌ | 23/50 [00:04<00:05, 4.92it/s] 48%|████▊ | 24/50 [00:04<00:05, 4.92it/s] 50%|█████ | 25/50 [00:05<00:05, 4.92it/s] 52%|█████▏ | 26/50 [00:05<00:04, 4.93it/s] 54%|█████▍ | 27/50 [00:05<00:04, 4.93it/s] 56%|█████▌ | 28/50 [00:05<00:04, 4.93it/s] 58%|█████▊ | 29/50 [00:05<00:04, 4.93it/s] 60%|██████ | 30/50 [00:06<00:04, 4.94it/s] 62%|██████▏ | 31/50 [00:06<00:03, 4.94it/s] 64%|██████▍ | 32/50 [00:06<00:03, 4.94it/s] 66%|██████▌ | 33/50 [00:06<00:03, 4.93it/s] 68%|██████▊ | 34/50 [00:06<00:03, 4.93it/s] 70%|███████ | 35/50 [00:07<00:03, 4.93it/s] 72%|███████▏ | 36/50 [00:07<00:02, 4.93it/s] 74%|███████▍ | 37/50 [00:07<00:02, 4.93it/s] 76%|███████▌ | 38/50 [00:07<00:02, 4.93it/s] 78%|███████▊ | 39/50 [00:07<00:02, 4.94it/s] 80%|████████ | 40/50 [00:08<00:02, 4.94it/s] 82%|████████▏ | 41/50 [00:08<00:01, 4.93it/s] 84%|████████▍ | 42/50 [00:08<00:01, 4.92it/s] 86%|████████▌ | 43/50 [00:08<00:01, 4.93it/s] 88%|████████▊ | 44/50 [00:08<00:01, 4.93it/s] 90%|█████████ | 45/50 [00:09<00:01, 4.93it/s] 92%|█████████▏| 46/50 [00:09<00:00, 4.93it/s] 94%|█████████▍| 47/50 [00:09<00:00, 4.93it/s] 96%|█████████▌| 48/50 [00:09<00:00, 4.93it/s] 98%|█████████▊| 49/50 [00:09<00:00, 4.92it/s] 100%|██████████| 50/50 [00:10<00:00, 4.92it/s] 100%|██████████| 50/50 [00:10<00:00, 4.92it/s]
Prediction
wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4dIDisvuwblbx7sep22uylohtuyrieStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 768
- height
- 1024
- prompt
- In the style of Vegetius, a futuristic cityscape, cinematic, full frame
- 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
- disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 768, "height": 1024, "prompt": "In the style of Vegetius, a futuristic cityscape, cinematic, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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 wproteo/vegetius using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", { input: { width: 768, height: 1024, prompt: "In the style of Vegetius, a futuristic cityscape, cinematic, full frame", 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: "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", 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 wproteo/vegetius using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", input={ "width": 768, "height": 1024, "prompt": "In the style of Vegetius, a futuristic cityscape, cinematic, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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 wproteo/vegetius 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": "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", "input": { "width": 768, "height": 1024, "prompt": "In the style of Vegetius, a futuristic cityscape, cinematic, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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-08T04:31:19.388805Z", "created_at": "2023-09-08T04:31:07.404383Z", "data_removed": false, "error": null, "id": "isvuwblbx7sep22uylohtuyrie", "input": { "width": 768, "height": 1024, "prompt": "In the style of Vegetius, a futuristic cityscape, cinematic, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 33608\nPrompt: In the style of <s0><s1>, a futuristic cityscape, cinematic, full frame\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:09, 4.97it/s]\n 4%|▍ | 2/50 [00:00<00:09, 4.96it/s]\n 6%|▌ | 3/50 [00:00<00:09, 4.95it/s]\n 8%|▊ | 4/50 [00:00<00:09, 4.95it/s]\n 10%|█ | 5/50 [00:01<00:09, 4.95it/s]\n 12%|█▏ | 6/50 [00:01<00:08, 4.95it/s]\n 14%|█▍ | 7/50 [00:01<00:08, 4.95it/s]\n 16%|█▌ | 8/50 [00:01<00:08, 4.95it/s]\n 18%|█▊ | 9/50 [00:01<00:08, 4.94it/s]\n 20%|██ | 10/50 [00:02<00:08, 4.94it/s]\n 22%|██▏ | 11/50 [00:02<00:07, 4.93it/s]\n 24%|██▍ | 12/50 [00:02<00:07, 4.93it/s]\n 26%|██▌ | 13/50 [00:02<00:07, 4.93it/s]\n 28%|██▊ | 14/50 [00:02<00:07, 4.93it/s]\n 30%|███ | 15/50 [00:03<00:07, 4.93it/s]\n 32%|███▏ | 16/50 [00:03<00:06, 4.93it/s]\n 34%|███▍ | 17/50 [00:03<00:06, 4.92it/s]\n 36%|███▌ | 18/50 [00:03<00:06, 4.92it/s]\n 38%|███▊ | 19/50 [00:03<00:06, 4.92it/s]\n 40%|████ | 20/50 [00:04<00:06, 4.92it/s]\n 42%|████▏ | 21/50 [00:04<00:05, 4.92it/s]\n 44%|████▍ | 22/50 [00:04<00:05, 4.92it/s]\n 46%|████▌ | 23/50 [00:04<00:05, 4.91it/s]\n 48%|████▊ | 24/50 [00:04<00:05, 4.91it/s]\n 50%|█████ | 25/50 [00:05<00:05, 4.92it/s]\n 52%|█████▏ | 26/50 [00:05<00:04, 4.92it/s]\n 54%|█████▍ | 27/50 [00:05<00:04, 4.92it/s]\n 56%|█████▌ | 28/50 [00:05<00:04, 4.92it/s]\n 58%|█████▊ | 29/50 [00:05<00:04, 4.92it/s]\n 60%|██████ | 30/50 [00:06<00:04, 4.91it/s]\n 62%|██████▏ | 31/50 [00:06<00:03, 4.92it/s]\n 64%|██████▍ | 32/50 [00:06<00:03, 4.92it/s]\n 66%|██████▌ | 33/50 [00:06<00:03, 4.92it/s]\n 68%|██████▊ | 34/50 [00:06<00:03, 4.92it/s]\n 70%|███████ | 35/50 [00:07<00:03, 4.91it/s]\n 72%|███████▏ | 36/50 [00:07<00:02, 4.92it/s]\n 74%|███████▍ | 37/50 [00:07<00:02, 4.92it/s]\n 76%|███████▌ | 38/50 [00:07<00:02, 4.91it/s]\n 78%|███████▊ | 39/50 [00:07<00:02, 4.91it/s]\n 80%|████████ | 40/50 [00:08<00:02, 4.91it/s]\n 82%|████████▏ | 41/50 [00:08<00:01, 4.90it/s]\n 84%|████████▍ | 42/50 [00:08<00:01, 4.91it/s]\n 86%|████████▌ | 43/50 [00:08<00:01, 4.91it/s]\n 88%|████████▊ | 44/50 [00:08<00:01, 4.91it/s]\n 90%|█████████ | 45/50 [00:09<00:01, 4.91it/s]\n 92%|█████████▏| 46/50 [00:09<00:00, 4.92it/s]\n 94%|█████████▍| 47/50 [00:09<00:00, 4.93it/s]\n 96%|█████████▌| 48/50 [00:09<00:00, 4.93it/s]\n 98%|█████████▊| 49/50 [00:09<00:00, 4.94it/s]\n100%|██████████| 50/50 [00:10<00:00, 4.93it/s]\n100%|██████████| 50/50 [00:10<00:00, 4.92it/s]", "metrics": { "predict_time": 11.997706, "total_time": 11.984422 }, "output": [ "https://replicate.delivery/pbxt/qrzrnr0ygRLWG1zDQleFO8szWIohOg8s8eZYoP68mxRWWFiRA/out-0.png" ], "started_at": "2023-09-08T04:31:07.391099Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/isvuwblbx7sep22uylohtuyrie", "cancel": "https://api.replicate.com/v1/predictions/isvuwblbx7sep22uylohtuyrie/cancel" }, "version": "f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d" }
Generated inUsing seed: 33608 Prompt: In the style of <s0><s1>, a futuristic cityscape, cinematic, full frame txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:09, 4.97it/s] 4%|▍ | 2/50 [00:00<00:09, 4.96it/s] 6%|▌ | 3/50 [00:00<00:09, 4.95it/s] 8%|▊ | 4/50 [00:00<00:09, 4.95it/s] 10%|█ | 5/50 [00:01<00:09, 4.95it/s] 12%|█▏ | 6/50 [00:01<00:08, 4.95it/s] 14%|█▍ | 7/50 [00:01<00:08, 4.95it/s] 16%|█▌ | 8/50 [00:01<00:08, 4.95it/s] 18%|█▊ | 9/50 [00:01<00:08, 4.94it/s] 20%|██ | 10/50 [00:02<00:08, 4.94it/s] 22%|██▏ | 11/50 [00:02<00:07, 4.93it/s] 24%|██▍ | 12/50 [00:02<00:07, 4.93it/s] 26%|██▌ | 13/50 [00:02<00:07, 4.93it/s] 28%|██▊ | 14/50 [00:02<00:07, 4.93it/s] 30%|███ | 15/50 [00:03<00:07, 4.93it/s] 32%|███▏ | 16/50 [00:03<00:06, 4.93it/s] 34%|███▍ | 17/50 [00:03<00:06, 4.92it/s] 36%|███▌ | 18/50 [00:03<00:06, 4.92it/s] 38%|███▊ | 19/50 [00:03<00:06, 4.92it/s] 40%|████ | 20/50 [00:04<00:06, 4.92it/s] 42%|████▏ | 21/50 [00:04<00:05, 4.92it/s] 44%|████▍ | 22/50 [00:04<00:05, 4.92it/s] 46%|████▌ | 23/50 [00:04<00:05, 4.91it/s] 48%|████▊ | 24/50 [00:04<00:05, 4.91it/s] 50%|█████ | 25/50 [00:05<00:05, 4.92it/s] 52%|█████▏ | 26/50 [00:05<00:04, 4.92it/s] 54%|█████▍ | 27/50 [00:05<00:04, 4.92it/s] 56%|█████▌ | 28/50 [00:05<00:04, 4.92it/s] 58%|█████▊ | 29/50 [00:05<00:04, 4.92it/s] 60%|██████ | 30/50 [00:06<00:04, 4.91it/s] 62%|██████▏ | 31/50 [00:06<00:03, 4.92it/s] 64%|██████▍ | 32/50 [00:06<00:03, 4.92it/s] 66%|██████▌ | 33/50 [00:06<00:03, 4.92it/s] 68%|██████▊ | 34/50 [00:06<00:03, 4.92it/s] 70%|███████ | 35/50 [00:07<00:03, 4.91it/s] 72%|███████▏ | 36/50 [00:07<00:02, 4.92it/s] 74%|███████▍ | 37/50 [00:07<00:02, 4.92it/s] 76%|███████▌ | 38/50 [00:07<00:02, 4.91it/s] 78%|███████▊ | 39/50 [00:07<00:02, 4.91it/s] 80%|████████ | 40/50 [00:08<00:02, 4.91it/s] 82%|████████▏ | 41/50 [00:08<00:01, 4.90it/s] 84%|████████▍ | 42/50 [00:08<00:01, 4.91it/s] 86%|████████▌ | 43/50 [00:08<00:01, 4.91it/s] 88%|████████▊ | 44/50 [00:08<00:01, 4.91it/s] 90%|█████████ | 45/50 [00:09<00:01, 4.91it/s] 92%|█████████▏| 46/50 [00:09<00:00, 4.92it/s] 94%|█████████▍| 47/50 [00:09<00:00, 4.93it/s] 96%|█████████▌| 48/50 [00:09<00:00, 4.93it/s] 98%|█████████▊| 49/50 [00:09<00:00, 4.94it/s] 100%|██████████| 50/50 [00:10<00:00, 4.93it/s] 100%|██████████| 50/50 [00:10<00:00, 4.92it/s]
Prediction
wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4dID4omcxztbzaquqfyfqxxzu5ecgqStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 768
- prompt
- In the style of Vegetius, Intricate ancient flying device, in a village square, full frame
- 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
- disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 768, "prompt": "In the style of Vegetius, Intricate ancient flying device, in a village square, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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 wproteo/vegetius using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", { input: { width: 1024, height: 768, prompt: "In the style of Vegetius, Intricate ancient flying device, in a village square, full frame", 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: "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", 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 wproteo/vegetius using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", input={ "width": 1024, "height": 768, "prompt": "In the style of Vegetius, Intricate ancient flying device, in a village square, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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 wproteo/vegetius 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": "wproteo/vegetius:f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d", "input": { "width": 1024, "height": 768, "prompt": "In the style of Vegetius, Intricate ancient flying device, in a village square, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "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-08T04:39:42.416548Z", "created_at": "2023-09-08T04:39:30.485000Z", "data_removed": false, "error": null, "id": "4omcxztbzaquqfyfqxxzu5ecgq", "input": { "width": 1024, "height": 768, "prompt": "In the style of Vegetius, Intricate ancient flying device, in a village square, full frame", "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": "disfigured, kitsch, ugly, oversaturated, grain, low-res, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, blurry, floating limbs, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, ugly, disgusting, poorly drawn, childish, mutilated, mangled, old, surreal, calligraphy, sign, writing, watermark, text, body out of frame, extra legs, extra arms, extra feet, out of frame, poorly drawn feet, cross-eye, blurry, bad anatomy", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 23320\nPrompt: In the style of <s0><s1>, Intricate ancient flying device, in a village square, full frame\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:10, 4.73it/s]\n 4%|▍ | 2/50 [00:00<00:09, 4.85it/s]\n 6%|▌ | 3/50 [00:00<00:09, 4.90it/s]\n 8%|▊ | 4/50 [00:00<00:09, 4.92it/s]\n 10%|█ | 5/50 [00:01<00:09, 4.93it/s]\n 12%|█▏ | 6/50 [00:01<00:08, 4.93it/s]\n 14%|█▍ | 7/50 [00:01<00:08, 4.94it/s]\n 16%|█▌ | 8/50 [00:01<00:08, 4.93it/s]\n 18%|█▊ | 9/50 [00:01<00:08, 4.93it/s]\n 20%|██ | 10/50 [00:02<00:08, 4.93it/s]\n 22%|██▏ | 11/50 [00:02<00:07, 4.94it/s]\n 24%|██▍ | 12/50 [00:02<00:07, 4.94it/s]\n 26%|██▌ | 13/50 [00:02<00:07, 4.94it/s]\n 28%|██▊ | 14/50 [00:02<00:07, 4.94it/s]\n 30%|███ | 15/50 [00:03<00:07, 4.93it/s]\n 32%|███▏ | 16/50 [00:03<00:06, 4.93it/s]\n 34%|███▍ | 17/50 [00:03<00:06, 4.94it/s]\n 36%|███▌ | 18/50 [00:03<00:06, 4.94it/s]\n 38%|███▊ | 19/50 [00:03<00:06, 4.94it/s]\n 40%|████ | 20/50 [00:04<00:06, 4.94it/s]\n 42%|████▏ | 21/50 [00:04<00:05, 4.94it/s]\n 44%|████▍ | 22/50 [00:04<00:05, 4.93it/s]\n 46%|████▌ | 23/50 [00:04<00:05, 4.93it/s]\n 48%|████▊ | 24/50 [00:04<00:05, 4.93it/s]\n 50%|█████ | 25/50 [00:05<00:05, 4.93it/s]\n 52%|█████▏ | 26/50 [00:05<00:04, 4.93it/s]\n 54%|█████▍ | 27/50 [00:05<00:04, 4.93it/s]\n 56%|█████▌ | 28/50 [00:05<00:04, 4.93it/s]\n 58%|█████▊ | 29/50 [00:05<00:04, 4.93it/s]\n 60%|██████ | 30/50 [00:06<00:04, 4.93it/s]\n 62%|██████▏ | 31/50 [00:06<00:03, 4.93it/s]\n 64%|██████▍ | 32/50 [00:06<00:03, 4.93it/s]\n 66%|██████▌ | 33/50 [00:06<00:03, 4.93it/s]\n 68%|██████▊ | 34/50 [00:06<00:03, 4.93it/s]\n 70%|███████ | 35/50 [00:07<00:03, 4.92it/s]\n 72%|███████▏ | 36/50 [00:07<00:02, 4.93it/s]\n 74%|███████▍ | 37/50 [00:07<00:02, 4.93it/s]\n 76%|███████▌ | 38/50 [00:07<00:02, 4.94it/s]\n 78%|███████▊ | 39/50 [00:07<00:02, 4.94it/s]\n 80%|████████ | 40/50 [00:08<00:02, 4.95it/s]\n 82%|████████▏ | 41/50 [00:08<00:01, 4.95it/s]\n 84%|████████▍ | 42/50 [00:08<00:01, 4.95it/s]\n 86%|████████▌ | 43/50 [00:08<00:01, 4.96it/s]\n 88%|████████▊ | 44/50 [00:08<00:01, 4.96it/s]\n 90%|█████████ | 45/50 [00:09<00:01, 4.95it/s]\n 92%|█████████▏| 46/50 [00:09<00:00, 4.95it/s]\n 94%|█████████▍| 47/50 [00:09<00:00, 4.95it/s]\n 96%|█████████▌| 48/50 [00:09<00:00, 4.95it/s]\n 98%|█████████▊| 49/50 [00:09<00:00, 4.95it/s]\n100%|██████████| 50/50 [00:10<00:00, 4.95it/s]\n100%|██████████| 50/50 [00:10<00:00, 4.93it/s]", "metrics": { "predict_time": 11.92997, "total_time": 11.931548 }, "output": [ "https://replicate.delivery/pbxt/UDaOWTfFAS1jAyrtKG8ZVT1Pj8mdeekdASGkKMxxI8qa8KEjA/out-0.png" ], "started_at": "2023-09-08T04:39:30.486578Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/4omcxztbzaquqfyfqxxzu5ecgq", "cancel": "https://api.replicate.com/v1/predictions/4omcxztbzaquqfyfqxxzu5ecgq/cancel" }, "version": "f6682043699c74fe9de883e35da810ac6bdf90b86fb92d4db596303ac78d1c4d" }
Generated inUsing seed: 23320 Prompt: In the style of <s0><s1>, Intricate ancient flying device, in a village square, full frame txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:10, 4.73it/s] 4%|▍ | 2/50 [00:00<00:09, 4.85it/s] 6%|▌ | 3/50 [00:00<00:09, 4.90it/s] 8%|▊ | 4/50 [00:00<00:09, 4.92it/s] 10%|█ | 5/50 [00:01<00:09, 4.93it/s] 12%|█▏ | 6/50 [00:01<00:08, 4.93it/s] 14%|█▍ | 7/50 [00:01<00:08, 4.94it/s] 16%|█▌ | 8/50 [00:01<00:08, 4.93it/s] 18%|█▊ | 9/50 [00:01<00:08, 4.93it/s] 20%|██ | 10/50 [00:02<00:08, 4.93it/s] 22%|██▏ | 11/50 [00:02<00:07, 4.94it/s] 24%|██▍ | 12/50 [00:02<00:07, 4.94it/s] 26%|██▌ | 13/50 [00:02<00:07, 4.94it/s] 28%|██▊ | 14/50 [00:02<00:07, 4.94it/s] 30%|███ | 15/50 [00:03<00:07, 4.93it/s] 32%|███▏ | 16/50 [00:03<00:06, 4.93it/s] 34%|███▍ | 17/50 [00:03<00:06, 4.94it/s] 36%|███▌ | 18/50 [00:03<00:06, 4.94it/s] 38%|███▊ | 19/50 [00:03<00:06, 4.94it/s] 40%|████ | 20/50 [00:04<00:06, 4.94it/s] 42%|████▏ | 21/50 [00:04<00:05, 4.94it/s] 44%|████▍ | 22/50 [00:04<00:05, 4.93it/s] 46%|████▌ | 23/50 [00:04<00:05, 4.93it/s] 48%|████▊ | 24/50 [00:04<00:05, 4.93it/s] 50%|█████ | 25/50 [00:05<00:05, 4.93it/s] 52%|█████▏ | 26/50 [00:05<00:04, 4.93it/s] 54%|█████▍ | 27/50 [00:05<00:04, 4.93it/s] 56%|█████▌ | 28/50 [00:05<00:04, 4.93it/s] 58%|█████▊ | 29/50 [00:05<00:04, 4.93it/s] 60%|██████ | 30/50 [00:06<00:04, 4.93it/s] 62%|██████▏ | 31/50 [00:06<00:03, 4.93it/s] 64%|██████▍ | 32/50 [00:06<00:03, 4.93it/s] 66%|██████▌ | 33/50 [00:06<00:03, 4.93it/s] 68%|██████▊ | 34/50 [00:06<00:03, 4.93it/s] 70%|███████ | 35/50 [00:07<00:03, 4.92it/s] 72%|███████▏ | 36/50 [00:07<00:02, 4.93it/s] 74%|███████▍ | 37/50 [00:07<00:02, 4.93it/s] 76%|███████▌ | 38/50 [00:07<00:02, 4.94it/s] 78%|███████▊ | 39/50 [00:07<00:02, 4.94it/s] 80%|████████ | 40/50 [00:08<00:02, 4.95it/s] 82%|████████▏ | 41/50 [00:08<00:01, 4.95it/s] 84%|████████▍ | 42/50 [00:08<00:01, 4.95it/s] 86%|████████▌ | 43/50 [00:08<00:01, 4.96it/s] 88%|████████▊ | 44/50 [00:08<00:01, 4.96it/s] 90%|█████████ | 45/50 [00:09<00:01, 4.95it/s] 92%|█████████▏| 46/50 [00:09<00:00, 4.95it/s] 94%|█████████▍| 47/50 [00:09<00:00, 4.95it/s] 96%|█████████▌| 48/50 [00:09<00:00, 4.95it/s] 98%|█████████▊| 49/50 [00:09<00:00, 4.95it/s] 100%|██████████| 50/50 [00:10<00:00, 4.95it/s] 100%|██████████| 50/50 [00:10<00:00, 4.93it/s]
Want to make some of these yourself?
Run this model