convert nodes_freelunch.py to the V3 schema (#10904)

This commit is contained in:
Alexander Piskun
2025-12-06 06:22:02 +02:00
committed by GitHub
parent ae676ed105
commit 117bf3f2bd
2 changed files with 57 additions and 37 deletions

View File

@@ -53,11 +53,6 @@ class PatchModelAddDownscale(io.ComfyNode):
return io.NodeOutput(m)
NODE_DISPLAY_NAME_MAPPINGS = {
# Sampling
"PatchModelAddDownscale": "",
}
class ModelDownscaleExtension(ComfyExtension):
@override
async def get_node_list(self) -> list[type[io.ComfyNode]]: