mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-09-09 10:33:48 +08:00
fdac249d82
The previous description said "null for nodes that don't set ESSENTIALS_CATEGORY (V1)" — that's wrong. server.py:739-740 uses `hasattr` and OMITS the key when the V1 attribute isn't defined; null only happens if the attribute is explicitly set to None. Spell out all three legal shapes (string / null / absent) and which path produces which.
98 KiB
98 KiB