divamgupta / diffusionbee-stable-diffusion-ui

Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed.
https://diffusionbee.com
GNU Affero General Public License v3.0
12.4k stars 608 forks source link

~/.diffusionbee/downloads files should be placed in ~/Library/Caches/ #183

Open alexbbrown opened 1 year ago

alexbbrown commented 1 year ago

DiffusionBee downloads about 9GB of models

These are placed in a nonstandard location, making it hard for the user to discover and remove them when they are no longer wanted.

I suggest storing them in either

~/Library/Application\ Support/DiffusionBee

or better

~/LibraryCaches/DiffusionBee

which would allow the OS to manage them and kick them out

Leland commented 1 year ago

Very agreed. I vote caches. Also see #8. Few things to think about if this happens:

~/LibraryCaches/DiffusionBee

Small typo, only mention since paths matter: > ~/Library/Caches/DiffusionBee

enzyme69 commented 1 year ago

Just to add, I tried using different model like from the original SD Model, with Waifu Diffusion model, but somewhat still getting the same result (no change).

Would be nice to be able to use custom model, and see the differences.

zehrer commented 1 year ago

Yes I just installed the new version and it download again the model.

BrianLipke commented 1 year ago

I can't for the life of me figure out the default location for the model files, do you know where they are?

gingerbeardman commented 1 year ago

Yes I just installed the new version and it download again the model.

@zehrer this is normal behaviour if the local model is older version than the latest online model.

I can't for the life of me figure out the default location for the model files, do you know where they are?

@BrianLipke they are in a hidden folder in the your user folder, at ~/.diffusionbee (see the title of this issue, and #8)

mattheys commented 1 year ago

Can't this be configurable? I have all my stable diffusion stuff on an external SSD and I'd like to keep the models on that so I don't clog up my system drive.

zehrer commented 1 year ago

Yes please

gingerbeardman commented 1 year ago

Is there anything blocking this?

As well as leaving the files there, new versions of the app do not seem to manage the contents of that folder well - leaving old files in there.