Added root folder to the search path on line 37 of dream.py to get past it. Works fine after the change. ``` sys.path.append(".") print("* Initializing, be patient...\n") from pytorch_lightning import logging from ldm.simplet2i import T2I ```
Added root folder to the search path on line 37 of dream.py to get past it. Works fine after the change.