diffusionbee-stable-diffusion-ui
diffusionbee-stable-diffusion-ui copied to clipboard
Installed models
Can someone please clarify if there's a folder where new models are installed to? I mean once you install a several Gigas model, where is this data stored? Can you remove models?
/Users/yourusername/.diffusionbee/custom_models
hit cmd shift g in finder to and type in path to get to this location
When you remove the model in diffusion bee settings it removes the model from this location
It's de awesome to get a preference to store these models on an external HD (as a minimal update even) - I have over 100 gigs of models installed and removing and re-adding them is a bit tedious (my Mac Studio only has 500 gb hard drive which is s.h.i.t.).
I can't find the 1.5 model it installed- where is that located?
/Users/yourusername/.diffusionbee/custom_models
hit cmd shift g in finder to and type in path to get to this location
When you remove the model in diffusion bee settings it removes the model from this location
Yes, along with history generated images and more
Awesome! Not sure why you're hiding it since those are all very useful and avoid the painful process of individually saving the images.
What would be super awesome is having all the prompts saved in the PNG too and a way of loading them from previous images! That would help me tremendously!
Also would like to request the ability to specify the location of the application library path, so that users can store models on an external drive for example.
Also would like to request the ability to specify the location of the application library path, so that users can store models on an external drive for example.
Before UI implementation in the app you can make it by your own.
- Move current diffusionbe folder from your laptop drive to the external drive, for simplicity remove dot at the beginning of the name. Default folder is hidden inside user folder "/Users/YOUR-USER-NAME/.diffusionbee"
- Execute command in terminal (we are making simlink to the folder):
ln -s /Volumes/YOUR-EXTERNAL-DISK-NAME/diffusionbee /Users/YOUR-USER-NAME/.diffusionbee
That's it :)
You can move the big files wherever you want post install then just edit the file locations in the locally_loaded_assets.JSON file. Slightly tedious but works fine.