You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,17 @@ Controls:
9
9
* Mouse click to pan, mouse wheel to zoom
10
10
* Drag in more than one image to begin a batch. Dragging in more images adds to the batch
11
11
* Ctrl B to enter or exit batch mode. Can convert current search results into a batch
12
-
* Alt disables maintaining aspect ratio when resizing the training area by the corners
12
+
* Alt disables snapping to pre-programmed aspect ratios when resizing the selected training area
13
+
* F to automatically select as much of the image as possible for one of the valid training aspect ratios (useful since mouse snapping is a bit clunky)
13
14
* L & R to show/hide the left & right panels
15
+
* Ctrl+V to paste the current clipboard text to the tags list, without having to select the text box
14
16
15
17
Implemented:
16
18
* Tagging
17
19
* Searching images by tags
18
20
* Clickable tags or text inputs, switch between by clicking on Filter<> or Tags<>
19
21
* Drag & Drop images (dragging in tens of thousands may take a minute)
20
-
* Drag & Drop onto tag names for fast tagging. Located on the right panel (shown by pressing R)
22
+
* Drag & Drop onto tag names for fast tagging. Located on the right panel shown by pressing R
21
23
* Gallery functionality
22
24
* Full-screen slideshow with speed setting
23
25
* Interpolation options
@@ -30,8 +32,10 @@ Not Implemented:
30
32
* Negative search terms
31
33
* WebP support, GIF playback
32
34
33
-
To rename a tag, do a search on just the tag, enter batch mode (Ctrl B), enable batch tagging, and then edit the tag.
35
+
The training area selections currently snap to match the following aspect ratios and their inversions: 512:512, 512:576, 512:640, 512:704, 512:768, 512:832
34
36
35
-
It occasionally freezes when dragging in large batches of images, which I'm looking into. It's best to save beforehand.
37
+
To rename a tag, search for all images with the tag and enter batch mode (Ctrl B), then use batch tagging to rename the tag for all images which use it.
38
+
39
+
It occasionally freezes when dragging in large batches of images. It's best to save beforehand.
36
40
37
41
Using [an icon from flaticon](https://www.flaticon.com/free-icon/computer_8891318)
0 commit comments