mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-15 11:37:32 +08:00
Add missing categories
This commit is contained in:
parent
39c5a53f6d
commit
59c277c09c
@ -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."),
|
||||
|
||||
@ -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"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user