mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-22 07:54:05 +00:00
[V3] converted nodes_images.py to V3 schema (#11206)
* converted nodes_images.py to V3 schema * fix test
This commit is contained in:
@@ -25,7 +25,7 @@ class TestImageStitch:
|
||||
|
||||
result = node.stitch(image1, "right", True, 0, "white", image2=None)
|
||||
|
||||
assert len(result) == 1
|
||||
assert len(result.result) == 1
|
||||
assert torch.equal(result[0], image1)
|
||||
|
||||
def test_basic_horizontal_stitch_right(self):
|
||||
|
||||
Reference in New Issue
Block a user