Spaces:
Runtime error
Runtime error
File size: 236 Bytes
08720f3 |
1 2 3 4 5 6 7 8 |
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 |