feat: carry rotation and scale on layer items

This commit is contained in:
Terry Jia
2026-08-06 23:58:18 -04:00
parent 3b3c61dd49
commit 5e34e441c8
2 changed files with 61 additions and 10 deletions

View File

@@ -862,6 +862,9 @@ class Layers(ComfyTypeIO):
visible: NotRequired[bool]
flip_h: NotRequired[bool]
flip_v: NotRequired[bool]
rotation: NotRequired[float]
w: NotRequired[int]
h: NotRequired[int]
color: NotRequired[str]
class Document(TypedDict):