Just a quick program to use stable diffusion XL to generate images, using the Streamlit library. Put this together to run the process with limited GPU memory.
- Install dependencies to your environment
pip install -r requirements.txt
- Run the Streamlit application
streamlit run main.py