mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-25 14:25:44 -03:00
Changed naeme
This commit is contained in:
@@ -7,9 +7,9 @@ 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"
|
||||||
|
|
||||||
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
|
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
|
||||||
@@ -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):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user