mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-16 03:57:27 +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):
|
||||
return io.Schema(
|
||||
node_id="wanBlockSwap",
|
||||
display_name="WAN Block Swap",
|
||||
category="model_patches",
|
||||
description="NOP",
|
||||
category="",
|
||||
description="Intercept wanBlockSwap custom node that causes major instability and make it no-op.",
|
||||
inputs=[
|
||||
io.Model.Input("model"),
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user