diffusers
                                
                                 diffusers copied to clipboard
                                
                                    diffusers copied to clipboard
                            
                            
                            
                        Getting a command not found error when trying to use script
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*
python ./scripts/convert_original_stable_diffusion_to_diffusers.py --checkpoint_path=*path* --scheduler_type=ddim --dump_path=*path*
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.