mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-24 18:10:27 +08:00
feat: carry rotation and scale on layer items
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user