Installing 4o-ghibli-at-home requires following clear steps:
- Cloning Project Code: Use the git command
git clone https://github.com/TheAhmadOsman/4o-ghibli-at-home.gitDownload the project locally - Setting up a virtual environment: It is recommended to create a virtual environment for Python 3.12 using the uv tool to ensure dependency isolation
- Installation of dependency packages: Run in an active virtual environment
uv synccommand to synchronize all necessary dependencies - Configuring the Hugging Face Token: Copy the .env template file and fill it with the access token obtained from the Hugging Face account
- Starting services: Final run
python3.12 app.pyStarting the Local Server
A stable internet connection needs to be maintained throughout the installation process as larger model files need to be downloaded for the first run. It is recommended that the device is supported by at least 8GB of RAM and 4GB of video memory to ensure smooth operation.
This answer comes from the article4o-ghibli-at-home: locally run Ghibli-style image conversion tool》































