Make Ghibli Style Photos without ChatGPT or Internet
Make Ghibli Style Photos without ChatGPT or Internet
Make Ghibli Style Photos without ChatGPT or Internet
Recently, the internet exploded with excitement about using OpenAI’s ChatGPT for generating Ghibli style images, transforming real-life photos into animations. And yes, it delivers impressive results.
This comes as no shock to stable diffusion and flux users— we’ve had this capability for ages. What’s truly remarkable is how we’ve moved from juggling specific checkpoints, controlnet models, and loras to achieving the same with just a few words.
Not long ago, creating such transformations meant diving into technical things like lora, controlnet, and instantID. Now, OpenAI has wrapped it all into a seamless chat interface. You simply tell the chatbot what you want, and voilà — it’s done. This extends beyond Ghibli style to virtually any image aesthetic. I must admit, it’s a brilliant end-user product.
Yet some of us crave more control and privacy. Thanks to years of open-source community efforts, we can achieve this with just a touch more patience.
Why bother when ChatGPT and other platforms (like Huggingface) already handle this? Some people worry about:
1. Privacy — concerns about personal photos uploaded to servers beyond their control
2. Customization — more control over generation variations
3. Offline access — free generation anywhere, anytime, internet-free
For folks like me, these reasons are more than enough to justify the DIY approach. Follow this guide and you won’t need much technical expertise — just basic computer installation skills (like downloading stuff and moving files) will be enough to transform your photos into Ghibli-style animations.
Setting Up ComfyUI
Before going offline to create some awesome art, let’s grab these essentials:
Download ComfyUI: [link]
It’s basically a ready-to-use app — just download and run! Works with Nvidia graphics cards or MacOS. Just visit their site, click download, and follow the instructions.
Remember where you install it* (example: “C:\comfyui\custom_nodes\ComfyUI-Manager” on Windows).
*If you don’t mind doing some homework and installing ComfyUI in the traditional way, you may be able to run this on most of the Windows, MacOS, or Linux devices. Here I only present the easy way.*
Get ComfyUI Manager: [link]
This makes installing other tools super easy. Just go to GitHub, download it, and extract the files into your “…\comfyui\custom_nodes\ComfyUI-Manager” folder.

(The folder name should be “ComfyUI-Manager”, NOT “ComfyUI-Manager-main”!! Rename it after extraction!)
(There’s a formal installation method too if you’re curious)
Download Models
— Grab the FLUX model from (https://huggingface.co/lllyasviel/FLUX.1-dev-gguf/tree/main) → put in `ComfyUI\models\unet`
(I’m using the 8-bit version for memory reasons. Q4 works fine with 8GB VRAM or 16GB RAM Macs, but more VRAM = better quality)
— VAE: (https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/ae.safetensors) → `ComfyUI/models/vae`
— CLIP Model: (https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/clip_l.safetensors) → `ComfyUI/models/clip`
— T5 Model: (https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/t5xxl_fp16.safetensors) → `ComfyUI/models/clip`
Get the Style LoRA:
Grab this Ghibli style LoRA(https://civitai.com/models/1411365/studio-chatgpt-ghibli) → `ComfyUI\models\loras`
(Thanks to the lora author who made this in lightning speed!! This is just an example — feel free to explore other styles!)
Redux Models:
— CLIP Vision: (https://huggingface.co/Comfy-Org/sigclip_vision_384/resolve/main/sigclip_vision_patch14_384.safetensors) → `ComfyUI/models/clip_vision`
— Redux Model: (https://huggingface.co/black-forest-labs/FLUX.1-Redux-dev/resolve/main/flux1-redux-dev.safetensors) → `ComfyUI/models/style_models`
First Launch
Fire up ComfyUI and give it a few minutes on first boot while it installs necessary packages.
Install Custom Nodes

Once loaded, you’ll see the interface with a “Manager” button in the top right. Click it, then “Custom Nodes Manager,” and search for these two must-haves:
— “KJNodes for ComfyUI”
— “ComfyUI-GGUF”


After installing the two custom nodes, you need to restart comfyui.
Final Step
Download my workflow file here [link] and open it in ComfyUI. No errors? You’re all set to create!

Start uploading photos and enjoy creating your own Ghibli magic!

Now, you can fully go offline and generating images!

Comments
Post a Comment