Spaces:
Sleeping
Sleeping
dependencies
Browse files- InstantDrag +1 -0
- packages.txt +1 -0
- requirements.txt +8 -0
InstantDrag
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit e712eac8e070873a33835ffa49ed0aa6e8cf271f
|
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
python3-opencv
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.1
|
2 |
+
torchvision==0.17.1
|
3 |
+
torchaudio==2.2.1
|
4 |
+
transformers==4.44.2
|
5 |
+
diffusers==0.30.1
|
6 |
+
accelerate==0.33.0
|
7 |
+
gradio==4.44.0
|
8 |
+
opencv-python
|