Im getting "ModuleNotFoundError: No module named 'optimizedSD'" #126
-
I have Stable Diffusion setup using this guide "https://github.com/CompVis/stable-diffusion", and it works; now, when I try to setup this optimized version, and follow the instructions and put "optimizedSD" in the same root folder with the original setup, and try to call "python optimizedSD/optimized_txt2img.py" I get the error below Can anyone shed some light? I tried to fix it but can't make things work. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you check your paths, it is because the script leaves your second git repository(stable-diffusion-main), and enters the first one again(stable-diffusion), where the optimizedSD folder does not exist. Laziest fix would be to remove the stable-diffusion repository and rename your stable-diffusion-main. |
Beta Was this translation helpful? Give feedback.
If you check your paths, it is because the script leaves your second git repository(stable-diffusion-main), and enters the first one again(stable-diffusion), where the optimizedSD folder does not exist. Laziest fix would be to remove the stable-diffusion repository and rename your stable-diffusion-main.