Skip to content

Releases: GreenLandisaLie/ComfyUI-RunPythonCode

v3.1.2

04 Jan 01:44
2d550ec

Choose a tag to compare

Minor update:

  • Fixed comments within multi-line combinations - in the included dynamic_prompts function - not being ignored

v3.1.1

05 Dec 03:17
0e5ef36

Choose a tag to compare

  • Reverted 'append_None_inputs' default to False
    (Sorry about that. This feature is helpful but it should remain False as default.)

v3.1.0

04 Dec 20:08
017b9cb

Choose a tag to compare

  • 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

27 Nov 02:23
250cf2a

Choose a tag to compare

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

05 Nov 00:50
4f1338f

Choose a tag to compare

The 'dynamic_prompts' function's wildcards now support sub-directories like so: '__SubFolder1\SubFolder2\WildcardFilename__'

v2.0.1

02 Nov 17:18
02cb67d

Choose a tag to compare

Raise ValueError on invalid input types instead of falling back to list/dict

v2.0.0

02 Nov 01:54
dee59df

Choose a tag to compare

Added Rich TextBox support. Much easier to code from within the node now.

v1.0.0

05 Jul 22:50
f966bbd

Choose a tag to compare

First stable release. Hopefully the last.