Releases: GreenLandisaLie/ComfyUI-RunPythonCode
Releases · GreenLandisaLie/ComfyUI-RunPythonCode
v3.1.2
v3.1.1
- Reverted 'append_None_inputs' default to False
(Sorry about that. This feature is helpful but it should remain False as default.)
v3.1.0
- The two List Append nodes now feature an 'append_None_inputs' input, allowing None inputs to be appended. This is now set to True by default, which is the inverse of the previous behavior.
v3.0.0
Fixed major copy/paste bugs introduced in comfyui-frontend-package==1.30.2
Added some extra keywords to the yellow highlight rule
v2.0.2
The 'dynamic_prompts' function's wildcards now support sub-directories like so: '__SubFolder1\SubFolder2\WildcardFilename__'
v2.0.1
Raise ValueError on invalid input types instead of falling back to list/dict
v2.0.0
Added Rich TextBox support. Much easier to code from within the node now.
v1.0.0
First stable release. Hopefully the last.