thygate / stable-diffusion-webui-depthmap-script

High Resolution Depth Maps for Stable Diffusion WebUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing .\models\3DPhoto folder by default

mykeehu opened this issue · comments

In version 0.3.4, I checked the Generate 3D inpainted mesh and demo videos. (Sloooow) option at the bottom. After generating the depthmap I got errors, and then I noticed that the first model could not be downloaded because the 3DPhoto folder did not exist in the models directory. After creating this manually, the generation was running.
This should be fixed in the script, so that if there is no such folder, it is created before the 3Dphoto models is downloaded.

You are absolutely right, I forgot that for the 3dphoto models, I just fixed it !

In version 0.3.4, I checked the Generate 3D inpainted mesh and demo videos. (Sloooow) option at the bottom. After generating the depthmap I got errors, and then I noticed that the first model could not be downloaded because the 3DPhoto folder did not exist in the models directory. After creating this manually, the generation was running. This should be fixed in the script, so that if there is no such folder, it is created before the 3Dphoto models is downloaded.

pls explain how