Skip to content

Commit f824fc6

Browse files
authored
Update DOCUMENTATION.md
1 parent be5cd31 commit f824fc6

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

DOCUMENTATION.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,6 @@ 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-
299
### Updates
3010

3111
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.
@@ -118,6 +98,28 @@ When generating images with a custom model, make sure to use the custom token in
11898

11999
<img width="500" alt="Image of using custom model" src="https://user-images.githubusercontent.com/105890749/201485626-b2d4112a-91ba-431c-94c1-4bcc01c936de.png">
120100

101+
102+
## Removing DiffusionBee
103+
104+
#### Removing the application itself
105+
Drag and drop the DiffusionBee.app application to the Trash.
106+
107+
#### Removing leftover files
108+
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:
109+
110+
##### From the Terminal
111+
Open the Terminal.app application (located in /Applications/Utilities/), and enter the command:
112+
113+
```
114+
rm -r ~/.diffusionbee/
115+
```
116+
117+
This will remove all traces of the DiffusionBee application (cache, generated images, imported models...).
118+
119+
##### From the Finder
120+
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.
121+
122+
121123
## Extra tips
122124

123125
* For prompt ideas and help, check out:
@@ -132,6 +134,8 @@ When generating images with a custom model, make sure to use the custom token in
132134
* The model is stored at `~/.diffusionbee/downloads`. If you already have the model available and don't want to re-download it, move, copy or symlink it to that directory.
133135
* The _Show logs_ menu option shows logs that are mostly useful for developers or for tracking errors. You exit the log by clicking one of the tabs.
134136

137+
138+
135139
## Join the discussion
136140

137141
Join the [DiffusionBee Discord Server](https://discord.gg/t6rC5RaJQn) to chat with the community.

0 commit comments

Comments
 (0)