ChatAnything / scripts /convert_from_controlnet.sh
ermu2001
init
08720f3
raw
history blame contribute delete
No virus
236 Bytes
ckpt_path=$1
dump_path=$2
original_config_path=" "
python python_scripts/convert_original_controlnet_to_diffusers.py \
--checkpoint_path $ckpt_path \
--original_config_file "None" \
--dump_path $dump_path \
--device cpu