Add missing descriptiopns

This commit is contained in:
Alexis Rolland
2026-07-10 18:31:48 +08:00
parent f8af1444fb
commit dca16fbe21
4 changed files with 7 additions and 0 deletions

View File

@@ -1709,6 +1709,7 @@ class PreviewImage(SaveImage):
self.compress_level = 1
SEARCH_ALIASES = ["preview", "preview image", "show image", "view image", "display image", "image viewer"]
DESCRIPTION = "Preview the images without saving them to the ComfyUI output directory."
@classmethod
def INPUT_TYPES(s):