Add missing categories

This commit is contained in:
Alexis Rolland 2026-05-09 13:07:45 +08:00
parent 39c5a53f6d
commit 59c277c09c
2 changed files with 3 additions and 2 deletions

View File

@ -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."),

View File

@ -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"),