Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.16.0
|
| 2 |
+
torch==2.6.0
|
| 3 |
+
torchvision==0.21.0
|
| 4 |
+
xformers==0.0.29.post2
|
| 5 |
+
diffusers
|
| 6 |
+
einops
|
| 7 |
+
av
|
| 8 |
+
imageio[ffmpeg]
|
| 9 |
+
Pillow
|