danila013 / ghibli-easycontrol
Ghiblify your image – ChatGPT-level quality, 10× faster and cheaper.
- Public
- 130.3K runs
-
L40S
Prediction
danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66Input
- seed
- -1
- prompt
- Ghibli Studio style, Charming hand-drawn anime-style illustration
- lora_weight
- 1
- guidance_scale
- 3.5
- num_inference_steps
- 25
{ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtnzqdpB6rxXM7nzTecxEV3ROQopNhwpHDIIrDVgQAxdTLf/pexels-augustocarneirojr-30861477.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", { input: { seed: -1, prompt: "Ghibli Studio style, Charming hand-drawn anime-style illustration", input_image: "https://replicate.delivery/pbxt/MqtnzqdpB6rxXM7nzTecxEV3ROQopNhwpHDIIrDVgQAxdTLf/pexels-augustocarneirojr-30861477.jpg", lora_weight: 1, guidance_scale: 3.5, num_inference_steps: 25 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", input={ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtnzqdpB6rxXM7nzTecxEV3ROQopNhwpHDIIrDVgQAxdTLf/pexels-augustocarneirojr-30861477.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run danila013/ghibli-easycontrol 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": "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtnzqdpB6rxXM7nzTecxEV3ROQopNhwpHDIIrDVgQAxdTLf/pexels-augustocarneirojr-30861477.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-17T11:08:17.290282Z", "created_at": "2025-04-17T11:06:24.472000Z", "data_removed": false, "error": null, "id": "z5d97d5hb1rma0cp8dpv8w65s8", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtnzqdpB6rxXM7nzTecxEV3ROQopNhwpHDIIrDVgQAxdTLf/pexels-augustocarneirojr-30861477.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }, "logs": "Using seed: 2647522501\nApplying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0\nLoading .safetensors checkpoint from ./models/Ghibli.safetensors\nLoaded input image from: /tmp/tmplau6ad5dpexels-augustocarneirojr-30861477.jpg with original size (6144, 8192)\nCalculated target dimensions: width=768, height=1024\nStarting image generation with target size 768x1024...\n<PIL.Image.Image image mode=RGB size=6144x8192 at 0x7D6E453BEB30>\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:14, 1.65it/s]\n 8%|▊ | 2/25 [00:01<00:11, 2.00it/s]\n 12%|█▏ | 3/25 [00:01<00:11, 1.88it/s]\n 16%|█▌ | 4/25 [00:02<00:11, 1.83it/s]\n 20%|██ | 5/25 [00:02<00:11, 1.80it/s]\n 24%|██▍ | 6/25 [00:03<00:10, 1.79it/s]\n 28%|██▊ | 7/25 [00:03<00:10, 1.78it/s]\n 32%|███▏ | 8/25 [00:04<00:09, 1.77it/s]\n 36%|███▌ | 9/25 [00:05<00:09, 1.76it/s]\n 40%|████ | 10/25 [00:05<00:08, 1.76it/s]\n 44%|████▍ | 11/25 [00:06<00:07, 1.76it/s]\n 48%|████▊ | 12/25 [00:06<00:07, 1.76it/s]\n 52%|█████▏ | 13/25 [00:07<00:06, 1.76it/s]\n 56%|█████▌ | 14/25 [00:07<00:06, 1.76it/s]\n 60%|██████ | 15/25 [00:08<00:05, 1.75it/s]\n 64%|██████▍ | 16/25 [00:09<00:05, 1.75it/s]\n 68%|██████▊ | 17/25 [00:09<00:04, 1.75it/s]\n 72%|███████▏ | 18/25 [00:10<00:03, 1.75it/s]\n 76%|███████▌ | 19/25 [00:10<00:03, 1.75it/s]\n 80%|████████ | 20/25 [00:11<00:02, 1.75it/s]\n 84%|████████▍ | 21/25 [00:11<00:02, 1.75it/s]\n 88%|████████▊ | 22/25 [00:12<00:01, 1.75it/s]\n 92%|█████████▏| 23/25 [00:13<00:01, 1.75it/s]\n 96%|█████████▌| 24/25 [00:13<00:00, 1.75it/s]\n100%|██████████| 25/25 [00:14<00:00, 1.75it/s]\n100%|██████████| 25/25 [00:14<00:00, 1.77it/s]\nImage generation took 15.43 seconds.\nLoRA unset and cache cleared.\nImage saved to ./outputs/3428c51c-ddb0-46f0-8ec9-012f8524fd46.png", "metrics": { "predict_time": 16.420954936, "total_time": 112.818282 }, "output": "https://replicate.delivery/xezq/UHNfsza3JWz0cCe2O0meG7DblpTbHjfdXwE7Y4m7iRvFykOSB/3428c51c-ddb0-46f0-8ec9-012f8524fd46.png", "started_at": "2025-04-17T11:08:00.869327Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-budjtsfbyt32hzc3cxq5egq2cwjo65hlti4b6lpmu4fuahzga36a", "get": "https://api.replicate.com/v1/predictions/z5d97d5hb1rma0cp8dpv8w65s8", "cancel": "https://api.replicate.com/v1/predictions/z5d97d5hb1rma0cp8dpv8w65s8/cancel" }, "version": "f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66" }
Generated inUsing seed: 2647522501 Applying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0 Loading .safetensors checkpoint from ./models/Ghibli.safetensors Loaded input image from: /tmp/tmplau6ad5dpexels-augustocarneirojr-30861477.jpg with original size (6144, 8192) Calculated target dimensions: width=768, height=1024 Starting image generation with target size 768x1024... <PIL.Image.Image image mode=RGB size=6144x8192 at 0x7D6E453BEB30> 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:14, 1.65it/s] 8%|▊ | 2/25 [00:01<00:11, 2.00it/s] 12%|█▏ | 3/25 [00:01<00:11, 1.88it/s] 16%|█▌ | 4/25 [00:02<00:11, 1.83it/s] 20%|██ | 5/25 [00:02<00:11, 1.80it/s] 24%|██▍ | 6/25 [00:03<00:10, 1.79it/s] 28%|██▊ | 7/25 [00:03<00:10, 1.78it/s] 32%|███▏ | 8/25 [00:04<00:09, 1.77it/s] 36%|███▌ | 9/25 [00:05<00:09, 1.76it/s] 40%|████ | 10/25 [00:05<00:08, 1.76it/s] 44%|████▍ | 11/25 [00:06<00:07, 1.76it/s] 48%|████▊ | 12/25 [00:06<00:07, 1.76it/s] 52%|█████▏ | 13/25 [00:07<00:06, 1.76it/s] 56%|█████▌ | 14/25 [00:07<00:06, 1.76it/s] 60%|██████ | 15/25 [00:08<00:05, 1.75it/s] 64%|██████▍ | 16/25 [00:09<00:05, 1.75it/s] 68%|██████▊ | 17/25 [00:09<00:04, 1.75it/s] 72%|███████▏ | 18/25 [00:10<00:03, 1.75it/s] 76%|███████▌ | 19/25 [00:10<00:03, 1.75it/s] 80%|████████ | 20/25 [00:11<00:02, 1.75it/s] 84%|████████▍ | 21/25 [00:11<00:02, 1.75it/s] 88%|████████▊ | 22/25 [00:12<00:01, 1.75it/s] 92%|█████████▏| 23/25 [00:13<00:01, 1.75it/s] 96%|█████████▌| 24/25 [00:13<00:00, 1.75it/s] 100%|██████████| 25/25 [00:14<00:00, 1.75it/s] 100%|██████████| 25/25 [00:14<00:00, 1.77it/s] Image generation took 15.43 seconds. LoRA unset and cache cleared. Image saved to ./outputs/3428c51c-ddb0-46f0-8ec9-012f8524fd46.png
Prediction
danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66ID3zg226em7xrmc0cp8dqt3ng8nwStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- seed
- -1
- prompt
- Ghibli Studio style, Charming hand-drawn anime-style illustration
- lora_weight
- 1
- guidance_scale
- 3.5
- num_inference_steps
- 25
{ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtqDMvM6P6zqAPzHKvCJVi2DSl5hsn8GcNUsiFthGjK3W13/pexels-gustavo-fring-4127610.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", { input: { seed: -1, prompt: "Ghibli Studio style, Charming hand-drawn anime-style illustration", input_image: "https://replicate.delivery/pbxt/MqtqDMvM6P6zqAPzHKvCJVi2DSl5hsn8GcNUsiFthGjK3W13/pexels-gustavo-fring-4127610.jpg", lora_weight: 1, guidance_scale: 3.5, num_inference_steps: 25 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", input={ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtqDMvM6P6zqAPzHKvCJVi2DSl5hsn8GcNUsiFthGjK3W13/pexels-gustavo-fring-4127610.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run danila013/ghibli-easycontrol 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": "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtqDMvM6P6zqAPzHKvCJVi2DSl5hsn8GcNUsiFthGjK3W13/pexels-gustavo-fring-4127610.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-17T11:08:58.531652Z", "created_at": "2025-04-17T11:08:44.479000Z", "data_removed": false, "error": null, "id": "3zg226em7xrmc0cp8dqt3ng8nw", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtqDMvM6P6zqAPzHKvCJVi2DSl5hsn8GcNUsiFthGjK3W13/pexels-gustavo-fring-4127610.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }, "logs": "Using seed: 2709766465\nApplying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0\nLoading .safetensors checkpoint from ./models/Ghibli.safetensors\nLoaded input image from: /tmp/tmprbl39qxupexels-gustavo-fring-4127610.jpg with original size (6000, 4000)\nCalculated target dimensions: width=1024, height=680\nStarting image generation with target size 1024x680...\n<PIL.Image.Image image mode=RGB size=6000x4000 at 0x7D6E541B0670>\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:13, 1.82it/s]\n 8%|▊ | 2/25 [00:00<00:10, 2.22it/s]\n 12%|█▏ | 3/25 [00:01<00:10, 2.09it/s]\n 16%|█▌ | 4/25 [00:01<00:10, 2.03it/s]\n 20%|██ | 5/25 [00:02<00:09, 2.00it/s]\n 24%|██▍ | 6/25 [00:02<00:09, 1.98it/s]\n 28%|██▊ | 7/25 [00:03<00:09, 1.97it/s]\n 32%|███▏ | 8/25 [00:04<00:08, 1.96it/s]\n 36%|███▌ | 9/25 [00:04<00:08, 1.96it/s]\n 40%|████ | 10/25 [00:05<00:07, 1.95it/s]\n 44%|████▍ | 11/25 [00:05<00:07, 1.95it/s]\n 48%|████▊ | 12/25 [00:06<00:06, 1.95it/s]\n 52%|█████▏ | 13/25 [00:06<00:06, 1.95it/s]\n 56%|█████▌ | 14/25 [00:07<00:05, 1.95it/s]\n 60%|██████ | 15/25 [00:07<00:05, 1.95it/s]\n 64%|██████▍ | 16/25 [00:08<00:04, 1.95it/s]\n 68%|██████▊ | 17/25 [00:08<00:04, 1.94it/s]\n 72%|███████▏ | 18/25 [00:09<00:03, 1.94it/s]\n 76%|███████▌ | 19/25 [00:09<00:03, 1.94it/s]\n 80%|████████ | 20/25 [00:10<00:02, 1.94it/s]\n 84%|████████▍ | 21/25 [00:10<00:02, 1.94it/s]\n 88%|████████▊ | 22/25 [00:11<00:01, 1.94it/s]\n 92%|█████████▏| 23/25 [00:11<00:01, 1.94it/s]\n 96%|█████████▌| 24/25 [00:12<00:00, 1.94it/s]\n100%|██████████| 25/25 [00:12<00:00, 1.94it/s]\n100%|██████████| 25/25 [00:12<00:00, 1.96it/s]\nImage generation took 13.41 seconds.\nLoRA unset and cache cleared.\nImage saved to ./outputs/be3497da-0c2f-40e8-a78f-683900db93f4.png", "metrics": { "predict_time": 14.044437471, "total_time": 14.052652 }, "output": "https://replicate.delivery/xezq/pstGqhffhll61UaIWZp6rSAmqhuUKYKEHtpA1kkww6VKNpjUA/be3497da-0c2f-40e8-a78f-683900db93f4.png", "started_at": "2025-04-17T11:08:44.487214Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-edtljv26vuqcbbkaglokzflr4mfl47zj7z7hxocwqsyzypxkym5q", "get": "https://api.replicate.com/v1/predictions/3zg226em7xrmc0cp8dqt3ng8nw", "cancel": "https://api.replicate.com/v1/predictions/3zg226em7xrmc0cp8dqt3ng8nw/cancel" }, "version": "f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66" }
Generated inUsing seed: 2709766465 Applying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0 Loading .safetensors checkpoint from ./models/Ghibli.safetensors Loaded input image from: /tmp/tmprbl39qxupexels-gustavo-fring-4127610.jpg with original size (6000, 4000) Calculated target dimensions: width=1024, height=680 Starting image generation with target size 1024x680... <PIL.Image.Image image mode=RGB size=6000x4000 at 0x7D6E541B0670> 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:13, 1.82it/s] 8%|▊ | 2/25 [00:00<00:10, 2.22it/s] 12%|█▏ | 3/25 [00:01<00:10, 2.09it/s] 16%|█▌ | 4/25 [00:01<00:10, 2.03it/s] 20%|██ | 5/25 [00:02<00:09, 2.00it/s] 24%|██▍ | 6/25 [00:02<00:09, 1.98it/s] 28%|██▊ | 7/25 [00:03<00:09, 1.97it/s] 32%|███▏ | 8/25 [00:04<00:08, 1.96it/s] 36%|███▌ | 9/25 [00:04<00:08, 1.96it/s] 40%|████ | 10/25 [00:05<00:07, 1.95it/s] 44%|████▍ | 11/25 [00:05<00:07, 1.95it/s] 48%|████▊ | 12/25 [00:06<00:06, 1.95it/s] 52%|█████▏ | 13/25 [00:06<00:06, 1.95it/s] 56%|█████▌ | 14/25 [00:07<00:05, 1.95it/s] 60%|██████ | 15/25 [00:07<00:05, 1.95it/s] 64%|██████▍ | 16/25 [00:08<00:04, 1.95it/s] 68%|██████▊ | 17/25 [00:08<00:04, 1.94it/s] 72%|███████▏ | 18/25 [00:09<00:03, 1.94it/s] 76%|███████▌ | 19/25 [00:09<00:03, 1.94it/s] 80%|████████ | 20/25 [00:10<00:02, 1.94it/s] 84%|████████▍ | 21/25 [00:10<00:02, 1.94it/s] 88%|████████▊ | 22/25 [00:11<00:01, 1.94it/s] 92%|█████████▏| 23/25 [00:11<00:01, 1.94it/s] 96%|█████████▌| 24/25 [00:12<00:00, 1.94it/s] 100%|██████████| 25/25 [00:12<00:00, 1.94it/s] 100%|██████████| 25/25 [00:12<00:00, 1.96it/s] Image generation took 13.41 seconds. LoRA unset and cache cleared. Image saved to ./outputs/be3497da-0c2f-40e8-a78f-683900db93f4.png
Prediction
danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66IDj3ftd7apy1rme0cp8dr9b1fr5gStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- seed
- -1
- prompt
- Ghibli Studio style, Charming hand-drawn anime-style illustration
- lora_weight
- 1
- guidance_scale
- 3.5
- num_inference_steps
- 25
{ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/Mqtqjj9Y6wM0jh7m2GvhvcmLFsOHViFIquJ5I45iCRgGNGnq/pexels-gabrielpompeo-4338502.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", { input: { seed: -1, prompt: "Ghibli Studio style, Charming hand-drawn anime-style illustration", input_image: "https://replicate.delivery/pbxt/Mqtqjj9Y6wM0jh7m2GvhvcmLFsOHViFIquJ5I45iCRgGNGnq/pexels-gabrielpompeo-4338502.jpg", lora_weight: 1, guidance_scale: 3.5, num_inference_steps: 25 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", input={ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/Mqtqjj9Y6wM0jh7m2GvhvcmLFsOHViFIquJ5I45iCRgGNGnq/pexels-gabrielpompeo-4338502.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run danila013/ghibli-easycontrol 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": "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/Mqtqjj9Y6wM0jh7m2GvhvcmLFsOHViFIquJ5I45iCRgGNGnq/pexels-gabrielpompeo-4338502.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-17T11:09:32.168616Z", "created_at": "2025-04-17T11:09:17.936000Z", "data_removed": false, "error": null, "id": "j3ftd7apy1rme0cp8dr9b1fr5g", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/Mqtqjj9Y6wM0jh7m2GvhvcmLFsOHViFIquJ5I45iCRgGNGnq/pexels-gabrielpompeo-4338502.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }, "logs": "Using seed: 3122789972\nApplying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0\nLoading .safetensors checkpoint from ./models/Ghibli.safetensors\nLoaded input image from: /tmp/tmpj00dtsgxpexels-gabrielpompeo-4338502.jpg with original size (3840, 5760)\nCalculated target dimensions: width=680, height=1024\nStarting image generation with target size 680x1024...\n<PIL.Image.Image image mode=RGB size=3840x5760 at 0x7D6E5441B2B0>\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:13, 1.82it/s]\n 8%|▊ | 2/25 [00:00<00:10, 2.21it/s]\n 12%|█▏ | 3/25 [00:01<00:10, 2.08it/s]\n 16%|█▌ | 4/25 [00:01<00:10, 2.02it/s]\n 20%|██ | 5/25 [00:02<00:10, 1.99it/s]\n 24%|██▍ | 6/25 [00:02<00:09, 1.97it/s]\n 28%|██▊ | 7/25 [00:03<00:09, 1.96it/s]\n 32%|███▏ | 8/25 [00:04<00:08, 1.95it/s]\n 36%|███▌ | 9/25 [00:04<00:08, 1.95it/s]\n 40%|████ | 10/25 [00:05<00:07, 1.94it/s]\n 44%|████▍ | 11/25 [00:05<00:07, 1.94it/s]\n 48%|████▊ | 12/25 [00:06<00:06, 1.94it/s]\n 52%|█████▏ | 13/25 [00:06<00:06, 1.94it/s]\n 56%|█████▌ | 14/25 [00:07<00:05, 1.94it/s]\n 60%|██████ | 15/25 [00:07<00:05, 1.93it/s]\n 64%|██████▍ | 16/25 [00:08<00:04, 1.93it/s]\n 68%|██████▊ | 17/25 [00:08<00:04, 1.93it/s]\n 72%|███████▏ | 18/25 [00:09<00:03, 1.93it/s]\n 76%|███████▌ | 19/25 [00:09<00:03, 1.93it/s]\n 80%|████████ | 20/25 [00:10<00:02, 1.93it/s]\n 84%|████████▍ | 21/25 [00:10<00:02, 1.93it/s]\n 88%|████████▊ | 22/25 [00:11<00:01, 1.93it/s]\n 92%|█████████▏| 23/25 [00:11<00:01, 1.93it/s]\n 96%|█████████▌| 24/25 [00:12<00:00, 1.93it/s]\n100%|██████████| 25/25 [00:12<00:00, 1.93it/s]\n100%|██████████| 25/25 [00:12<00:00, 1.95it/s]\nImage generation took 13.49 seconds.\nLoRA unset and cache cleared.\nImage saved to ./outputs/0f0cfe67-6a2e-4738-81b6-d90d8d059941.png", "metrics": { "predict_time": 14.223437298, "total_time": 14.232616 }, "output": "https://replicate.delivery/xezq/zWkbcdf8XhWoTiYkdxnu8G5jrslXeEn0wltsfr4udZtZbSHpA/0f0cfe67-6a2e-4738-81b6-d90d8d059941.png", "started_at": "2025-04-17T11:09:17.945178Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-c773otk7vhmasfvjzzkndbqml2mb3wf4dvygeo43a55456cbo4va", "get": "https://api.replicate.com/v1/predictions/j3ftd7apy1rme0cp8dr9b1fr5g", "cancel": "https://api.replicate.com/v1/predictions/j3ftd7apy1rme0cp8dr9b1fr5g/cancel" }, "version": "f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66" }
Generated inUsing seed: 3122789972 Applying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0 Loading .safetensors checkpoint from ./models/Ghibli.safetensors Loaded input image from: /tmp/tmpj00dtsgxpexels-gabrielpompeo-4338502.jpg with original size (3840, 5760) Calculated target dimensions: width=680, height=1024 Starting image generation with target size 680x1024... <PIL.Image.Image image mode=RGB size=3840x5760 at 0x7D6E5441B2B0> 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:13, 1.82it/s] 8%|▊ | 2/25 [00:00<00:10, 2.21it/s] 12%|█▏ | 3/25 [00:01<00:10, 2.08it/s] 16%|█▌ | 4/25 [00:01<00:10, 2.02it/s] 20%|██ | 5/25 [00:02<00:10, 1.99it/s] 24%|██▍ | 6/25 [00:02<00:09, 1.97it/s] 28%|██▊ | 7/25 [00:03<00:09, 1.96it/s] 32%|███▏ | 8/25 [00:04<00:08, 1.95it/s] 36%|███▌ | 9/25 [00:04<00:08, 1.95it/s] 40%|████ | 10/25 [00:05<00:07, 1.94it/s] 44%|████▍ | 11/25 [00:05<00:07, 1.94it/s] 48%|████▊ | 12/25 [00:06<00:06, 1.94it/s] 52%|█████▏ | 13/25 [00:06<00:06, 1.94it/s] 56%|█████▌ | 14/25 [00:07<00:05, 1.94it/s] 60%|██████ | 15/25 [00:07<00:05, 1.93it/s] 64%|██████▍ | 16/25 [00:08<00:04, 1.93it/s] 68%|██████▊ | 17/25 [00:08<00:04, 1.93it/s] 72%|███████▏ | 18/25 [00:09<00:03, 1.93it/s] 76%|███████▌ | 19/25 [00:09<00:03, 1.93it/s] 80%|████████ | 20/25 [00:10<00:02, 1.93it/s] 84%|████████▍ | 21/25 [00:10<00:02, 1.93it/s] 88%|████████▊ | 22/25 [00:11<00:01, 1.93it/s] 92%|█████████▏| 23/25 [00:11<00:01, 1.93it/s] 96%|█████████▌| 24/25 [00:12<00:00, 1.93it/s] 100%|██████████| 25/25 [00:12<00:00, 1.93it/s] 100%|██████████| 25/25 [00:12<00:00, 1.95it/s] Image generation took 13.49 seconds. LoRA unset and cache cleared. Image saved to ./outputs/0f0cfe67-6a2e-4738-81b6-d90d8d059941.png
Prediction
danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66IDs2qsw1ad0drme0cp8drtfjrtg8StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- seed
- -1
- prompt
- Ghibli Studio style, Charming hand-drawn anime-style illustration
- lora_weight
- 1
- guidance_scale
- 3.5
- num_inference_steps
- 25
{ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtrkwH9H0bCOMT7RtDAUJ44zIkuCW0sa1Lh03xg8pXH9r0q/pexels-murat-esibatir-360647-17430354.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", { input: { seed: -1, prompt: "Ghibli Studio style, Charming hand-drawn anime-style illustration", input_image: "https://replicate.delivery/pbxt/MqtrkwH9H0bCOMT7RtDAUJ44zIkuCW0sa1Lh03xg8pXH9r0q/pexels-murat-esibatir-360647-17430354.jpg", lora_weight: 1, guidance_scale: 3.5, num_inference_steps: 25 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", input={ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtrkwH9H0bCOMT7RtDAUJ44zIkuCW0sa1Lh03xg8pXH9r0q/pexels-murat-esibatir-360647-17430354.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run danila013/ghibli-easycontrol 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": "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtrkwH9H0bCOMT7RtDAUJ44zIkuCW0sa1Lh03xg8pXH9r0q/pexels-murat-esibatir-360647-17430354.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-17T11:10:36.452905Z", "created_at": "2025-04-17T11:10:20.931000Z", "data_removed": false, "error": null, "id": "s2qsw1ad0drme0cp8drtfjrtg8", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtrkwH9H0bCOMT7RtDAUJ44zIkuCW0sa1Lh03xg8pXH9r0q/pexels-murat-esibatir-360647-17430354.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }, "logs": "Using seed: 1588765005\nApplying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0\nLoading .safetensors checkpoint from ./models/Ghibli.safetensors\nLoaded input image from: /tmp/tmpd3u5zjsjpexels-murat-esibatir-360647-17430354.jpg with original size (3000, 2250)\nCalculated target dimensions: width=1024, height=768\nStarting image generation with target size 1024x768...\n<PIL.Image.Image image mode=RGB size=3000x2250 at 0x7D6E541B0790>\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:14, 1.63it/s]\n 8%|▊ | 2/25 [00:01<00:11, 1.98it/s]\n 12%|█▏ | 3/25 [00:01<00:11, 1.85it/s]\n 16%|█▌ | 4/25 [00:02<00:11, 1.80it/s]\n 20%|██ | 5/25 [00:02<00:11, 1.77it/s]\n 24%|██▍ | 6/25 [00:03<00:10, 1.76it/s]\n 28%|██▊ | 7/25 [00:03<00:10, 1.75it/s]\n 32%|███▏ | 8/25 [00:04<00:09, 1.74it/s]\n 36%|███▌ | 9/25 [00:05<00:09, 1.73it/s]\n 40%|████ | 10/25 [00:05<00:08, 1.73it/s]\n 44%|████▍ | 11/25 [00:06<00:08, 1.73it/s]\n 48%|████▊ | 12/25 [00:06<00:07, 1.73it/s]\n 52%|█████▏ | 13/25 [00:07<00:06, 1.73it/s]\n 56%|█████▌ | 14/25 [00:08<00:06, 1.73it/s]\n 60%|██████ | 15/25 [00:08<00:05, 1.73it/s]\n 64%|██████▍ | 16/25 [00:09<00:05, 1.73it/s]\n 68%|██████▊ | 17/25 [00:09<00:04, 1.73it/s]\n 72%|███████▏ | 18/25 [00:10<00:04, 1.73it/s]\n 76%|███████▌ | 19/25 [00:10<00:03, 1.72it/s]\n 80%|████████ | 20/25 [00:11<00:02, 1.72it/s]\n 84%|████████▍ | 21/25 [00:12<00:02, 1.73it/s]\n 88%|████████▊ | 22/25 [00:12<00:01, 1.72it/s]\n 92%|█████████▏| 23/25 [00:13<00:01, 1.72it/s]\n 96%|█████████▌| 24/25 [00:13<00:00, 1.72it/s]\n100%|██████████| 25/25 [00:14<00:00, 1.72it/s]\n100%|██████████| 25/25 [00:14<00:00, 1.74it/s]\nImage generation took 14.97 seconds.\nLoRA unset and cache cleared.\nImage saved to ./outputs/c102aa3e-adb8-4692-a54d-a47bfba2dd95.png", "metrics": { "predict_time": 15.513693281, "total_time": 15.521905 }, "output": "https://replicate.delivery/xezq/tneOiv7pXeri8U4HVb00icfLHyJHSLOgm4XDARCydOfz6kOSB/c102aa3e-adb8-4692-a54d-a47bfba2dd95.png", "started_at": "2025-04-17T11:10:20.939212Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ctczobbgcp4j73tpjanv4g3m6ipo5vijrpqdrkxnnayoj3ufwasa", "get": "https://api.replicate.com/v1/predictions/s2qsw1ad0drme0cp8drtfjrtg8", "cancel": "https://api.replicate.com/v1/predictions/s2qsw1ad0drme0cp8drtfjrtg8/cancel" }, "version": "f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66" }
Generated inUsing seed: 1588765005 Applying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0 Loading .safetensors checkpoint from ./models/Ghibli.safetensors Loaded input image from: /tmp/tmpd3u5zjsjpexels-murat-esibatir-360647-17430354.jpg with original size (3000, 2250) Calculated target dimensions: width=1024, height=768 Starting image generation with target size 1024x768... <PIL.Image.Image image mode=RGB size=3000x2250 at 0x7D6E541B0790> 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:14, 1.63it/s] 8%|▊ | 2/25 [00:01<00:11, 1.98it/s] 12%|█▏ | 3/25 [00:01<00:11, 1.85it/s] 16%|█▌ | 4/25 [00:02<00:11, 1.80it/s] 20%|██ | 5/25 [00:02<00:11, 1.77it/s] 24%|██▍ | 6/25 [00:03<00:10, 1.76it/s] 28%|██▊ | 7/25 [00:03<00:10, 1.75it/s] 32%|███▏ | 8/25 [00:04<00:09, 1.74it/s] 36%|███▌ | 9/25 [00:05<00:09, 1.73it/s] 40%|████ | 10/25 [00:05<00:08, 1.73it/s] 44%|████▍ | 11/25 [00:06<00:08, 1.73it/s] 48%|████▊ | 12/25 [00:06<00:07, 1.73it/s] 52%|█████▏ | 13/25 [00:07<00:06, 1.73it/s] 56%|█████▌ | 14/25 [00:08<00:06, 1.73it/s] 60%|██████ | 15/25 [00:08<00:05, 1.73it/s] 64%|██████▍ | 16/25 [00:09<00:05, 1.73it/s] 68%|██████▊ | 17/25 [00:09<00:04, 1.73it/s] 72%|███████▏ | 18/25 [00:10<00:04, 1.73it/s] 76%|███████▌ | 19/25 [00:10<00:03, 1.72it/s] 80%|████████ | 20/25 [00:11<00:02, 1.72it/s] 84%|████████▍ | 21/25 [00:12<00:02, 1.73it/s] 88%|████████▊ | 22/25 [00:12<00:01, 1.72it/s] 92%|█████████▏| 23/25 [00:13<00:01, 1.72it/s] 96%|█████████▌| 24/25 [00:13<00:00, 1.72it/s] 100%|██████████| 25/25 [00:14<00:00, 1.72it/s] 100%|██████████| 25/25 [00:14<00:00, 1.74it/s] Image generation took 14.97 seconds. LoRA unset and cache cleared. Image saved to ./outputs/c102aa3e-adb8-4692-a54d-a47bfba2dd95.png
Prediction
danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66IDsrbtjnz4gdrm80cp8drtfxj3mrStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- seed
- -1
- prompt
- Ghibli Studio style, Charming hand-drawn anime-style illustration
- lora_weight
- 1
- guidance_scale
- 3.5
- num_inference_steps
- 25
{ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtsNaNKhS8ikJIqM5nc0bI5U52obP9yEVqvFjxYFi9KvvqI/pexels-thegiansepillo-1595943-4154065.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", { input: { seed: -1, prompt: "Ghibli Studio style, Charming hand-drawn anime-style illustration", input_image: "https://replicate.delivery/pbxt/MqtsNaNKhS8ikJIqM5nc0bI5U52obP9yEVqvFjxYFi9KvvqI/pexels-thegiansepillo-1595943-4154065.jpg", lora_weight: 1, guidance_scale: 3.5, num_inference_steps: 25 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", input={ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtsNaNKhS8ikJIqM5nc0bI5U52obP9yEVqvFjxYFi9KvvqI/pexels-thegiansepillo-1595943-4154065.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run danila013/ghibli-easycontrol 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": "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtsNaNKhS8ikJIqM5nc0bI5U52obP9yEVqvFjxYFi9KvvqI/pexels-thegiansepillo-1595943-4154065.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-17T11:11:13.763762Z", "created_at": "2025-04-17T11:10:59.715000Z", "data_removed": false, "error": null, "id": "srbtjnz4gdrm80cp8drtfxj3mr", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqtsNaNKhS8ikJIqM5nc0bI5U52obP9yEVqvFjxYFi9KvvqI/pexels-thegiansepillo-1595943-4154065.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }, "logs": "Using seed: 3050913914\nApplying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0\nLoading .safetensors checkpoint from ./models/Ghibli.safetensors\nLoaded input image from: /tmp/tmpmtxmpu9spexels-thegiansepillo-1595943-4154065.jpg with original size (2848, 4288)\nCalculated target dimensions: width=680, height=1024\nStarting image generation with target size 680x1024...\n<PIL.Image.Image image mode=RGB size=2848x4288 at 0x7D6E541B3760>\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:13, 1.80it/s]\n 8%|▊ | 2/25 [00:00<00:10, 2.19it/s]\n 12%|█▏ | 3/25 [00:01<00:10, 2.06it/s]\n 16%|█▌ | 4/25 [00:01<00:10, 2.01it/s]\n 20%|██ | 5/25 [00:02<00:10, 1.98it/s]\n 24%|██▍ | 6/25 [00:03<00:09, 1.96it/s]\n 28%|██▊ | 7/25 [00:03<00:09, 1.95it/s]\n 32%|███▏ | 8/25 [00:04<00:08, 1.94it/s]\n 36%|███▌ | 9/25 [00:04<00:08, 1.94it/s]\n 40%|████ | 10/25 [00:05<00:07, 1.93it/s]\n 44%|████▍ | 11/25 [00:05<00:07, 1.93it/s]\n 48%|████▊ | 12/25 [00:06<00:06, 1.93it/s]\n 52%|█████▏ | 13/25 [00:06<00:06, 1.93it/s]\n 56%|█████▌ | 14/25 [00:07<00:05, 1.92it/s]\n 60%|██████ | 15/25 [00:07<00:05, 1.93it/s]\n 64%|██████▍ | 16/25 [00:08<00:04, 1.93it/s]\n 68%|██████▊ | 17/25 [00:08<00:04, 1.93it/s]\n 72%|███████▏ | 18/25 [00:09<00:03, 1.93it/s]\n 76%|███████▌ | 19/25 [00:09<00:03, 1.93it/s]\n 80%|████████ | 20/25 [00:10<00:02, 1.93it/s]\n 84%|████████▍ | 21/25 [00:10<00:02, 1.93it/s]\n 88%|████████▊ | 22/25 [00:11<00:01, 1.93it/s]\n 92%|█████████▏| 23/25 [00:11<00:01, 1.93it/s]\n 96%|█████████▌| 24/25 [00:12<00:00, 1.93it/s]\n100%|██████████| 25/25 [00:12<00:00, 1.93it/s]\n100%|██████████| 25/25 [00:12<00:00, 1.94it/s]\nImage generation took 13.47 seconds.\nLoRA unset and cache cleared.\nImage saved to ./outputs/37edb311-b6d1-4284-aebc-4d6bdc9cb354.png", "metrics": { "predict_time": 14.040576238, "total_time": 14.048762 }, "output": "https://replicate.delivery/xezq/6Eek8vuCFZyTRySYkYnv5GsvTJRFTwBwHuj9qxIo2B1on0RKA/37edb311-b6d1-4284-aebc-4d6bdc9cb354.png", "started_at": "2025-04-17T11:10:59.723186Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-bqjlhgm737v3zlfbngsq74meua52hsqaagyy575ij5vvxoeo7vua", "get": "https://api.replicate.com/v1/predictions/srbtjnz4gdrm80cp8drtfxj3mr", "cancel": "https://api.replicate.com/v1/predictions/srbtjnz4gdrm80cp8drtfxj3mr/cancel" }, "version": "f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66" }
Generated inUsing seed: 3050913914 Applying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0 Loading .safetensors checkpoint from ./models/Ghibli.safetensors Loaded input image from: /tmp/tmpmtxmpu9spexels-thegiansepillo-1595943-4154065.jpg with original size (2848, 4288) Calculated target dimensions: width=680, height=1024 Starting image generation with target size 680x1024... <PIL.Image.Image image mode=RGB size=2848x4288 at 0x7D6E541B3760> 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:13, 1.80it/s] 8%|▊ | 2/25 [00:00<00:10, 2.19it/s] 12%|█▏ | 3/25 [00:01<00:10, 2.06it/s] 16%|█▌ | 4/25 [00:01<00:10, 2.01it/s] 20%|██ | 5/25 [00:02<00:10, 1.98it/s] 24%|██▍ | 6/25 [00:03<00:09, 1.96it/s] 28%|██▊ | 7/25 [00:03<00:09, 1.95it/s] 32%|███▏ | 8/25 [00:04<00:08, 1.94it/s] 36%|███▌ | 9/25 [00:04<00:08, 1.94it/s] 40%|████ | 10/25 [00:05<00:07, 1.93it/s] 44%|████▍ | 11/25 [00:05<00:07, 1.93it/s] 48%|████▊ | 12/25 [00:06<00:06, 1.93it/s] 52%|█████▏ | 13/25 [00:06<00:06, 1.93it/s] 56%|█████▌ | 14/25 [00:07<00:05, 1.92it/s] 60%|██████ | 15/25 [00:07<00:05, 1.93it/s] 64%|██████▍ | 16/25 [00:08<00:04, 1.93it/s] 68%|██████▊ | 17/25 [00:08<00:04, 1.93it/s] 72%|███████▏ | 18/25 [00:09<00:03, 1.93it/s] 76%|███████▌ | 19/25 [00:09<00:03, 1.93it/s] 80%|████████ | 20/25 [00:10<00:02, 1.93it/s] 84%|████████▍ | 21/25 [00:10<00:02, 1.93it/s] 88%|████████▊ | 22/25 [00:11<00:01, 1.93it/s] 92%|█████████▏| 23/25 [00:11<00:01, 1.93it/s] 96%|█████████▌| 24/25 [00:12<00:00, 1.93it/s] 100%|██████████| 25/25 [00:12<00:00, 1.93it/s] 100%|██████████| 25/25 [00:12<00:00, 1.94it/s] Image generation took 13.47 seconds. LoRA unset and cache cleared. Image saved to ./outputs/37edb311-b6d1-4284-aebc-4d6bdc9cb354.png
Prediction
danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66IDtfnrjxxqbxrma0cp8ds9bcs2jgStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- seed
- -1
- prompt
- Ghibli Studio style, Charming hand-drawn anime-style illustration
- lora_weight
- 1
- guidance_scale
- 3.5
- num_inference_steps
- 25
{ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqttCzfvz4i89q2lXt5qEXhgq2IaGSLpISfmOEgUUDp37y3M/pexels-rdne-12405351.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", { input: { seed: -1, prompt: "Ghibli Studio style, Charming hand-drawn anime-style illustration", input_image: "https://replicate.delivery/pbxt/MqttCzfvz4i89q2lXt5qEXhgq2IaGSLpISfmOEgUUDp37y3M/pexels-rdne-12405351.jpg", lora_weight: 1, guidance_scale: 3.5, num_inference_steps: 25 } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run danila013/ghibli-easycontrol using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", input={ "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqttCzfvz4i89q2lXt5qEXhgq2IaGSLpISfmOEgUUDp37y3M/pexels-rdne-12405351.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run danila013/ghibli-easycontrol 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": "danila013/ghibli-easycontrol:f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqttCzfvz4i89q2lXt5qEXhgq2IaGSLpISfmOEgUUDp37y3M/pexels-rdne-12405351.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-17T11:12:07.957257Z", "created_at": "2025-04-17T11:11:53.695000Z", "data_removed": false, "error": null, "id": "tfnrjxxqbxrma0cp8ds9bcs2jg", "input": { "seed": -1, "prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration", "input_image": "https://replicate.delivery/pbxt/MqttCzfvz4i89q2lXt5qEXhgq2IaGSLpISfmOEgUUDp37y3M/pexels-rdne-12405351.jpg", "lora_weight": 1, "guidance_scale": 3.5, "num_inference_steps": 25 }, "logs": "Using seed: 3089188954\nApplying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0\nLoading .safetensors checkpoint from ./models/Ghibli.safetensors\nLoaded input image from: /tmp/tmpf79aj4llpexels-rdne-12405351.jpg with original size (6720, 4480)\nCalculated target dimensions: width=1024, height=680\nStarting image generation with target size 1024x680...\n<PIL.Image.Image image mode=RGB size=6720x4480 at 0x7D6E5441A4D0>\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:13, 1.81it/s]\n 8%|▊ | 2/25 [00:00<00:10, 2.20it/s]\n 12%|█▏ | 3/25 [00:01<00:10, 2.07it/s]\n 16%|█▌ | 4/25 [00:01<00:10, 2.02it/s]\n 20%|██ | 5/25 [00:02<00:10, 1.99it/s]\n 24%|██▍ | 6/25 [00:03<00:09, 1.97it/s]\n 28%|██▊ | 7/25 [00:03<00:09, 1.96it/s]\n 32%|███▏ | 8/25 [00:04<00:08, 1.95it/s]\n 36%|███▌ | 9/25 [00:04<00:08, 1.95it/s]\n 40%|████ | 10/25 [00:05<00:07, 1.94it/s]\n 44%|████▍ | 11/25 [00:05<00:07, 1.94it/s]\n 48%|████▊ | 12/25 [00:06<00:06, 1.94it/s]\n 52%|█████▏ | 13/25 [00:06<00:06, 1.94it/s]\n 56%|█████▌ | 14/25 [00:07<00:05, 1.93it/s]\n 60%|██████ | 15/25 [00:07<00:05, 1.93it/s]\n 64%|██████▍ | 16/25 [00:08<00:04, 1.93it/s]\n 68%|██████▊ | 17/25 [00:08<00:04, 1.93it/s]\n 72%|███████▏ | 18/25 [00:09<00:03, 1.93it/s]\n 76%|███████▌ | 19/25 [00:09<00:03, 1.93it/s]\n 80%|████████ | 20/25 [00:10<00:02, 1.93it/s]\n 84%|████████▍ | 21/25 [00:10<00:02, 1.93it/s]\n 88%|████████▊ | 22/25 [00:11<00:01, 1.93it/s]\n 92%|█████████▏| 23/25 [00:11<00:01, 1.93it/s]\n 96%|█████████▌| 24/25 [00:12<00:00, 1.93it/s]\n100%|██████████| 25/25 [00:12<00:00, 1.93it/s]\n100%|██████████| 25/25 [00:12<00:00, 1.95it/s]\nImage generation took 13.55 seconds.\nLoRA unset and cache cleared.\nImage saved to ./outputs/9d0add95-1838-4ff1-b61e-4c7f7f35a92e.png", "metrics": { "predict_time": 14.253300035, "total_time": 14.262257 }, "output": "https://replicate.delivery/xezq/2GoewrJrBd0ncKnokJ0efVWe2rNIxDa9PiceXNf9cnuyBU6IF/9d0add95-1838-4ff1-b61e-4c7f7f35a92e.png", "started_at": "2025-04-17T11:11:53.703957Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-esobllrkdracmfyayduv5z2zx3rdejvirqoixcjuyujmw7jple7q", "get": "https://api.replicate.com/v1/predictions/tfnrjxxqbxrma0cp8ds9bcs2jg", "cancel": "https://api.replicate.com/v1/predictions/tfnrjxxqbxrma0cp8ds9bcs2jg/cancel" }, "version": "f74e8dedd3ac3bc9e9d992fec9a12d62639e6f9bfc5bbf00a1edcca29673da66" }
Generated inUsing seed: 3089188954 Applying Ghibli LoRA from ./models/Ghibli.safetensors with weight 1.0 Loading .safetensors checkpoint from ./models/Ghibli.safetensors Loaded input image from: /tmp/tmpf79aj4llpexels-rdne-12405351.jpg with original size (6720, 4480) Calculated target dimensions: width=1024, height=680 Starting image generation with target size 1024x680... <PIL.Image.Image image mode=RGB size=6720x4480 at 0x7D6E5441A4D0> 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:13, 1.81it/s] 8%|▊ | 2/25 [00:00<00:10, 2.20it/s] 12%|█▏ | 3/25 [00:01<00:10, 2.07it/s] 16%|█▌ | 4/25 [00:01<00:10, 2.02it/s] 20%|██ | 5/25 [00:02<00:10, 1.99it/s] 24%|██▍ | 6/25 [00:03<00:09, 1.97it/s] 28%|██▊ | 7/25 [00:03<00:09, 1.96it/s] 32%|███▏ | 8/25 [00:04<00:08, 1.95it/s] 36%|███▌ | 9/25 [00:04<00:08, 1.95it/s] 40%|████ | 10/25 [00:05<00:07, 1.94it/s] 44%|████▍ | 11/25 [00:05<00:07, 1.94it/s] 48%|████▊ | 12/25 [00:06<00:06, 1.94it/s] 52%|█████▏ | 13/25 [00:06<00:06, 1.94it/s] 56%|█████▌ | 14/25 [00:07<00:05, 1.93it/s] 60%|██████ | 15/25 [00:07<00:05, 1.93it/s] 64%|██████▍ | 16/25 [00:08<00:04, 1.93it/s] 68%|██████▊ | 17/25 [00:08<00:04, 1.93it/s] 72%|███████▏ | 18/25 [00:09<00:03, 1.93it/s] 76%|███████▌ | 19/25 [00:09<00:03, 1.93it/s] 80%|████████ | 20/25 [00:10<00:02, 1.93it/s] 84%|████████▍ | 21/25 [00:10<00:02, 1.93it/s] 88%|████████▊ | 22/25 [00:11<00:01, 1.93it/s] 92%|█████████▏| 23/25 [00:11<00:01, 1.93it/s] 96%|█████████▌| 24/25 [00:12<00:00, 1.93it/s] 100%|██████████| 25/25 [00:12<00:00, 1.93it/s] 100%|██████████| 25/25 [00:12<00:00, 1.95it/s] Image generation took 13.55 seconds. LoRA unset and cache cleared. Image saved to ./outputs/9d0add95-1838-4ff1-b61e-4c7f7f35a92e.png
Want to make some of these yourself?
Run this model