simon_colby / ghibli-flux-rdancer-05
- Public
- 89 runs
-
H100
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53ID4sg4zeng0srmc0cp2v9sq0mxz4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A young man with short black hair stands on a neatly mowed lawn at night, wearing a dark navy blue three-piece suit, a white shirt, and a teal tie. A gold chain accessory is clipped to his blazer pocket. His hands rest casually in his pockets as he looks to the left. He wears polished brown leather shoes. To his side is a large, glittering silver pegasus statue surrounded by vibrant pink, red, yellow, and white flowers. Behind him, festive purple and yellow fabric-draped archways line a walkway lit with soft warm lights, evoking the mood of a magical outdoor celebration.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpCqz5zknL6kmqmQimYtuJs3Pwn2K4NbIPvLM1uvWyHjR8W/photo_055.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short black hair stands on a neatly mowed lawn at night, wearing a dark navy blue three-piece suit, a white shirt, and a teal tie. A gold chain accessory is clipped to his blazer pocket. His hands rest casually in his pockets as he looks to the left. He wears polished brown leather shoes. To his side is a large, glittering silver pegasus statue surrounded by vibrant pink, red, yellow, and white flowers. Behind him, festive purple and yellow fabric-draped archways line a walkway lit with soft warm lights, evoking the mood of a magical outdoor celebration.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpCqz5zknL6kmqmQimYtuJs3Pwn2K4NbIPvLM1uvWyHjR8W/photo_055.webp", model: "dev", prompt: "GHBL25_05 A young man with short black hair stands on a neatly mowed lawn at night, wearing a dark navy blue three-piece suit, a white shirt, and a teal tie. A gold chain accessory is clipped to his blazer pocket. His hands rest casually in his pockets as he looks to the left. He wears polished brown leather shoes. To his side is a large, glittering silver pegasus statue surrounded by vibrant pink, red, yellow, and white flowers. Behind him, festive purple and yellow fabric-draped archways line a walkway lit with soft warm lights, evoking the mood of a magical outdoor celebration.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpCqz5zknL6kmqmQimYtuJs3Pwn2K4NbIPvLM1uvWyHjR8W/photo_055.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short black hair stands on a neatly mowed lawn at night, wearing a dark navy blue three-piece suit, a white shirt, and a teal tie. A gold chain accessory is clipped to his blazer pocket. His hands rest casually in his pockets as he looks to the left. He wears polished brown leather shoes. To his side is a large, glittering silver pegasus statue surrounded by vibrant pink, red, yellow, and white flowers. Behind him, festive purple and yellow fabric-draped archways line a walkway lit with soft warm lights, evoking the mood of a magical outdoor celebration.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpCqz5zknL6kmqmQimYtuJs3Pwn2K4NbIPvLM1uvWyHjR8W/photo_055.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short black hair stands on a neatly mowed lawn at night, wearing a dark navy blue three-piece suit, a white shirt, and a teal tie. A gold chain accessory is clipped to his blazer pocket. His hands rest casually in his pockets as he looks to the left. He wears polished brown leather shoes. To his side is a large, glittering silver pegasus statue surrounded by vibrant pink, red, yellow, and white flowers. Behind him, festive purple and yellow fabric-draped archways line a walkway lit with soft warm lights, evoking the mood of a magical outdoor celebration.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:16:05.139585Z", "created_at": "2025-04-08T19:14:54.086000Z", "data_removed": false, "error": null, "id": "4sg4zeng0srmc0cp2v9sq0mxz4", "input": { "image": "https://replicate.delivery/pbxt/MnpCqz5zknL6kmqmQimYtuJs3Pwn2K4NbIPvLM1uvWyHjR8W/photo_055.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short black hair stands on a neatly mowed lawn at night, wearing a dark navy blue three-piece suit, a white shirt, and a teal tie. A gold chain accessory is clipped to his blazer pocket. His hands rest casually in his pockets as he looks to the left. He wears polished brown leather shoes. To his side is a large, glittering silver pegasus statue surrounded by vibrant pink, red, yellow, and white flowers. Behind him, festive purple and yellow fabric-draped archways line a walkway lit with soft warm lights, evoking the mood of a magical outdoor celebration.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=25489239584768\nDownloading weights\n2025-04-08T19:15:18Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpcvdvedz2/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\n2025-04-08T19:15:21Z | INFO | [ Complete ] dest=/tmp/tmpcvdvedz2/weights size=\"258 MB\" total_elapsed=3.065s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\nDownloaded weights in 3.08s\nLoaded LoRAs in 3.65s\nUsing seed: 60517\nPrompt: GHBL25_05 A young man with short black hair stands on a neatly mowed lawn at night, wearing a dark navy blue three-piece suit, a white shirt, and a teal tie. A gold chain accessory is clipped to his blazer pocket. His hands rest casually in his pockets as he looks to the left. He wears polished brown leather shoes. To his side is a large, glittering silver pegasus statue surrounded by vibrant pink, red, yellow, and white flowers. Behind him, festive purple and yellow fabric-draped archways line a walkway lit with soft warm lights, evoking the mood of a magical outdoor celebration.\nInput image size: 1280x1280\n[!] Resizing input image from 1280x1280 to 1280x1280\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:01<00:28, 1.29s/it]\n 9%|▊ | 2/23 [00:02<00:31, 1.48s/it]\n 13%|█▎ | 3/23 [00:04<00:30, 1.54s/it]\n 17%|█▋ | 4/23 [00:06<00:29, 1.57s/it]\n 22%|██▏ | 5/23 [00:07<00:28, 1.59s/it]\n 26%|██▌ | 6/23 [00:09<00:27, 1.60s/it]\n 30%|███ | 7/23 [00:10<00:25, 1.60s/it]\n 35%|███▍ | 8/23 [00:12<00:24, 1.61s/it]\n 39%|███▉ | 9/23 [00:14<00:22, 1.61s/it]\n 43%|████▎ | 10/23 [00:15<00:20, 1.61s/it]\n 48%|████▊ | 11/23 [00:17<00:19, 1.61s/it]\n 52%|█████▏ | 12/23 [00:19<00:17, 1.61s/it]\n 57%|█████▋ | 13/23 [00:20<00:16, 1.61s/it]\n 61%|██████ | 14/23 [00:22<00:14, 1.61s/it]\n 65%|██████▌ | 15/23 [00:23<00:12, 1.61s/it]\n 70%|██████▉ | 16/23 [00:25<00:11, 1.61s/it]\n 74%|███████▍ | 17/23 [00:27<00:09, 1.61s/it]\n 78%|███████▊ | 18/23 [00:28<00:08, 1.61s/it]\n 83%|████████▎ | 19/23 [00:30<00:06, 1.61s/it]\n 87%|████████▋ | 20/23 [00:31<00:04, 1.61s/it]\n 91%|█████████▏| 21/23 [00:33<00:03, 1.61s/it]\n 96%|█████████▌| 22/23 [00:35<00:01, 1.61s/it]\n100%|██████████| 23/23 [00:36<00:00, 1.61s/it]\n100%|██████████| 23/23 [00:36<00:00, 1.60s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 46.496157871, "total_time": 71.053585 }, "output": [ "https://replicate.delivery/xezq/Pfx5whfNYukE9EmXjS9BZzg4ZCBLXBbizXip6hOkBXv1fkBpA/out-0.webp", "https://replicate.delivery/xezq/g6Ym11ueCsSFM6r0AnI00fnM6i38FfQ3fCDbffLCcECV9nMIF/out-1.webp", "https://replicate.delivery/xezq/3kTuAkif712YR6ma5mhiff1LpxTh4lSoy5kABsKsblTrfJDSB/out-2.webp", "https://replicate.delivery/xezq/88R60Eb4tc7KCJlDeWalcyg3Fo1H6hFxUBxOZjTfa2K1fkBpA/out-3.webp" ], "started_at": "2025-04-08T19:15:18.643427Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-rbv43zyapdfyyabbblrhkmms3hspstof4prdot6772dxl4hs4rkq", "get": "https://api.replicate.com/v1/predictions/4sg4zeng0srmc0cp2v9sq0mxz4", "cancel": "https://api.replicate.com/v1/predictions/4sg4zeng0srmc0cp2v9sq0mxz4/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated infree=25489239584768 Downloading weights 2025-04-08T19:15:18Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpcvdvedz2/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar 2025-04-08T19:15:21Z | INFO | [ Complete ] dest=/tmp/tmpcvdvedz2/weights size="258 MB" total_elapsed=3.065s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar Downloaded weights in 3.08s Loaded LoRAs in 3.65s Using seed: 60517 Prompt: GHBL25_05 A young man with short black hair stands on a neatly mowed lawn at night, wearing a dark navy blue three-piece suit, a white shirt, and a teal tie. A gold chain accessory is clipped to his blazer pocket. His hands rest casually in his pockets as he looks to the left. He wears polished brown leather shoes. To his side is a large, glittering silver pegasus statue surrounded by vibrant pink, red, yellow, and white flowers. Behind him, festive purple and yellow fabric-draped archways line a walkway lit with soft warm lights, evoking the mood of a magical outdoor celebration. Input image size: 1280x1280 [!] Resizing input image from 1280x1280 to 1280x1280 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:01<00:28, 1.29s/it] 9%|▊ | 2/23 [00:02<00:31, 1.48s/it] 13%|█▎ | 3/23 [00:04<00:30, 1.54s/it] 17%|█▋ | 4/23 [00:06<00:29, 1.57s/it] 22%|██▏ | 5/23 [00:07<00:28, 1.59s/it] 26%|██▌ | 6/23 [00:09<00:27, 1.60s/it] 30%|███ | 7/23 [00:10<00:25, 1.60s/it] 35%|███▍ | 8/23 [00:12<00:24, 1.61s/it] 39%|███▉ | 9/23 [00:14<00:22, 1.61s/it] 43%|████▎ | 10/23 [00:15<00:20, 1.61s/it] 48%|████▊ | 11/23 [00:17<00:19, 1.61s/it] 52%|█████▏ | 12/23 [00:19<00:17, 1.61s/it] 57%|█████▋ | 13/23 [00:20<00:16, 1.61s/it] 61%|██████ | 14/23 [00:22<00:14, 1.61s/it] 65%|██████▌ | 15/23 [00:23<00:12, 1.61s/it] 70%|██████▉ | 16/23 [00:25<00:11, 1.61s/it] 74%|███████▍ | 17/23 [00:27<00:09, 1.61s/it] 78%|███████▊ | 18/23 [00:28<00:08, 1.61s/it] 83%|████████▎ | 19/23 [00:30<00:06, 1.61s/it] 87%|████████▋ | 20/23 [00:31<00:04, 1.61s/it] 91%|█████████▏| 21/23 [00:33<00:03, 1.61s/it] 96%|█████████▌| 22/23 [00:35<00:01, 1.61s/it] 100%|██████████| 23/23 [00:36<00:00, 1.61s/it] 100%|██████████| 23/23 [00:36<00:00, 1.60s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDysj2nnz875rme0cp2vbt50yh90StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A young man with short black hair and glasses stands on a bright green lawn under a clear blue sky. He wears a red, white, and navy blue color-block hoodie with the letters “LDN” on the chest, along with casual blue jeans. He smiles gently with his hands in his pockets. Behind him stands a grand domed neoclassical building made of red brick and stone, with tall white columns, arched windows, and ornate green-trimmed roofing. Leafless trees frame the sides of the building, suggesting a crisp early spring or late winter day. The atmosphere is peaceful and scholarly.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpHCxkgQCs3iuTbOAImpeQO6oXcnzEEis4Xhz1uLMICL6bo/photo_052.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short black hair and glasses stands on a bright green lawn under a clear blue sky. He wears a red, white, and navy blue color-block hoodie with the letters “LDN” on the chest, along with casual blue jeans. He smiles gently with his hands in his pockets. Behind him stands a grand domed neoclassical building made of red brick and stone, with tall white columns, arched windows, and ornate green-trimmed roofing. Leafless trees frame the sides of the building, suggesting a crisp early spring or late winter day. The atmosphere is peaceful and scholarly.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpHCxkgQCs3iuTbOAImpeQO6oXcnzEEis4Xhz1uLMICL6bo/photo_052.webp", model: "dev", prompt: "GHBL25_05 A young man with short black hair and glasses stands on a bright green lawn under a clear blue sky. He wears a red, white, and navy blue color-block hoodie with the letters “LDN” on the chest, along with casual blue jeans. He smiles gently with his hands in his pockets. Behind him stands a grand domed neoclassical building made of red brick and stone, with tall white columns, arched windows, and ornate green-trimmed roofing. Leafless trees frame the sides of the building, suggesting a crisp early spring or late winter day. The atmosphere is peaceful and scholarly.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpHCxkgQCs3iuTbOAImpeQO6oXcnzEEis4Xhz1uLMICL6bo/photo_052.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short black hair and glasses stands on a bright green lawn under a clear blue sky. He wears a red, white, and navy blue color-block hoodie with the letters “LDN” on the chest, along with casual blue jeans. He smiles gently with his hands in his pockets. Behind him stands a grand domed neoclassical building made of red brick and stone, with tall white columns, arched windows, and ornate green-trimmed roofing. Leafless trees frame the sides of the building, suggesting a crisp early spring or late winter day. The atmosphere is peaceful and scholarly.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpHCxkgQCs3iuTbOAImpeQO6oXcnzEEis4Xhz1uLMICL6bo/photo_052.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short black hair and glasses stands on a bright green lawn under a clear blue sky. He wears a red, white, and navy blue color-block hoodie with the letters “LDN” on the chest, along with casual blue jeans. He smiles gently with his hands in his pockets. Behind him stands a grand domed neoclassical building made of red brick and stone, with tall white columns, arched windows, and ornate green-trimmed roofing. Leafless trees frame the sides of the building, suggesting a crisp early spring or late winter day. The atmosphere is peaceful and scholarly.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:20:09.750500Z", "created_at": "2025-04-08T19:19:30.617000Z", "data_removed": false, "error": null, "id": "ysj2nnz875rme0cp2vbt50yh90", "input": { "image": "https://replicate.delivery/pbxt/MnpHCxkgQCs3iuTbOAImpeQO6oXcnzEEis4Xhz1uLMICL6bo/photo_052.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short black hair and glasses stands on a bright green lawn under a clear blue sky. He wears a red, white, and navy blue color-block hoodie with the letters “LDN” on the chest, along with casual blue jeans. He smiles gently with his hands in his pockets. Behind him stands a grand domed neoclassical building made of red brick and stone, with tall white columns, arched windows, and ornate green-trimmed roofing. Leafless trees frame the sides of the building, suggesting a crisp early spring or late winter day. The atmosphere is peaceful and scholarly.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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.58s\nUsing seed: 37735\nPrompt: GHBL25_05 A young man with short black hair and glasses stands on a bright green lawn under a clear blue sky. He wears a red, white, and navy blue color-block hoodie with the letters “LDN” on the chest, along with casual blue jeans. He smiles gently with his hands in his pockets. Behind him stands a grand domed neoclassical building made of red brick and stone, with tall white columns, arched windows, and ornate green-trimmed roofing. Leafless trees frame the sides of the building, suggesting a crisp early spring or late winter day. The atmosphere is peaceful and scholarly.\nInput image size: 3024x4032\n[!] Resizing input image from 3024x4032 to 1088x1440\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:01<00:26, 1.20s/it]\n 9%|▊ | 2/23 [00:02<00:28, 1.38s/it]\n 13%|█▎ | 3/23 [00:04<00:28, 1.44s/it]\n 17%|█▋ | 4/23 [00:05<00:27, 1.46s/it]\n 22%|██▏ | 5/23 [00:07<00:26, 1.48s/it]\n 26%|██▌ | 6/23 [00:08<00:25, 1.49s/it]\n 30%|███ | 7/23 [00:10<00:23, 1.50s/it]\n 35%|███▍ | 8/23 [00:11<00:22, 1.50s/it]\n 39%|███▉ | 9/23 [00:13<00:21, 1.50s/it]\n 43%|████▎ | 10/23 [00:14<00:19, 1.51s/it]\n 48%|████▊ | 11/23 [00:16<00:18, 1.51s/it]\n 52%|█████▏ | 12/23 [00:17<00:16, 1.51s/it]\n 57%|█████▋ | 13/23 [00:19<00:15, 1.51s/it]\n 61%|██████ | 14/23 [00:20<00:13, 1.51s/it]\n 65%|██████▌ | 15/23 [00:22<00:12, 1.51s/it]\n 70%|██████▉ | 16/23 [00:23<00:10, 1.51s/it]\n 74%|███████▍ | 17/23 [00:25<00:09, 1.51s/it]\n 78%|███████▊ | 18/23 [00:26<00:07, 1.51s/it]\n 83%|████████▎ | 19/23 [00:28<00:06, 1.51s/it]\n 87%|████████▋ | 20/23 [00:29<00:04, 1.51s/it]\n 91%|█████████▏| 21/23 [00:31<00:03, 1.51s/it]\n 96%|█████████▌| 22/23 [00:32<00:01, 1.51s/it]\n100%|██████████| 23/23 [00:34<00:00, 1.51s/it]\n100%|██████████| 23/23 [00:34<00:00, 1.49s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 37.02591967, "total_time": 39.1335 }, "output": [ "https://replicate.delivery/xezq/xG0a3nur5I7oB9EE2EXURAJg2DlgpezkaO3TN9YOx850RZQKA/out-0.webp", "https://replicate.delivery/xezq/kDkhnFqAesXDFKZx25Ce1k59uFdtGKAe44YTEuuMDpBTHlBpA/out-1.webp", "https://replicate.delivery/xezq/hONSPLZc2mpcAFTa2zzxPM8Avv9jqQtfqNkwgfrp3kvpjygUA/out-2.webp", "https://replicate.delivery/xezq/6cxSMsvikSIyJV5tmWfZPdfMDnzHIPJaom5rXT2pfFGTHlBpA/out-3.webp" ], "started_at": "2025-04-08T19:19:32.724580Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ehxdnsrljmdcok4qk7vahyulcdlzlmgp2smcqtzgph4ii3g5wxfq", "get": "https://api.replicate.com/v1/predictions/ysj2nnz875rme0cp2vbt50yh90", "cancel": "https://api.replicate.com/v1/predictions/ysj2nnz875rme0cp2vbt50yh90/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated inLoaded LoRAs in 0.58s Using seed: 37735 Prompt: GHBL25_05 A young man with short black hair and glasses stands on a bright green lawn under a clear blue sky. He wears a red, white, and navy blue color-block hoodie with the letters “LDN” on the chest, along with casual blue jeans. He smiles gently with his hands in his pockets. Behind him stands a grand domed neoclassical building made of red brick and stone, with tall white columns, arched windows, and ornate green-trimmed roofing. Leafless trees frame the sides of the building, suggesting a crisp early spring or late winter day. The atmosphere is peaceful and scholarly. Input image size: 3024x4032 [!] Resizing input image from 3024x4032 to 1088x1440 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:01<00:26, 1.20s/it] 9%|▊ | 2/23 [00:02<00:28, 1.38s/it] 13%|█▎ | 3/23 [00:04<00:28, 1.44s/it] 17%|█▋ | 4/23 [00:05<00:27, 1.46s/it] 22%|██▏ | 5/23 [00:07<00:26, 1.48s/it] 26%|██▌ | 6/23 [00:08<00:25, 1.49s/it] 30%|███ | 7/23 [00:10<00:23, 1.50s/it] 35%|███▍ | 8/23 [00:11<00:22, 1.50s/it] 39%|███▉ | 9/23 [00:13<00:21, 1.50s/it] 43%|████▎ | 10/23 [00:14<00:19, 1.51s/it] 48%|████▊ | 11/23 [00:16<00:18, 1.51s/it] 52%|█████▏ | 12/23 [00:17<00:16, 1.51s/it] 57%|█████▋ | 13/23 [00:19<00:15, 1.51s/it] 61%|██████ | 14/23 [00:20<00:13, 1.51s/it] 65%|██████▌ | 15/23 [00:22<00:12, 1.51s/it] 70%|██████▉ | 16/23 [00:23<00:10, 1.51s/it] 74%|███████▍ | 17/23 [00:25<00:09, 1.51s/it] 78%|███████▊ | 18/23 [00:26<00:07, 1.51s/it] 83%|████████▎ | 19/23 [00:28<00:06, 1.51s/it] 87%|████████▋ | 20/23 [00:29<00:04, 1.51s/it] 91%|█████████▏| 21/23 [00:31<00:03, 1.51s/it] 96%|█████████▌| 22/23 [00:32<00:01, 1.51s/it] 100%|██████████| 23/23 [00:34<00:00, 1.51s/it] 100%|██████████| 23/23 [00:34<00:00, 1.49s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDeb2e0ajqp5rm80cp2vcrpazz6cStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A joyful couple stands on a glowing city street at night, surrounded by towering neon signs and the warm buzz of traffic lights. The man has a full beard and wears sunglasses, a red cap, and a bright red graphic t-shirt with a classic game controller design. His light blue distressed jeans are paired with red and white high-top sneakers. Beside him, a smiling woman in a flowing red sleeveless gown with long black hair stands with one hand on her hip, exuding warmth and confidence. Headlights from distant cars create glowing flares behind them as they share a happy moment in the heart of the city.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpIge1NpBQJ6DmEkqdH28VRq3xIx3vA0DQIUf1e1HBPYb2m/photo_050.webp", "model": "dev", "prompt": "GHBL25_05 A joyful couple stands on a glowing city street at night, surrounded by towering neon signs and the warm buzz of traffic lights. The man has a full beard and wears sunglasses, a red cap, and a bright red graphic t-shirt with a classic game controller design. His light blue distressed jeans are paired with red and white high-top sneakers. Beside him, a smiling woman in a flowing red sleeveless gown with long black hair stands with one hand on her hip, exuding warmth and confidence. Headlights from distant cars create glowing flares behind them as they share a happy moment in the heart of the city.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpIge1NpBQJ6DmEkqdH28VRq3xIx3vA0DQIUf1e1HBPYb2m/photo_050.webp", model: "dev", prompt: "GHBL25_05 A joyful couple stands on a glowing city street at night, surrounded by towering neon signs and the warm buzz of traffic lights. The man has a full beard and wears sunglasses, a red cap, and a bright red graphic t-shirt with a classic game controller design. His light blue distressed jeans are paired with red and white high-top sneakers. Beside him, a smiling woman in a flowing red sleeveless gown with long black hair stands with one hand on her hip, exuding warmth and confidence. Headlights from distant cars create glowing flares behind them as they share a happy moment in the heart of the city.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpIge1NpBQJ6DmEkqdH28VRq3xIx3vA0DQIUf1e1HBPYb2m/photo_050.webp", "model": "dev", "prompt": "GHBL25_05 A joyful couple stands on a glowing city street at night, surrounded by towering neon signs and the warm buzz of traffic lights. The man has a full beard and wears sunglasses, a red cap, and a bright red graphic t-shirt with a classic game controller design. His light blue distressed jeans are paired with red and white high-top sneakers. Beside him, a smiling woman in a flowing red sleeveless gown with long black hair stands with one hand on her hip, exuding warmth and confidence. Headlights from distant cars create glowing flares behind them as they share a happy moment in the heart of the city.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpIge1NpBQJ6DmEkqdH28VRq3xIx3vA0DQIUf1e1HBPYb2m/photo_050.webp", "model": "dev", "prompt": "GHBL25_05 A joyful couple stands on a glowing city street at night, surrounded by towering neon signs and the warm buzz of traffic lights. The man has a full beard and wears sunglasses, a red cap, and a bright red graphic t-shirt with a classic game controller design. His light blue distressed jeans are paired with red and white high-top sneakers. Beside him, a smiling woman in a flowing red sleeveless gown with long black hair stands with one hand on her hip, exuding warmth and confidence. Headlights from distant cars create glowing flares behind them as they share a happy moment in the heart of the city.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:21:51.071815Z", "created_at": "2025-04-08T19:21:04.689000Z", "data_removed": false, "error": null, "id": "eb2e0ajqp5rm80cp2vcrpazz6c", "input": { "image": "https://replicate.delivery/pbxt/MnpIge1NpBQJ6DmEkqdH28VRq3xIx3vA0DQIUf1e1HBPYb2m/photo_050.webp", "model": "dev", "prompt": "GHBL25_05 A joyful couple stands on a glowing city street at night, surrounded by towering neon signs and the warm buzz of traffic lights. The man has a full beard and wears sunglasses, a red cap, and a bright red graphic t-shirt with a classic game controller design. His light blue distressed jeans are paired with red and white high-top sneakers. Beside him, a smiling woman in a flowing red sleeveless gown with long black hair stands with one hand on her hip, exuding warmth and confidence. Headlights from distant cars create glowing flares behind them as they share a happy moment in the heart of the city.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26979815645184\nDownloading weights\n2025-04-08T19:21:08Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp3ypyy1b3/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\n2025-04-08T19:21:11Z | INFO | [ Complete ] dest=/tmp/tmp3ypyy1b3/weights size=\"258 MB\" total_elapsed=3.366s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\nDownloaded weights in 3.39s\nLoaded LoRAs in 4.01s\nUsing seed: 64631\nPrompt: GHBL25_05 A joyful couple stands on a glowing city street at night, surrounded by towering neon signs and the warm buzz of traffic lights. The man has a full beard and wears sunglasses, a red cap, and a bright red graphic t-shirt with a classic game controller design. His light blue distressed jeans are paired with red and white high-top sneakers. Beside him, a smiling woman in a flowing red sleeveless gown with long black hair stands with one hand on her hip, exuding warmth and confidence. Headlights from distant cars create glowing flares behind them as they share a happy moment in the heart of the city.\nInput image size: 1290x1809\n[!] Resizing input image from 1290x1809 to 1040x1440\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:01<00:25, 1.15s/it]\n 9%|▊ | 2/23 [00:02<00:27, 1.32s/it]\n 13%|█▎ | 3/23 [00:04<00:27, 1.38s/it]\n 17%|█▋ | 4/23 [00:05<00:26, 1.41s/it]\n 22%|██▏ | 5/23 [00:06<00:25, 1.42s/it]\n 26%|██▌ | 6/23 [00:08<00:24, 1.43s/it]\n 30%|███ | 7/23 [00:09<00:22, 1.43s/it]\n 35%|███▍ | 8/23 [00:11<00:21, 1.44s/it]\n 39%|███▉ | 9/23 [00:12<00:20, 1.44s/it]\n 43%|████▎ | 10/23 [00:14<00:18, 1.44s/it]\n 48%|████▊ | 11/23 [00:15<00:17, 1.44s/it]\n 52%|█████▏ | 12/23 [00:17<00:15, 1.44s/it]\n 57%|█████▋ | 13/23 [00:18<00:14, 1.44s/it]\n 61%|██████ | 14/23 [00:19<00:13, 1.44s/it]\n 65%|██████▌ | 15/23 [00:21<00:11, 1.44s/it]\n 70%|██████▉ | 16/23 [00:22<00:10, 1.44s/it]\n 74%|███████▍ | 17/23 [00:24<00:08, 1.44s/it]\n 78%|███████▊ | 18/23 [00:25<00:07, 1.45s/it]\n 83%|████████▎ | 19/23 [00:27<00:05, 1.45s/it]\n 87%|████████▋ | 20/23 [00:28<00:04, 1.45s/it]\n 91%|█████████▏| 21/23 [00:30<00:02, 1.45s/it]\n 96%|█████████▌| 22/23 [00:31<00:01, 1.45s/it]\n100%|██████████| 23/23 [00:32<00:00, 1.45s/it]\n100%|██████████| 23/23 [00:32<00:00, 1.43s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 42.64402626, "total_time": 46.382815 }, "output": [ "https://replicate.delivery/xezq/vfnF9T2LXgVBeEcYJfXTe4ie5PRvBxga1cQUU2cztv4eTpMIF/out-0.webp", "https://replicate.delivery/xezq/CHVfO80FNcWoVie6SgfhEt4S7POcsZPngR3aWTSNSQOfUKDSB/out-1.webp", "https://replicate.delivery/xezq/IJolo7WWMG52G10ACxELdkLpddEt2BHevVhQJcdOEqlnSZQKA/out-2.webp", "https://replicate.delivery/xezq/oPbAf4XzADQNJaBuBFfo2xsHEI0LM1vmrKBOfluADm2eUKDSB/out-3.webp" ], "started_at": "2025-04-08T19:21:08.427789Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-xvouv5gih45scdfdzehzply4fornfs7irnqqakvvfwb732ivz37a", "get": "https://api.replicate.com/v1/predictions/eb2e0ajqp5rm80cp2vcrpazz6c", "cancel": "https://api.replicate.com/v1/predictions/eb2e0ajqp5rm80cp2vcrpazz6c/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated infree=26979815645184 Downloading weights 2025-04-08T19:21:08Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp3ypyy1b3/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar 2025-04-08T19:21:11Z | INFO | [ Complete ] dest=/tmp/tmp3ypyy1b3/weights size="258 MB" total_elapsed=3.366s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar Downloaded weights in 3.39s Loaded LoRAs in 4.01s Using seed: 64631 Prompt: GHBL25_05 A joyful couple stands on a glowing city street at night, surrounded by towering neon signs and the warm buzz of traffic lights. The man has a full beard and wears sunglasses, a red cap, and a bright red graphic t-shirt with a classic game controller design. His light blue distressed jeans are paired with red and white high-top sneakers. Beside him, a smiling woman in a flowing red sleeveless gown with long black hair stands with one hand on her hip, exuding warmth and confidence. Headlights from distant cars create glowing flares behind them as they share a happy moment in the heart of the city. Input image size: 1290x1809 [!] Resizing input image from 1290x1809 to 1040x1440 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:01<00:25, 1.15s/it] 9%|▊ | 2/23 [00:02<00:27, 1.32s/it] 13%|█▎ | 3/23 [00:04<00:27, 1.38s/it] 17%|█▋ | 4/23 [00:05<00:26, 1.41s/it] 22%|██▏ | 5/23 [00:06<00:25, 1.42s/it] 26%|██▌ | 6/23 [00:08<00:24, 1.43s/it] 30%|███ | 7/23 [00:09<00:22, 1.43s/it] 35%|███▍ | 8/23 [00:11<00:21, 1.44s/it] 39%|███▉ | 9/23 [00:12<00:20, 1.44s/it] 43%|████▎ | 10/23 [00:14<00:18, 1.44s/it] 48%|████▊ | 11/23 [00:15<00:17, 1.44s/it] 52%|█████▏ | 12/23 [00:17<00:15, 1.44s/it] 57%|█████▋ | 13/23 [00:18<00:14, 1.44s/it] 61%|██████ | 14/23 [00:19<00:13, 1.44s/it] 65%|██████▌ | 15/23 [00:21<00:11, 1.44s/it] 70%|██████▉ | 16/23 [00:22<00:10, 1.44s/it] 74%|███████▍ | 17/23 [00:24<00:08, 1.44s/it] 78%|███████▊ | 18/23 [00:25<00:07, 1.45s/it] 83%|████████▎ | 19/23 [00:27<00:05, 1.45s/it] 87%|████████▋ | 20/23 [00:28<00:04, 1.45s/it] 91%|█████████▏| 21/23 [00:30<00:02, 1.45s/it] 96%|█████████▌| 22/23 [00:31<00:01, 1.45s/it] 100%|██████████| 23/23 [00:32<00:00, 1.45s/it] 100%|██████████| 23/23 [00:32<00:00, 1.43s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDp90v3amsrhrme0cp2ve88v5av0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A young man with short, slightly tousled black hair and a trimmed beard sits indoors, smiling softly. He wears black rectangular glasses and a dark charcoal grey t-shirt. Warm ambient light glows from overhead ceiling lamps, casting a cozy atmosphere. Behind him, wooden beams line the ceiling, and large glass walls reveal leafy green plants outside, blending nature with a modern, wooden café interior. The mood is relaxed and inviting, capturing a quiet, cheerful moment of everyday life.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpM3bcZCNUb8z53sNyvvR4PLlk4CGZJMMbiIjxVTCg2cX5H/photo_005.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short, slightly tousled black hair and a trimmed beard sits indoors, smiling softly. He wears black rectangular glasses and a dark charcoal grey t-shirt. Warm ambient light glows from overhead ceiling lamps, casting a cozy atmosphere. Behind him, wooden beams line the ceiling, and large glass walls reveal leafy green plants outside, blending nature with a modern, wooden café interior. The mood is relaxed and inviting, capturing a quiet, cheerful moment of everyday life.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpM3bcZCNUb8z53sNyvvR4PLlk4CGZJMMbiIjxVTCg2cX5H/photo_005.webp", model: "dev", prompt: "GHBL25_05 A young man with short, slightly tousled black hair and a trimmed beard sits indoors, smiling softly. He wears black rectangular glasses and a dark charcoal grey t-shirt. Warm ambient light glows from overhead ceiling lamps, casting a cozy atmosphere. Behind him, wooden beams line the ceiling, and large glass walls reveal leafy green plants outside, blending nature with a modern, wooden café interior. The mood is relaxed and inviting, capturing a quiet, cheerful moment of everyday life.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpM3bcZCNUb8z53sNyvvR4PLlk4CGZJMMbiIjxVTCg2cX5H/photo_005.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short, slightly tousled black hair and a trimmed beard sits indoors, smiling softly. He wears black rectangular glasses and a dark charcoal grey t-shirt. Warm ambient light glows from overhead ceiling lamps, casting a cozy atmosphere. Behind him, wooden beams line the ceiling, and large glass walls reveal leafy green plants outside, blending nature with a modern, wooden café interior. The mood is relaxed and inviting, capturing a quiet, cheerful moment of everyday life.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpM3bcZCNUb8z53sNyvvR4PLlk4CGZJMMbiIjxVTCg2cX5H/photo_005.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short, slightly tousled black hair and a trimmed beard sits indoors, smiling softly. He wears black rectangular glasses and a dark charcoal grey t-shirt. Warm ambient light glows from overhead ceiling lamps, casting a cozy atmosphere. Behind him, wooden beams line the ceiling, and large glass walls reveal leafy green plants outside, blending nature with a modern, wooden café interior. The mood is relaxed and inviting, capturing a quiet, cheerful moment of everyday life.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:25:22.528408Z", "created_at": "2025-04-08T19:24:38.212000Z", "data_removed": false, "error": null, "id": "p90v3amsrhrme0cp2ve88v5av0", "input": { "image": "https://replicate.delivery/pbxt/MnpM3bcZCNUb8z53sNyvvR4PLlk4CGZJMMbiIjxVTCg2cX5H/photo_005.webp", "model": "dev", "prompt": "GHBL25_05 A young man with short, slightly tousled black hair and a trimmed beard sits indoors, smiling softly. He wears black rectangular glasses and a dark charcoal grey t-shirt. Warm ambient light glows from overhead ceiling lamps, casting a cozy atmosphere. Behind him, wooden beams line the ceiling, and large glass walls reveal leafy green plants outside, blending nature with a modern, wooden café interior. The mood is relaxed and inviting, capturing a quiet, cheerful moment of everyday life.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=25926819516416\nDownloading weights\n2025-04-08T19:24:38Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp8hzkqrfj/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\n2025-04-08T19:24:41Z | INFO | [ Complete ] dest=/tmp/tmp8hzkqrfj/weights size=\"258 MB\" total_elapsed=2.450s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\nDownloaded weights in 2.47s\nLoaded LoRAs in 3.06s\nUsing seed: 47149\nPrompt: GHBL25_05 A young man with short, slightly tousled black hair and a trimmed beard sits indoors, smiling softly. He wears black rectangular glasses and a dark charcoal grey t-shirt. Warm ambient light glows from overhead ceiling lamps, casting a cozy atmosphere. Behind him, wooden beams line the ceiling, and large glass walls reveal leafy green plants outside, blending nature with a modern, wooden café interior. The mood is relaxed and inviting, capturing a quiet, cheerful moment of everyday life.\nInput image size: 2656x3540\n[!] Resizing input image from 2656x3540 to 1088x1440\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:01<00:27, 1.27s/it]\n 9%|▊ | 2/23 [00:02<00:29, 1.41s/it]\n 13%|█▎ | 3/23 [00:04<00:29, 1.46s/it]\n 17%|█▋ | 4/23 [00:05<00:28, 1.49s/it]\n 22%|██▏ | 5/23 [00:07<00:26, 1.50s/it]\n 26%|██▌ | 6/23 [00:08<00:25, 1.51s/it]\n 30%|███ | 7/23 [00:10<00:24, 1.51s/it]\n 35%|███▍ | 8/23 [00:11<00:22, 1.52s/it]\n 39%|███▉ | 9/23 [00:13<00:21, 1.52s/it]\n 43%|████▎ | 10/23 [00:14<00:19, 1.52s/it]\n 48%|████▊ | 11/23 [00:16<00:18, 1.52s/it]\n 52%|█████▏ | 12/23 [00:18<00:16, 1.52s/it]\n 57%|█████▋ | 13/23 [00:19<00:15, 1.52s/it]\n 61%|██████ | 14/23 [00:21<00:13, 1.52s/it]\n 65%|██████▌ | 15/23 [00:22<00:12, 1.52s/it]\n 70%|██████▉ | 16/23 [00:24<00:10, 1.52s/it]\n 74%|███████▍ | 17/23 [00:25<00:09, 1.52s/it]\n 78%|███████▊ | 18/23 [00:27<00:07, 1.52s/it]\n 83%|████████▎ | 19/23 [00:28<00:06, 1.52s/it]\n 87%|████████▋ | 20/23 [00:30<00:04, 1.52s/it]\n 91%|█████████▏| 21/23 [00:31<00:03, 1.52s/it]\n 96%|█████████▌| 22/23 [00:33<00:01, 1.52s/it]\n100%|██████████| 23/23 [00:34<00:00, 1.52s/it]\n100%|██████████| 23/23 [00:34<00:00, 1.51s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 44.276752796, "total_time": 44.316408 }, "output": [ "https://replicate.delivery/xezq/DqESh2MAezQRBqMrTiNEmMP17ifY5Y25NXSKGB4TgxhioygUA/out-0.webp", "https://replicate.delivery/xezq/1vewBfm2FLoWPEfcP4txJeVn0tiUXTOYE0iwgdt8Ht3KiKDSB/out-1.webp", "https://replicate.delivery/xezq/fkNMvGuHV0RPHalGKAARXbedLCSf7USlBIfJS6vIwcMKiKDSB/out-2.webp", "https://replicate.delivery/xezq/TfDogyUGPHTfGk8er1FXjmnewRHNX4BjeqHAwwO9e68qIqMIF/out-3.webp" ], "started_at": "2025-04-08T19:24:38.251655Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-saqsqh2uyy54sq26dpmy57qdecbxl2b7rqnaeof33jq24olgeujq", "get": "https://api.replicate.com/v1/predictions/p90v3amsrhrme0cp2ve88v5av0", "cancel": "https://api.replicate.com/v1/predictions/p90v3amsrhrme0cp2ve88v5av0/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated infree=25926819516416 Downloading weights 2025-04-08T19:24:38Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp8hzkqrfj/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar 2025-04-08T19:24:41Z | INFO | [ Complete ] dest=/tmp/tmp8hzkqrfj/weights size="258 MB" total_elapsed=2.450s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar Downloaded weights in 2.47s Loaded LoRAs in 3.06s Using seed: 47149 Prompt: GHBL25_05 A young man with short, slightly tousled black hair and a trimmed beard sits indoors, smiling softly. He wears black rectangular glasses and a dark charcoal grey t-shirt. Warm ambient light glows from overhead ceiling lamps, casting a cozy atmosphere. Behind him, wooden beams line the ceiling, and large glass walls reveal leafy green plants outside, blending nature with a modern, wooden café interior. The mood is relaxed and inviting, capturing a quiet, cheerful moment of everyday life. Input image size: 2656x3540 [!] Resizing input image from 2656x3540 to 1088x1440 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:01<00:27, 1.27s/it] 9%|▊ | 2/23 [00:02<00:29, 1.41s/it] 13%|█▎ | 3/23 [00:04<00:29, 1.46s/it] 17%|█▋ | 4/23 [00:05<00:28, 1.49s/it] 22%|██▏ | 5/23 [00:07<00:26, 1.50s/it] 26%|██▌ | 6/23 [00:08<00:25, 1.51s/it] 30%|███ | 7/23 [00:10<00:24, 1.51s/it] 35%|███▍ | 8/23 [00:11<00:22, 1.52s/it] 39%|███▉ | 9/23 [00:13<00:21, 1.52s/it] 43%|████▎ | 10/23 [00:14<00:19, 1.52s/it] 48%|████▊ | 11/23 [00:16<00:18, 1.52s/it] 52%|█████▏ | 12/23 [00:18<00:16, 1.52s/it] 57%|█████▋ | 13/23 [00:19<00:15, 1.52s/it] 61%|██████ | 14/23 [00:21<00:13, 1.52s/it] 65%|██████▌ | 15/23 [00:22<00:12, 1.52s/it] 70%|██████▉ | 16/23 [00:24<00:10, 1.52s/it] 74%|███████▍ | 17/23 [00:25<00:09, 1.52s/it] 78%|███████▊ | 18/23 [00:27<00:07, 1.52s/it] 83%|████████▎ | 19/23 [00:28<00:06, 1.52s/it] 87%|████████▋ | 20/23 [00:30<00:04, 1.52s/it] 91%|█████████▏| 21/23 [00:31<00:03, 1.52s/it] 96%|█████████▌| 22/23 [00:33<00:01, 1.52s/it] 100%|██████████| 23/23 [00:34<00:00, 1.52s/it] 100%|██████████| 23/23 [00:34<00:00, 1.51s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDnw6hdh60q5rma0cp2ver5th7k8StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A smiling couple embraces warmly on a wooden deck near the water. The man wears a light olive-green shirt with rolled-up sleeves and dark sunglasses. His arm is wrapped affectionately around the woman, who wears oversized sunglasses and a vibrant blue and white tropical-print outfit. Her red lipstick adds a touch of boldness to her relaxed look. The wooden planks beneath them are wet, reflecting soft light from the cloudy sky above. Lush plants peek from the edge of a wooden cabin nearby, suggesting a cozy, nature-filled seaside or lakeside retreat. The mood is cheerful and intimate, with the soft breeze of a tropical escape.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpNFtJlIr8Q3zRIJm3iKMNKjI4qCJpnkga3Gw69Az0z2IAF/photo_004.webp", "model": "dev", "prompt": "GHBL25_05 A smiling couple embraces warmly on a wooden deck near the water. The man wears a light olive-green shirt with rolled-up sleeves and dark sunglasses. His arm is wrapped affectionately around the woman, who wears oversized sunglasses and a vibrant blue and white tropical-print outfit. Her red lipstick adds a touch of boldness to her relaxed look. The wooden planks beneath them are wet, reflecting soft light from the cloudy sky above. Lush plants peek from the edge of a wooden cabin nearby, suggesting a cozy, nature-filled seaside or lakeside retreat. The mood is cheerful and intimate, with the soft breeze of a tropical escape.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpNFtJlIr8Q3zRIJm3iKMNKjI4qCJpnkga3Gw69Az0z2IAF/photo_004.webp", model: "dev", prompt: "GHBL25_05 A smiling couple embraces warmly on a wooden deck near the water. The man wears a light olive-green shirt with rolled-up sleeves and dark sunglasses. His arm is wrapped affectionately around the woman, who wears oversized sunglasses and a vibrant blue and white tropical-print outfit. Her red lipstick adds a touch of boldness to her relaxed look. The wooden planks beneath them are wet, reflecting soft light from the cloudy sky above. Lush plants peek from the edge of a wooden cabin nearby, suggesting a cozy, nature-filled seaside or lakeside retreat. The mood is cheerful and intimate, with the soft breeze of a tropical escape.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpNFtJlIr8Q3zRIJm3iKMNKjI4qCJpnkga3Gw69Az0z2IAF/photo_004.webp", "model": "dev", "prompt": "GHBL25_05 A smiling couple embraces warmly on a wooden deck near the water. The man wears a light olive-green shirt with rolled-up sleeves and dark sunglasses. His arm is wrapped affectionately around the woman, who wears oversized sunglasses and a vibrant blue and white tropical-print outfit. Her red lipstick adds a touch of boldness to her relaxed look. The wooden planks beneath them are wet, reflecting soft light from the cloudy sky above. Lush plants peek from the edge of a wooden cabin nearby, suggesting a cozy, nature-filled seaside or lakeside retreat. The mood is cheerful and intimate, with the soft breeze of a tropical escape.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpNFtJlIr8Q3zRIJm3iKMNKjI4qCJpnkga3Gw69Az0z2IAF/photo_004.webp", "model": "dev", "prompt": "GHBL25_05 A smiling couple embraces warmly on a wooden deck near the water. The man wears a light olive-green shirt with rolled-up sleeves and dark sunglasses. His arm is wrapped affectionately around the woman, who wears oversized sunglasses and a vibrant blue and white tropical-print outfit. Her red lipstick adds a touch of boldness to her relaxed look. The wooden planks beneath them are wet, reflecting soft light from the cloudy sky above. Lush plants peek from the edge of a wooden cabin nearby, suggesting a cozy, nature-filled seaside or lakeside retreat. The mood is cheerful and intimate, with the soft breeze of a tropical escape.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:26:24.972459Z", "created_at": "2025-04-08T19:25:53.721000Z", "data_removed": false, "error": null, "id": "nw6hdh60q5rma0cp2ver5th7k8", "input": { "image": "https://replicate.delivery/pbxt/MnpNFtJlIr8Q3zRIJm3iKMNKjI4qCJpnkga3Gw69Az0z2IAF/photo_004.webp", "model": "dev", "prompt": "GHBL25_05 A smiling couple embraces warmly on a wooden deck near the water. The man wears a light olive-green shirt with rolled-up sleeves and dark sunglasses. His arm is wrapped affectionately around the woman, who wears oversized sunglasses and a vibrant blue and white tropical-print outfit. Her red lipstick adds a touch of boldness to her relaxed look. The wooden planks beneath them are wet, reflecting soft light from the cloudy sky above. Lush plants peek from the edge of a wooden cabin nearby, suggesting a cozy, nature-filled seaside or lakeside retreat. The mood is cheerful and intimate, with the soft breeze of a tropical escape.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 34766\nPrompt: GHBL25_05 A smiling couple embraces warmly on a wooden deck near the water. The man wears a light olive-green shirt with rolled-up sleeves and dark sunglasses. His arm is wrapped affectionately around the woman, who wears oversized sunglasses and a vibrant blue and white tropical-print outfit. Her red lipstick adds a touch of boldness to her relaxed look. The wooden planks beneath them are wet, reflecting soft light from the cloudy sky above. Lush plants peek from the edge of a wooden cabin nearby, suggesting a cozy, nature-filled seaside or lakeside retreat. The mood is cheerful and intimate, with the soft breeze of a tropical escape.\nInput image size: 960x1280\n[!] Resizing input image from 960x1280 to 960x1280\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:20, 1.07it/s]\n 9%|▊ | 2/23 [00:02<00:22, 1.07s/it]\n 13%|█▎ | 3/23 [00:03<00:22, 1.11s/it]\n 17%|█▋ | 4/23 [00:04<00:21, 1.13s/it]\n 22%|██▏ | 5/23 [00:05<00:20, 1.15s/it]\n 26%|██▌ | 6/23 [00:06<00:19, 1.15s/it]\n 30%|███ | 7/23 [00:07<00:18, 1.16s/it]\n 35%|███▍ | 8/23 [00:09<00:17, 1.16s/it]\n 39%|███▉ | 9/23 [00:10<00:16, 1.16s/it]\n 43%|████▎ | 10/23 [00:11<00:15, 1.16s/it]\n 48%|████▊ | 11/23 [00:12<00:14, 1.17s/it]\n 52%|█████▏ | 12/23 [00:13<00:12, 1.17s/it]\n 57%|█████▋ | 13/23 [00:14<00:11, 1.17s/it]\n 61%|██████ | 14/23 [00:16<00:10, 1.17s/it]\n 65%|██████▌ | 15/23 [00:17<00:09, 1.17s/it]\n 70%|██████▉ | 16/23 [00:18<00:08, 1.17s/it]\n 74%|███████▍ | 17/23 [00:19<00:07, 1.17s/it]\n 78%|███████▊ | 18/23 [00:20<00:05, 1.17s/it]\n 83%|████████▎ | 19/23 [00:21<00:04, 1.17s/it]\n 87%|████████▋ | 20/23 [00:23<00:03, 1.17s/it]\n 91%|█████████▏| 21/23 [00:24<00:02, 1.17s/it]\n 96%|█████████▌| 22/23 [00:25<00:01, 1.18s/it]\n100%|██████████| 23/23 [00:26<00:00, 1.17s/it]\n100%|██████████| 23/23 [00:26<00:00, 1.16s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 31.241723628, "total_time": 31.251459 }, "output": [ "https://replicate.delivery/xezq/fnaJEKMvXcTEG6uOZ0Qw5axhnJ7zmC4W7O6ebat0ntFgpygUA/out-0.webp", "https://replicate.delivery/xezq/QfxjnqKd0EXdEaaure5jzEhU8b83L4PPnrVOcYqae6BBTlBpA/out-1.webp", "https://replicate.delivery/xezq/X90bFdgqHwI0BluJZ0ZPJZEhbGXmu7gxIf2PLAGJ51fgpygUA/out-2.webp", "https://replicate.delivery/xezq/EEdkbiC3k74gGFR9A6VBdo0fy1SajG1JZalfTtrozGfATlBpA/out-3.webp" ], "started_at": "2025-04-08T19:25:53.730736Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-tdrs6lutffo6p4qo3eux25y67hppkalq5enusv4imxxbgeasrriq", "get": "https://api.replicate.com/v1/predictions/nw6hdh60q5rma0cp2ver5th7k8", "cancel": "https://api.replicate.com/v1/predictions/nw6hdh60q5rma0cp2ver5th7k8/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 34766 Prompt: GHBL25_05 A smiling couple embraces warmly on a wooden deck near the water. The man wears a light olive-green shirt with rolled-up sleeves and dark sunglasses. His arm is wrapped affectionately around the woman, who wears oversized sunglasses and a vibrant blue and white tropical-print outfit. Her red lipstick adds a touch of boldness to her relaxed look. The wooden planks beneath them are wet, reflecting soft light from the cloudy sky above. Lush plants peek from the edge of a wooden cabin nearby, suggesting a cozy, nature-filled seaside or lakeside retreat. The mood is cheerful and intimate, with the soft breeze of a tropical escape. Input image size: 960x1280 [!] Resizing input image from 960x1280 to 960x1280 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:20, 1.07it/s] 9%|▊ | 2/23 [00:02<00:22, 1.07s/it] 13%|█▎ | 3/23 [00:03<00:22, 1.11s/it] 17%|█▋ | 4/23 [00:04<00:21, 1.13s/it] 22%|██▏ | 5/23 [00:05<00:20, 1.15s/it] 26%|██▌ | 6/23 [00:06<00:19, 1.15s/it] 30%|███ | 7/23 [00:07<00:18, 1.16s/it] 35%|███▍ | 8/23 [00:09<00:17, 1.16s/it] 39%|███▉ | 9/23 [00:10<00:16, 1.16s/it] 43%|████▎ | 10/23 [00:11<00:15, 1.16s/it] 48%|████▊ | 11/23 [00:12<00:14, 1.17s/it] 52%|█████▏ | 12/23 [00:13<00:12, 1.17s/it] 57%|█████▋ | 13/23 [00:14<00:11, 1.17s/it] 61%|██████ | 14/23 [00:16<00:10, 1.17s/it] 65%|██████▌ | 15/23 [00:17<00:09, 1.17s/it] 70%|██████▉ | 16/23 [00:18<00:08, 1.17s/it] 74%|███████▍ | 17/23 [00:19<00:07, 1.17s/it] 78%|███████▊ | 18/23 [00:20<00:05, 1.17s/it] 83%|████████▎ | 19/23 [00:21<00:04, 1.17s/it] 87%|████████▋ | 20/23 [00:23<00:03, 1.17s/it] 91%|█████████▏| 21/23 [00:24<00:02, 1.17s/it] 96%|█████████▌| 22/23 [00:25<00:01, 1.18s/it] 100%|██████████| 23/23 [00:26<00:00, 1.17s/it] 100%|██████████| 23/23 [00:26<00:00, 1.16s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDac41726s0nrmc0cp2vfa51tw4mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpOOFXOrBcGEXCTpc2JLNLUdCYgfGGXFCum0Qh2SSjUuQCi/photo_003.webp", "model": "dev", "prompt": "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpOOFXOrBcGEXCTpc2JLNLUdCYgfGGXFCum0Qh2SSjUuQCi/photo_003.webp", model: "dev", prompt: "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpOOFXOrBcGEXCTpc2JLNLUdCYgfGGXFCum0Qh2SSjUuQCi/photo_003.webp", "model": "dev", "prompt": "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpOOFXOrBcGEXCTpc2JLNLUdCYgfGGXFCum0Qh2SSjUuQCi/photo_003.webp", "model": "dev", "prompt": "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy\'s shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:27:38.291901Z", "created_at": "2025-04-08T19:27:05.477000Z", "data_removed": false, "error": null, "id": "ac41726s0nrmc0cp2vfa51tw4m", "input": { "image": "https://replicate.delivery/pbxt/MnpOOFXOrBcGEXCTpc2JLNLUdCYgfGGXFCum0Qh2SSjUuQCi/photo_003.webp", "model": "dev", "prompt": "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=25392331988992\nDownloading weights\n2025-04-08T19:27:05Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpsauzt5e5/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\n2025-04-08T19:27:08Z | INFO | [ Complete ] dest=/tmp/tmpsauzt5e5/weights size=\"258 MB\" total_elapsed=2.622s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\nDownloaded weights in 2.65s\nLoaded LoRAs in 3.27s\nUsing seed: 27015\nPrompt: GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.\nInput image size: 2252x4068\n[!] Resizing input image from 2252x4068 to 800x1440\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:19, 1.14it/s]\n 9%|▊ | 2/23 [00:01<00:21, 1.01s/it]\n 13%|█▎ | 3/23 [00:03<00:21, 1.05s/it]\n 17%|█▋ | 4/23 [00:04<00:20, 1.07s/it]\n 22%|██▏ | 5/23 [00:05<00:19, 1.08s/it]\n 26%|██▌ | 6/23 [00:06<00:18, 1.09s/it]\n 30%|███ | 7/23 [00:07<00:17, 1.09s/it]\n 35%|███▍ | 8/23 [00:08<00:16, 1.09s/it]\n 39%|███▉ | 9/23 [00:09<00:15, 1.10s/it]\n 43%|████▎ | 10/23 [00:10<00:14, 1.10s/it]\n 48%|████▊ | 11/23 [00:11<00:13, 1.10s/it]\n 52%|█████▏ | 12/23 [00:12<00:12, 1.10s/it]\n 57%|█████▋ | 13/23 [00:14<00:10, 1.10s/it]\n 61%|██████ | 14/23 [00:15<00:09, 1.10s/it]\n 65%|██████▌ | 15/23 [00:16<00:08, 1.10s/it]\n 70%|██████▉ | 16/23 [00:17<00:07, 1.10s/it]\n 74%|███████▍ | 17/23 [00:18<00:06, 1.10s/it]\n 78%|███████▊ | 18/23 [00:19<00:05, 1.10s/it]\n 83%|████████▎ | 19/23 [00:20<00:04, 1.10s/it]\n 87%|████████▋ | 20/23 [00:21<00:03, 1.10s/it]\n 91%|█████████▏| 21/23 [00:22<00:02, 1.10s/it]\n 96%|█████████▌| 22/23 [00:23<00:01, 1.10s/it]\n100%|██████████| 23/23 [00:25<00:00, 1.10s/it]\n100%|██████████| 23/23 [00:25<00:00, 1.09s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 32.805020129, "total_time": 32.814901 }, "output": [ "https://replicate.delivery/xezq/utf3wxOEUEwIVqYMTUFPO91AB7MkEWi2GMfKQkKZp15qqygUA/out-0.webp", "https://replicate.delivery/xezq/Mz2rfxjCL0w2e0eCOj9pxiZ5oGGNTOpaTbLmfsAIDdbqqKDSB/out-1.webp", "https://replicate.delivery/xezq/qQsebz6UM4ztPy2Ikc1uDbTDBawJgBpoLgv0zP0bfcLqqygUA/out-2.webp", "https://replicate.delivery/xezq/ee0X6A8jrCpBlE0Ee8RlJPpBkrbPAHJxSCIbEHA23lepqKDSB/out-3.webp" ], "started_at": "2025-04-08T19:27:05.486881Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-dabchobiucz5wcajtcykzx6yla7xeocyrxogfwq43hpd7hibwsyq", "get": "https://api.replicate.com/v1/predictions/ac41726s0nrmc0cp2vfa51tw4m", "cancel": "https://api.replicate.com/v1/predictions/ac41726s0nrmc0cp2vfa51tw4m/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated infree=25392331988992 Downloading weights 2025-04-08T19:27:05Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpsauzt5e5/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar 2025-04-08T19:27:08Z | INFO | [ Complete ] dest=/tmp/tmpsauzt5e5/weights size="258 MB" total_elapsed=2.622s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar Downloaded weights in 2.65s Loaded LoRAs in 3.27s Using seed: 27015 Prompt: GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world. Input image size: 2252x4068 [!] Resizing input image from 2252x4068 to 800x1440 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:19, 1.14it/s] 9%|▊ | 2/23 [00:01<00:21, 1.01s/it] 13%|█▎ | 3/23 [00:03<00:21, 1.05s/it] 17%|█▋ | 4/23 [00:04<00:20, 1.07s/it] 22%|██▏ | 5/23 [00:05<00:19, 1.08s/it] 26%|██▌ | 6/23 [00:06<00:18, 1.09s/it] 30%|███ | 7/23 [00:07<00:17, 1.09s/it] 35%|███▍ | 8/23 [00:08<00:16, 1.09s/it] 39%|███▉ | 9/23 [00:09<00:15, 1.10s/it] 43%|████▎ | 10/23 [00:10<00:14, 1.10s/it] 48%|████▊ | 11/23 [00:11<00:13, 1.10s/it] 52%|█████▏ | 12/23 [00:12<00:12, 1.10s/it] 57%|█████▋ | 13/23 [00:14<00:10, 1.10s/it] 61%|██████ | 14/23 [00:15<00:09, 1.10s/it] 65%|██████▌ | 15/23 [00:16<00:08, 1.10s/it] 70%|██████▉ | 16/23 [00:17<00:07, 1.10s/it] 74%|███████▍ | 17/23 [00:18<00:06, 1.10s/it] 78%|███████▊ | 18/23 [00:19<00:05, 1.10s/it] 83%|████████▎ | 19/23 [00:20<00:04, 1.10s/it] 87%|████████▋ | 20/23 [00:21<00:03, 1.10s/it] 91%|█████████▏| 21/23 [00:22<00:02, 1.10s/it] 96%|█████████▌| 22/23 [00:23<00:01, 1.10s/it] 100%|██████████| 23/23 [00:25<00:00, 1.10s/it] 100%|██████████| 23/23 [00:25<00:00, 1.09s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDwwsnaya8k5rma0cp2vgbyrvwdrStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpPstZKTv8vWKdACyYniNRVYP6li6bL5pf5q2IvtElFR5n9/photo_003.webp", "model": "dev", "prompt": "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpPstZKTv8vWKdACyYniNRVYP6li6bL5pf5q2IvtElFR5n9/photo_003.webp", model: "dev", prompt: "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpPstZKTv8vWKdACyYniNRVYP6li6bL5pf5q2IvtElFR5n9/photo_003.webp", "model": "dev", "prompt": "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpPstZKTv8vWKdACyYniNRVYP6li6bL5pf5q2IvtElFR5n9/photo_003.webp", "model": "dev", "prompt": "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy\'s shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:29:32.800840Z", "created_at": "2025-04-08T19:28:39.577000Z", "data_removed": false, "error": null, "id": "wwsnaya8k5rma0cp2vgbyrvwdr", "input": { "image": "https://replicate.delivery/pbxt/MnpPstZKTv8vWKdACyYniNRVYP6li6bL5pf5q2IvtElFR5n9/photo_003.webp", "model": "dev", "prompt": "GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=25428556476416\nDownloading weights\n2025-04-08T19:28:53Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppugra1qf/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\n2025-04-08T19:29:02Z | INFO | [ Complete ] dest=/tmp/tmppugra1qf/weights size=\"258 MB\" total_elapsed=9.932s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\nDownloaded weights in 9.96s\nLoaded LoRAs in 10.54s\nUsing seed: 55059\nPrompt: GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world.\nInput image size: 2252x4068\n[!] Resizing input image from 2252x4068 to 800x1440\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:19, 1.15it/s]\n 9%|▊ | 2/23 [00:01<00:21, 1.00s/it]\n 13%|█▎ | 3/23 [00:03<00:20, 1.05s/it]\n 17%|█▋ | 4/23 [00:04<00:20, 1.06s/it]\n 22%|██▏ | 5/23 [00:05<00:19, 1.08s/it]\n 26%|██▌ | 6/23 [00:06<00:18, 1.09s/it]\n 30%|███ | 7/23 [00:07<00:17, 1.09s/it]\n 35%|███▍ | 8/23 [00:08<00:16, 1.09s/it]\n 39%|███▉ | 9/23 [00:09<00:15, 1.10s/it]\n 43%|████▎ | 10/23 [00:10<00:14, 1.10s/it]\n 48%|████▊ | 11/23 [00:11<00:13, 1.10s/it]\n 52%|█████▏ | 12/23 [00:12<00:12, 1.10s/it]\n 57%|█████▋ | 13/23 [00:14<00:10, 1.10s/it]\n 61%|██████ | 14/23 [00:15<00:09, 1.10s/it]\n 65%|██████▌ | 15/23 [00:16<00:08, 1.10s/it]\n 70%|██████▉ | 16/23 [00:17<00:07, 1.10s/it]\n 74%|███████▍ | 17/23 [00:18<00:06, 1.10s/it]\n 78%|███████▊ | 18/23 [00:19<00:05, 1.10s/it]\n 83%|████████▎ | 19/23 [00:20<00:04, 1.10s/it]\n 87%|████████▋ | 20/23 [00:21<00:03, 1.10s/it]\n 91%|█████████▏| 21/23 [00:22<00:02, 1.10s/it]\n 96%|█████████▌| 22/23 [00:23<00:01, 1.10s/it]\n100%|██████████| 23/23 [00:25<00:00, 1.10s/it]\n100%|██████████| 23/23 [00:25<00:00, 1.09s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 39.936445222, "total_time": 53.22384 }, "output": [ "https://replicate.delivery/xezq/SwbTdRRNDbqUPl8qk5SfD5e5vO4uiOgxkXtZ86EKP6qcsygUA/out-0.webp", "https://replicate.delivery/xezq/HESkmRSzAHr1F5eRGMvJesFur7qEmzHmf9e763TxRrKxxKDSB/out-1.webp", "https://replicate.delivery/xezq/D4Wh8EQ7JAapBdoNL2F80Kz3e37cSo22MueZuZRk8VFcsygUA/out-2.webp", "https://replicate.delivery/xezq/CZ0svoAZLu5xItbToMkG5pByjOeRT5yypQq8IMaOFKNOWZQKA/out-3.webp" ], "started_at": "2025-04-08T19:28:52.864395Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-xt4rj4gtewhpa2fz4gof6phgmkbl2vb2ddalhyiqvb3ygndzvmea", "get": "https://api.replicate.com/v1/predictions/wwsnaya8k5rma0cp2vgbyrvwdr", "cancel": "https://api.replicate.com/v1/predictions/wwsnaya8k5rma0cp2vgbyrvwdr/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated infree=25428556476416 Downloading weights 2025-04-08T19:28:53Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppugra1qf/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar 2025-04-08T19:29:02Z | INFO | [ Complete ] dest=/tmp/tmppugra1qf/weights size="258 MB" total_elapsed=9.932s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar Downloaded weights in 9.96s Loaded LoRAs in 10.54s Using seed: 55059 Prompt: GHBL25_05 A young couple stands closely together in a modern, softly lit elevator with mirrored walls reflecting them multiple times. The girl wears a loose black dress and black slide sandals, her head resting gently on the boy's shoulder. She holds a phone with a yellow case in one hand and carries a small tan shoulder bag with floral patterns. The boy is dressed in a matching black outfit with black and white sneakers, looking calmly ahead. Cool white lights line the ceiling, casting a dreamy, almost futuristic glow across the reflective surfaces. The mood is serene and intimate, capturing a quiet shared moment in a mirrored world. Input image size: 2252x4068 [!] Resizing input image from 2252x4068 to 800x1440 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:19, 1.15it/s] 9%|▊ | 2/23 [00:01<00:21, 1.00s/it] 13%|█▎ | 3/23 [00:03<00:20, 1.05s/it] 17%|█▋ | 4/23 [00:04<00:20, 1.06s/it] 22%|██▏ | 5/23 [00:05<00:19, 1.08s/it] 26%|██▌ | 6/23 [00:06<00:18, 1.09s/it] 30%|███ | 7/23 [00:07<00:17, 1.09s/it] 35%|███▍ | 8/23 [00:08<00:16, 1.09s/it] 39%|███▉ | 9/23 [00:09<00:15, 1.10s/it] 43%|████▎ | 10/23 [00:10<00:14, 1.10s/it] 48%|████▊ | 11/23 [00:11<00:13, 1.10s/it] 52%|█████▏ | 12/23 [00:12<00:12, 1.10s/it] 57%|█████▋ | 13/23 [00:14<00:10, 1.10s/it] 61%|██████ | 14/23 [00:15<00:09, 1.10s/it] 65%|██████▌ | 15/23 [00:16<00:08, 1.10s/it] 70%|██████▉ | 16/23 [00:17<00:07, 1.10s/it] 74%|███████▍ | 17/23 [00:18<00:06, 1.10s/it] 78%|███████▊ | 18/23 [00:19<00:05, 1.10s/it] 83%|████████▎ | 19/23 [00:20<00:04, 1.10s/it] 87%|████████▋ | 20/23 [00:21<00:03, 1.10s/it] 91%|█████████▏| 21/23 [00:22<00:02, 1.10s/it] 96%|█████████▌| 22/23 [00:23<00:01, 1.10s/it] 100%|██████████| 23/23 [00:25<00:00, 1.10s/it] 100%|██████████| 23/23 [00:25<00:00, 1.09s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDqk215gqr7nrmc0cp2vgsex0qh0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A group of black-and-white cats lounge and play in a sunlit garden corner filled with green potted plants. Some cats sit gracefully on terracotta tiles, while others perch on planters or dangle lazily from tree branches above. One cat gazes skyward with its eyes closed, basking in the warmth of the sun. Another peers curiously through the leaves. The sunlight filters through the foliage, casting dappled shadows across the scene. The atmosphere is vibrant and whimsical, capturing a peaceful yet lively moment in a cozy garden full of curious feline personalities.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpRcchEtsXBtP9AZ7iF9PZcxJhwVkaK8qMKlXnkqNnYtCTB/photo_002.webp", "model": "dev", "prompt": "GHBL25_05 A group of black-and-white cats lounge and play in a sunlit garden corner filled with green potted plants. Some cats sit gracefully on terracotta tiles, while others perch on planters or dangle lazily from tree branches above. One cat gazes skyward with its eyes closed, basking in the warmth of the sun. Another peers curiously through the leaves. The sunlight filters through the foliage, casting dappled shadows across the scene. The atmosphere is vibrant and whimsical, capturing a peaceful yet lively moment in a cozy garden full of curious feline personalities.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpRcchEtsXBtP9AZ7iF9PZcxJhwVkaK8qMKlXnkqNnYtCTB/photo_002.webp", model: "dev", prompt: "GHBL25_05 A group of black-and-white cats lounge and play in a sunlit garden corner filled with green potted plants. Some cats sit gracefully on terracotta tiles, while others perch on planters or dangle lazily from tree branches above. One cat gazes skyward with its eyes closed, basking in the warmth of the sun. Another peers curiously through the leaves. The sunlight filters through the foliage, casting dappled shadows across the scene. The atmosphere is vibrant and whimsical, capturing a peaceful yet lively moment in a cozy garden full of curious feline personalities.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpRcchEtsXBtP9AZ7iF9PZcxJhwVkaK8qMKlXnkqNnYtCTB/photo_002.webp", "model": "dev", "prompt": "GHBL25_05 A group of black-and-white cats lounge and play in a sunlit garden corner filled with green potted plants. Some cats sit gracefully on terracotta tiles, while others perch on planters or dangle lazily from tree branches above. One cat gazes skyward with its eyes closed, basking in the warmth of the sun. Another peers curiously through the leaves. The sunlight filters through the foliage, casting dappled shadows across the scene. The atmosphere is vibrant and whimsical, capturing a peaceful yet lively moment in a cozy garden full of curious feline personalities.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpRcchEtsXBtP9AZ7iF9PZcxJhwVkaK8qMKlXnkqNnYtCTB/photo_002.webp", "model": "dev", "prompt": "GHBL25_05 A group of black-and-white cats lounge and play in a sunlit garden corner filled with green potted plants. Some cats sit gracefully on terracotta tiles, while others perch on planters or dangle lazily from tree branches above. One cat gazes skyward with its eyes closed, basking in the warmth of the sun. Another peers curiously through the leaves. The sunlight filters through the foliage, casting dappled shadows across the scene. The atmosphere is vibrant and whimsical, capturing a peaceful yet lively moment in a cozy garden full of curious feline personalities.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:31:03.383575Z", "created_at": "2025-04-08T19:30:30.077000Z", "data_removed": false, "error": null, "id": "qk215gqr7nrmc0cp2vgsex0qh0", "input": { "image": "https://replicate.delivery/pbxt/MnpRcchEtsXBtP9AZ7iF9PZcxJhwVkaK8qMKlXnkqNnYtCTB/photo_002.webp", "model": "dev", "prompt": "GHBL25_05 A group of black-and-white cats lounge and play in a sunlit garden corner filled with green potted plants. Some cats sit gracefully on terracotta tiles, while others perch on planters or dangle lazily from tree branches above. One cat gazes skyward with its eyes closed, basking in the warmth of the sun. Another peers curiously through the leaves. The sunlight filters through the foliage, casting dappled shadows across the scene. The atmosphere is vibrant and whimsical, capturing a peaceful yet lively moment in a cozy garden full of curious feline personalities.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27526061744128\nDownloading weights\n2025-04-08T19:30:30Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpcyyuzlww/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\n2025-04-08T19:30:33Z | INFO | [ Complete ] dest=/tmp/tmpcyyuzlww/weights size=\"258 MB\" total_elapsed=3.357s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\nDownloaded weights in 3.38s\nLoaded LoRAs in 3.97s\nUsing seed: 12307\nPrompt: GHBL25_05 A group of black-and-white cats lounge and play in a sunlit garden corner filled with green potted plants. Some cats sit gracefully on terracotta tiles, while others perch on planters or dangle lazily from tree branches above. One cat gazes skyward with its eyes closed, basking in the warmth of the sun. Another peers curiously through the leaves. The sunlight filters through the foliage, casting dappled shadows across the scene. The atmosphere is vibrant and whimsical, capturing a peaceful yet lively moment in a cozy garden full of curious feline personalities.\nInput image size: 2340x4160\n[!] Resizing input image from 2340x4160 to 816x1440\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:19, 1.14it/s]\n 9%|▊ | 2/23 [00:01<00:21, 1.01s/it]\n 13%|█▎ | 3/23 [00:03<00:21, 1.05s/it]\n 17%|█▋ | 4/23 [00:04<00:20, 1.07s/it]\n 22%|██▏ | 5/23 [00:05<00:19, 1.08s/it]\n 26%|██▌ | 6/23 [00:06<00:18, 1.09s/it]\n 30%|███ | 7/23 [00:07<00:17, 1.09s/it]\n 35%|███▍ | 8/23 [00:08<00:16, 1.10s/it]\n 39%|███▉ | 9/23 [00:09<00:15, 1.09s/it]\n 43%|████▎ | 10/23 [00:10<00:14, 1.10s/it]\n 48%|████▊ | 11/23 [00:11<00:13, 1.10s/it]\n 52%|█████▏ | 12/23 [00:12<00:12, 1.10s/it]\n 57%|█████▋ | 13/23 [00:14<00:10, 1.10s/it]\n 61%|██████ | 14/23 [00:15<00:09, 1.10s/it]\n 65%|██████▌ | 15/23 [00:16<00:08, 1.10s/it]\n 70%|██████▉ | 16/23 [00:17<00:07, 1.10s/it]\n 74%|███████▍ | 17/23 [00:18<00:06, 1.10s/it]\n 78%|███████▊ | 18/23 [00:19<00:05, 1.10s/it]\n 83%|████████▎ | 19/23 [00:20<00:04, 1.10s/it]\n 87%|████████▋ | 20/23 [00:21<00:03, 1.10s/it]\n 91%|█████████▏| 21/23 [00:22<00:02, 1.10s/it]\n 96%|█████████▌| 22/23 [00:23<00:01, 1.10s/it]\n100%|██████████| 23/23 [00:25<00:00, 1.10s/it]\n100%|██████████| 23/23 [00:25<00:00, 1.09s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 33.297407469, "total_time": 33.306575 }, "output": [ "https://replicate.delivery/xezq/ge2fjmgzDfY5aprz9ZAlciTleyVPffvgvKzVPwEaDiSe7WZQKA/out-0.webp", "https://replicate.delivery/xezq/V7punyvomIYINZyU7hOuPCjE1EH3afAqIM9bDl6zSRk7WZQKA/out-1.webp", "https://replicate.delivery/xezq/L9Y2kaiv6toNKxiqivgE0PehEOya1LeeLdnCED524eod3KDSB/out-2.webp", "https://replicate.delivery/xezq/vHwadBZ3SKrPLJeq8BJTzVWQFDGjXzGUxHgovo4eXEC3tygUA/out-3.webp" ], "started_at": "2025-04-08T19:30:30.086168Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-7254woaqj5q4vqxgd774gsz6zprfgn7kakmswttkqyypteim2wra", "get": "https://api.replicate.com/v1/predictions/qk215gqr7nrmc0cp2vgsex0qh0", "cancel": "https://api.replicate.com/v1/predictions/qk215gqr7nrmc0cp2vgsex0qh0/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated infree=27526061744128 Downloading weights 2025-04-08T19:30:30Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpcyyuzlww/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar 2025-04-08T19:30:33Z | INFO | [ Complete ] dest=/tmp/tmpcyyuzlww/weights size="258 MB" total_elapsed=3.357s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar Downloaded weights in 3.38s Loaded LoRAs in 3.97s Using seed: 12307 Prompt: GHBL25_05 A group of black-and-white cats lounge and play in a sunlit garden corner filled with green potted plants. Some cats sit gracefully on terracotta tiles, while others perch on planters or dangle lazily from tree branches above. One cat gazes skyward with its eyes closed, basking in the warmth of the sun. Another peers curiously through the leaves. The sunlight filters through the foliage, casting dappled shadows across the scene. The atmosphere is vibrant and whimsical, capturing a peaceful yet lively moment in a cozy garden full of curious feline personalities. Input image size: 2340x4160 [!] Resizing input image from 2340x4160 to 816x1440 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:19, 1.14it/s] 9%|▊ | 2/23 [00:01<00:21, 1.01s/it] 13%|█▎ | 3/23 [00:03<00:21, 1.05s/it] 17%|█▋ | 4/23 [00:04<00:20, 1.07s/it] 22%|██▏ | 5/23 [00:05<00:19, 1.08s/it] 26%|██▌ | 6/23 [00:06<00:18, 1.09s/it] 30%|███ | 7/23 [00:07<00:17, 1.09s/it] 35%|███▍ | 8/23 [00:08<00:16, 1.10s/it] 39%|███▉ | 9/23 [00:09<00:15, 1.09s/it] 43%|████▎ | 10/23 [00:10<00:14, 1.10s/it] 48%|████▊ | 11/23 [00:11<00:13, 1.10s/it] 52%|█████▏ | 12/23 [00:12<00:12, 1.10s/it] 57%|█████▋ | 13/23 [00:14<00:10, 1.10s/it] 61%|██████ | 14/23 [00:15<00:09, 1.10s/it] 65%|██████▌ | 15/23 [00:16<00:08, 1.10s/it] 70%|██████▉ | 16/23 [00:17<00:07, 1.10s/it] 74%|███████▍ | 17/23 [00:18<00:06, 1.10s/it] 78%|███████▊ | 18/23 [00:19<00:05, 1.10s/it] 83%|████████▎ | 19/23 [00:20<00:04, 1.10s/it] 87%|████████▋ | 20/23 [00:21<00:03, 1.10s/it] 91%|█████████▏| 21/23 [00:22<00:02, 1.10s/it] 96%|█████████▌| 22/23 [00:23<00:01, 1.10s/it] 100%|██████████| 23/23 [00:25<00:00, 1.10s/it] 100%|██████████| 23/23 [00:25<00:00, 1.09s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDn73g2rdfznrmc0cp2vj92ny1frStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A young man stands alone in a modern restroom, taking a selfie in the mirror. He wears a navy blue hoodie with white drawstrings and lettering on the chest, paired with matching sweatpants. A black knit beanie covers his head, and he sports rectangular glasses. His expression is calm and introspective. The restroom has gray tiled walls, a metal stall door, and a paper dispenser visible in the background. The mirror reflects the soft white ceiling lights, adding a gentle glow to the scene. The atmosphere feels still and quietly reflective — a solitary moment in an ordinary setting.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpUQHjPaDdPIflUP4t5ohuJEXMJ9U2rcwLaLvrYiUY1YcGP/photo_006.webp", "model": "dev", "prompt": "GHBL25_05 A young man stands alone in a modern restroom, taking a selfie in the mirror. He wears a navy blue hoodie with white drawstrings and lettering on the chest, paired with matching sweatpants. A black knit beanie covers his head, and he sports rectangular glasses. His expression is calm and introspective. The restroom has gray tiled walls, a metal stall door, and a paper dispenser visible in the background. The mirror reflects the soft white ceiling lights, adding a gentle glow to the scene. The atmosphere feels still and quietly reflective — a solitary moment in an ordinary setting.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpUQHjPaDdPIflUP4t5ohuJEXMJ9U2rcwLaLvrYiUY1YcGP/photo_006.webp", model: "dev", prompt: "GHBL25_05 A young man stands alone in a modern restroom, taking a selfie in the mirror. He wears a navy blue hoodie with white drawstrings and lettering on the chest, paired with matching sweatpants. A black knit beanie covers his head, and he sports rectangular glasses. His expression is calm and introspective. The restroom has gray tiled walls, a metal stall door, and a paper dispenser visible in the background. The mirror reflects the soft white ceiling lights, adding a gentle glow to the scene. The atmosphere feels still and quietly reflective — a solitary moment in an ordinary setting.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpUQHjPaDdPIflUP4t5ohuJEXMJ9U2rcwLaLvrYiUY1YcGP/photo_006.webp", "model": "dev", "prompt": "GHBL25_05 A young man stands alone in a modern restroom, taking a selfie in the mirror. He wears a navy blue hoodie with white drawstrings and lettering on the chest, paired with matching sweatpants. A black knit beanie covers his head, and he sports rectangular glasses. His expression is calm and introspective. The restroom has gray tiled walls, a metal stall door, and a paper dispenser visible in the background. The mirror reflects the soft white ceiling lights, adding a gentle glow to the scene. The atmosphere feels still and quietly reflective — a solitary moment in an ordinary setting.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpUQHjPaDdPIflUP4t5ohuJEXMJ9U2rcwLaLvrYiUY1YcGP/photo_006.webp", "model": "dev", "prompt": "GHBL25_05 A young man stands alone in a modern restroom, taking a selfie in the mirror. He wears a navy blue hoodie with white drawstrings and lettering on the chest, paired with matching sweatpants. A black knit beanie covers his head, and he sports rectangular glasses. His expression is calm and introspective. The restroom has gray tiled walls, a metal stall door, and a paper dispenser visible in the background. The mirror reflects the soft white ceiling lights, adding a gentle glow to the scene. The atmosphere feels still and quietly reflective — a solitary moment in an ordinary setting.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:34:13.397183Z", "created_at": "2025-04-08T19:33:28.189000Z", "data_removed": false, "error": null, "id": "n73g2rdfznrmc0cp2vj92ny1fr", "input": { "image": "https://replicate.delivery/pbxt/MnpUQHjPaDdPIflUP4t5ohuJEXMJ9U2rcwLaLvrYiUY1YcGP/photo_006.webp", "model": "dev", "prompt": "GHBL25_05 A young man stands alone in a modern restroom, taking a selfie in the mirror. He wears a navy blue hoodie with white drawstrings and lettering on the chest, paired with matching sweatpants. A black knit beanie covers his head, and he sports rectangular glasses. His expression is calm and introspective. The restroom has gray tiled walls, a metal stall door, and a paper dispenser visible in the background. The mirror reflects the soft white ceiling lights, adding a gentle glow to the scene. The atmosphere feels still and quietly reflective — a solitary moment in an ordinary setting.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26066036387840\nDownloading weights\n2025-04-08T19:33:33Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpm335cjqg/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\n2025-04-08T19:33:36Z | INFO | [ Complete ] dest=/tmp/tmpm335cjqg/weights size=\"258 MB\" total_elapsed=3.186s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar\nDownloaded weights in 3.21s\nLoaded LoRAs in 3.79s\nUsing seed: 367\nPrompt: GHBL25_05 A young man stands alone in a modern restroom, taking a selfie in the mirror. He wears a navy blue hoodie with white drawstrings and lettering on the chest, paired with matching sweatpants. A black knit beanie covers his head, and he sports rectangular glasses. His expression is calm and introspective. The restroom has gray tiled walls, a metal stall door, and a paper dispenser visible in the background. The mirror reflects the soft white ceiling lights, adding a gentle glow to the scene. The atmosphere feels still and quietly reflective — a solitary moment in an ordinary setting.\nInput image size: 3024x4032\n[!] Resizing input image from 3024x4032 to 1088x1440\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:01<00:26, 1.20s/it]\n 9%|▊ | 2/23 [00:02<00:28, 1.38s/it]\n 13%|█▎ | 3/23 [00:04<00:28, 1.44s/it]\n 17%|█▋ | 4/23 [00:05<00:27, 1.46s/it]\n 22%|██▏ | 5/23 [00:07<00:26, 1.48s/it]\n 26%|██▌ | 6/23 [00:08<00:25, 1.49s/it]\n 30%|███ | 7/23 [00:10<00:23, 1.49s/it]\n 35%|███▍ | 8/23 [00:11<00:22, 1.50s/it]\n 39%|███▉ | 9/23 [00:13<00:21, 1.50s/it]\n 43%|████▎ | 10/23 [00:14<00:19, 1.50s/it]\n 48%|████▊ | 11/23 [00:16<00:18, 1.50s/it]\n 52%|█████▏ | 12/23 [00:17<00:16, 1.50s/it]\n 57%|█████▋ | 13/23 [00:19<00:15, 1.50s/it]\n 61%|██████ | 14/23 [00:20<00:13, 1.50s/it]\n 65%|██████▌ | 15/23 [00:22<00:12, 1.50s/it]\n 70%|██████▉ | 16/23 [00:23<00:10, 1.50s/it]\n 74%|███████▍ | 17/23 [00:25<00:09, 1.50s/it]\n 78%|███████▊ | 18/23 [00:26<00:07, 1.50s/it]\n 83%|████████▎ | 19/23 [00:28<00:06, 1.50s/it]\n 87%|████████▋ | 20/23 [00:29<00:04, 1.50s/it]\n 91%|█████████▏| 21/23 [00:31<00:03, 1.50s/it]\n 96%|█████████▌| 22/23 [00:32<00:01, 1.50s/it]\n100%|██████████| 23/23 [00:34<00:00, 1.50s/it]\n100%|██████████| 23/23 [00:34<00:00, 1.49s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 40.077081704, "total_time": 45.208183 }, "output": [ "https://replicate.delivery/xezq/fCwDKtHSKJysYadEqTOAHQTeaSEN2jxe6ujzTIROeevvGWGkC/out-0.webp", "https://replicate.delivery/xezq/cVVke5eOE8vD3kY5MlUxPWeg6wx2pRvaEq5j4zV57xmqhlBpA/out-1.webp", "https://replicate.delivery/xezq/gXYZnh9i5JaFM9VWeFHDrKHaTZfrvWERPU2yhoM2YiN1wygUA/out-2.webp", "https://replicate.delivery/xezq/VNtzorj6CN6iHBHMXHT0npQWXt3ue17dnT0jtdzEzqe1wygUA/out-3.webp" ], "started_at": "2025-04-08T19:33:33.320102Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-gdzlqcbsdluv3tsxw744gpnsqndkyjpv44pl5i7urjdnvtbs52za", "get": "https://api.replicate.com/v1/predictions/n73g2rdfznrmc0cp2vj92ny1fr", "cancel": "https://api.replicate.com/v1/predictions/n73g2rdfznrmc0cp2vj92ny1fr/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated infree=26066036387840 Downloading weights 2025-04-08T19:33:33Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpm335cjqg/weights url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar 2025-04-08T19:33:36Z | INFO | [ Complete ] dest=/tmp/tmpm335cjqg/weights size="258 MB" total_elapsed=3.186s url=https://replicate.delivery/xezq/mm8n9SK9FbqVBphgkHzigzeyMoG79YreAF8CLMGVBH6eCfCSB/trained_model.tar Downloaded weights in 3.21s Loaded LoRAs in 3.79s Using seed: 367 Prompt: GHBL25_05 A young man stands alone in a modern restroom, taking a selfie in the mirror. He wears a navy blue hoodie with white drawstrings and lettering on the chest, paired with matching sweatpants. A black knit beanie covers his head, and he sports rectangular glasses. His expression is calm and introspective. The restroom has gray tiled walls, a metal stall door, and a paper dispenser visible in the background. The mirror reflects the soft white ceiling lights, adding a gentle glow to the scene. The atmosphere feels still and quietly reflective — a solitary moment in an ordinary setting. Input image size: 3024x4032 [!] Resizing input image from 3024x4032 to 1088x1440 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:01<00:26, 1.20s/it] 9%|▊ | 2/23 [00:02<00:28, 1.38s/it] 13%|█▎ | 3/23 [00:04<00:28, 1.44s/it] 17%|█▋ | 4/23 [00:05<00:27, 1.46s/it] 22%|██▏ | 5/23 [00:07<00:26, 1.48s/it] 26%|██▌ | 6/23 [00:08<00:25, 1.49s/it] 30%|███ | 7/23 [00:10<00:23, 1.49s/it] 35%|███▍ | 8/23 [00:11<00:22, 1.50s/it] 39%|███▉ | 9/23 [00:13<00:21, 1.50s/it] 43%|████▎ | 10/23 [00:14<00:19, 1.50s/it] 48%|████▊ | 11/23 [00:16<00:18, 1.50s/it] 52%|█████▏ | 12/23 [00:17<00:16, 1.50s/it] 57%|█████▋ | 13/23 [00:19<00:15, 1.50s/it] 61%|██████ | 14/23 [00:20<00:13, 1.50s/it] 65%|██████▌ | 15/23 [00:22<00:12, 1.50s/it] 70%|██████▉ | 16/23 [00:23<00:10, 1.50s/it] 74%|███████▍ | 17/23 [00:25<00:09, 1.50s/it] 78%|███████▊ | 18/23 [00:26<00:07, 1.50s/it] 83%|████████▎ | 19/23 [00:28<00:06, 1.50s/it] 87%|████████▋ | 20/23 [00:29<00:04, 1.50s/it] 91%|█████████▏| 21/23 [00:31<00:03, 1.50s/it] 96%|█████████▌| 22/23 [00:32<00:01, 1.50s/it] 100%|██████████| 23/23 [00:34<00:00, 1.50s/it] 100%|██████████| 23/23 [00:34<00:00, 1.49s/it] Total safe images: 4 out of 4
Prediction
simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53IDad01d3x8s5rm80cp2vk9eejn4rStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- GHBL25_05 A cheerful schoolboy smiles brightly, his face covered in vivid Holi colors—splashes of pink, green, orange, and purple standing out against his skin. He wears a light blue collared shirt with a striped red and white school uniform and a navy blue sleeveless sweater vest with a school emblem. Behind him, a flight of stone stairs leads up to a bright yellow building with potted plants lining the walkway. On one side, marigold flowers bloom beside a small palm, adding a burst of orange to the festive scene. The air feels joyful and full of spring energy, capturing the spirit of celebration in a school courtyard.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://replicate.delivery/pbxt/MnpWUEKHv8ha6TGtcgXjHPg9xKKRE3mF2Vy8ELUxyg0651o0/photo_001.webp", "model": "dev", "prompt": "GHBL25_05 \nA cheerful schoolboy smiles brightly, his face covered in vivid Holi colors—splashes of pink, green, orange, and purple standing out against his skin. He wears a light blue collared shirt with a striped red and white school uniform and a navy blue sleeveless sweater vest with a school emblem. Behind him, a flight of stone stairs leads up to a bright yellow building with potted plants lining the walkway. On one side, marigold flowers bloom beside a small palm, adding a burst of orange to the festive scene. The air feels joyful and full of spring energy, capturing the spirit of celebration in a school courtyard.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", { input: { image: "https://replicate.delivery/pbxt/MnpWUEKHv8ha6TGtcgXjHPg9xKKRE3mF2Vy8ELUxyg0651o0/photo_001.webp", model: "dev", prompt: "GHBL25_05 \nA cheerful schoolboy smiles brightly, his face covered in vivid Holi colors—splashes of pink, green, orange, and purple standing out against his skin. He wears a light blue collared shirt with a striped red and white school uniform and a navy blue sleeveless sweater vest with a school emblem. Behind him, a flight of stone stairs leads up to a bright yellow building with potted plants lining the walkway. On one side, marigold flowers bloom beside a small palm, adding a burst of orange to the festive scene. The air feels joyful and full of spring energy, capturing the spirit of celebration in a school courtyard.\n\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", 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 simon_colby/ghibli-flux-rdancer-05 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", input={ "image": "https://replicate.delivery/pbxt/MnpWUEKHv8ha6TGtcgXjHPg9xKKRE3mF2Vy8ELUxyg0651o0/photo_001.webp", "model": "dev", "prompt": "GHBL25_05 \nA cheerful schoolboy smiles brightly, his face covered in vivid Holi colors—splashes of pink, green, orange, and purple standing out against his skin. He wears a light blue collared shirt with a striped red and white school uniform and a navy blue sleeveless sweater vest with a school emblem. Behind him, a flight of stone stairs leads up to a bright yellow building with potted plants lining the walkway. On one side, marigold flowers bloom beside a small palm, adding a burst of orange to the festive scene. The air feels joyful and full of spring energy, capturing the spirit of celebration in a school courtyard.\n\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run simon_colby/ghibli-flux-rdancer-05 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": "simon_colby/ghibli-flux-rdancer-05:fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53", "input": { "image": "https://replicate.delivery/pbxt/MnpWUEKHv8ha6TGtcgXjHPg9xKKRE3mF2Vy8ELUxyg0651o0/photo_001.webp", "model": "dev", "prompt": "GHBL25_05 \\nA cheerful schoolboy smiles brightly, his face covered in vivid Holi colors—splashes of pink, green, orange, and purple standing out against his skin. He wears a light blue collared shirt with a striped red and white school uniform and a navy blue sleeveless sweater vest with a school emblem. Behind him, a flight of stone stairs leads up to a bright yellow building with potted plants lining the walkway. On one side, marigold flowers bloom beside a small palm, adding a burst of orange to the festive scene. The air feels joyful and full of spring energy, capturing the spirit of celebration in a school courtyard.\\n\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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-04-08T19:36:10.451558Z", "created_at": "2025-04-08T19:35:37.417000Z", "data_removed": false, "error": null, "id": "ad01d3x8s5rm80cp2vk9eejn4r", "input": { "image": "https://replicate.delivery/pbxt/MnpWUEKHv8ha6TGtcgXjHPg9xKKRE3mF2Vy8ELUxyg0651o0/photo_001.webp", "model": "dev", "prompt": "GHBL25_05 \nA cheerful schoolboy smiles brightly, his face covered in vivid Holi colors—splashes of pink, green, orange, and purple standing out against his skin. He wears a light blue collared shirt with a striped red and white school uniform and a navy blue sleeveless sweater vest with a school emblem. Behind him, a flight of stone stairs leads up to a bright yellow building with potted plants lining the walkway. On one side, marigold flowers bloom beside a small palm, adding a burst of orange to the festive scene. The air feels joyful and full of spring energy, capturing the spirit of celebration in a school courtyard.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "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.61s\nUsing seed: 35833\nPrompt: GHBL25_05\nA cheerful schoolboy smiles brightly, his face covered in vivid Holi colors—splashes of pink, green, orange, and purple standing out against his skin. He wears a light blue collared shirt with a striped red and white school uniform and a navy blue sleeveless sweater vest with a school emblem. Behind him, a flight of stone stairs leads up to a bright yellow building with potted plants lining the walkway. On one side, marigold flowers bloom beside a small palm, adding a burst of orange to the festive scene. The air feels joyful and full of spring energy, capturing the spirit of celebration in a school courtyard.\nInput image size: 4000x2380\n[!] Resizing input image from 4000x2380 to 1440x864\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:20, 1.08it/s]\n 9%|▊ | 2/23 [00:02<00:22, 1.06s/it]\n 13%|█▎ | 3/23 [00:03<00:22, 1.12s/it]\n 17%|█▋ | 4/23 [00:04<00:21, 1.13s/it]\n 22%|██▏ | 5/23 [00:05<00:20, 1.15s/it]\n 26%|██▌ | 6/23 [00:06<00:19, 1.16s/it]\n 30%|███ | 7/23 [00:07<00:18, 1.16s/it]\n 35%|███▍ | 8/23 [00:09<00:17, 1.16s/it]\n 39%|███▉ | 9/23 [00:10<00:16, 1.16s/it]\n 43%|████▎ | 10/23 [00:11<00:15, 1.17s/it]\n 48%|████▊ | 11/23 [00:12<00:14, 1.17s/it]\n 52%|█████▏ | 12/23 [00:13<00:12, 1.17s/it]\n 57%|█████▋ | 13/23 [00:14<00:11, 1.17s/it]\n 61%|██████ | 14/23 [00:16<00:10, 1.17s/it]\n 65%|██████▌ | 15/23 [00:17<00:09, 1.17s/it]\n 70%|██████▉ | 16/23 [00:18<00:08, 1.17s/it]\n 74%|███████▍ | 17/23 [00:19<00:07, 1.17s/it]\n 78%|███████▊ | 18/23 [00:20<00:05, 1.17s/it]\n 83%|████████▎ | 19/23 [00:21<00:04, 1.17s/it]\n 87%|████████▋ | 20/23 [00:23<00:03, 1.17s/it]\n 91%|█████████▏| 21/23 [00:24<00:02, 1.17s/it]\n 96%|█████████▌| 22/23 [00:25<00:01, 1.17s/it]\n100%|██████████| 23/23 [00:26<00:00, 1.17s/it]\n100%|██████████| 23/23 [00:26<00:00, 1.16s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 32.08150681, "total_time": 33.034558 }, "output": [ "https://replicate.delivery/xezq/W1ysHPOXYaagEJ8GGVLw15ADnNEIfOHXikKqVha2GBMVZZQKA/out-0.webp", "https://replicate.delivery/xezq/LBCDI5K83rbeDSP4negbOmDfefiDnHof4qvkq1G8e35IVZZQKA/out-1.webp", "https://replicate.delivery/xezq/98IsSaiMXXqtKtJreZNppKGyDLaWW6r8nbFLnlteDcWqyygUA/out-2.webp", "https://replicate.delivery/xezq/yWyLIRmosoZ4I1eam62nPYk58lkTJ23Pnb9uXm1l39EVZZQKA/out-3.webp" ], "started_at": "2025-04-08T19:35:38.370051Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-kd2ly2rn2w6c6ys7vpcvr3m2tdbart5pa2bjlzmvsac7vxtn2x4q", "get": "https://api.replicate.com/v1/predictions/ad01d3x8s5rm80cp2vk9eejn4r", "cancel": "https://api.replicate.com/v1/predictions/ad01d3x8s5rm80cp2vk9eejn4r/cancel" }, "version": "fbc7c9f759e43fa0e4bf20157b496c318910a3b2a3fd381b6a40cd9a9ad9ab53" }
Generated inLoaded LoRAs in 0.61s Using seed: 35833 Prompt: GHBL25_05 A cheerful schoolboy smiles brightly, his face covered in vivid Holi colors—splashes of pink, green, orange, and purple standing out against his skin. He wears a light blue collared shirt with a striped red and white school uniform and a navy blue sleeveless sweater vest with a school emblem. Behind him, a flight of stone stairs leads up to a bright yellow building with potted plants lining the walkway. On one side, marigold flowers bloom beside a small palm, adding a burst of orange to the festive scene. The air feels joyful and full of spring energy, capturing the spirit of celebration in a school courtyard. Input image size: 4000x2380 [!] Resizing input image from 4000x2380 to 1440x864 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:20, 1.08it/s] 9%|▊ | 2/23 [00:02<00:22, 1.06s/it] 13%|█▎ | 3/23 [00:03<00:22, 1.12s/it] 17%|█▋ | 4/23 [00:04<00:21, 1.13s/it] 22%|██▏ | 5/23 [00:05<00:20, 1.15s/it] 26%|██▌ | 6/23 [00:06<00:19, 1.16s/it] 30%|███ | 7/23 [00:07<00:18, 1.16s/it] 35%|███▍ | 8/23 [00:09<00:17, 1.16s/it] 39%|███▉ | 9/23 [00:10<00:16, 1.16s/it] 43%|████▎ | 10/23 [00:11<00:15, 1.17s/it] 48%|████▊ | 11/23 [00:12<00:14, 1.17s/it] 52%|█████▏ | 12/23 [00:13<00:12, 1.17s/it] 57%|█████▋ | 13/23 [00:14<00:11, 1.17s/it] 61%|██████ | 14/23 [00:16<00:10, 1.17s/it] 65%|██████▌ | 15/23 [00:17<00:09, 1.17s/it] 70%|██████▉ | 16/23 [00:18<00:08, 1.17s/it] 74%|███████▍ | 17/23 [00:19<00:07, 1.17s/it] 78%|███████▊ | 18/23 [00:20<00:05, 1.17s/it] 83%|████████▎ | 19/23 [00:21<00:04, 1.17s/it] 87%|████████▋ | 20/23 [00:23<00:03, 1.17s/it] 91%|█████████▏| 21/23 [00:24<00:02, 1.17s/it] 96%|█████████▌| 22/23 [00:25<00:01, 1.17s/it] 100%|██████████| 23/23 [00:26<00:00, 1.17s/it] 100%|██████████| 23/23 [00:26<00:00, 1.16s/it] Total safe images: 4 out of 4
Want to make some of these yourself?
Run this model