Commit Graph

11 Commits

Author SHA1 Message Date
Claude
aee16f4a08 Fix deprecated flag not propagating to schema in dataset nodes
ImageProcessingNode and TextProcessingNode set is_deprecated as a class
attribute but never forwarded it into the io.Schema built by their shared
define_schema(), so /object_info reported deprecated: false for nodes like
ResizeImagesByShorterEdgeNode, TextToLowercaseNode, and ReplaceTextNode
despite is_deprecated = True on the class. The frontend's hide-deprecated
filter reads the schema, not the class attribute, so these nodes kept
showing up in search.

Forward cls.is_deprecated into io.Schema(...) in both base classes, same as
SaveImageDataSetToFolderNode already does directly. Adds a regression test
asserting schema.is_deprecated matches the class flag for every dataset node.
2026-08-09 06:54:25 +00:00
comfyanonymous
9a9fdb10ed Harden some nodes against potential issues related to combos. (#15277) 2026-08-03 23:55:13 -04:00
comfyanonymous
02c688429e Update AGENTS.md (#15096) 2026-07-26 17:21:05 -04:00
comfyanonymous
678d42c90e Update AGENTS.md (#14955) 2026-07-15 20:09:59 -07:00
comfyanonymous
6880614319 Update AGENTS.md (#14819) 2026-07-07 18:36:13 -07:00
comfyanonymous
de1b8f3e8d Update AGENTS.md (#14738) 2026-07-03 13:08:24 -07:00
comfyanonymous
1e04ced089 Update AGENTS.md (#14733) 2026-07-03 02:08:47 -04:00
comfyanonymous
35c1470935 Update AGENTS.md (#14726) 2026-07-02 15:05:55 -04:00
comfyanonymous
92594ca84c Update AGENTS.md with more stuff. (#14725) 2026-07-01 21:55:13 -04:00
comfyanonymous
dd17debce5 Add some more stuff to AGENTS.md (#14704) 2026-07-01 01:51:51 -04:00
comfyanonymous
50e5270b86 Add AGENTS.md (#14696) 2026-06-30 17:40:33 -04:00