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: Diffusion.Toolkit/Release Notes/What's New v1.10.0.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,21 @@ A new setting has been added: **Settings > Video > Loop Video**. This controls w
20
20
21
21
If you have a ComfyUI video that has metadata that can't be read, please raise an issue on Github and attach the sample file
22
22
23
-
You can now filter by **Type** (Image, Video) using the Filter popup, or by adding the query `type: image` or `type: video`
23
+
You can now filter by **Type** (Image, Video) using the Filter popup, or by adding the query `type: image` or `type: video`.
24
24
25
25
## Custom Tags
26
26
27
-
You can now create custom tags and add them to media in the **Metadata** panel. Open the **Tags** tab in any Metadata panel,
28
-
and begin by adding a Tag in the textbox at the bottom. Click the + button to add the tag to the list of available tags.
29
-
Place a check next to the tag name to add the tag to the selected media.
27
+
You can now create custom tags and add them to media in the **Metadata** panel. Open the **Tags** tab in any Metadata panel, and begin by entering the name of your new tag in the textbox at the bottom. Click the + button or press Enter to add the tag to the list of available tags. Place a check next to the tag name to add the tag to the selected media.
30
28
31
-
If multiple media are selected, the tags will be applied to all the selected media.
29
+
If multiple media are selected, the tag will be applied to all the selected media.
32
30
33
-
You can also filter by one or more tags in the Tags filter panel on the left. Above the list of Tags you will see the options AND and OR.
34
-
This determines how multiple selected tags will affect the filter.
31
+
You can also filter by one or more tags in the Tags filter panel on the left. Above the list of Tags you will see the options **AND** and **OR**. This determines how multiple selected tags will affect the filter.
35
32
36
-
You can add, rename and remove tags in the Tags filter panel.
33
+
You can add tags in the Tags filter panel by clicking on the + button in the Tag filter header, and rename or remove tags by right-clicking a tag in the list.
37
34
38
-
The Tags filter should be visible. You can toggle it via **Menu > View > Tags**
35
+
You can toggle the visibility of the Tags filter panel it via the menu in **View > Tags**
36
+
37
+
You can import and export tags from the menu in **Tools > Tags**. The import file must be a text file containing one tag on each line. Existing tags and duplicates will be ignored. Tags will be trimmed of whitespace.
0 commit comments