Spaces:
Runtime error
Runtime error
Use gdown
Browse files
README.md
CHANGED
|
@@ -40,10 +40,10 @@ Download weights from Google Drive. Alternatively, you can download from [Baidu
|
|
| 40 |
|
| 41 |
```
|
| 42 |
mkdir weights && cd weights
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
```
|
| 48 |
|
| 49 |
#### Prepare inputs
|
|
@@ -52,12 +52,12 @@ We prepared two Ultra-Dense Pose sequences for two characters, you can generate
|
|
| 52 |
|
| 53 |
```
|
| 54 |
# for short hair girl
|
| 55 |
-
|
| 56 |
unzip short_hair.zip
|
| 57 |
mv short_hair/ poses/
|
| 58 |
|
| 59 |
# for double ponytail girl
|
| 60 |
-
|
| 61 |
unzip double_ponytail.zip
|
| 62 |
mv double_ponytail/ poses/
|
| 63 |
```
|
|
@@ -66,12 +66,12 @@ We provide sample inputs of anime character sheets, you can also draw more by yo
|
|
| 66 |
|
| 67 |
```
|
| 68 |
# for short hair girl
|
| 69 |
-
|
| 70 |
unzip short_hair_images.zip
|
| 71 |
mv short_hair_images/ character_sheet/
|
| 72 |
|
| 73 |
# for double ponytail girl
|
| 74 |
-
|
| 75 |
unzip double_ponytail_images.zip
|
| 76 |
mv double_ponytail_images/ character_sheet/
|
| 77 |
```
|
|
|
|
| 40 |
|
| 41 |
```
|
| 42 |
mkdir weights && cd weights
|
| 43 |
+
gdown https://drive.google.com/uc?id=1M1LEpx70tJ72AIV2TQKr6NE_7mJ7tLYx
|
| 44 |
+
gdown https://drive.google.com/uc?id=1YvZy3NHkJ6gC3pq_j8agcbEJymHCwJy0
|
| 45 |
+
gdown https://drive.google.com/uc?id=1AOWZxBvTo9nUf2_9Y7Xe27ZFQuPrnx9i
|
| 46 |
+
gdown https://drive.google.com/uc?id=19jM1-GcqgGoE1bjmQycQw_vqD9C5e-Jm
|
| 47 |
```
|
| 48 |
|
| 49 |
#### Prepare inputs
|
|
|
|
| 52 |
|
| 53 |
```
|
| 54 |
# for short hair girl
|
| 55 |
+
gdown https://drive.google.com/uc?id=11HMSaEkN__QiAZSnCuaM6GI143xo62KO
|
| 56 |
unzip short_hair.zip
|
| 57 |
mv short_hair/ poses/
|
| 58 |
|
| 59 |
# for double ponytail girl
|
| 60 |
+
gdown https://drive.google.com/uc?id=1WNnGVuU0ZLyEn04HzRKzITXqib1wwM4Q
|
| 61 |
unzip double_ponytail.zip
|
| 62 |
mv double_ponytail/ poses/
|
| 63 |
```
|
|
|
|
| 66 |
|
| 67 |
```
|
| 68 |
# for short hair girl
|
| 69 |
+
gdown https://drive.google.com/uc?id=1r-3hUlENSWj81ve2IUPkRKNB81o9WrwT
|
| 70 |
unzip short_hair_images.zip
|
| 71 |
mv short_hair_images/ character_sheet/
|
| 72 |
|
| 73 |
# for double ponytail girl
|
| 74 |
+
gdown https://drive.google.com/uc?id=1XMrJf9Lk_dWgXyTJhbEK2LZIXL9G3MWc
|
| 75 |
unzip double_ponytail_images.zip
|
| 76 |
mv double_ponytail_images/ character_sheet/
|
| 77 |
```
|