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:
@@ -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 = ""
|
||||
Reference in New Issue
Block a user