Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -1,7 +1,2 @@
|
|
1 |
streamlit
|
2 |
-
diffusers
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
-
accelerate
|
6 |
-
Pillow # For image manipulation
|
7 |
-
bitsandbytes # For 8-bit optimization (if you want to try it)
|
|
|
1 |
streamlit
|
2 |
+
pip install git+https://github.com/huggingface/diffusers.git
|
|
|
|
|
|
|
|
|
|