# guo-feng-v1.0-fp16 rm -rf ./guo-feng-v1.0-fp16 wget https://huggingface.co/xiaolxl/Gf_style/resolve/main/Gf_style.safetensors -ci python scripts/sd2pyke.py ./Gf_style.safetensors ./guo-feng-v1.0-fp16 --fp16 -C v1-inference.yaml # guo-feng-v2.0-fp16 rm -rf ./guo-feng-v2.0-fp16 wget https://huggingface.co/xiaolxl/Gf_style2/resolve/main/GuoFeng2.safetensors -ci python scripts/sd2pyke.py ./GuoFeng2.safetensors ./guo-feng-v2.0-fp16 --fp16 -C v1-inference.yaml # guo-feng-v3.0-fp16 # anything-v3.0-fp16 rm -rf ./anything-v3.0-fp16 wget https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3.0-pruned-fp16.safetensors -ci python scripts/sd2pyke.py ./anything-v3.0-pruned-fp16.safetensors ./anything-v3.0-fp16 --fp16 -C v1-inference.yaml # anything-v4.0-fp16 rm -rf ./anything-v4.0-fp16 wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0-pruned-fp16.safetensors -ci python scripts/sd2pyke.py ./anything-v4.0-pruned-fp16.safetensors ./anything-v4.0-fp16 --fp16 -C v1-inference.yaml # anything-v4.5-fp16 rm -rf ./anything-v4.5-fp16 wget https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.5-pruned-fp16.ckpt -ci python scripts/sd2pyke.py ./anything-v4.5-pruned-fp16.ckpt ./anything-v4.5-fp16 --fp16 -C v1-inference.yaml