From 59c277c09cc7cfe82e92411741e13ca023be643c Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Sat, 9 May 2026 13:07:45 +0800 Subject: [PATCH] Add missing categories --- comfy_extras/nodes_flux.py | 2 +- comfy_extras/nodes_nop.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/comfy_extras/nodes_flux.py b/comfy_extras/nodes_flux.py index 5e04a5f77..84726d009 100644 --- a/comfy_extras/nodes_flux.py +++ b/comfy_extras/nodes_flux.py @@ -263,7 +263,7 @@ class FluxKVCache(io.ComfyNode): node_id="FluxKVCache", display_name="Flux KV Cache", description="Enables KV Cache optimization for reference images on Flux family models.", - category="", + category="experimental", is_experimental=True, inputs=[ io.Model.Input("model", tooltip="The model to use KV Cache on."), diff --git a/comfy_extras/nodes_nop.py b/comfy_extras/nodes_nop.py index 953061bcb..6667ec25c 100644 --- a/comfy_extras/nodes_nop.py +++ b/comfy_extras/nodes_nop.py @@ -12,7 +12,8 @@ class wanBlockSwap(io.ComfyNode): def define_schema(cls): return io.Schema( node_id="wanBlockSwap", - category="", + display_name="WAN Block Swap", + category="model_patches", description="NOP", inputs=[ io.Model.Input("model"),