mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-25 22:35:43 -03:00
0.37
This commit is contained in:
@@ -15,11 +15,10 @@ class LoadImageWithTransparency:
|
||||
{"image": (sorted(files), {"image_upload": True})},
|
||||
}
|
||||
|
||||
CATEGORY = "image"
|
||||
|
||||
RETURN_TYPES = ("IMAGE", "MASK", "STRING") # Added "STRING" for the image path
|
||||
RETURN_NAMES = ("image", "mask", "image_path")
|
||||
FUNCTION = "load_image_alpha"
|
||||
CATEGORY = "Bjornulf"
|
||||
|
||||
def load_image_alpha(self, image):
|
||||
image_path = folder_paths.get_annotated_filepath(image)
|
||||
|
||||
Reference in New Issue
Block a user