bytedance
/
sdxl-lightning-4step
SDXL-Lightning by ByteDance: a fast text-to-image model that makes high-quality images in 4 steps
Prediction
bytedance/sdxl-lightning-4step:6f7a773aIDp8y2bvajc1rj20chzgmbw5qvxwStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedby @lucatacoInput
- width
- 1024
- height
- 1024
- prompt
- self-portrait of a woman, lightning in the background
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "self-portrait of a woman, lightning in the background", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "self-portrait of a woman, lightning in the background", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "self-portrait of a woman, lightning in the background", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "self-portrait of a woman, lightning in the background", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:46:27.608958Z", "created_at": "2024-09-16T18:46:26.656000Z", "data_removed": false, "error": null, "id": "p8y2bvajc1rj20chzgmbw5qvxw", "input": { "width": 1024, "height": 1024, "prompt": "self-portrait of a woman, lightning in the background", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 139922051\nPrompt: self-portrait of a woman, lightning in the background\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 19.11it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.37it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.47it/s]", "metrics": { "predict_time": 0.944134354, "total_time": 0.952958 }, "output": [ "https://replicate.delivery/yhqm/VyD24fDyzM2nQSg0nQc58W2EIj16hGcWKrXJozjAMR1BeidTA/out-0.png" ], "started_at": "2024-09-16T18:46:26.664823Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/p8y2bvajc1rj20chzgmbw5qvxw", "cancel": "https://api.replicate.com/v1/predictions/p8y2bvajc1rj20chzgmbw5qvxw/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 139922051 Prompt: self-portrait of a woman, lightning in the background 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 19.11it/s] 100%|██████████| 4/4 [00:00<00:00, 18.37it/s] 100%|██████████| 4/4 [00:00<00:00, 18.47it/s]
Prediction
bytedance/sdxl-lightning-4step:6f7a773aID5r6qhpgvkhrj00chzgmvv9fw50StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A monkey making latte art
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "A monkey making latte art", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "A monkey making latte art", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "A monkey making latte art", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "A monkey making latte art", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:47:19.117425Z", "created_at": "2024-09-16T18:47:18.172000Z", "data_removed": false, "error": null, "id": "5r6qhpgvkhrj00chzgmvv9fw50", "input": { "width": 1024, "height": 1024, "prompt": "A monkey making latte art", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 384978715\nPrompt: A monkey making latte art\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 18.96it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.36it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.43it/s]", "metrics": { "predict_time": 0.934485238, "total_time": 0.945425 }, "output": [ "https://replicate.delivery/yhqm/KNewAbWklqwHVyUjZ77YIJb70TmI5vGyni8clSsQYeT38idTA/out-0.png" ], "started_at": "2024-09-16T18:47:18.182940Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5r6qhpgvkhrj00chzgmvv9fw50", "cancel": "https://api.replicate.com/v1/predictions/5r6qhpgvkhrj00chzgmvv9fw50/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 384978715 Prompt: A monkey making latte art 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 18.96it/s] 100%|██████████| 4/4 [00:00<00:00, 18.36it/s] 100%|██████████| 4/4 [00:00<00:00, 18.43it/s]
Prediction
bytedance/sdxl-lightning-4step:6f7a773aID1xypq5jfkdrj20chzgmrz09se0StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A firefighter with a rugged jawline rushes through the billowing smoke of an autumn blaze
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "A firefighter with a rugged jawline rushes through the billowing smoke of an autumn blaze", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "A firefighter with a rugged jawline rushes through the billowing smoke of an autumn blaze", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "A firefighter with a rugged jawline rushes through the billowing smoke of an autumn blaze", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "A firefighter with a rugged jawline rushes through the billowing smoke of an autumn blaze", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:47:32.365562Z", "created_at": "2024-09-16T18:47:31.483000Z", "data_removed": false, "error": null, "id": "1xypq5jfkdrj20chzgmrz09se0", "input": { "width": 1024, "height": 1024, "prompt": "A firefighter with a rugged jawline rushes through the billowing smoke of an autumn blaze", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 269442098\nPrompt: A firefighter with a rugged jawline rushes through the billowing smoke of an autumn blaze\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 19.03it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.39it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.47it/s]", "metrics": { "predict_time": 0.873789173, "total_time": 0.882562 }, "output": [ "https://replicate.delivery/yhqm/6f5TnZKaU3RHSayghFfNxxKjhGusg98XVfDsZjQA43ZI6F7mA/out-0.png" ], "started_at": "2024-09-16T18:47:31.491773Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/1xypq5jfkdrj20chzgmrz09se0", "cancel": "https://api.replicate.com/v1/predictions/1xypq5jfkdrj20chzgmrz09se0/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 269442098 Prompt: A firefighter with a rugged jawline rushes through the billowing smoke of an autumn blaze 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 19.03it/s] 100%|██████████| 4/4 [00:00<00:00, 18.39it/s] 100%|██████████| 4/4 [00:00<00:00, 18.47it/s]
Prediction
bytedance/sdxl-lightning-4step:6f7a773aIDgxy5wqw459rj60chzgmry9wx04StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:47:45.860054Z", "created_at": "2024-09-16T18:47:44.938000Z", "data_removed": false, "error": null, "id": "gxy5wqw459rj60chzgmry9wx04", "input": { "width": 1024, "height": 1024, "prompt": "A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 3506844004\nPrompt: A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 18.89it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.37it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.43it/s]", "metrics": { "predict_time": 0.91387209, "total_time": 0.922054 }, "output": [ "https://replicate.delivery/yhqm/UX9eovtlFP0EAaeVdqzrTSff4PM0U9xTInBJkqBU2mcH1L2NB/out-0.png" ], "started_at": "2024-09-16T18:47:44.946182Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gxy5wqw459rj60chzgmry9wx04", "cancel": "https://api.replicate.com/v1/predictions/gxy5wqw459rj60chzgmry9wx04/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 3506844004 Prompt: A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 18.89it/s] 100%|██████████| 4/4 [00:00<00:00, 18.37it/s] 100%|██████████| 4/4 [00:00<00:00, 18.43it/s]
Prediction
bytedance/sdxl-lightning-4step:6f7a773aID2rhd0zn9d5rj60chzgmr8g0yzmStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- The 90s, a beautiful woman with a radiant smile and long hair, dressed in summer attire
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "The 90s, a beautiful woman with a radiant smile and long hair, dressed in summer attire", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "The 90s, a beautiful woman with a radiant smile and long hair, dressed in summer attire", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "The 90s, a beautiful woman with a radiant smile and long hair, dressed in summer attire", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "The 90s, a beautiful woman with a radiant smile and long hair, dressed in summer attire", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:47:55.398923Z", "created_at": "2024-09-16T18:47:54.473000Z", "data_removed": false, "error": null, "id": "2rhd0zn9d5rj60chzgmr8g0yzm", "input": { "width": 1024, "height": 1024, "prompt": "The 90s, a beautiful woman with a radiant smile and long hair, dressed in summer attire", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 3193395371\nPrompt: The 90s, a beautiful woman with a radiant smile and long hair, dressed in summer attire\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 18.86it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.41it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.46it/s]", "metrics": { "predict_time": 0.915632198, "total_time": 0.925923 }, "output": [ "https://replicate.delivery/yhqm/EIhr0cDHZFoLAFYMA9ezx7AVGie3qHIebTpce4yYnGwt1L2NB/out-0.png" ], "started_at": "2024-09-16T18:47:54.483291Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/2rhd0zn9d5rj60chzgmr8g0yzm", "cancel": "https://api.replicate.com/v1/predictions/2rhd0zn9d5rj60chzgmr8g0yzm/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 3193395371 Prompt: The 90s, a beautiful woman with a radiant smile and long hair, dressed in summer attire 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 18.86it/s] 100%|██████████| 4/4 [00:00<00:00, 18.41it/s] 100%|██████████| 4/4 [00:00<00:00, 18.46it/s]
Prediction
bytedance/sdxl-lightning-4step:6f7a773aIDz95y6ypprdrj20chzgmvkn373wStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- a majestic lion stands proudly on a rock, overlooking the vast African savannah
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "a majestic lion stands proudly on a rock, overlooking the vast African savannah", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "a majestic lion stands proudly on a rock, overlooking the vast African savannah", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "a majestic lion stands proudly on a rock, overlooking the vast African savannah", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "a majestic lion stands proudly on a rock, overlooking the vast African savannah", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:48:06.952533Z", "created_at": "2024-09-16T18:48:06.083000Z", "data_removed": false, "error": null, "id": "z95y6ypprdrj20chzgmvkn373w", "input": { "width": 1024, "height": 1024, "prompt": "a majestic lion stands proudly on a rock, overlooking the vast African savannah", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 4066651792\nPrompt: a majestic lion stands proudly on a rock, overlooking the vast African savannah\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 18.99it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.37it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.45it/s]", "metrics": { "predict_time": 0.860298546, "total_time": 0.869533 }, "output": [ "https://replicate.delivery/yhqm/KoWJ5oSwXEq4LFOQjz65rlwvWJ7t4rIeaKkWqonVz5YzeidTA/out-0.png" ], "started_at": "2024-09-16T18:48:06.092234Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/z95y6ypprdrj20chzgmvkn373w", "cancel": "https://api.replicate.com/v1/predictions/z95y6ypprdrj20chzgmvkn373w/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 4066651792 Prompt: a majestic lion stands proudly on a rock, overlooking the vast African savannah 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 18.99it/s] 100%|██████████| 4/4 [00:00<00:00, 18.37it/s] 100%|██████████| 4/4 [00:00<00:00, 18.45it/s]
Prediction
bytedance/sdxl-lightning-4step:6f7a773aIDsmmseg89j9rj40chzgnbr2y2e0StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In a fantastical scene, a creature with a human head and deer body emanates a green light
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "In a fantastical scene, a creature with a human head and deer body emanates a green light", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "In a fantastical scene, a creature with a human head and deer body emanates a green light", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "In a fantastical scene, a creature with a human head and deer body emanates a green light", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "In a fantastical scene, a creature with a human head and deer body emanates a green light", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:48:20.041923Z", "created_at": "2024-09-16T18:48:19.090000Z", "data_removed": false, "error": null, "id": "smmseg89j9rj40chzgnbr2y2e0", "input": { "width": 1024, "height": 1024, "prompt": "In a fantastical scene, a creature with a human head and deer body emanates a green light", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 1671961457\nPrompt: In a fantastical scene, a creature with a human head and deer body emanates a green light\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 18.30it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.38it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.36it/s]", "metrics": { "predict_time": 0.943076024, "total_time": 0.951923 }, "output": [ "https://replicate.delivery/yhqm/06gwNfgAZi2rYS3ORentbR6YTUctegebfeNfjf9em6Ayo7F7mA/out-0.png" ], "started_at": "2024-09-16T18:48:19.098847Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/smmseg89j9rj40chzgnbr2y2e0", "cancel": "https://api.replicate.com/v1/predictions/smmseg89j9rj40chzgnbr2y2e0/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 1671961457 Prompt: In a fantastical scene, a creature with a human head and deer body emanates a green light 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 18.30it/s] 100%|██████████| 4/4 [00:00<00:00, 18.38it/s] 100%|██████████| 4/4 [00:00<00:00, 18.36it/s]
Prediction
bytedance/sdxl-lightning-4step:6f7a773aIDe9h63m2abnrj20chzgn84tck0mStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A delicate porcelain teacup sits on a saucer, its surface adorned with intricate blue patterns
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "A delicate porcelain teacup sits on a saucer, its surface adorned with intricate blue patterns", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "A delicate porcelain teacup sits on a saucer, its surface adorned with intricate blue patterns", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "A delicate porcelain teacup sits on a saucer, its surface adorned with intricate blue patterns", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "A delicate porcelain teacup sits on a saucer, its surface adorned with intricate blue patterns", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:48:36.630717Z", "created_at": "2024-09-16T18:48:35.677000Z", "data_removed": false, "error": null, "id": "e9h63m2abnrj20chzgn84tck0m", "input": { "width": 1024, "height": 1024, "prompt": "A delicate porcelain teacup sits on a saucer, its surface adorned with intricate blue patterns", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 3784124048\nPrompt: A delicate porcelain teacup sits on a saucer, its surface adorned with intricate blue patterns\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 18.37it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.24it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.25it/s]", "metrics": { "predict_time": 0.944116706, "total_time": 0.953717 }, "output": [ "https://replicate.delivery/yhqm/nTMezRPSm4xXX6yGVVkKePeRMeC0Lwq9p4o02APPeV1mwXsbC/out-0.png" ], "started_at": "2024-09-16T18:48:35.686601Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/e9h63m2abnrj20chzgn84tck0m", "cancel": "https://api.replicate.com/v1/predictions/e9h63m2abnrj20chzgn84tck0m/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 3784124048 Prompt: A delicate porcelain teacup sits on a saucer, its surface adorned with intricate blue patterns 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 18.37it/s] 100%|██████████| 4/4 [00:00<00:00, 18.24it/s] 100%|██████████| 4/4 [00:00<00:00, 18.25it/s]
Prediction
bytedance/sdxl-lightning-4step:6f7a773aID0ge90rvyz1rj60chzgnahg1y74StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A pickup truck going up a mountain switchback
- scheduler
- K_EULER
- num_outputs
- 1
- guidance_scale
- 0
- negative_prompt
- worst quality, low quality
- num_inference_steps
- 4
{ "width": 1024, "height": 1024, "prompt": "A pickup truck going up a mountain switchback", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", { input: { width: 1024, height: 1024, prompt: "A pickup truck going up a mountain switchback", scheduler: "K_EULER", num_outputs: 1, guidance_scale: 0, negative_prompt: "worst quality, low quality", num_inference_steps: 4 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run bytedance/sdxl-lightning-4step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/sdxl-lightning-4step:6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", input={ "width": 1024, "height": 1024, "prompt": "A pickup truck going up a mountain switchback", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/sdxl-lightning-4step 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": "6f7a773af6fc3e8de9d5a3c00be77c17308914bf67772726aff83496ba1e3bbe", "input": { "width": 1024, "height": 1024, "prompt": "A pickup truck going up a mountain switchback", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-16T18:48:49.980808Z", "created_at": "2024-09-16T18:48:49.144000Z", "data_removed": false, "error": null, "id": "0ge90rvyz1rj60chzgnahg1y74", "input": { "width": 1024, "height": 1024, "prompt": "A pickup truck going up a mountain switchback", "scheduler": "K_EULER", "num_outputs": 1, "guidance_scale": 0, "negative_prompt": "worst quality, low quality", "num_inference_steps": 4 }, "logs": "Using seed: 2005126837\nPrompt: A pickup truck going up a mountain switchback\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 19.14it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.35it/s]\n100%|██████████| 4/4 [00:00<00:00, 18.45it/s]", "metrics": { "predict_time": 0.828667903, "total_time": 0.836808 }, "output": [ "https://replicate.delivery/yhqm/UFpx4sZ5oGKUFVZwI9jbfadgov4hbBbDeDPTCybieRbi8F7mA/out-0.png" ], "started_at": "2024-09-16T18:48:49.152140Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/0ge90rvyz1rj60chzgnahg1y74", "cancel": "https://api.replicate.com/v1/predictions/0ge90rvyz1rj60chzgnahg1y74/cancel" }, "version": "5599ed30703defd1d160a25a63321b4dec97101d98b4674bcc56e41f62f35637" }
Generated inUsing seed: 2005126837 Prompt: A pickup truck going up a mountain switchback 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 19.14it/s] 100%|██████████| 4/4 [00:00<00:00, 18.35it/s] 100%|██████████| 4/4 [00:00<00:00, 18.45it/s]
Want to make some of these yourself?
Run this model