Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==0.22.0
|
| 2 |
+
controlnet_aux==0.0.7
|
| 3 |
+
git+https://github.com/huggingface/diffusers@t2i-adapter-load-lora
|
| 4 |
+
gradio==3.43.1
|
| 5 |
+
openmim==0.3.9
|
| 6 |
+
Pillow==10.0.0
|
| 7 |
+
safetensors==0.3.3
|
| 8 |
+
timm==0.6.12
|
| 9 |
+
torch==2.0.1
|
| 10 |
+
torchvision==0.15.2
|
| 11 |
+
transformers==4.33.1
|
| 12 |
+
xformers==0.0.20
|