alembics / disco-diffusion

Other
7.47k stars 1.13k forks source link

midas_utils module not found #122

Open BeaverInGreenland opened 2 years ago

BeaverInGreenland commented 2 years ago

When I tried to run disco.py I ran into the following issue midas_utils module not found

As a solution to this problem, I cloned MiDaS and put it within disco-diffusion. In the disco_xform_utils.py script, I changed import midas_utils to import MiDaS.utils as midas_utils.

Is it a good solution to the issue or should I pip import a particular package ?