Add string/path utility nodes (PathJoin, StringFormat, StringExtract, StringSwitch)
Some checks failed
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
Some checks failed
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
Four new nodes that collapse common multi-node chains for path construction, string templating, substring extraction, and boolean selection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "comfyui-json-dynamic"
|
||||
version = "1.0.0"
|
||||
description = "A ComfyUI node that auto-discovers JSON keys and exposes them as typed output slots"
|
||||
description = "ComfyUI nodes for dynamic JSON loading and string/path utility operations"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">=3.10"
|
||||
classifiers = ["Operating System :: OS Independent"]
|
||||
|
||||
Reference in New Issue
Block a user