When trying to run the dream.py file on the current main branch, I get the following error:
/content/stable-diffusion# pipenv run scripts/dream.py
Traceback (most recent call last):
File "scripts/dream.py", line 12, in <module>
import ldm.dream.readline
ModuleNotFoundError: No module named 'ldm'
Environment: Google Colab & Docker (WSL2 + GPU passthrough)
Python 3.8.13
The error that was outputted above came from the google colab environment on the main branch (removed line that checked out a specific tag).
I've been working in a docker container and thought maybe it had something to do with not using conda, but I tried the colab notebook in the Colab env, and removed the line to checkout the specific tag, and encountered the same error, so I am fairly certain it's an issue with the current branch rather than an env issue.
When I ran the same line on tags/release-1.09, it showed the initialization message
When trying to run the
dream.pyfile on the currentmainbranch, I get the following error:Environment: Google Colab & Docker (WSL2 + GPU passthrough)
Python 3.8.13
The error that was outputted above came from the google colab environment on the main branch (removed line that checked out a specific tag).
I've been working in a docker container and thought maybe it had something to do with not using conda, but I tried the colab notebook in the Colab env, and removed the line to checkout the specific tag, and encountered the same error, so I am fairly certain it's an issue with the current branch rather than an env issue.
When I ran the same line on
tags/release-1.09, it showed the initialization message