Art_Generator / requirements.txt
Keiraj's picture
Update requirements.txt
3c38b26 verified
raw
history blame
319 Bytes
# Streamlit for running the app
streamlit==1.21.0
# Diffusers for Stable Diffusion functionality
diffusers==0.17.0
# Hugging Face Hub for interacting with models
huggingface_hub==0.15.1
# PyTorch (make sure you choose the appropriate version for CPU usage)
torch==1.13.1
# Pillow for image processing
Pillow==9.1.1