Skip to content

Commit 8d37418

Browse files
authored
Update README.md
1 parent e6625cd commit 8d37418

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,27 @@ History:
8686
* Mac with Intel or M1/M2 CPU
8787
* MacOS 12.3.1 or later
8888

89+
## Removing DiffusionBee
90+
91+
### Removing the application itself
92+
Drag and drop the DiffusionBee.app application to the Trash.
93+
94+
### Removing leftover files
95+
DiffusionBee saves your generated images and soem information related to the custom models you might have imported in your home folder, in the .diffusionbee/ folder. If you want to fully uninstall the application, you can safely remove the whole folder. There are two ways to do it:
96+
97+
#### From the Terminal
98+
Open the Terminal.app application (located in /Applications/Utilities/), and enter the command:
99+
100+
```
101+
rm -r ~/.diffusionbee/
102+
```
103+
104+
This will remove all traces of the DiffusionBee application (cache, generated images, imported models...).
105+
106+
#### From the Finder
107+
Open your Home folder, and press the cmd + shift + . (command + shift + period) keys. This will show the hidden files and directories. You can safely drag and drop the .diffusionbee folder in the Trash.
108+
109+
89110
License : Stable Diffusion is released under the CreativeML OpenRAIL M license : https://github.com/CompVis/stable-diffusion/blob/main/LICENSE
90111
Diffusion Bee is just a GUI wrapper on top of Stable Diffusion, so all the term of Stable Diffusion are applied on the outputs.
91112

0 commit comments

Comments
 (0)