Tool Sharing#
Fooocus is a rethinking of Stable Diffusion and Midjourney design, combining the advantages of both.
Features#
Fooocus is an image generation software that is offline, open source, and free. It does not require manual adjustments, and users only need to focus on prompts and images. This tool includes many internal optimizations and quality improvements, allowing users to explore new media for thinking and expand human imagination through interaction with computers.
Deployment#
-
Linux
- Download and install project dependencies
git clone https://github.com/lllyasviel/Fooocus.git cd Fooocus conda env create -f environment.yaml conda activate fooocus pip install -r requirements_versions.txt
- Download pre-trained models
Download sd_xl_base_1.0_0.9vae.safetensors and sd_xl_refiner_1.0_0.9vae.safetensors, and place them in the
models\checkpoints
folder of the project directory.- Run the project
python launch.py
-
Windows
- Directly download the project installation package and execute
run.bat
- Same installation method as Linux
- Directly download the project installation package and execute
Platform#
Win/Linux with Nvidia GPU
Disclaimer#
This article is only for sharing the tool.
This article is synchronized with HBlog.