ChatLei / scripts /convert_from_safetensors.sh
akatukime's picture
Upload folder using huggingface_hub
d3fb87a
raw
history blame
No virus
203 Bytes
safetensors_path=$1
dump_path=$2
python3 python_scripts/convert_original_stable_diffusion_to_diffusers.py \
--checkpoint_path $safetensors_path \
--dump_path $dump_path \
--from_safetensors