Dr.Lt.Data
Dr.Lt.Data
SaveImage can be **sender**. LoadImage / LoadImageMask can be **receiver**. Set "recv img" as enable. Just click "send to img" on SaveImage node. Then all 'recv img' enabled node will...
Add 'Refresh' button to enable file list refresh in Model Loader and Image Loader nodes; eliminate the need to restart ComfyUI for file list reloading.
Add Google Drive mounting feature to Colab Notebook. Remove Triton installation and do not set Google Drive mount as default in Colab Notebook. reopened from: https://github.com/comfyanonymous/ComfyUI/pull/172
add SavePreviewLatent node. - use .png as container of latent. - exif=latent_tensor, pnginfo=same as saveimage -> you can load workflow on frontend - image_opt is optional: use logo.png if None...
Allowing pre-prompt and pre-workflow checks before the prompt is executed enables pre-execution tasks that have a global impact, such as extension garbage collection, prompt editing, and other related actions.
major changes: * Preventing stack overflow in deep recursion in Python. * Handling worklists of arbitrary length * Eliminating inefficiency due to call stack cost * Improved control over the...
Security issues * When converting to "input," there is a phenomenon where the model or image file list is included in the config. * The type used for the link...
nodes can access settings value through hidden input "SETTINGS"
```object_storage``` is extremely useful for determining ```IS_CHANGED``` based on a comparison between the original value and the current value.