rbbrdckybk / dream-factory

Multi-threaded GUI manager for mass creation of AI-generated art with support for multiple GPUs.
MIT License
489 stars 57 forks source link

python: can't open file 'scripts_mod/txt2img.py': [Errno 2] No such file or directory #9

Closed tianshuo closed 1 year ago

tianshuo commented 1 year ago

Fix: symlink stable_diffusion/scripts to scripts_mod

rbbrdckybk commented 1 year ago

Did your setup complete successfully? You should have a /scripts_mod dir with a txt2img.py file in there.

Crimson039 commented 1 year ago

My error is similar, saying "python: can't open file 'scripts/txt2img.py': [Errno 2] No such file or directory" after input >python scripts/txt2img.py "description". However, I see a txt2img.py file in the scripts folder (stable-diffusion --> stable-diffusion main --> scripts --> txt2img.py)