Flux Installation Guide¶
Welcome to the Flux installation guide. Follow the steps below to set up Flux on your system.
Prerequisites¶
Before you begin, ensure you have the following installed:
- Python 3.10.6
- Git
- At least 25GB of free space on your hard drive (40-50GB recommended)
Installation Steps¶
1. Clone the Repository¶
Open your terminal and run the following command to clone the repository:
git clone https://github.com/Aatrick/LightDiffusion.git
cd LightDiffusion
2. Run the Application¶
2.1 Windows¶
Open a command prompt and execute the run.bat
file to start the application:
./run.bat
2.2 Linux¶
Open a terminal and execute the run.sh
file to start the application:
./run.sh
3. Add Model Checkpoints¶
Download your Q8 Flux Dev model and place it in the Unet
directory.
Tips and Tricks¶
[!TIP] - Ensure you have enough free space on your ram or storage to accommodate the model and generated images. - Ensure your system meets the minimum requirements for optimal performance. - For best results, use resolutions corresponding to megapixel sizes. Refer to this guide for more information. - If you encounter any issues with the prompt enhancer, try unchecking and rechecking the prompt enhancer checkbox in the GUI.
Troubleshooting¶
If you encounter any issues during installation or usage, please refer to the FAQ or open an issue on the GitHub repository.
Wish you good generations!