Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
DiscloseAI
/
ChatAnything
like
4
Runtime error
App
Files
Files
Community
1
76dc8b7
ChatAnything
/
scripts
/
convert_from_safetensors.sh
ermu2001
init
08720f3
about 1 year ago
raw
Copy download link
history
blame
Safe
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