disco-diffusion
disco-diffusion copied to clipboard
First Run Error: No module named 'in_path'
All the dependencies installed successfully. I can run each cell up to diffuse, which fails with
ModuleNotFoundError Traceback (most recent call last)
[/tmp/ipykernel_8090/3795853057.py](https://localhost:8080/#) in <module>
1 import PIL
2 import glob
----> 3 import in_path
4
5
ModuleNotFoundError: No module named 'in_path'
I also had to add import glob only to fail on in_path. I did run the animation settings cell prior to this.
Is this common? I cloned from main yesterday.
Running LWS Ubuntu, followed the microsoft docs for setting up a local jupyter for use with Disco.
Any help is MUCH APPRECIATED!