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

@@ -7,7 +7,7 @@ NODE_CLASS_MAPPINGS = {
} }
NODE_DISPLAY_NAME_MAPPINGS = { NODE_DISPLAY_NAME_MAPPINGS = {
"CanvasNode": "Canvas Node" "CanvasNode": "Layer Forge (Editor, outpaintintg, Canvas Node)"
} }
WEB_DIRECTORY = "./js" WEB_DIRECTORY = "./js"

View File

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