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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,9 @@ Generates a mask from the face model of the Reactor face swap node output. The m
51
51
## MaskAutoSelector
52
52
Check the three input masks. If any are available, return the first. If none are available, raise an exception.
53
53
54
+
## MaskCoverFourCorners
55
+
Generates a mask by covering the selected corners with circular edges. This mask can be used as an attention mask to remove watermarks from the corners.
56
+
54
57
## CheckpointLoaderSimpleWithSwitch
55
58
Enhanced the official LoadCheckpoint node by integrating three switches. Each switch controls whether a specific component is loaded. When a switch is turned off, the corresponding component will not be loaded. if you use the extra vae and close the model's vae loading, that will save memory.
0 commit comments