-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'dalle_pytorch' #4
Comments
After downloading and installing dalle_pytorch, a new error shows up:
|
I upgraded pytorch to 1.7.1 but the error persists... |
did you installed ldm from this repo: https://github.com/CompVis/latent-diffusion ? |
and probably upgrading to pytorch 1.10 should solve your particular issue: https://pytorch.org/get-started/locally/ |
Pip freeze (in the current state):
|
installing pytorch 1.11, I'll let you know how that goes |
new error:
After creating output_npy:
|
I created a couple of output folders, and got the sampling working. Probably worth adding (if not exists, create folder) logic, and updating the docs to mention need for updated pytorch (latent diffusion installs an old version) |
I updated to pytorch 1.11. And the sampling is working! Thanks for the help. |
Received this error after following instructions to run sampling:
The text was updated successfully, but these errors were encountered: