Closed hounddogie closed 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.
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
Thank you good sir.
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.