mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-16 12:07:26 +08:00
Revert wanBlockSwap + description
This commit is contained in:
parent
7001511c24
commit
670fa88bdd
@ -12,9 +12,8 @@ class wanBlockSwap(io.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="wanBlockSwap",
|
node_id="wanBlockSwap",
|
||||||
display_name="WAN Block Swap",
|
category="",
|
||||||
category="model_patches",
|
description="Intercept wanBlockSwap custom node that causes major instability and make it no-op.",
|
||||||
description="NOP",
|
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Model.Input("model"),
|
io.Model.Input("model"),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user