From f5e4e976f43c9ed79e75b27f73719b2708f9ded9 Mon Sep 17 00:00:00 2001 From: Silver <65376327+silveroxides@users.noreply.github.com> Date: Sun, 18 May 2025 08:59:06 +0200 Subject: [PATCH] Add missing category for T5TokenizerOption (#8177) Change it if you need to but it should at least have a category. --- comfy_extras/nodes_cond.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_extras/nodes_cond.py b/comfy_extras/nodes_cond.py index 57426217..58c16f62 100644 --- a/comfy_extras/nodes_cond.py +++ b/comfy_extras/nodes_cond.py @@ -31,6 +31,7 @@ class T5TokenizerOptions: } } + CATEGORY = "_for_testing/conditioning" RETURN_TYPES = ("CLIP",) FUNCTION = "set_options"