Keiraj commited on
Commit
9f6d4a0
·
verified ·
1 Parent(s): 28f891c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -4
requirements.txt CHANGED
@@ -1,5 +1,14 @@
1
- streamlit
 
 
 
2
  diffusers==0.17.0
3
- torch
4
- Pillow
5
- huggingface_hub>=0.16.4
 
 
 
 
 
 
 
1
+ # Streamlit for running the app
2
+ streamlit==1.21.0
3
+
4
+ # Diffusers for Stable Diffusion functionality
5
  diffusers==0.17.0
6
+
7
+ # Hugging Face Hub for interacting with models
8
+ huggingface_hub==0.15.1
9
+
10
+ # PyTorch (make sure you choose the appropriate version for CPU usage)
11
+ torch==1.13.1
12
+
13
+ # Pillow for image processing
14
+ Pillow==9.1.1