Skip to content

Commit be5cd31

Browse files
authored
Merge pull request #314 from w3cdotorg/master
Update README.md -- Adding uninstall instructions
2 parents 90e7555 + 1cbff3c commit be5cd31

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

DOCUMENTATION.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ This documentation is written for version 1.5.1. Parts of it may be unapplicable
66

77
On first launch, DiffusionBee will download and install additional data for image generation.
88

9+
### Removing DiffusionBee
10+
11+
#### Removing the application itself
12+
Drag and drop the DiffusionBee.app application to the Trash.
13+
14+
#### Removing leftover files
15+
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:
16+
17+
##### From the Terminal
18+
Open the Terminal.app application (located in /Applications/Utilities/), and enter the command:
19+
20+
```
21+
rm -r ~/.diffusionbee/
22+
```
23+
24+
This will remove all traces of the DiffusionBee application (cache, generated images, imported models...).
25+
26+
##### From the Finder
27+
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.
28+
929
### Updates
1030

1131
DiffusionBee occasionally receives updates to add new features and improve performance. When prompted on startup, re-download the application from the site, and replace the new file in the location of the old one. Your history and models will be saved.

0 commit comments

Comments
 (0)