Initial commit: Image Aspect Size and Multi Switch nodes

- ImageAspectSize: reads input image dimensions and outputs width/height
  scaled to a target longest-side, snapped to multiples of 8, with a
  flip toggle for portrait/landscape rotation
- MultiSwitch: any-type switch node with dynamic slot pairs (JS-driven
  add/remove), colour-coded active/inactive sides, and clean labelling
This commit is contained in:
2026-06-01 02:18:04 +01:00
commit e41eccf1a9
16 changed files with 257 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "comfyui-jezzwtf-nodes"
description = "JezzWTF custom nodes for ComfyUI — utility nodes."
version = "1.0.0"
license = { file = "LICENSE" }
dependencies = []
[project.urls]
Repository = "https://github.com/JezzWTF/comfyui-jezzwtf-nodes"
[tool.comfy]
PublisherId = "jezzwtf"
DisplayName = "JezzWTF Nodes"
Icon = ""