Installation Guide¶
Welcome to the LightDiffusion installation guide. Follow the steps below to set up LightDiffusion on your system.
Prerequisites¶
Before you begin, ensure you have the following installed:
- Python 3.10.6
- Git
- At least 10GB of free space on your hard drive
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 SD1/1.5 safetensors model and place it in the checkpoints
directory.
[!TIP] - 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.
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!