mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 05:22:34 +08:00
Update nodes.pydebug
This commit is contained in:
parent
16a862c722
commit
ce546a3698
2
nodes.py
2
nodes.py
@ -1449,7 +1449,7 @@ class ImageAlphaComposite:
|
|||||||
RETURN_TYPES = ("IMAGE", "MASK")
|
RETURN_TYPES = ("IMAGE", "MASK")
|
||||||
FUNCTION = "alpha_composite"
|
FUNCTION = "alpha_composite"
|
||||||
def alpha_composite(self, image1, mask1, image2, mask2):
|
def alpha_composite(self, image1, mask1, image2, mask2):
|
||||||
print(image.get_shape(), mask1.get_shape())
|
print(image1.get_shape(), mask1.get_shape())
|
||||||
image = image1 * mask1
|
image = image1 * mask1
|
||||||
return (image, mask1)
|
return (image, mask1)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user