You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,10 @@ Enhanced the official UpscaleImageWithModel node by adding a judge. If the input
102
102
This node is designed to composite a watermark into the destination image. It can select the position of the watermark, resize the watermark according to the input ratio, and add a margin to the watermark.
103
103
104
104
## ImageTransition
105
-
This node is designed to generate a transition image between two images. It can generate a transition image between two images.
105
+
This node is designed to generate a transition image between two images. The first image gradually fades out while the second image simultaneously appears, creating a smooth transition effect.
106
+
107
+
## ImageTransitionLeftToRight
108
+
This node is designed to generate a transition image between two images. The first image gradually slides to the right while the second image simultaneously appears from the left, creating a smooth transition effect.
106
109
107
110
## TorchCompileModelAdvanced
108
111
This node enables model compilation using torch.compile. It extends ComfyUI's original torch compile node by adding compile mode options and a toggle switch.
0 commit comments