Update README
Browse files
README.md
CHANGED
@@ -6,18 +6,28 @@ license: apache-2.0
|
|
6 |
|
7 |
# Model info
|
8 |
|
9 |
-
|
|
|
|
|
10 |
But I modified the code (networks_stylegan2.py and dataset.py) to support non-square resolutions.
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
|
|
|
|
17 |
I add support for official StyleGan2 model and change backbone to ResNet-34 in [restyle-encoder](https://github.com/yuval-alaluf/restyle-encoder).
|
18 |
|
19 |
-
|
|
|
|
|
20 |
|
21 |
# Usage
|
22 |
|
23 |
-
see [demo](https://huggingface.co/spaces/skytnt/full-body-anime-gan/blob/main/app.py)
|
|
|
6 |
|
7 |
# Model info
|
8 |
|
9 |
+
### fbanime.pkl
|
10 |
+
|
11 |
+
StyleGan2 model trained with official [StyleGan3](https://github.com/NVlabs/stylegan3).
|
12 |
But I modified the code (networks_stylegan2.py and dataset.py) to support non-square resolutions.
|
13 |
|
14 |
+
### g_mapping.onnx
|
15 |
+
|
16 |
+
onnx format mapping network of fbanime.pkl
|
17 |
+
|
18 |
+
### g_synthesis.onnx
|
19 |
|
20 |
+
onnx format synthesis network of fbanime.pkl
|
21 |
|
22 |
+
### encoder.onnx
|
23 |
+
|
24 |
+
e4e model trained with [encoder4editing-stylegan3](https://github.com/yj7082126/encoder4editing-stylegan3).
|
25 |
I add support for official StyleGan2 model and change backbone to ResNet-34 in [restyle-encoder](https://github.com/yuval-alaluf/restyle-encoder).
|
26 |
|
27 |
+
### waifu_dect.onnx
|
28 |
+
|
29 |
+
YOLOv5 model trained with official [YOLOv5](https://github.com/ultralytics/yolov5)
|
30 |
|
31 |
# Usage
|
32 |
|
33 |
+
see [demo](https://huggingface.co/spaces/skytnt/full-body-anime-gan/blob/main/app.py)
|