Im getting "ModuleNotFoundError: No module named 'optimizedSD'" #126
Answered
by
tradlmaier
LeandroLosaria
asked this question in
Q&A
|
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. |
Answered by
tradlmaier
Sep 15, 2022
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. |
1 reply
Answer selected by
basujindal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.