Add missing category for T5TokenizerOption (#8177)

Change it if you need to but it should at least have a category.
pull/8182/head
Silver 2025-05-18 08:59:06 +02:00 committed by GitHub
parent aee2908d03
commit f5e4e976f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class T5TokenizerOptions:
}
}
CATEGORY = "_for_testing/conditioning"
RETURN_TYPES = ("CLIP",)
FUNCTION = "set_options"