@@ -10,12 +10,11 @@ like Stable Diffusion.
10
10
11
11
## Features
12
12
13
- - ** Keyboard-friendly** interface for fast tagging
14
- - ** Tag autocomplete** based on your own most-used tags
15
- - Integrated Stable Diffusion ** token counter**
16
- - ** Automatic caption generation** with models including ** CogVLM** and
17
- ** LLaVA**
18
- - Option to load auto-captioning models in ** 4-bit** for reduced VRAM usage
13
+ - Keyboard-friendly interface for fast tagging
14
+ - Tag autocomplete based on your own most-used tags
15
+ - Integrated Stable Diffusion token counter
16
+ - Automatic caption generation with models including CogVLM and LLaVA
17
+ - Option to load auto-captioning models in 4-bit for reduced VRAM usage
19
18
- Batch tag operations for renaming, deleting, and sorting tags
20
19
- Advanced image list filtering
21
20
@@ -63,9 +62,10 @@ GPU generation requires a compatible NVIDIA GPU, and CPU generation is also
63
62
supported.
64
63
65
64
To use the feature, select the images you want to caption in the image list,
66
- select the captioning model you want to use in the Auto-Captioner pane, and
67
- click the ` Run Auto-Captioner ` button.
68
- ** You can select multiple images to batch generate captions for all of them.**
65
+ then select the captioning model you want to use in the Auto-Captioner pane.
66
+ You can also type in the path to a locally saved model.
67
+ Click the ` Run Auto-Captioner ` button to start captioning.
68
+ You can select multiple images to batch generate captions for all of them.
69
69
It can take up to several minutes to download and load a model when you first
70
70
use it, but subsequent generations will be much faster.
71
71
0 commit comments