Revert wanBlockSwap + description
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run

This commit is contained in:
Alexis Rolland 2026-05-12 14:53:28 +08:00
parent 7001511c24
commit 670fa88bdd

View File

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