All notable changes to this project will be documented in this file.
0.3.0 - 13 November 2024
- New node
Set Variable Rack
: Allows you to feed many inputs into custom Unprompted variables - New setting
goodbye_routines
: Runs Unprompted's memory-freeing methods, recommend enabling this on the final Unprompted node in your workflow
- Error related to the
anything
input in newer versions of ComfyUI
0.2.0 - 23 June 2024
- New input
anything
: connect any node to this input (for example, an image) and it will be made accessible in your Unprompted string as a variable - New widget
set_anything_to
: the variable name to use for theanything
input (defaults tocomfy_var
) - New output
IMAGE
: Unprompted can now return an image contained in a variable of your choosing (in the future, I may extend this to additional data types - but for now I thinkSTRING
andIMAGE
are the most useful) - New widget
return_image_var
: the variable that contains the output image (defaults tocomfy_var
) - The Unprompted object's
webui
variable is nowcomfy
, making it easier for shortcodes to implement ComfyUI support
- The Node version is now shown in the header instead of the Unprompted language version
0.1.0 - 5 June 2024
- New setting
always_rerun
to force the node to re-run even when the input data hasn't changed