mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 15:17:08 +08:00
mark node as beta
This commit is contained in:
parent
57be03b31f
commit
e003633be0
3
nodes.py
3
nodes.py
@ -1769,7 +1769,7 @@ class LoadImageOutput(LoadImage):
|
||||
def INPUT_TYPES(s):
|
||||
return {
|
||||
"required": {
|
||||
"image": ([], {
|
||||
"image": ("COMBO", {
|
||||
"image_upload": True,
|
||||
"image_folder": "output",
|
||||
"remote": {
|
||||
@ -1782,6 +1782,7 @@ class LoadImageOutput(LoadImage):
|
||||
}
|
||||
|
||||
DESCRIPTION = "Load an image from the output folder. When the refresh button is clicked, the node will update the image list and automatically select the first image, allowing for easy iteration."
|
||||
EXPERIMENTAL = True
|
||||
FUNCTION = "load_image_output"
|
||||
|
||||
def load_image_output(self, image):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user