Aster commited on
Commit
44051fb
·
1 Parent(s): 8c23e20

🔮 Mark the source of the model

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. convert.sh +4 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: cc
3
  ---
4
 
5
  - Model for [pykeio/diffusers](https://github.com/pykeio/diffusers)
 
 
6
  - Model from: [andite/anything-v4.0](https://huggingface.co/andite/anything-v4.0)
7
 
8
 
 
3
  ---
4
 
5
  - Model for [pykeio/diffusers](https://github.com/pykeio/diffusers)
6
+ - Model from: [swl-models/anything-v2.1](https://huggingface.co/swl-models/anything-v2.1)
7
+ - Model from: [Linaqruf/anything-v3.0](https://huggingface.co/Linaqruf/anything-v3.0)
8
  - Model from: [andite/anything-v4.0](https://huggingface.co/andite/anything-v4.0)
9
 
10
 
convert.sh CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # anything-v3.0-fp16
2
  rm -rf ./anything-v3.0-fp16
3
  wget https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3.0-pruned-fp16.safetensors -ci
 
1
+ # anything-v2.1-fp16
2
+ rm -rf ./anything-v2.1-fp16
3
+ wget https://huggingface.co/swl-models/anything-v2.1/resolve/main/anything-V2.1-pruned-fp16.safetensors -ci
4
+ python scripts/sd2pyke.py ./anything-V2.1-pruned-fp16.safetensors ./anything-v2.1-fp16 --fp16 -C v1-inference.yaml
5
  # anything-v3.0-fp16
6
  rm -rf ./anything-v3.0-fp16
7
  wget https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3.0-pruned-fp16.safetensors -ci