Aster
commited on
Commit
ยท
444567a
1
Parent(s):
fbd0987
๐ฎ Use the new naming convention
Browse files- {models-fp16 โ anything-v4.0-fp16}/diffusers.json +0 -0
- {models-fp32 โ anything-v4.0-fp16}/readme.md +2 -1
- {models-fp16 โ anything-v4.0-fp16}/text_encoder.onnx +0 -0
- {models-fp16 โ anything-v4.0-fp16}/tokenizer.json +0 -0
- {models-fp16 โ anything-v4.0-fp16}/unet.onnx +0 -0
- {models-fp16 โ anything-v4.0-fp16}/vae_decoder.onnx +0 -0
- {models-fp16 โ anything-v4.0-fp16}/vae_encoder.onnx +0 -0
- {models-fp16 โ anything-v4.5-fp16}/readme.md +1 -1
- models-fp16/convert.sh โ convert.sh +7 -1
- models-fp32/convert.sh +0 -2
{models-fp16 โ anything-v4.0-fp16}/diffusers.json
RENAMED
File without changes
|
{models-fp32 โ anything-v4.0-fp16}/readme.md
RENAMED
@@ -1,6 +1,7 @@
|
|
1 |
## Convert script
|
2 |
|
3 |
```shell
|
|
|
4 |
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp16.safetensors -ci
|
5 |
-
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp16.safetensors ./
|
6 |
```
|
|
|
1 |
## Convert script
|
2 |
|
3 |
```shell
|
4 |
+
rm -rf ./anything-v4.0-fp16
|
5 |
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp16.safetensors -ci
|
6 |
+
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp16.safetensors ./anything-v4.0-fp16 --fp16 -C v1-inference.yaml
|
7 |
```
|
{models-fp16 โ anything-v4.0-fp16}/text_encoder.onnx
RENAMED
File without changes
|
{models-fp16 โ anything-v4.0-fp16}/tokenizer.json
RENAMED
File without changes
|
{models-fp16 โ anything-v4.0-fp16}/unet.onnx
RENAMED
File without changes
|
{models-fp16 โ anything-v4.0-fp16}/vae_decoder.onnx
RENAMED
File without changes
|
{models-fp16 โ anything-v4.0-fp16}/vae_encoder.onnx
RENAMED
File without changes
|
{models-fp16 โ anything-v4.5-fp16}/readme.md
RENAMED
@@ -2,5 +2,5 @@
|
|
2 |
|
3 |
```shell
|
4 |
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp16.safetensors -ci
|
5 |
-
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp16.safetensors ./
|
6 |
```
|
|
|
2 |
|
3 |
```shell
|
4 |
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp16.safetensors -ci
|
5 |
+
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp16.safetensors ./anything-v4.0-fp16 --fp16 -C v1-inference.yaml
|
6 |
```
|
models-fp16/convert.sh โ convert.sh
RENAMED
@@ -1,2 +1,8 @@
|
|
|
|
|
|
1 |
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp16.safetensors -ci
|
2 |
-
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp16.safetensors ./
|
|
|
|
|
|
|
|
|
|
1 |
+
# anything-v4.0-fp16
|
2 |
+
rm -rf ./anything-v4.0-fp16
|
3 |
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp16.safetensors -ci
|
4 |
+
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp16.safetensors ./anything-v4.0-fp16 --fp16 -C v1-inference.yaml
|
5 |
+
# anything-v4.5-fp16
|
6 |
+
rm -rf ./anything-v4.5-fp16
|
7 |
+
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.5-pruned-fp16.ckpt -ci
|
8 |
+
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp32.safetensors ./anything-v4.5-fp16 --fp16 -C v1-inference.yaml
|
models-fp32/convert.sh
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp32.safetensors -ci
|
2 |
-
python scripts/sd2pyke.py ./anything-v4.0-pruned-fp32.safetensors ./models-fp32 -C v1-inference.yaml
|
|
|
|
|
|