jtydhr88 / sd-webui-txt-img-to-3d-model

A custom extension for sd-webui that allow you to generate 3D model from txt or image, basing on OpenAI Shap-E.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text300M isn't being cached and gets downloaded on every restart of the UI

hounddogie opened this issue · comments

As the title says, the model gets redownloaded for first time prompts.

Is this normal behavior?

If this is normal, how may this be mended to where I can store models locally and it utilize them?

A quick glance at download.py looks like they should be cached.

I think you have some custom clean up works for your webui git repo on startup, because Sharp-E will download its models into the webui root directory.

it should be here
image

Thank you good sir.