Extraltodeus / depthmap2mask

Create masks out of depthmaps in img2img
355 stars 35 forks source link

Error with the script #10

Closed Nodam1 closed 1 year ago

Nodam1 commented 1 year ago

Clicking generate puts an error that says " ModuleNotFoundError: No module named 'repositories.midas' ", not sure what to do

BundoBytes commented 1 year ago

I'm running into the same issue. Looking at this post on reddit at the moment. Will report back if I have any luck.

Edit: ok ez fix, just clone the Midas repo to your repositories folder: git clone https://github.com/isl-org/MiDaS.git /path/to/stable-diffusion-webui/repositories/midas

Also thanks for making the depthmap2mask extension Extraltodeus!!

Nodam1 commented 1 year ago

I'm running into the same issue. Looking at this post on reddit at the moment. Will report back if I have any luck.

Edit: ok ez fix, just clone the Midas repo to your repositories folder: git clone https://github.com/isl-org/MiDaS.git /path/to/stable-diffusion-webui/repositories/midas

Also thanks for making the depthmap2mask extension Extraltodeus!!

thank you!