thygate / stable-diffusion-webui-depthmap-script

High Resolution Depth Maps for Stable Diffusion WebUI
MIT License
1.72k stars 159 forks source link

Bug #271

Closed yandw closed 1 year ago

yandw commented 1 year ago

stable-diffusion-webui-depthmap-script/scripts /depthmap.py

image

Bug?

semjon00 commented 1 year ago

No. It is downloading a model from "../model/edge-model.pth" (from the internet) to "../edge_model.pth" (to the computer). Simply a small inconsistency.

thygate commented 1 year ago

Yeah, not really a bug, but I messed up the names at some point, .. Spent quite a bit of time on an issue where I had the user manually download the files, and it wouldn't find them, before I noticed myself ..

Kinda hard to change now since lots of users already have the files downloaded already .. maybe force rename ... bah .. it's fine, no ?

semjon00 commented 1 year ago

Meh, it works and does not contribute to the tech debt - absolutely ok as-is in my opinion.