stable-diffusion
                                
                                 stable-diffusion copied to clipboard
                                
                                    stable-diffusion copied to clipboard
                            
                            
                            
                        No module found named 'optimizedSD'
I did not use Docker and just installed everything in a virtualenv. getting no module error. anyone have any ideas?
Global seed set to 27
Loading model from models/ldm/stable-diffusion-v1/model.ckpt
Global Step: 470000
Traceback (most recent call last):
File "optimizedSD/optimized_txt2img.py", line 210, in 
you have to pip install -e . in the "root" of stable-diffusion
you have to
pip install -e .in the "root" of stable-diffusion
Thank you! What does this do, exactly?
you have to
pip install -e .in the "root" of stable-diffusion
works for me, thanks