Spaces:
Running
on
Zero
Running
on
Zero
rlawjdghek
commited on
Merge branch 'main' of https://huggingface.co/spaces/rlawjdghek/StableVITON into main
Browse files
checkpoints/humanparsing/parsing_atr.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04c7d1d070d0e0ae943d86b18cb5aaaea9e278d97462e9cfb270cbbe4cd977f4
|
3 |
+
size 266859305
|
checkpoints/humanparsing/parsing_lip.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8436e1dae96e2601c373d1ace29c8f0978b16357d9038c17a8ba756cca376dbc
|
3 |
+
size 266863411
|
requirements.txt
CHANGED
@@ -5,8 +5,9 @@ scipy
|
|
5 |
scikit-image
|
6 |
opencv-python
|
7 |
pillow
|
8 |
-
diffusers
|
9 |
transformers
|
|
|
10 |
accelerate
|
11 |
matplotlib
|
12 |
tqdm
|
|
|
5 |
scikit-image
|
6 |
opencv-python
|
7 |
pillow
|
8 |
+
diffusers==0.20.2
|
9 |
transformers
|
10 |
+
xformers==0.0.20
|
11 |
accelerate
|
12 |
matplotlib
|
13 |
tqdm
|