Aster
commited on
Commit
β’
9dfac94
1
Parent(s):
b229b85
π Upload guo-feng-v1.0-fp16 models
Browse files- README.md +1 -1
- convert.sh +4 -18
- guo-feng-v1.0-fp16/diffusers.json +1 -0
- guo-feng-v1.0-fp16/text_encoder.onnx +3 -0
- guo-feng-v1.0-fp16/tokenizer.json +0 -0
- guo-feng-v1.0-fp16/unet.onnx +3 -0
- guo-feng-v1.0-fp16/vae_decoder.onnx +3 -0
- guo-feng-v1.0-fp16/vae_encoder.onnx +3 -0
README.md
CHANGED
@@ -5,6 +5,6 @@ license: cc
|
|
5 |
- Model for [pykeio/diffusers](https://github.com/pykeio/diffusers)
|
6 |
- Model from: [xiaolxl/guofeng-v1.0](https://huggingface.co/xiaolxl/Gf_style)
|
7 |
- Model from: [xiaolxl/guofeng-v2.0](https://huggingface.co/xiaolxl/Gf_style2)
|
8 |
-
- Model from: [xiaolxl/guofeng-v3.0](https://huggingface.co/
|
9 |
|
10 |
|
|
|
5 |
- Model for [pykeio/diffusers](https://github.com/pykeio/diffusers)
|
6 |
- Model from: [xiaolxl/guofeng-v1.0](https://huggingface.co/xiaolxl/Gf_style)
|
7 |
- Model from: [xiaolxl/guofeng-v2.0](https://huggingface.co/xiaolxl/Gf_style2)
|
8 |
+
- Model from: [xiaolxl/guofeng-v3.0](https://huggingface.co/xiaolxl/GuoFeng3)
|
9 |
|
10 |
|
convert.sh
CHANGED
@@ -6,21 +6,7 @@ python scripts/sd2pyke.py ./Gf_style.safetensors ./guo-feng-v1.0-fp16 --fp16 -C
|
|
6 |
rm -rf ./guo-feng-v2.0-fp16
|
7 |
wget https://huggingface.co/xiaolxl/Gf_style2/resolve/main/GuoFeng2.safetensors -ci
|
8 |
python scripts/sd2pyke.py ./GuoFeng2.safetensors ./guo-feng-v2.0-fp16 --fp16 -C v1-inference.yaml
|
9 |
-
# guo-feng-v3.
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
# anything-v3.0-fp16
|
16 |
-
rm -rf ./anything-v3.0-fp16
|
17 |
-
wget https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3.0-pruned-fp16.safetensors -ci
|
18 |
-
python scripts/sd2pyke.py ./anything-v3.0-pruned-fp16.safetensors ./anything-v3.0-fp16 --fp16 -C v1-inference.yaml
|
19 |
-
# anything-v4.0-fp16
|
20 |
-
rm -rf ./anything-v4.0-fp16
|
21 |
-
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp16.safetensors -ci
|
22 |
-
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp16.safetensors ./anything-v4.0-fp16 --fp16 -C v1-inference.yaml
|
23 |
-
# anything-v4.5-fp16
|
24 |
-
rm -rf ./anything-v4.5-fp16
|
25 |
-
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.5-pruned-fp16.ckpt -ci
|
26 |
-
python scripts/sd2pyke.py ./anything-v4.5-pruned-fp16.ckpt ./anything-v4.5-fp16 --fp16 -C v1-inference.yaml
|
|
|
6 |
rm -rf ./guo-feng-v2.0-fp16
|
7 |
wget https://huggingface.co/xiaolxl/Gf_style2/resolve/main/GuoFeng2.safetensors -ci
|
8 |
python scripts/sd2pyke.py ./GuoFeng2.safetensors ./guo-feng-v2.0-fp16 --fp16 -C v1-inference.yaml
|
9 |
+
# guo-feng-v3.2-fp16
|
10 |
+
rm -rf ./guo-feng-v3.2-fp16
|
11 |
+
wget https://huggingface.co/xiaolxl/GuoFeng3/resolve/main/GuoFeng3.2.safetensors -ci
|
12 |
+
python scripts/sd2pyke.py ./GuoFeng3.2.safetensors ./guo-feng-v3.2-fp16 --fp16 -C v1-inference.yaml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
guo-feng-v1.0-fp16/diffusers.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"pipeline": "stable-diffusion", "framework": "onnx", "tokenizer": {"type": "CLIPTokenizer", "path": "tokenizer.json", "model-max-length": 77, "bos-token": 49406, "eos-token": 49407}, "feature-extractor": {"resample": 3, "size": 224, "crop": [224, 224], "crop-center": true, "rgb": true, "normalize": true, "resize": true, "image-mean": [0.48145466, 0.4578275, 0.40821073], "image-std": [0.26862954, 0.26130258, 0.27577711]}, "text-encoder": {"path": "text_encoder.onnx"}, "unet": {"path": "unet.onnx"}, "vae": {"encoder": "vae_encoder.onnx", "decoder": "vae_decoder.onnx"}, "hashes": {"text-encoder": "f4ecc275b605b9fde8fb398df0bee460", "unet": "fd86c9b506cd07ddcc7d3a4e7b51677d", "vae-encoder": "c2c5d120fe81679db38712005dfb7661", "vae-decoder": "8f8ea12f1ad6744ee49c9bbcb6673038", "safety-checker": null}}
|
guo-feng-v1.0-fp16/text_encoder.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:caaabb063390f1b3ad0ce4d41b107308de8674039c2c227725ee1b761ec33232
|
3 |
+
size 246462068
|
guo-feng-v1.0-fp16/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
guo-feng-v1.0-fp16/unet.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d55f6a6560adc8e4f9cf441ba7d56334ec1b27742ee4c22453f645f7be110ab
|
3 |
+
size 1722958717
|
guo-feng-v1.0-fp16/vae_decoder.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8db52c2d7146eb6f6df266e26625942c54d361ae2c43fbfa673d429713750e9
|
3 |
+
size 99108623
|
guo-feng-v1.0-fp16/vae_encoder.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b3abed630a1d6a1f8d5cddf00d3d4c705e47b4ca1ee55d649dae3f57f7aae00
|
3 |
+
size 68444866
|