Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1785,14 +1785,7 @@ def INPUT_TYPES(s):

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):
return self.load_image(f"{image} [output]")

@classmethod
def VALIDATE_INPUTS(s, image):
return True
FUNCTION = "load_image"


class ImageScale:
Expand Down