zaktechgis
/
flux-pro-6
A fine-tuned FLUX.1 model
- Public
- 105 runs
-
H100
Prediction
zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39IDcn437kf3zsrm60cjyqm9gkrvccStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Capture an outdoor black and white portrait of a woman in a white blouse and a dark cardigan, standing against a blurred natural backdrop. She has a soft, serene expression, looking away from the camera. Use a Canon EOS R5 with an 85mm f/1.2 lens, with diffused daylight to create a gentle, natural contrast.
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Capture an outdoor black and white portrait of a woman in a white blouse and a dark cardigan, standing against a blurred natural backdrop. She has a soft, serene expression, looking away from the camera. Use a Canon EOS R5 with an 85mm f/1.2 lens, with diffused daylight to create a gentle, natural contrast.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 zaktechgis/flux-pro-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", { input: { model: "dev", prompt: "Capture an outdoor black and white portrait of a woman in a white blouse and a dark cardigan, standing against a blurred natural backdrop. She has a soft, serene expression, looking away from the camera. Use a Canon EOS R5 with an 85mm f/1.2 lens, with diffused daylight to create a gentle, natural contrast.", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 zaktechgis/flux-pro-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", input={ "model": "dev", "prompt": "Capture an outdoor black and white portrait of a woman in a white blouse and a dark cardigan, standing against a blurred natural backdrop. She has a soft, serene expression, looking away from the camera. Use a Canon EOS R5 with an 85mm f/1.2 lens, with diffused daylight to create a gentle, natural contrast.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run zaktechgis/flux-pro-6 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": "bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", "input": { "model": "dev", "prompt": "Capture an outdoor black and white portrait of a woman in a white blouse and a dark cardigan, standing against a blurred natural backdrop. She has a soft, serene expression, looking away from the camera. Use a Canon EOS R5 with an 85mm f/1.2 lens, with diffused daylight to create a gentle, natural contrast.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-04T06:42:23.696590Z", "created_at": "2024-11-04T06:42:13.630000Z", "data_removed": false, "error": null, "id": "cn437kf3zsrm60cjyqm9gkrvcc", "input": { "model": "dev", "prompt": "Capture an outdoor black and white portrait of a woman in a white blouse and a dark cardigan, standing against a blurred natural backdrop. She has a soft, serene expression, looking away from the camera. Use a Canon EOS R5 with an 85mm f/1.2 lens, with diffused daylight to create a gentle, natural contrast.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 12287\nPrompt: Capture an outdoor black and white portrait of a woman in a white blouse and a dark cardigan, standing against a blurred natural backdrop. She has a soft, serene expression, looking away from the camera. Use a Canon EOS R5 with an 85mm f/1.2 lens, with diffused daylight to create a gentle, natural contrast.\n[!] txt2img mode\nUsing dev model\nWeights already loaded\nLoaded LoRAs in 0.03s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:09, 2.87it/s]\n 7%|▋ | 2/28 [00:00<00:08, 3.20it/s]\n 11%|█ | 3/28 [00:00<00:08, 3.04it/s]\n 14%|█▍ | 4/28 [00:01<00:08, 2.97it/s]\n 18%|█▊ | 5/28 [00:01<00:07, 2.94it/s]\n 21%|██▏ | 6/28 [00:02<00:07, 2.91it/s]\n 25%|██▌ | 7/28 [00:02<00:07, 2.90it/s]\n 29%|██▊ | 8/28 [00:02<00:06, 2.89it/s]\n 32%|███▏ | 9/28 [00:03<00:06, 2.89it/s]\n 36%|███▌ | 10/28 [00:03<00:06, 2.88it/s]\n 39%|███▉ | 11/28 [00:03<00:05, 2.88it/s]\n 43%|████▎ | 12/28 [00:04<00:05, 2.88it/s]\n 46%|████▋ | 13/28 [00:04<00:05, 2.88it/s]\n 50%|█████ | 14/28 [00:04<00:04, 2.87it/s]\n 54%|█████▎ | 15/28 [00:05<00:04, 2.87it/s]\n 57%|█████▋ | 16/28 [00:05<00:04, 2.87it/s]\n 61%|██████ | 17/28 [00:05<00:03, 2.87it/s]\n 64%|██████▍ | 18/28 [00:06<00:03, 2.87it/s]\n 68%|██████▊ | 19/28 [00:06<00:03, 2.87it/s]\n 71%|███████▏ | 20/28 [00:06<00:02, 2.87it/s]\n 75%|███████▌ | 21/28 [00:07<00:02, 2.87it/s]\n 79%|███████▊ | 22/28 [00:07<00:02, 2.87it/s]\n 82%|████████▏ | 23/28 [00:07<00:01, 2.87it/s]\n 86%|████████▌ | 24/28 [00:08<00:01, 2.87it/s]\n 89%|████████▉ | 25/28 [00:08<00:01, 2.87it/s]\n 93%|█████████▎| 26/28 [00:08<00:00, 2.87it/s]\n 96%|█████████▋| 27/28 [00:09<00:00, 2.87it/s]\n100%|██████████| 28/28 [00:09<00:00, 2.87it/s]\n100%|██████████| 28/28 [00:09<00:00, 2.89it/s]", "metrics": { "predict_time": 10.058112599, "total_time": 10.06659 }, "output": [ "https://replicate.delivery/yhqm/QZ765hBZqspTEZLJpidmfYvTkJvQzHKGX5V1fcAJfMwfsH2OB/out-0.webp" ], "started_at": "2024-11-04T06:42:13.638477Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/wcdb-fxhagkf2biyuodjeqvtaxbtfu5bnl4rd5rfe5kpg6zacydlxcf5q", "get": "https://api.replicate.com/v1/predictions/cn437kf3zsrm60cjyqm9gkrvcc", "cancel": "https://api.replicate.com/v1/predictions/cn437kf3zsrm60cjyqm9gkrvcc/cancel" }, "version": "bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39" }
Generated inUsing seed: 12287 Prompt: Capture an outdoor black and white portrait of a woman in a white blouse and a dark cardigan, standing against a blurred natural backdrop. She has a soft, serene expression, looking away from the camera. Use a Canon EOS R5 with an 85mm f/1.2 lens, with diffused daylight to create a gentle, natural contrast. [!] txt2img mode Using dev model Weights already loaded Loaded LoRAs in 0.03s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:09, 2.87it/s] 7%|▋ | 2/28 [00:00<00:08, 3.20it/s] 11%|█ | 3/28 [00:00<00:08, 3.04it/s] 14%|█▍ | 4/28 [00:01<00:08, 2.97it/s] 18%|█▊ | 5/28 [00:01<00:07, 2.94it/s] 21%|██▏ | 6/28 [00:02<00:07, 2.91it/s] 25%|██▌ | 7/28 [00:02<00:07, 2.90it/s] 29%|██▊ | 8/28 [00:02<00:06, 2.89it/s] 32%|███▏ | 9/28 [00:03<00:06, 2.89it/s] 36%|███▌ | 10/28 [00:03<00:06, 2.88it/s] 39%|███▉ | 11/28 [00:03<00:05, 2.88it/s] 43%|████▎ | 12/28 [00:04<00:05, 2.88it/s] 46%|████▋ | 13/28 [00:04<00:05, 2.88it/s] 50%|█████ | 14/28 [00:04<00:04, 2.87it/s] 54%|█████▎ | 15/28 [00:05<00:04, 2.87it/s] 57%|█████▋ | 16/28 [00:05<00:04, 2.87it/s] 61%|██████ | 17/28 [00:05<00:03, 2.87it/s] 64%|██████▍ | 18/28 [00:06<00:03, 2.87it/s] 68%|██████▊ | 19/28 [00:06<00:03, 2.87it/s] 71%|███████▏ | 20/28 [00:06<00:02, 2.87it/s] 75%|███████▌ | 21/28 [00:07<00:02, 2.87it/s] 79%|███████▊ | 22/28 [00:07<00:02, 2.87it/s] 82%|████████▏ | 23/28 [00:07<00:01, 2.87it/s] 86%|████████▌ | 24/28 [00:08<00:01, 2.87it/s] 89%|████████▉ | 25/28 [00:08<00:01, 2.87it/s] 93%|█████████▎| 26/28 [00:08<00:00, 2.87it/s] 96%|█████████▋| 27/28 [00:09<00:00, 2.87it/s] 100%|██████████| 28/28 [00:09<00:00, 2.87it/s] 100%|██████████| 28/28 [00:09<00:00, 2.89it/s]
Prediction
zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39IDp43w6hs0kdrm60cjyqqvv80r38StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create an ultra-realistic portrait of a woman in a light gray suit and white blouse, standing against a soft gray background. She looks slightly off-camera with a thoughtful expression. Use a Sony A7R IV with a 50mm f/1.8 lens, using softbox lighting to create a balanced, gentle look. The gray backdrop keeps focus on her face while creating a refined professional setting.
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Create an ultra-realistic portrait of a woman in a light gray suit and white blouse, standing against a soft gray background. She looks slightly off-camera with a thoughtful expression. Use a Sony A7R IV with a 50mm f/1.8 lens, using softbox lighting to create a balanced, gentle look. The gray backdrop keeps focus on her face while creating a refined professional setting.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 zaktechgis/flux-pro-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", { input: { model: "dev", prompt: "Create an ultra-realistic portrait of a woman in a light gray suit and white blouse, standing against a soft gray background. She looks slightly off-camera with a thoughtful expression. Use a Sony A7R IV with a 50mm f/1.8 lens, using softbox lighting to create a balanced, gentle look. The gray backdrop keeps focus on her face while creating a refined professional setting.", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 zaktechgis/flux-pro-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", input={ "model": "dev", "prompt": "Create an ultra-realistic portrait of a woman in a light gray suit and white blouse, standing against a soft gray background. She looks slightly off-camera with a thoughtful expression. Use a Sony A7R IV with a 50mm f/1.8 lens, using softbox lighting to create a balanced, gentle look. The gray backdrop keeps focus on her face while creating a refined professional setting.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run zaktechgis/flux-pro-6 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": "bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", "input": { "model": "dev", "prompt": "Create an ultra-realistic portrait of a woman in a light gray suit and white blouse, standing against a soft gray background. She looks slightly off-camera with a thoughtful expression. Use a Sony A7R IV with a 50mm f/1.8 lens, using softbox lighting to create a balanced, gentle look. The gray backdrop keeps focus on her face while creating a refined professional setting.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-04T06:49:12.382577Z", "created_at": "2024-11-04T06:49:02.363000Z", "data_removed": false, "error": null, "id": "p43w6hs0kdrm60cjyqqvv80r38", "input": { "model": "dev", "prompt": "Create an ultra-realistic portrait of a woman in a light gray suit and white blouse, standing against a soft gray background. She looks slightly off-camera with a thoughtful expression. Use a Sony A7R IV with a 50mm f/1.8 lens, using softbox lighting to create a balanced, gentle look. The gray backdrop keeps focus on her face while creating a refined professional setting.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 32953\nPrompt: Create an ultra-realistic portrait of a woman in a light gray suit and white blouse, standing against a soft gray background. She looks slightly off-camera with a thoughtful expression. Use a Sony A7R IV with a 50mm f/1.8 lens, using softbox lighting to create a balanced, gentle look. The gray backdrop keeps focus on her face while creating a refined professional setting.\n[!] txt2img mode\nUsing dev model\nWeights already loaded\nLoaded LoRAs in 0.03s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:09, 2.88it/s]\n 7%|▋ | 2/28 [00:00<00:08, 3.21it/s]\n 11%|█ | 3/28 [00:00<00:08, 3.05it/s]\n 14%|█▍ | 4/28 [00:01<00:08, 2.99it/s]\n 18%|█▊ | 5/28 [00:01<00:07, 2.95it/s]\n 21%|██▏ | 6/28 [00:02<00:07, 2.93it/s]\n 25%|██▌ | 7/28 [00:02<00:07, 2.91it/s]\n 29%|██▊ | 8/28 [00:02<00:06, 2.90it/s]\n 32%|███▏ | 9/28 [00:03<00:06, 2.90it/s]\n 36%|███▌ | 10/28 [00:03<00:06, 2.89it/s]\n 39%|███▉ | 11/28 [00:03<00:05, 2.89it/s]\n 43%|████▎ | 12/28 [00:04<00:05, 2.89it/s]\n 46%|████▋ | 13/28 [00:04<00:05, 2.89it/s]\n 50%|█████ | 14/28 [00:04<00:04, 2.89it/s]\n 54%|█████▎ | 15/28 [00:05<00:04, 2.89it/s]\n 57%|█████▋ | 16/28 [00:05<00:04, 2.88it/s]\n 61%|██████ | 17/28 [00:05<00:03, 2.88it/s]\n 64%|██████▍ | 18/28 [00:06<00:03, 2.88it/s]\n 68%|██████▊ | 19/28 [00:06<00:03, 2.88it/s]\n 71%|███████▏ | 20/28 [00:06<00:02, 2.88it/s]\n 75%|███████▌ | 21/28 [00:07<00:02, 2.88it/s]\n 79%|███████▊ | 22/28 [00:07<00:02, 2.88it/s]\n 82%|████████▏ | 23/28 [00:07<00:01, 2.88it/s]\n 86%|████████▌ | 24/28 [00:08<00:01, 2.88it/s]\n 89%|████████▉ | 25/28 [00:08<00:01, 2.88it/s]\n 93%|█████████▎| 26/28 [00:08<00:00, 2.88it/s]\n 96%|█████████▋| 27/28 [00:09<00:00, 2.88it/s]\n100%|██████████| 28/28 [00:09<00:00, 2.88it/s]\n100%|██████████| 28/28 [00:09<00:00, 2.90it/s]", "metrics": { "predict_time": 10.01565942, "total_time": 10.019577 }, "output": [ "https://replicate.delivery/yhqm/GU3SDQUeyhy2Sq34h31o6nIQTskMD4O1VeEaphjcZVEoBitTA/out-0.webp" ], "started_at": "2024-11-04T06:49:02.366917Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/wcdb-j6rrq4kiokwh7xgkrpnr2hexozgsvs76tovygbpm2emewi23jy2q", "get": "https://api.replicate.com/v1/predictions/p43w6hs0kdrm60cjyqqvv80r38", "cancel": "https://api.replicate.com/v1/predictions/p43w6hs0kdrm60cjyqqvv80r38/cancel" }, "version": "bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39" }
Generated inUsing seed: 32953 Prompt: Create an ultra-realistic portrait of a woman in a light gray suit and white blouse, standing against a soft gray background. She looks slightly off-camera with a thoughtful expression. Use a Sony A7R IV with a 50mm f/1.8 lens, using softbox lighting to create a balanced, gentle look. The gray backdrop keeps focus on her face while creating a refined professional setting. [!] txt2img mode Using dev model Weights already loaded Loaded LoRAs in 0.03s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:09, 2.88it/s] 7%|▋ | 2/28 [00:00<00:08, 3.21it/s] 11%|█ | 3/28 [00:00<00:08, 3.05it/s] 14%|█▍ | 4/28 [00:01<00:08, 2.99it/s] 18%|█▊ | 5/28 [00:01<00:07, 2.95it/s] 21%|██▏ | 6/28 [00:02<00:07, 2.93it/s] 25%|██▌ | 7/28 [00:02<00:07, 2.91it/s] 29%|██▊ | 8/28 [00:02<00:06, 2.90it/s] 32%|███▏ | 9/28 [00:03<00:06, 2.90it/s] 36%|███▌ | 10/28 [00:03<00:06, 2.89it/s] 39%|███▉ | 11/28 [00:03<00:05, 2.89it/s] 43%|████▎ | 12/28 [00:04<00:05, 2.89it/s] 46%|████▋ | 13/28 [00:04<00:05, 2.89it/s] 50%|█████ | 14/28 [00:04<00:04, 2.89it/s] 54%|█████▎ | 15/28 [00:05<00:04, 2.89it/s] 57%|█████▋ | 16/28 [00:05<00:04, 2.88it/s] 61%|██████ | 17/28 [00:05<00:03, 2.88it/s] 64%|██████▍ | 18/28 [00:06<00:03, 2.88it/s] 68%|██████▊ | 19/28 [00:06<00:03, 2.88it/s] 71%|███████▏ | 20/28 [00:06<00:02, 2.88it/s] 75%|███████▌ | 21/28 [00:07<00:02, 2.88it/s] 79%|███████▊ | 22/28 [00:07<00:02, 2.88it/s] 82%|████████▏ | 23/28 [00:07<00:01, 2.88it/s] 86%|████████▌ | 24/28 [00:08<00:01, 2.88it/s] 89%|████████▉ | 25/28 [00:08<00:01, 2.88it/s] 93%|█████████▎| 26/28 [00:08<00:00, 2.88it/s] 96%|█████████▋| 27/28 [00:09<00:00, 2.88it/s] 100%|██████████| 28/28 [00:09<00:00, 2.88it/s] 100%|██████████| 28/28 [00:09<00:00, 2.90it/s]
Prediction
zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39IDz0hm8nsbe5rm40cjyqw9bmvk6gStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a professional portrait of a woman in a beige blazer over a soft blue blouse. She is standing in front of a window with a city view, looking slightly to the side with a welcoming expression. Use a Canon EOS R6 with an 85mm f/1.4 lens. The window light is the main source, with fill lighting to reduce shadows. The cityscape outside is softly blurred for a modern, open feel.
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Create a professional portrait of a woman in a beige blazer over a soft blue blouse. She is standing in front of a window with a city view, looking slightly to the side with a welcoming expression. Use a Canon EOS R6 with an 85mm f/1.4 lens. The window light is the main source, with fill lighting to reduce shadows. The cityscape outside is softly blurred for a modern, open feel.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 zaktechgis/flux-pro-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", { input: { model: "dev", prompt: "Create a professional portrait of a woman in a beige blazer over a soft blue blouse. She is standing in front of a window with a city view, looking slightly to the side with a welcoming expression. Use a Canon EOS R6 with an 85mm f/1.4 lens. The window light is the main source, with fill lighting to reduce shadows. The cityscape outside is softly blurred for a modern, open feel.", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 zaktechgis/flux-pro-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", input={ "model": "dev", "prompt": "Create a professional portrait of a woman in a beige blazer over a soft blue blouse. She is standing in front of a window with a city view, looking slightly to the side with a welcoming expression. Use a Canon EOS R6 with an 85mm f/1.4 lens. The window light is the main source, with fill lighting to reduce shadows. The cityscape outside is softly blurred for a modern, open feel.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run zaktechgis/flux-pro-6 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": "bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", "input": { "model": "dev", "prompt": "Create a professional portrait of a woman in a beige blazer over a soft blue blouse. She is standing in front of a window with a city view, looking slightly to the side with a welcoming expression. Use a Canon EOS R6 with an 85mm f/1.4 lens. The window light is the main source, with fill lighting to reduce shadows. The cityscape outside is softly blurred for a modern, open feel.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-04T06:59:08.805704Z", "created_at": "2024-11-04T06:58:54.961000Z", "data_removed": false, "error": null, "id": "z0hm8nsbe5rm40cjyqw9bmvk6g", "input": { "model": "dev", "prompt": "Create a professional portrait of a woman in a beige blazer over a soft blue blouse. She is standing in front of a window with a city view, looking slightly to the side with a welcoming expression. Use a Canon EOS R6 with an 85mm f/1.4 lens. The window light is the main source, with fill lighting to reduce shadows. The cityscape outside is softly blurred for a modern, open feel.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 61867\nPrompt: Create a professional portrait of a woman in a beige blazer over a soft blue blouse. She is standing in front of a window with a city view, looking slightly to the side with a welcoming expression. Use a Canon EOS R6 with an 85mm f/1.4 lens. The window light is the main source, with fill lighting to reduce shadows. The cityscape outside is softly blurred for a modern, open feel.\n[!] txt2img mode\nUsing dev model\nfree=6495581585408\nDownloading weights\n2024-11-04T06:58:55Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp391x3x8x/weights url=https://replicate.delivery/yhqm/lkSgTXPAzOJzP5ZaYkfgvoCAm6cvzyYM1KiVQZjXNHEo3k2JA/trained_model.tar\n2024-11-04T06:58:58Z | INFO | [ Complete ] dest=/tmp/tmp391x3x8x/weights size=\"172 MB\" total_elapsed=2.924s url=https://replicate.delivery/yhqm/lkSgTXPAzOJzP5ZaYkfgvoCAm6cvzyYM1KiVQZjXNHEo3k2JA/trained_model.tar\nDownloaded weights in 2.95s\nLoaded LoRAs in 3.55s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:09, 2.88it/s]\n 7%|▋ | 2/28 [00:00<00:08, 3.22it/s]\n 11%|█ | 3/28 [00:00<00:08, 3.05it/s]\n 14%|█▍ | 4/28 [00:01<00:08, 2.98it/s]\n 18%|█▊ | 5/28 [00:01<00:07, 2.94it/s]\n 21%|██▏ | 6/28 [00:02<00:07, 2.92it/s]\n 25%|██▌ | 7/28 [00:02<00:07, 2.91it/s]\n 29%|██▊ | 8/28 [00:02<00:06, 2.90it/s]\n 32%|███▏ | 9/28 [00:03<00:06, 2.89it/s]\n 36%|███▌ | 10/28 [00:03<00:06, 2.89it/s]\n 39%|███▉ | 11/28 [00:03<00:05, 2.88it/s]\n 43%|████▎ | 12/28 [00:04<00:05, 2.88it/s]\n 46%|████▋ | 13/28 [00:04<00:05, 2.88it/s]\n 50%|█████ | 14/28 [00:04<00:04, 2.88it/s]\n 54%|█████▎ | 15/28 [00:05<00:04, 2.88it/s]\n 57%|█████▋ | 16/28 [00:05<00:04, 2.88it/s]\n 61%|██████ | 17/28 [00:05<00:03, 2.88it/s]\n 64%|██████▍ | 18/28 [00:06<00:03, 2.88it/s]\n 68%|██████▊ | 19/28 [00:06<00:03, 2.88it/s]\n 71%|███████▏ | 20/28 [00:06<00:02, 2.88it/s]\n 75%|███████▌ | 21/28 [00:07<00:02, 2.88it/s]\n 79%|███████▊ | 22/28 [00:07<00:02, 2.88it/s]\n 82%|████████▏ | 23/28 [00:07<00:01, 2.88it/s]\n 86%|████████▌ | 24/28 [00:08<00:01, 2.88it/s]\n 89%|████████▉ | 25/28 [00:08<00:01, 2.88it/s]\n 93%|█████████▎| 26/28 [00:08<00:00, 2.88it/s]\n 96%|█████████▋| 27/28 [00:09<00:00, 2.88it/s]\n100%|██████████| 28/28 [00:09<00:00, 2.88it/s]\n100%|██████████| 28/28 [00:09<00:00, 2.90it/s]", "metrics": { "predict_time": 13.553173913, "total_time": 13.844704 }, "output": [ "https://replicate.delivery/yhqm/6eNnCsHpHXS8SyZsuoiDgarzfbO2kp630ytnhSwd4j08KitTA/out-0.webp" ], "started_at": "2024-11-04T06:58:55.252530Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/wcdb-5kaxvaehaais3un5ivuu55ms3y22ely5ztbwzkwtfgl3h5swbiqq", "get": "https://api.replicate.com/v1/predictions/z0hm8nsbe5rm40cjyqw9bmvk6g", "cancel": "https://api.replicate.com/v1/predictions/z0hm8nsbe5rm40cjyqw9bmvk6g/cancel" }, "version": "bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39" }
Generated inUsing seed: 61867 Prompt: Create a professional portrait of a woman in a beige blazer over a soft blue blouse. She is standing in front of a window with a city view, looking slightly to the side with a welcoming expression. Use a Canon EOS R6 with an 85mm f/1.4 lens. The window light is the main source, with fill lighting to reduce shadows. The cityscape outside is softly blurred for a modern, open feel. [!] txt2img mode Using dev model free=6495581585408 Downloading weights 2024-11-04T06:58:55Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp391x3x8x/weights url=https://replicate.delivery/yhqm/lkSgTXPAzOJzP5ZaYkfgvoCAm6cvzyYM1KiVQZjXNHEo3k2JA/trained_model.tar 2024-11-04T06:58:58Z | INFO | [ Complete ] dest=/tmp/tmp391x3x8x/weights size="172 MB" total_elapsed=2.924s url=https://replicate.delivery/yhqm/lkSgTXPAzOJzP5ZaYkfgvoCAm6cvzyYM1KiVQZjXNHEo3k2JA/trained_model.tar Downloaded weights in 2.95s Loaded LoRAs in 3.55s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:09, 2.88it/s] 7%|▋ | 2/28 [00:00<00:08, 3.22it/s] 11%|█ | 3/28 [00:00<00:08, 3.05it/s] 14%|█▍ | 4/28 [00:01<00:08, 2.98it/s] 18%|█▊ | 5/28 [00:01<00:07, 2.94it/s] 21%|██▏ | 6/28 [00:02<00:07, 2.92it/s] 25%|██▌ | 7/28 [00:02<00:07, 2.91it/s] 29%|██▊ | 8/28 [00:02<00:06, 2.90it/s] 32%|███▏ | 9/28 [00:03<00:06, 2.89it/s] 36%|███▌ | 10/28 [00:03<00:06, 2.89it/s] 39%|███▉ | 11/28 [00:03<00:05, 2.88it/s] 43%|████▎ | 12/28 [00:04<00:05, 2.88it/s] 46%|████▋ | 13/28 [00:04<00:05, 2.88it/s] 50%|█████ | 14/28 [00:04<00:04, 2.88it/s] 54%|█████▎ | 15/28 [00:05<00:04, 2.88it/s] 57%|█████▋ | 16/28 [00:05<00:04, 2.88it/s] 61%|██████ | 17/28 [00:05<00:03, 2.88it/s] 64%|██████▍ | 18/28 [00:06<00:03, 2.88it/s] 68%|██████▊ | 19/28 [00:06<00:03, 2.88it/s] 71%|███████▏ | 20/28 [00:06<00:02, 2.88it/s] 75%|███████▌ | 21/28 [00:07<00:02, 2.88it/s] 79%|███████▊ | 22/28 [00:07<00:02, 2.88it/s] 82%|████████▏ | 23/28 [00:07<00:01, 2.88it/s] 86%|████████▌ | 24/28 [00:08<00:01, 2.88it/s] 89%|████████▉ | 25/28 [00:08<00:01, 2.88it/s] 93%|█████████▎| 26/28 [00:08<00:00, 2.88it/s] 96%|█████████▋| 27/28 [00:09<00:00, 2.88it/s] 100%|██████████| 28/28 [00:09<00:00, 2.88it/s] 100%|██████████| 28/28 [00:09<00:00, 2.90it/s]
Prediction
zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39IDcq4khg1xw1rmc0ck373ts0042wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Design a LinkedIn profile headshot of a young woman in a classic navy blazer with a white collared shirt. She has a slight, welcoming smile and is centered against a light blue background. Use a Canon EOS R5 with a 50mm f/1.4 lens, even, diffused lighting to avoid harsh shadows, creating a polished look for a professional setting.
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Design a LinkedIn profile headshot of a young woman in a classic navy blazer with a white collared shirt. She has a slight, welcoming smile and is centered against a light blue background. Use a Canon EOS R5 with a 50mm f/1.4 lens, even, diffused lighting to avoid harsh shadows, creating a polished look for a professional setting.\n", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 zaktechgis/flux-pro-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", { input: { model: "dev", prompt: "Design a LinkedIn profile headshot of a young woman in a classic navy blazer with a white collared shirt. She has a slight, welcoming smile and is centered against a light blue background. Use a Canon EOS R5 with a 50mm f/1.4 lens, even, diffused lighting to avoid harsh shadows, creating a polished look for a professional setting.\n", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 zaktechgis/flux-pro-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zaktechgis/flux-pro-6:bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", input={ "model": "dev", "prompt": "Design a LinkedIn profile headshot of a young woman in a classic navy blazer with a white collared shirt. She has a slight, welcoming smile and is centered against a light blue background. Use a Canon EOS R5 with a 50mm f/1.4 lens, even, diffused lighting to avoid harsh shadows, creating a polished look for a professional setting.\n", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run zaktechgis/flux-pro-6 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": "bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39", "input": { "model": "dev", "prompt": "Design a LinkedIn profile headshot of a young woman in a classic navy blazer with a white collared shirt. She has a slight, welcoming smile and is centered against a light blue background. Use a Canon EOS R5 with a 50mm f/1.4 lens, even, diffused lighting to avoid harsh shadows, creating a polished look for a professional setting.\\n", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-11-11T05:52:02.288176Z", "created_at": "2024-11-11T05:51:48.192000Z", "data_removed": false, "error": null, "id": "cq4khg1xw1rmc0ck373ts0042w", "input": { "model": "dev", "prompt": "Design a LinkedIn profile headshot of a young woman in a classic navy blazer with a white collared shirt. She has a slight, welcoming smile and is centered against a light blue background. Use a Canon EOS R5 with a 50mm f/1.4 lens, even, diffused lighting to avoid harsh shadows, creating a polished look for a professional setting.\n", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 19486\nPrompt: Design a LinkedIn profile headshot of a young woman in a classic navy blazer with a white collared shirt. She has a slight, welcoming smile and is centered against a light blue background. Use a Canon EOS R5 with a 50mm f/1.4 lens, even, diffused lighting to avoid harsh shadows, creating a polished look for a professional setting.\n[!] txt2img mode\nUsing dev model\nfree=29531743657984\nDownloading weights\n2024-11-11T05:51:48Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp15dve5vh/weights url=https://replicate.delivery/yhqm/lkSgTXPAzOJzP5ZaYkfgvoCAm6cvzyYM1KiVQZjXNHEo3k2JA/trained_model.tar\n2024-11-11T05:51:52Z | INFO | [ Complete ] dest=/tmp/tmp15dve5vh/weights size=\"172 MB\" total_elapsed=4.009s url=https://replicate.delivery/yhqm/lkSgTXPAzOJzP5ZaYkfgvoCAm6cvzyYM1KiVQZjXNHEo3k2JA/trained_model.tar\nDownloaded weights in 4.03s\nLoaded LoRAs in 4.65s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:08, 3.03it/s]\n 7%|▋ | 2/28 [00:00<00:07, 3.39it/s]\n 11%|█ | 3/28 [00:00<00:07, 3.22it/s]\n 14%|█▍ | 4/28 [00:01<00:07, 3.14it/s]\n 18%|█▊ | 5/28 [00:01<00:07, 3.11it/s]\n 21%|██▏ | 6/28 [00:01<00:07, 3.08it/s]\n 25%|██▌ | 7/28 [00:02<00:06, 3.07it/s]\n 29%|██▊ | 8/28 [00:02<00:06, 3.06it/s]\n 32%|███▏ | 9/28 [00:02<00:06, 3.05it/s]\n 36%|███▌ | 10/28 [00:03<00:05, 3.05it/s]\n 39%|███▉ | 11/28 [00:03<00:05, 3.04it/s]\n 43%|████▎ | 12/28 [00:03<00:05, 3.04it/s]\n 46%|████▋ | 13/28 [00:04<00:04, 3.04it/s]\n 50%|█████ | 14/28 [00:04<00:04, 3.04it/s]\n 54%|█████▎ | 15/28 [00:04<00:04, 3.04it/s]\n 57%|█████▋ | 16/28 [00:05<00:03, 3.04it/s]\n 61%|██████ | 17/28 [00:05<00:03, 3.04it/s]\n 64%|██████▍ | 18/28 [00:05<00:03, 3.04it/s]\n 68%|██████▊ | 19/28 [00:06<00:02, 3.04it/s]\n 71%|███████▏ | 20/28 [00:06<00:02, 3.04it/s]\n 75%|███████▌ | 21/28 [00:06<00:02, 3.04it/s]\n 79%|███████▊ | 22/28 [00:07<00:01, 3.04it/s]\n 82%|████████▏ | 23/28 [00:07<00:01, 3.04it/s]\n 86%|████████▌ | 24/28 [00:07<00:01, 3.04it/s]\n 89%|████████▉ | 25/28 [00:08<00:00, 3.04it/s]\n 93%|█████████▎| 26/28 [00:08<00:00, 3.04it/s]\n 96%|█████████▋| 27/28 [00:08<00:00, 3.04it/s]\n100%|██████████| 28/28 [00:09<00:00, 3.04it/s]\n100%|██████████| 28/28 [00:09<00:00, 3.06it/s]", "metrics": { "predict_time": 14.089957134, "total_time": 14.096176 }, "output": [ "https://replicate.delivery/xezq/KNKVs7tUe1TfCkCGahSCTmyyrsyXizdeImBBISyXuPYEspfOB/out-0.webp" ], "started_at": "2024-11-11T05:51:48.198219Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-gvcex7z2jbi6iocmyey7rrfkehwrtkmd4szhcke62pjhbitxazga", "get": "https://api.replicate.com/v1/predictions/cq4khg1xw1rmc0ck373ts0042w", "cancel": "https://api.replicate.com/v1/predictions/cq4khg1xw1rmc0ck373ts0042w/cancel" }, "version": "bfd58ea111d3c8fde6851598267d1fbddd228c98020213f9161bfaa44ebcaa39" }
Generated inUsing seed: 19486 Prompt: Design a LinkedIn profile headshot of a young woman in a classic navy blazer with a white collared shirt. She has a slight, welcoming smile and is centered against a light blue background. Use a Canon EOS R5 with a 50mm f/1.4 lens, even, diffused lighting to avoid harsh shadows, creating a polished look for a professional setting. [!] txt2img mode Using dev model free=29531743657984 Downloading weights 2024-11-11T05:51:48Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp15dve5vh/weights url=https://replicate.delivery/yhqm/lkSgTXPAzOJzP5ZaYkfgvoCAm6cvzyYM1KiVQZjXNHEo3k2JA/trained_model.tar 2024-11-11T05:51:52Z | INFO | [ Complete ] dest=/tmp/tmp15dve5vh/weights size="172 MB" total_elapsed=4.009s url=https://replicate.delivery/yhqm/lkSgTXPAzOJzP5ZaYkfgvoCAm6cvzyYM1KiVQZjXNHEo3k2JA/trained_model.tar Downloaded weights in 4.03s Loaded LoRAs in 4.65s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:08, 3.03it/s] 7%|▋ | 2/28 [00:00<00:07, 3.39it/s] 11%|█ | 3/28 [00:00<00:07, 3.22it/s] 14%|█▍ | 4/28 [00:01<00:07, 3.14it/s] 18%|█▊ | 5/28 [00:01<00:07, 3.11it/s] 21%|██▏ | 6/28 [00:01<00:07, 3.08it/s] 25%|██▌ | 7/28 [00:02<00:06, 3.07it/s] 29%|██▊ | 8/28 [00:02<00:06, 3.06it/s] 32%|███▏ | 9/28 [00:02<00:06, 3.05it/s] 36%|███▌ | 10/28 [00:03<00:05, 3.05it/s] 39%|███▉ | 11/28 [00:03<00:05, 3.04it/s] 43%|████▎ | 12/28 [00:03<00:05, 3.04it/s] 46%|████▋ | 13/28 [00:04<00:04, 3.04it/s] 50%|█████ | 14/28 [00:04<00:04, 3.04it/s] 54%|█████▎ | 15/28 [00:04<00:04, 3.04it/s] 57%|█████▋ | 16/28 [00:05<00:03, 3.04it/s] 61%|██████ | 17/28 [00:05<00:03, 3.04it/s] 64%|██████▍ | 18/28 [00:05<00:03, 3.04it/s] 68%|██████▊ | 19/28 [00:06<00:02, 3.04it/s] 71%|███████▏ | 20/28 [00:06<00:02, 3.04it/s] 75%|███████▌ | 21/28 [00:06<00:02, 3.04it/s] 79%|███████▊ | 22/28 [00:07<00:01, 3.04it/s] 82%|████████▏ | 23/28 [00:07<00:01, 3.04it/s] 86%|████████▌ | 24/28 [00:07<00:01, 3.04it/s] 89%|████████▉ | 25/28 [00:08<00:00, 3.04it/s] 93%|█████████▎| 26/28 [00:08<00:00, 3.04it/s] 96%|█████████▋| 27/28 [00:08<00:00, 3.04it/s] 100%|██████████| 28/28 [00:09<00:00, 3.04it/s] 100%|██████████| 28/28 [00:09<00:00, 3.06it/s]
Want to make some of these yourself?
Run this model