Generate a ghibli style image on mac
There are multiple ways to generate a Ghibli-inspired artwork using AI. Here are some of the best tools:
- Stable Diffusion( Free, Runs Locally)
- MidJourney ( Paid, Cloud based)
- Leonardo AI (Free and Paid, Cloud based)
- Chatgpt 4o
Now lets try generating one using stable diffusion on your mac
1. First Install homebrew
open your terminal
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install python and git
brew install python git
3. Now lets clone the stable diffusion repo from git and install it
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
cd stable-diffusion-webui
Run the installer:
./webui.sh
Once it finishes, open http://127.0.0.1:7860/ in your browser.
4: Install an Anime/Ghibli Model
By default, Stable Diffusion doesn’t generate anime-style images. To fix this, install a Ghibli-themed model:
Download the Anything V4 or Ghibli Diffusion model from CivitAI or Hugging Face.
Place the .ckpt or .safetensors file in the models/Stable-diffusion/ folder.
Restart Stable Diffusion.
5: Generate a Ghibli Image
Now, enter this prompt in Stable Diffusion:
A breathtaking Studio Ghibli-style landscape, lush green fields, warm golden sunlight, hand-painted textures, peaceful fantasy setting, inspired by the works of Hayao Miyazaki, anime-style, highly detailed
Set parameters:
Sampling method: DPM++ 2M Karras
Steps: 30-50
CFG Scale: 7-10
Resolution: 512x512 (or higher)
Click Generate, and enjoy your Ghibli-style masterpiece! 🎨✨