Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDh155psmwxxrme0cqkc7rp5gc64StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, indonesian superhero, with steal custom and batik, in magic wonderland
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", "model": "dev", "prompt": "dylan, indonesian superhero, with steal custom and batik, in magic wonderland", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", model: "dev", prompt: "dylan, indonesian superhero, with steal custom and batik, in magic wonderland", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", "model": "dev", "prompt": "dylan, indonesian superhero, with steal custom and batik, in magic wonderland", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", "model": "dev", "prompt": "dylan, indonesian superhero, with steal custom and batik, in magic wonderland", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T04:33:10.905502Z", "created_at": "2025-06-23T04:33:01.167000Z", "data_removed": false, "error": null, "id": "h155psmwxxrme0cqkc7rp5gc64", "input": { "mask": "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", "model": "dev", "prompt": "dylan, indonesian superhero, with steal custom and batik, in magic wonderland", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26102233509888\nDownloading weights\n2025-06-23T04:33:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpqlb04tin/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:33:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T04:33:01Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:33:01Z | INFO | [ Redirect ] redirect_url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:33:02Z | INFO | [ Complete ] dest=/tmp/tmpqlb04tin/weights size=\"172 MB\" total_elapsed=1.016s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 1.10s\nLoaded LoRAs in 1.62s\nUsing seed: 48748\nPrompt: dylan, indonesian superhero, with steal custom and batik, in magic wonderland\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.83it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.10it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 9.311360962, "total_time": 9.738502 }, "output": [ "https://replicate.delivery/xezq/9KPW8OFuc45GHZwAYWsh3oy3js6au1VLKdymK70ulmjBLaOF/out-0.webp" ], "started_at": "2025-06-23T04:33:01.594141Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-szoos6p4ex45tpiickdjofujeah5dvv2kqvdrlfa3kgxiyr3nzwa", "get": "https://api.replicate.com/v1/predictions/h155psmwxxrme0cqkc7rp5gc64", "cancel": "https://api.replicate.com/v1/predictions/h155psmwxxrme0cqkc7rp5gc64/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26102233509888 Downloading weights 2025-06-23T04:33:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpqlb04tin/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:33:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T04:33:01Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:33:01Z | INFO | [ Redirect ] redirect_url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:33:02Z | INFO | [ Complete ] dest=/tmp/tmpqlb04tin/weights size="172 MB" total_elapsed=1.016s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 1.10s Loaded LoRAs in 1.62s Using seed: 48748 Prompt: dylan, indonesian superhero, with steal custom and batik, in magic wonderland [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.83it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.10it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.86it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31ID2sfy39xbhnrmc0cqkc8vet45ywStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, indonesian superhero, in avatar world
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "dylan, indonesian superhero, in avatar world", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { model: "dev", prompt: "dylan, indonesian superhero, in avatar world", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "model": "dev", "prompt": "dylan, indonesian superhero, in avatar world", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "model": "dev", "prompt": "dylan, indonesian superhero, in avatar world", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T04:35:24.464489Z", "created_at": "2025-06-23T04:35:15.981000Z", "data_removed": false, "error": null, "id": "2sfy39xbhnrmc0cqkc8vet45yw", "input": { "model": "dev", "prompt": "dylan, indonesian superhero, in avatar world", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26135797706752\nDownloading weights\n2025-06-23T04:35:16Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpn5alx34f/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:35:16Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T04:35:16Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:35:16Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T043516Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=09af2d7040995b2ba321b0ce1aed1a8bb85ffc7e9e59a9154b3899cebe7f06ef url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:35:16Z | INFO | [ Complete ] dest=/tmp/tmpn5alx34f/weights size=\"172 MB\" total_elapsed=0.362s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.42s\nLoaded LoRAs in 0.95s\nUsing seed: 51512\nPrompt: dylan, indonesian superhero, in avatar world\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.87it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.39it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.14it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.86it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.413877402, "total_time": 8.483489 }, "output": [ "https://replicate.delivery/xezq/fAQU6MkYGgRNISQoHqG2XdNClx01sEQKaUBTj8CQDvNGX0cKA/out-0.webp" ], "started_at": "2025-06-23T04:35:16.050612Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-6z7umyptzpb2pfr3oiygevwcujvghdwnqeilalqbzbuiuh7hbrpa", "get": "https://api.replicate.com/v1/predictions/2sfy39xbhnrmc0cqkc8vet45yw", "cancel": "https://api.replicate.com/v1/predictions/2sfy39xbhnrmc0cqkc8vet45yw/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26135797706752 Downloading weights 2025-06-23T04:35:16Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpn5alx34f/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:35:16Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T04:35:16Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:35:16Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T043516Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=09af2d7040995b2ba321b0ce1aed1a8bb85ffc7e9e59a9154b3899cebe7f06ef url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:35:16Z | INFO | [ Complete ] dest=/tmp/tmpn5alx34f/weights size="172 MB" total_elapsed=0.362s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.42s Loaded LoRAs in 0.95s Using seed: 51512 Prompt: dylan, indonesian superhero, in avatar world [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.87it/s] 7%|▋ | 2/28 [00:00<00:05, 4.39it/s] 11%|█ | 3/28 [00:00<00:06, 4.14it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.87it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s] 61%|██████ | 17/28 [00:04<00:02, 3.86it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDhq52mz3z85rm80cqkcbs9w6yewStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, A hyper-realistic Indonesian warrior hero, mid-30s, strong Southeast-Asian features, standing in mist-filled terraced rice fields at twilight. He wears ornate Javanese armor engraved with gold batik patterns, a deep-red waist sash fluttering in the breeze. In his right hand he grips a glowing kris with fiery embers dancing along the blade. Two pale moons hang in a teal-to-rose gradient sky; far behind, floating Hindu-Buddhist temple spires drift above the jungle. Dramatic cinematic rim-lighting, volumetric mist, highly detailed textures, 8-k digital painting, cinematic color grading, art-station trending, masterpiece, ultra-realistic, epic fantasy concept art, 3∕4 view, determined expression.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", "model": "dev", "prompt": "dylan, A hyper-realistic Indonesian warrior hero, mid-30s, strong Southeast-Asian features, standing in mist-filled terraced rice fields at twilight. He wears ornate Javanese armor engraved with gold batik patterns, a deep-red waist sash fluttering in the breeze. In his right hand he grips a glowing kris with fiery embers dancing along the blade. Two pale moons hang in a teal-to-rose gradient sky; far behind, floating Hindu-Buddhist temple spires drift above the jungle. Dramatic cinematic rim-lighting, volumetric mist, highly detailed textures, 8-k digital painting, cinematic color grading, art-station trending, masterpiece, ultra-realistic, epic fantasy concept art, 3∕4 view, determined expression.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", model: "dev", prompt: "dylan, A hyper-realistic Indonesian warrior hero, mid-30s, strong Southeast-Asian features, standing in mist-filled terraced rice fields at twilight. He wears ornate Javanese armor engraved with gold batik patterns, a deep-red waist sash fluttering in the breeze. In his right hand he grips a glowing kris with fiery embers dancing along the blade. Two pale moons hang in a teal-to-rose gradient sky; far behind, floating Hindu-Buddhist temple spires drift above the jungle. Dramatic cinematic rim-lighting, volumetric mist, highly detailed textures, 8-k digital painting, cinematic color grading, art-station trending, masterpiece, ultra-realistic, epic fantasy concept art, 3∕4 view, determined expression.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", "model": "dev", "prompt": "dylan, A hyper-realistic Indonesian warrior hero, mid-30s, strong Southeast-Asian features, standing in mist-filled terraced rice fields at twilight. He wears ornate Javanese armor engraved with gold batik patterns, a deep-red waist sash fluttering in the breeze. In his right hand he grips a glowing kris with fiery embers dancing along the blade. Two pale moons hang in a teal-to-rose gradient sky; far behind, floating Hindu-Buddhist temple spires drift above the jungle. Dramatic cinematic rim-lighting, volumetric mist, highly detailed textures, 8-k digital painting, cinematic color grading, art-station trending, masterpiece, ultra-realistic, epic fantasy concept art, 3∕4 view, determined expression.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", "model": "dev", "prompt": "dylan, A hyper-realistic Indonesian warrior hero, mid-30s, strong Southeast-Asian features, standing in mist-filled terraced rice fields at twilight. He wears ornate Javanese armor engraved with gold batik patterns, a deep-red waist sash fluttering in the breeze. In his right hand he grips a glowing kris with fiery embers dancing along the blade. Two pale moons hang in a teal-to-rose gradient sky; far behind, floating Hindu-Buddhist temple spires drift above the jungle. Dramatic cinematic rim-lighting, volumetric mist, highly detailed textures, 8-k digital painting, cinematic color grading, art-station trending, masterpiece, ultra-realistic, epic fantasy concept art, 3∕4 view, determined expression.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T04:41:47.034926Z", "created_at": "2025-06-23T04:41:37.857000Z", "data_removed": false, "error": null, "id": "hq52mz3z85rm80cqkcbs9w6yew", "input": { "mask": "https://replicate.delivery/pbxt/NEaHXtlBFszPxFUN8Uwii8w60LS3CgAAVvcxOzWqPjByiJ45/ChatGPT%20Image%20Jun%2023%2C%202025%2C%2009_48_06%20AM.png", "model": "dev", "prompt": "dylan, A hyper-realistic Indonesian warrior hero, mid-30s, strong Southeast-Asian features, standing in mist-filled terraced rice fields at twilight. He wears ornate Javanese armor engraved with gold batik patterns, a deep-red waist sash fluttering in the breeze. In his right hand he grips a glowing kris with fiery embers dancing along the blade. Two pale moons hang in a teal-to-rose gradient sky; far behind, floating Hindu-Buddhist temple spires drift above the jungle. Dramatic cinematic rim-lighting, volumetric mist, highly detailed textures, 8-k digital painting, cinematic color grading, art-station trending, masterpiece, ultra-realistic, epic fantasy concept art, 3∕4 view, determined expression.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26769101594624\nDownloading weights\n2025-06-23T04:41:38Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp5ak7ch_4/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:41:38Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T04:41:38Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:41:38Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T044138Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=2bb9f7b25f530ef1015a05a3b003fd7b22de61dd7d40b4cfe15313da875f7571 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:41:38Z | INFO | [ Complete ] dest=/tmp/tmp5ak7ch_4/weights size=\"172 MB\" total_elapsed=0.215s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.27s\nLoaded LoRAs in 0.77s\nUsing seed: 32633\nPrompt: dylan, A hyper-realistic Indonesian warrior hero, mid-30s, strong Southeast-Asian features, standing in mist-filled terraced rice fields at twilight. He wears ornate Javanese armor engraved with gold batik patterns, a deep-red waist sash fluttering in the breeze. In his right hand he grips a glowing kris with fiery embers dancing along the blade. Two pale moons hang in a teal-to-rose gradient sky; far behind, floating Hindu-Buddhist temple spires drift above the jungle. Dramatic cinematic rim-lighting, volumetric mist, highly detailed textures, 8-k digital painting, cinematic color grading, art-station trending, masterpiece, ultra-realistic, epic fantasy concept art, 3∕4 view, determined expression.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.83it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.34it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.10it/s]\n 14%|█▍ | 4/28 [00:00<00:06, 3.99it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.84it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.84it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 9.012719701, "total_time": 9.177926 }, "output": [ "https://replicate.delivery/xezq/E7Tq0OY2ha4DN5f6MlZr6IIZlDansMnDV47uygMke4RL0o5UA/out-0.webp" ], "started_at": "2025-06-23T04:41:38.022206Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-arvjiu2fpyfulih5d2hbwx7khk7snimudjcoy2hxj3nohrtazoca", "get": "https://api.replicate.com/v1/predictions/hq52mz3z85rm80cqkcbs9w6yew", "cancel": "https://api.replicate.com/v1/predictions/hq52mz3z85rm80cqkcbs9w6yew/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26769101594624 Downloading weights 2025-06-23T04:41:38Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp5ak7ch_4/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:41:38Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T04:41:38Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:41:38Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T044138Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=2bb9f7b25f530ef1015a05a3b003fd7b22de61dd7d40b4cfe15313da875f7571 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:41:38Z | INFO | [ Complete ] dest=/tmp/tmp5ak7ch_4/weights size="172 MB" total_elapsed=0.215s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.27s Loaded LoRAs in 0.77s Using seed: 32633 Prompt: dylan, A hyper-realistic Indonesian warrior hero, mid-30s, strong Southeast-Asian features, standing in mist-filled terraced rice fields at twilight. He wears ornate Javanese armor engraved with gold batik patterns, a deep-red waist sash fluttering in the breeze. In his right hand he grips a glowing kris with fiery embers dancing along the blade. Two pale moons hang in a teal-to-rose gradient sky; far behind, floating Hindu-Buddhist temple spires drift above the jungle. Dramatic cinematic rim-lighting, volumetric mist, highly detailed textures, 8-k digital painting, cinematic color grading, art-station trending, masterpiece, ultra-realistic, epic fantasy concept art, 3∕4 view, determined expression. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.83it/s] 7%|▋ | 2/28 [00:00<00:05, 4.34it/s] 11%|█ | 3/28 [00:00<00:06, 4.10it/s] 14%|█▍ | 4/28 [00:00<00:06, 3.99it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.94it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.87it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.85it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.85it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.84it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.84it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31ID8eeh467wzsrmc0cqkcgajmmg2mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, A hyper-realistic Indonesian warrior hero in ornate Javanese batik armor, glowing kris held low, stands on a mist-blanketed hill at dawn. Behind him, the stupas of Borobudur Temple rise through layers of golden fog as the first sun rays paint the sky amber and rose. Dramatic rim-light, cinematic color grading, 8-k digital painting, masterpiece, epic fantasy concept art. with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) as in the reference hero.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, A hyper-realistic Indonesian warrior hero in ornate Javanese batik armor, glowing kris held low, stands on a mist-blanketed hill at dawn. Behind him, the stupas of Borobudur Temple rise through layers of golden fog as the first sun rays paint the sky amber and rose. Dramatic rim-light, cinematic color grading, 8-k digital painting, masterpiece, epic fantasy concept art. with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) as in the reference hero.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", model: "dev", prompt: "dylan, A hyper-realistic Indonesian warrior hero in ornate Javanese batik armor, glowing kris held low, stands on a mist-blanketed hill at dawn. Behind him, the stupas of Borobudur Temple rise through layers of golden fog as the first sun rays paint the sky amber and rose. Dramatic rim-light, cinematic color grading, 8-k digital painting, masterpiece, epic fantasy concept art. with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) as in the reference hero.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, A hyper-realistic Indonesian warrior hero in ornate Javanese batik armor, glowing kris held low, stands on a mist-blanketed hill at dawn. Behind him, the stupas of Borobudur Temple rise through layers of golden fog as the first sun rays paint the sky amber and rose. Dramatic rim-light, cinematic color grading, 8-k digital painting, masterpiece, epic fantasy concept art. with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) as in the reference hero.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, A hyper-realistic Indonesian warrior hero in ornate Javanese batik armor, glowing kris held low, stands on a mist-blanketed hill at dawn. Behind him, the stupas of Borobudur Temple rise through layers of golden fog as the first sun rays paint the sky amber and rose. Dramatic rim-light, cinematic color grading, 8-k digital painting, masterpiece, epic fantasy concept art. with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) as in the reference hero.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T04:52:10.111881Z", "created_at": "2025-06-23T04:51:59.870000Z", "data_removed": false, "error": null, "id": "8eeh467wzsrmc0cqkcgajmmg2m", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, A hyper-realistic Indonesian warrior hero in ornate Javanese batik armor, glowing kris held low, stands on a mist-blanketed hill at dawn. Behind him, the stupas of Borobudur Temple rise through layers of golden fog as the first sun rays paint the sky amber and rose. Dramatic rim-light, cinematic color grading, 8-k digital painting, masterpiece, epic fantasy concept art. with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) as in the reference hero.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=25935574323200\nDownloading weights\n2025-06-23T04:52:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp4m53dbey/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:52:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T04:52:01Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:52:01Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T045201Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=1de75f603d866114d15cf13a9136f325b31338bc9f6ddc9e9afaedd08b9b4281 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T04:52:02Z | INFO | [ Complete ] dest=/tmp/tmp4m53dbey/weights size=\"172 MB\" total_elapsed=0.266s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.33s\nLoaded LoRAs in 0.85s\nUsing seed: 61333\nPrompt: dylan, A hyper-realistic Indonesian warrior hero in ornate Javanese batik armor, glowing kris held low, stands on a mist-blanketed hill at dawn. Behind him, the stupas of Borobudur Temple rise through layers of golden fog as the first sun rays paint the sky amber and rose. Dramatic rim-light, cinematic color grading, 8-k digital painting, masterpiece, epic fantasy concept art. with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) as in the reference hero.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.10it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.509534276, "total_time": 10.241881 }, "output": [ "https://replicate.delivery/xezq/MwInfNHUiGx0KqVQTWpeeYgQfpZpzUco5Nkbea5UrvtTvHNnC/out-0.webp" ], "started_at": "2025-06-23T04:52:01.602347Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-tfz5fm3tyrjjb2ko4akvdcfujfvd4hme53wo2zsfncpsnkw46vmq", "get": "https://api.replicate.com/v1/predictions/8eeh467wzsrmc0cqkcgajmmg2m", "cancel": "https://api.replicate.com/v1/predictions/8eeh467wzsrmc0cqkcgajmmg2m/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=25935574323200 Downloading weights 2025-06-23T04:52:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp4m53dbey/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:52:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T04:52:01Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:52:01Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T045201Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=1de75f603d866114d15cf13a9136f325b31338bc9f6ddc9e9afaedd08b9b4281 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T04:52:02Z | INFO | [ Complete ] dest=/tmp/tmp4m53dbey/weights size="172 MB" total_elapsed=0.266s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.33s Loaded LoRAs in 0.85s Using seed: 61333 Prompt: dylan, A hyper-realistic Indonesian warrior hero in ornate Javanese batik armor, glowing kris held low, stands on a mist-blanketed hill at dawn. Behind him, the stupas of Borobudur Temple rise through layers of golden fog as the first sun rays paint the sky amber and rose. Dramatic rim-light, cinematic color grading, 8-k digital painting, masterpiece, epic fantasy concept art. with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) as in the reference hero. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.10it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.90it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.86it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.86it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.86it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDq9yvfafcsxrme0cqkdvscw0hj0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", model: "dev", prompt: "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T06:27:05.805999Z", "created_at": "2025-06-23T06:26:57.359000Z", "data_removed": false, "error": null, "id": "q9yvfafcsxrme0cqkdvscw0hj0", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26636466622464\nDownloading weights\n2025-06-23T06:26:57Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpgz01mw46/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:26:57Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T06:26:57Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:26:57Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T062657Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=b58a1a52cc545fb2fb85e6409a3f08bb40e17818ea47b19edf7a91c4d503729d url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:26:57Z | INFO | [ Complete ] dest=/tmp/tmpgz01mw46/weights size=\"172 MB\" total_elapsed=0.265s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.33s\nLoaded LoRAs in 0.83s\nUsing seed: 17964\nPrompt: dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.37it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.433061756, "total_time": 8.446999 }, "output": [ "https://replicate.delivery/xezq/c5KNjGwfinTNRC4AQ9AsrFdYLf1AhklNpNx0V2cnP5M5Wq5UA/out-0.webp" ], "started_at": "2025-06-23T06:26:57.372937Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-pz5h72ih5abspgkmhgio7u2anb43j5ghjfwskowspqukkwptfdva", "get": "https://api.replicate.com/v1/predictions/q9yvfafcsxrme0cqkdvscw0hj0", "cancel": "https://api.replicate.com/v1/predictions/q9yvfafcsxrme0cqkdvscw0hj0/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26636466622464 Downloading weights 2025-06-23T06:26:57Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpgz01mw46/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:26:57Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T06:26:57Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:26:57Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T062657Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=b58a1a52cc545fb2fb85e6409a3f08bb40e17818ea47b19edf7a91c4d503729d url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:26:57Z | INFO | [ Complete ] dest=/tmp/tmpgz01mw46/weights size="172 MB" total_elapsed=0.265s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.33s Loaded LoRAs in 0.83s Using seed: 17964 Prompt: dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.37it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDq9yvfafcsxrme0cqkdvscw0hj0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", model: "dev", prompt: "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T06:27:05.805999Z", "created_at": "2025-06-23T06:26:57.359000Z", "data_removed": false, "error": null, "id": "q9yvfafcsxrme0cqkdvscw0hj0", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26636466622464\nDownloading weights\n2025-06-23T06:26:57Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpgz01mw46/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:26:57Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T06:26:57Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:26:57Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T062657Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=b58a1a52cc545fb2fb85e6409a3f08bb40e17818ea47b19edf7a91c4d503729d url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:26:57Z | INFO | [ Complete ] dest=/tmp/tmpgz01mw46/weights size=\"172 MB\" total_elapsed=0.265s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.33s\nLoaded LoRAs in 0.83s\nUsing seed: 17964\nPrompt: dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.37it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.12it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.433061756, "total_time": 8.446999 }, "output": [ "https://replicate.delivery/xezq/c5KNjGwfinTNRC4AQ9AsrFdYLf1AhklNpNx0V2cnP5M5Wq5UA/out-0.webp" ], "started_at": "2025-06-23T06:26:57.372937Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-pz5h72ih5abspgkmhgio7u2anb43j5ghjfwskowspqukkwptfdva", "get": "https://api.replicate.com/v1/predictions/q9yvfafcsxrme0cqkdvscw0hj0", "cancel": "https://api.replicate.com/v1/predictions/q9yvfafcsxrme0cqkdvscw0hj0/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26636466622464 Downloading weights 2025-06-23T06:26:57Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpgz01mw46/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:26:57Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T06:26:57Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:26:57Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T062657Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=b58a1a52cc545fb2fb85e6409a3f08bb40e17818ea47b19edf7a91c4d503729d url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:26:57Z | INFO | [ Complete ] dest=/tmp/tmpgz01mw46/weights size="172 MB" total_elapsed=0.265s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.33s Loaded LoRAs in 0.83s Using seed: 17964 Prompt: dylan, Indonesian armored hero with fiery kris stands on a mist-covered hill at dawn, the stupas of Borobudur emerging through golden fog.— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —Volumetric light, cinematic color grading, 8-k digital painting, epic fantasy art masterpiece. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.85it/s] 7%|▋ | 2/28 [00:00<00:05, 4.37it/s] 11%|█ | 3/28 [00:00<00:06, 4.12it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.96it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.89it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.87it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.87it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.87it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.87it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.87it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDw8gm3z6j71rmc0cqkdw92yed4mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, /imagine Heroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Cinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", model: "dev", prompt: "dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \\nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T06:28:04.547056Z", "created_at": "2025-06-23T06:27:56.088000Z", "data_removed": false, "error": null, "id": "w8gm3z6j71rmc0cqkdw92yed4m", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26945068404736\nDownloading weights\n2025-06-23T06:27:56Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpc4o6mlv2/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:27:56Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T06:27:56Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:27:56Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T062756Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=5cedd85762edd939d56eeb298ccd10c821c1b82fc9258451c2ac37639d8e08d1 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:27:56Z | INFO | [ Complete ] dest=/tmp/tmpc4o6mlv2/weights size=\"172 MB\" total_elapsed=0.272s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.33s\nLoaded LoRAs in 0.85s\nUsing seed: 63442\nPrompt: dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —\nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.83it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.34it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.09it/s]\n 14%|█▍ | 4/28 [00:00<00:06, 3.99it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.93it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.87it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.86it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.84it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.84it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.84it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.83it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.83it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.83it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.83it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.83it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.83it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.450102328, "total_time": 8.459056 }, "output": [ "https://replicate.delivery/xezq/VsJVe1nGHFTjRSeZJeWeaGLqcopAKoe8fP2uHGfsUN3H6L1cKA/out-0.webp" ], "started_at": "2025-06-23T06:27:56.096954Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-yljyyj6bajdr6466lotrorlk3n7tvubjky7l4ycjb3eqanpklnea", "get": "https://api.replicate.com/v1/predictions/w8gm3z6j71rmc0cqkdw92yed4m", "cancel": "https://api.replicate.com/v1/predictions/w8gm3z6j71rmc0cqkdw92yed4m/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26945068404736 Downloading weights 2025-06-23T06:27:56Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpc4o6mlv2/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:27:56Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T06:27:56Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:27:56Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T062756Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=5cedd85762edd939d56eeb298ccd10c821c1b82fc9258451c2ac37639d8e08d1 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:27:56Z | INFO | [ Complete ] dest=/tmp/tmpc4o6mlv2/weights size="172 MB" total_elapsed=0.272s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.33s Loaded LoRAs in 0.85s Using seed: 63442 Prompt: dylan, /imagine Heroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Cinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.83it/s] 7%|▋ | 2/28 [00:00<00:05, 4.34it/s] 11%|█ | 3/28 [00:00<00:06, 4.09it/s] 14%|█▍ | 4/28 [00:00<00:06, 3.99it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.93it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.87it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.86it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.84it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.84it/s] 50%|█████ | 14/28 [00:03<00:03, 3.84it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.83it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.83it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.83it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.83it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.83it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.83it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDw8gm3z6j71rmc0cqkdw92yed4mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, /imagine Heroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Cinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", model: "dev", prompt: "dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \\nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T06:28:04.547056Z", "created_at": "2025-06-23T06:27:56.088000Z", "data_removed": false, "error": null, "id": "w8gm3z6j71rmc0cqkdw92yed4m", "input": { "mask": "https://replicate.delivery/pbxt/NEaZYuOpal5B4I7MSzSXaB5ybQLXR98R3E3P0Y0sOqk0O251/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26945068404736\nDownloading weights\n2025-06-23T06:27:56Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpc4o6mlv2/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:27:56Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T06:27:56Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:27:56Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T062756Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=5cedd85762edd939d56eeb298ccd10c821c1b82fc9258451c2ac37639d8e08d1 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:27:56Z | INFO | [ Complete ] dest=/tmp/tmpc4o6mlv2/weights size=\"172 MB\" total_elapsed=0.272s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.33s\nLoaded LoRAs in 0.85s\nUsing seed: 63442\nPrompt: dylan, /imagine\nHeroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —\nCinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.83it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.34it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.09it/s]\n 14%|█▍ | 4/28 [00:00<00:06, 3.99it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.93it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.87it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.86it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.84it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.84it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.84it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.83it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.83it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.83it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.83it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.83it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.83it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.450102328, "total_time": 8.459056 }, "output": [ "https://replicate.delivery/xezq/VsJVe1nGHFTjRSeZJeWeaGLqcopAKoe8fP2uHGfsUN3H6L1cKA/out-0.webp" ], "started_at": "2025-06-23T06:27:56.096954Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-yljyyj6bajdr6466lotrorlk3n7tvubjky7l4ycjb3eqanpklnea", "get": "https://api.replicate.com/v1/predictions/w8gm3z6j71rmc0cqkdw92yed4m", "cancel": "https://api.replicate.com/v1/predictions/w8gm3z6j71rmc0cqkdw92yed4m/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26945068404736 Downloading weights 2025-06-23T06:27:56Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpc4o6mlv2/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:27:56Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T06:27:56Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:27:56Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T062756Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=5cedd85762edd939d56eeb298ccd10c821c1b82fc9258451c2ac37639d8e08d1 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:27:56Z | INFO | [ Complete ] dest=/tmp/tmpc4o6mlv2/weights size="172 MB" total_elapsed=0.272s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.33s Loaded LoRAs in 0.85s Using seed: 63442 Prompt: dylan, /imagine Heroic Indonesian warrior surveys the Tengger caldera at Mount Bromo as lavender dawn spreads over smoking crater and distant Semeru peak. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Cinematic rim-lighting, warm–cool contrast, ultra-detailed textures, 8-k fantasy illustration. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.83it/s] 7%|▋ | 2/28 [00:00<00:05, 4.34it/s] 11%|█ | 3/28 [00:00<00:06, 4.09it/s] 14%|█▍ | 4/28 [00:00<00:06, 3.99it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.93it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.90it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.87it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.86it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.86it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.85it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.85it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.84it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.84it/s] 50%|█████ | 14/28 [00:03<00:03, 3.84it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.84it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.84it/s] 61%|██████ | 17/28 [00:04<00:02, 3.83it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.83it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.83it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.83it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.83it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.83it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.83it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.83it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.84it/s] 100%|██████████| 28/28 [00:07<00:00, 3.83it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDsvzz9mm70xrma0cqkdya4488n8StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Golden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEc6IdbRKDTf0ZbLsQzJjrGAbiKWg9uVIbTg97MHVsbEB7tv/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEc6IdbRKDTf0ZbLsQzJjrGAbiKWg9uVIbTg97MHVsbEB7tv/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", model: "dev", prompt: "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEc6IdbRKDTf0ZbLsQzJjrGAbiKWg9uVIbTg97MHVsbEB7tv/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEc6IdbRKDTf0ZbLsQzJjrGAbiKWg9uVIbTg97MHVsbEB7tv/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below. \\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \\nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T06:32:08.739810Z", "created_at": "2025-06-23T06:31:58.983000Z", "data_removed": false, "error": null, "id": "svzz9mm70xrma0cqkdya4488n8", "input": { "mask": "https://replicate.delivery/pbxt/NEc6IdbRKDTf0ZbLsQzJjrGAbiKWg9uVIbTg97MHVsbEB7tv/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26021225562112\nDownloading weights\n2025-06-23T06:31:59Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpjdtl5sgi/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:31:59Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T06:31:59Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:32:00Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T063159Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=412ccf90d1bf58606b6f36e84929365f9f9206f4876ae7e718c38027136d574b url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:32:00Z | INFO | [ Complete ] dest=/tmp/tmpjdtl5sgi/weights size=\"172 MB\" total_elapsed=1.571s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 1.63s\nLoaded LoRAs in 2.14s\nUsing seed: 1068\nPrompt: dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —\nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.88it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.40it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.15it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.94it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.92it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.91it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.90it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.88it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.89it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.89it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.89it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.89it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.88it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.88it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.88it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.88it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.88it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.89it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.89it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.89it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.89it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.91it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 9.749086579, "total_time": 9.75681 }, "output": [ "https://replicate.delivery/xezq/XZHCGQxe0s3BekW9SBlktPrqdK2uKXbx0noeHEHejmPhupmTB/out-0.webp" ], "started_at": "2025-06-23T06:31:58.990723Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-qqjtmlyom6mi6q45627unfobgv3kod4cexy4ztu7kdigpxiprb2q", "get": "https://api.replicate.com/v1/predictions/svzz9mm70xrma0cqkdya4488n8", "cancel": "https://api.replicate.com/v1/predictions/svzz9mm70xrma0cqkdya4488n8/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26021225562112 Downloading weights 2025-06-23T06:31:59Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpjdtl5sgi/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:31:59Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T06:31:59Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:32:00Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T063159Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=412ccf90d1bf58606b6f36e84929365f9f9206f4876ae7e718c38027136d574b url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:32:00Z | INFO | [ Complete ] dest=/tmp/tmpjdtl5sgi/weights size="172 MB" total_elapsed=1.571s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 1.63s Loaded LoRAs in 2.14s Using seed: 1068 Prompt: dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Golden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.88it/s] 7%|▋ | 2/28 [00:00<00:05, 4.40it/s] 11%|█ | 3/28 [00:00<00:06, 4.15it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.02it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.94it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.92it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.91it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.90it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s] 50%|█████ | 14/28 [00:03<00:03, 3.88it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.89it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.89it/s] 61%|██████ | 17/28 [00:04<00:02, 3.89it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.89it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.88it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.88it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.88it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.88it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.88it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.89it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.89it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.89it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.89it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] 100%|██████████| 28/28 [00:07<00:00, 3.91it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDjt3mbr0f5drmc0cqkdyrzm7cycStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below, looking at the camera. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Golden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEc6qnrVRqxed9eISeLpGdp80hpAZzPCzkjxZH1Z20p3I3iW/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below, looking at the camera.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEc6qnrVRqxed9eISeLpGdp80hpAZzPCzkjxZH1Z20p3I3iW/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", model: "dev", prompt: "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below, looking at the camera.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEc6qnrVRqxed9eISeLpGdp80hpAZzPCzkjxZH1Z20p3I3iW/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below, looking at the camera.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEc6qnrVRqxed9eISeLpGdp80hpAZzPCzkjxZH1Z20p3I3iW/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below, looking at the camera.\\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \\nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T06:32:44.345534Z", "created_at": "2025-06-23T06:32:33.835000Z", "data_removed": false, "error": null, "id": "jt3mbr0f5drmc0cqkdyrzm7cyc", "input": { "mask": "https://replicate.delivery/pbxt/NEc6qnrVRqxed9eISeLpGdp80hpAZzPCzkjxZH1Z20p3I3iW/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below, looking at the camera.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 2.64s\nUsing seed: 55776\nPrompt: dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below, looking at the camera.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —\nGolden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.88it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.39it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.14it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.04it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.98it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.95it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.93it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.92it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.91it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.91it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.90it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.90it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.90it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.90it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.89it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.89it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.89it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.89it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.88it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.88it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.88it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.88it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.91it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 10.269581635, "total_time": 10.510534 }, "output": [ "https://replicate.delivery/xezq/SrPxfQVJeFsIsUSHkmuvmV4MvtkeO7Gc2EdrfZqoxjLxwpmTB/out-0.webp" ], "started_at": "2025-06-23T06:32:34.075953Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-j43zs4ma7awkrd7f27562tqs33njtaehk5sdgrh7hxvvyfq6ebvq", "get": "https://api.replicate.com/v1/predictions/jt3mbr0f5drmc0cqkdyrzm7cyc", "cancel": "https://api.replicate.com/v1/predictions/jt3mbr0f5drmc0cqkdyrzm7cyc/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated inLoaded LoRAs in 2.64s Using seed: 55776 Prompt: dylan, Armored hero stands on a rocky promontory as Tanah Lot sea-temple silhouettes against a blazing Bali sunset; waves crash and spray below, looking at the camera. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Golden reflections, dramatic clouds, 8-k realism, epic concept art masterpiece. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.88it/s] 7%|▋ | 2/28 [00:00<00:05, 4.39it/s] 11%|█ | 3/28 [00:00<00:06, 4.14it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.04it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.98it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.95it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.93it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.92it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.91it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.91it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.90it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.90it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.90it/s] 50%|█████ | 14/28 [00:03<00:03, 3.90it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.89it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.89it/s] 61%|██████ | 17/28 [00:04<00:02, 3.89it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.89it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.88it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.88it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.87it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.87it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.88it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.88it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.91it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDv28q88p6g5rmc0cqke2rxb9ew0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, /imagine Indonesian warrior gazes across turquoise lagoons and jungle-clad karst islets of Raja Ampat under a pastel dawn sky. looking at the camera. standing in the left side — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Crystal-clear water sparkles, cinematic lighting, ultra-realistic 8-k fantasy art.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEcCfv83oPEZqbp40gProRA48I3pWUAGkEZbXee9FlDRIERl/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nIndonesian warrior gazes across turquoise lagoons and jungle-clad karst islets of Raja Ampat under a pastel dawn sky. looking at the camera. standing in the left side\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCrystal-clear water sparkles, cinematic lighting, ultra-realistic 8-k fantasy art.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEcCfv83oPEZqbp40gProRA48I3pWUAGkEZbXee9FlDRIERl/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", model: "dev", prompt: "dylan, /imagine\nIndonesian warrior gazes across turquoise lagoons and jungle-clad karst islets of Raja Ampat under a pastel dawn sky. looking at the camera. standing in the left side\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCrystal-clear water sparkles, cinematic lighting, ultra-realistic 8-k fantasy art.\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEcCfv83oPEZqbp40gProRA48I3pWUAGkEZbXee9FlDRIERl/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nIndonesian warrior gazes across turquoise lagoons and jungle-clad karst islets of Raja Ampat under a pastel dawn sky. looking at the camera. standing in the left side\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCrystal-clear water sparkles, cinematic lighting, ultra-realistic 8-k fantasy art.\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEcCfv83oPEZqbp40gProRA48I3pWUAGkEZbXee9FlDRIERl/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\\nIndonesian warrior gazes across turquoise lagoons and jungle-clad karst islets of Raja Ampat under a pastel dawn sky. looking at the camera. standing in the left side\\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \\nCrystal-clear water sparkles, cinematic lighting, ultra-realistic 8-k fantasy art.\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T06:42:13.640828Z", "created_at": "2025-06-23T06:42:05.057000Z", "data_removed": false, "error": null, "id": "v28q88p6g5rmc0cqke2rxb9ew0", "input": { "mask": "https://replicate.delivery/pbxt/NEcCfv83oPEZqbp40gProRA48I3pWUAGkEZbXee9FlDRIERl/replicate-prediction-hq52mz3z85rm80cqkcbs9w6yew.webp", "model": "dev", "prompt": "dylan, /imagine\nIndonesian warrior gazes across turquoise lagoons and jungle-clad karst islets of Raja Ampat under a pastel dawn sky. looking at the camera. standing in the left side\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nCrystal-clear water sparkles, cinematic lighting, ultra-realistic 8-k fantasy art.\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27084919615488\nDownloading weights\n2025-06-23T06:42:05Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp_79cu3u4/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:42:05Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T06:42:05Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:42:05Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T064205Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=48c9598ac7c4c19614068e8a730f8ea531897dfa6ba2c187503443beb4dba6af url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T06:42:05Z | INFO | [ Complete ] dest=/tmp/tmp_79cu3u4/weights size=\"172 MB\" total_elapsed=0.478s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.54s\nLoaded LoRAs in 1.06s\nUsing seed: 18166\nPrompt: dylan, /imagine\nIndonesian warrior gazes across turquoise lagoons and jungle-clad karst islets of Raja Ampat under a pastel dawn sky. looking at the camera. standing in the left side\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —\nCrystal-clear water sparkles, cinematic lighting, ultra-realistic 8-k fantasy art.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.87it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.39it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.15it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.04it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.87it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.88it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.87it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.87it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.90it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.576296274, "total_time": 8.583828 }, "output": [ "https://replicate.delivery/xezq/GjdKwc1uCWLKEpoYoOU7wV3rmGW71cfCeIXjeLwhx6KLKVzpA/out-0.webp" ], "started_at": "2025-06-23T06:42:05.064532Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-b7yj2yhr7cclek2m7z6ishrhw5jppoyukn2jpswxyhsdq5vcamma", "get": "https://api.replicate.com/v1/predictions/v28q88p6g5rmc0cqke2rxb9ew0", "cancel": "https://api.replicate.com/v1/predictions/v28q88p6g5rmc0cqke2rxb9ew0/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=27084919615488 Downloading weights 2025-06-23T06:42:05Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp_79cu3u4/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:42:05Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T06:42:05Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:42:05Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T064205Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=48c9598ac7c4c19614068e8a730f8ea531897dfa6ba2c187503443beb4dba6af url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T06:42:05Z | INFO | [ Complete ] dest=/tmp/tmp_79cu3u4/weights size="172 MB" total_elapsed=0.478s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.54s Loaded LoRAs in 1.06s Using seed: 18166 Prompt: dylan, /imagine Indonesian warrior gazes across turquoise lagoons and jungle-clad karst islets of Raja Ampat under a pastel dawn sky. looking at the camera. standing in the left side — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Crystal-clear water sparkles, cinematic lighting, ultra-realistic 8-k fantasy art. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.87it/s] 7%|▋ | 2/28 [00:00<00:05, 4.39it/s] 11%|█ | 3/28 [00:00<00:06, 4.15it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.04it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.97it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.93it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.91it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.89it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.88it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.88it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.88it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.88it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.88it/s] 50%|█████ | 14/28 [00:03<00:03, 3.87it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.88it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.87it/s] 61%|██████ | 17/28 [00:04<00:02, 3.87it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.86it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.86it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.86it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.87it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.87it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.87it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.87it/s] 100%|██████████| 28/28 [00:07<00:00, 3.90it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31IDd2s6q4mf05rm80cqketvhbs98gStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- mask
- training%20dylan.zip
- model
- dev
- prompt
- dylan, /imagine Hero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Twin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEd3J76XuWF6EKd6ZRQrErLXg06Kln8uUuGfUsv0XhtEAnLV/training%20dylan.zip", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEd3J76XuWF6EKd6ZRQrErLXg06Kln8uUuGfUsv0XhtEAnLV/training%20dylan.zip", model: "dev", prompt: "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEd3J76XuWF6EKd6ZRQrErLXg06Kln8uUuGfUsv0XhtEAnLV/training%20dylan.zip", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEd3J76XuWF6EKd6ZRQrErLXg06Kln8uUuGfUsv0XhtEAnLV/training%20dylan.zip", "model": "dev", "prompt": "dylan, /imagine\\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \\nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\\n\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T07:34:25.157842Z", "created_at": "2025-06-23T07:34:16.577000Z", "data_removed": false, "error": null, "id": "d2s6q4mf05rm80cqketvhbs98g", "input": { "mask": "https://replicate.delivery/pbxt/NEd3J76XuWF6EKd6ZRQrErLXg06Kln8uUuGfUsv0XhtEAnLV/training%20dylan.zip", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26160715120640\nDownloading weights\n2025-06-23T07:34:16Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpgojq8w8_/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T07:34:16Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-23T07:34:16Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T07:34:17Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T073416Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=68474504a74de2bae70cd0923b905547ecbb6dad64b9f5fc3b69da753f071212 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\n2025-06-23T07:34:17Z | INFO | [ Complete ] dest=/tmp/tmpgojq8w8_/weights size=\"172 MB\" total_elapsed=0.256s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar\nDownloaded weights in 0.32s\nLoaded LoRAs in 0.85s\nUsing seed: 52990\nPrompt: dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —\nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.88it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.39it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.15it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.04it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.99it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.95it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.93it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.91it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.91it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.90it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.89it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.90it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.90it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.89it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.89it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.89it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.89it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.89it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.89it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.89it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.89it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.89it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.89it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.88it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.89it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.89it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.89it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.89it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.92it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.489005762, "total_time": 8.580842 }, "output": [ "https://replicate.delivery/xezq/9UgJefPXeoQTrJdmsGvJxhvIwwcSKesfgRpOGrHtF3YNwaNnC/out-0.webp" ], "started_at": "2025-06-23T07:34:16.668837Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-rub5mhav4valqzhe4elpytyblvrwebqe3uaoo45zmvmnf2jthe4a", "get": "https://api.replicate.com/v1/predictions/d2s6q4mf05rm80cqketvhbs98g", "cancel": "https://api.replicate.com/v1/predictions/d2s6q4mf05rm80cqketvhbs98g/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated infree=26160715120640 Downloading weights 2025-06-23T07:34:16Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpgojq8w8_/weights url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T07:34:16Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-23T07:34:16Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T07:34:17Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/ef8db416fe5c1c62a24d372b3e2bd4a95428855576e8249da5f0817be0c9f863?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250623%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250623T073416Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=68474504a74de2bae70cd0923b905547ecbb6dad64b9f5fc3b69da753f071212 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar 2025-06-23T07:34:17Z | INFO | [ Complete ] dest=/tmp/tmpgojq8w8_/weights size="172 MB" total_elapsed=0.256s url=https://replicate.delivery/xezq/Nitsfjktdk2hNqnSGOTLk6AGU2A23mve6FeMjyFRp8hoSRzpA/flux-lora.tar Downloaded weights in 0.32s Loaded LoRAs in 0.85s Using seed: 52990 Prompt: dylan, /imagine Hero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Twin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.88it/s] 7%|▋ | 2/28 [00:00<00:05, 4.39it/s] 11%|█ | 3/28 [00:00<00:06, 4.15it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.04it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.99it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.95it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.93it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.91it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.91it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.90it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.89it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.90it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.90it/s] 50%|█████ | 14/28 [00:03<00:03, 3.89it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.89it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.89it/s] 61%|██████ | 17/28 [00:04<00:02, 3.89it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.89it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.89it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.89it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.89it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.89it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.89it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.88it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.89it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.89it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.89it/s] 100%|██████████| 28/28 [00:07<00:00, 3.89it/s] 100%|██████████| 28/28 [00:07<00:00, 3.92it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31ID234xk7w589rme0cqkevb9ws0s4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- dylan, /imagine Hero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Twin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEd4KRmsqWvQxMczbsfEIZJieUcAgif1U74ldfEPQ3TfXEUv/replicate-prediction-svzz9mm70xrma0cqkdya4488n8.webp", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEd4KRmsqWvQxMczbsfEIZJieUcAgif1U74ldfEPQ3TfXEUv/replicate-prediction-svzz9mm70xrma0cqkdya4488n8.webp", model: "dev", prompt: "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEd4KRmsqWvQxMczbsfEIZJieUcAgif1U74ldfEPQ3TfXEUv/replicate-prediction-svzz9mm70xrma0cqkdya4488n8.webp", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEd4KRmsqWvQxMczbsfEIZJieUcAgif1U74ldfEPQ3TfXEUv/replicate-prediction-svzz9mm70xrma0cqkdya4488n8.webp", "model": "dev", "prompt": "dylan, /imagine\\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \\nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\\n\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T07:35:27.870457Z", "created_at": "2025-06-23T07:35:19.618000Z", "data_removed": false, "error": null, "id": "234xk7w589rme0cqkevb9ws0s4", "input": { "mask": "https://replicate.delivery/pbxt/NEd4KRmsqWvQxMczbsfEIZJieUcAgif1U74ldfEPQ3TfXEUv/replicate-prediction-svzz9mm70xrma0cqkdya4488n8.webp", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.51s\nUsing seed: 12289\nPrompt: dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —\nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.83it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.34it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.10it/s]\n 14%|█▍ | 4/28 [00:00<00:06, 3.98it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.92it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.89it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.86it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.84it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.84it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.84it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.84it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.83it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.83it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.83it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.83it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.83it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.84it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.84it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.84it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.83it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.83it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.241402432, "total_time": 8.252457 }, "output": [ "https://replicate.delivery/xezq/DQr547fiEzzCLyGWs1exChSeGg6oILYzXaoSqdcILLqebtmTB/out-0.webp" ], "started_at": "2025-06-23T07:35:19.629054Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-kxg7iwtbljqvqdc2xzkbl4sm6lhppy7avnacculblnnjkixexnrq", "get": "https://api.replicate.com/v1/predictions/234xk7w589rme0cqkevb9ws0s4", "cancel": "https://api.replicate.com/v1/predictions/234xk7w589rme0cqkevb9ws0s4/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated inLoaded LoRAs in 0.51s Using seed: 12289 Prompt: dylan, /imagine Hero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Twin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.83it/s] 7%|▋ | 2/28 [00:00<00:05, 4.34it/s] 11%|█ | 3/28 [00:00<00:06, 4.10it/s] 14%|█▍ | 4/28 [00:00<00:06, 3.98it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.92it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.89it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.88it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.86it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.84it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.84it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.84it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.84it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.83it/s] 50%|█████ | 14/28 [00:03<00:03, 3.83it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.83it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.83it/s] 61%|██████ | 17/28 [00:04<00:02, 3.83it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.83it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.83it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.84it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.84it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.84it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.84it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.84it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.84it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.84it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.83it/s] 100%|██████████| 28/28 [00:07<00:00, 3.83it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] Total safe images: 1 out of 1
Prediction
leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31ID3k5wen8ew1rmc0cqkevvddjv6wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- mask
- training%20dylan.zip
- model
- dev
- prompt
- dylan, /imagine Hero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Twin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "mask": "https://replicate.delivery/pbxt/NEd4s0bDedPCOqirUrMcSogIfmVf1hMLDIMOhcEDXydbjkZs/training%20dylan.zip", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", { input: { mask: "https://replicate.delivery/pbxt/NEd4s0bDedPCOqirUrMcSogIfmVf1hMLDIMOhcEDXydbjkZs/training%20dylan.zip", model: "dev", prompt: "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 1, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, 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 leverategroup/dylan using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", input={ "mask": "https://replicate.delivery/pbxt/NEd4s0bDedPCOqirUrMcSogIfmVf1hMLDIMOhcEDXydbjkZs/training%20dylan.zip", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run leverategroup/dylan 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": "leverategroup/dylan:a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31", "input": { "mask": "https://replicate.delivery/pbxt/NEd4s0bDedPCOqirUrMcSogIfmVf1hMLDIMOhcEDXydbjkZs/training%20dylan.zip", "model": "dev", "prompt": "dylan, /imagine\\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \\nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\\n\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "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": "2025-06-23T07:36:03.168283Z", "created_at": "2025-06-23T07:35:54.848000Z", "data_removed": false, "error": null, "id": "3k5wen8ew1rmc0cqkevvddjv6w", "input": { "mask": "https://replicate.delivery/pbxt/NEd4s0bDedPCOqirUrMcSogIfmVf1hMLDIMOhcEDXydbjkZs/training%20dylan.zip", "model": "dev", "prompt": "dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. \n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — \n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — \nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Loaded LoRAs in 0.53s\nUsing seed: 59683\nPrompt: dylan, /imagine\nHero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind.\n— wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero —\n— with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) —\nTwin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.84it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.86it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 8.219831433, "total_time": 8.320283 }, "output": [ "https://replicate.delivery/xezq/n5w1Rf3ldIXya6eBF0vfjMvLFe8NqvStTMf9OJ2DLKdd8aNnC/out-0.webp" ], "started_at": "2025-06-23T07:35:54.948452Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-gntuoid6c43qwardvuvtq3azks4avilzbbu3xgqtoyngoieafelq", "get": "https://api.replicate.com/v1/predictions/3k5wen8ew1rmc0cqkevvddjv6w", "cancel": "https://api.replicate.com/v1/predictions/3k5wen8ew1rmc0cqkevvddjv6w/cancel" }, "version": "a691230af9e09903ffc8cb338b7f8c883b2496a518c80c586c1f4f4322e26c31" }
Generated inLoaded LoRAs in 0.53s Using seed: 59683 Prompt: dylan, /imagine Hero strides along Komodo Island’s pink-sand beach at twilight, glowing kris casting embers across gentle waves; rugged hills silhouette behind. — wearing the exact same ornate Javanese gold-engraved armor (batik motifs, bronze-gold finish, deep-red waist sash, engraved bracers and pauldrons) as in the reference hero — — with the exact same neat short, side-parted hairstyle (clean fade, dark, gently slicked, never tied back) — Twin moons overhead, dramatic color palette, 8-k ultra-realistic fantasy illustration. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.84it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.00it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.91it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.86it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.86it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.86it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.86it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.86it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.86it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.86it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s] Total safe images: 1 out of 1
Want to make some of these yourself?
Run this model