diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

Getting a command not found error when trying to use script

Open monis24 opened this issue 2 years ago • 1 comments

Cloned the repo and tried using the convert_original_stable diffusion_to_diffusers.py to convert my .ckpt file and I'm getting a sudo: ./scripts/convert_original_stable_diffusion_to_diffusers.py: command not found error. Any idea what I can do to utilize the script?

Command I'm running ./scripts/convert_original_stable_diffusion_to_diffusers.py --checkpoint_path=*path* --scheduler_type=ddim --dump_path=*path*

monis24 avatar Dec 17 '22 23:12 monis24

python ./scripts/convert_original_stable_diffusion_to_diffusers.py --checkpoint_path=*path* --scheduler_type=ddim --dump_path=*path*

averad avatar Dec 18 '22 01:12 averad

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

github-actions[bot] avatar Jan 17 '23 15:01 github-actions[bot]