Commit
•
b269e23
1
Parent(s):
132e8c4
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git@main
|
2 |
+
torch==2.2.0
|
3 |
+
torchvision
|
4 |
+
pillow==9.5.0
|