Changed naeme

This commit is contained in:
Dariusz L
2025-06-21 04:10:43 +02:00
parent 181d9c89c7
commit 41bd1761c4
2 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ class CanvasNode:
RETURN_TYPES = ("IMAGE", "MASK")
RETURN_NAMES = ("image", "mask")
FUNCTION = "process_canvas_image"
CATEGORY = "Ycanvas"
CATEGORY = "azNodes > LayerForge"
def add_image_to_canvas(self, input_image):