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.
GNU Affero General Public License v3.0
264 stars 14 forks source link

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

Closed hounddogie closed 1 year ago

hounddogie commented 1 year ago

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.

jtydhr88 commented 1 year ago

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.

jtydhr88 commented 1 year ago

it should be here image

hounddogie commented 1 year ago

Thank you good sir.