Terry Jia
cca6bc364e
upstream MaskPreview from ComfyUI_essentials ( #7719 )
2025-04-22 05:00:28 -04:00
comfyanonymous
c858e249b7
Fix alpha image issue in more nodes.
2025-04-02 19:32:49 -04:00
comfyanonymous
99cd39f0c2
Fix alpha channel mismatch on destination in ImageCompositeMasked
2025-03-31 20:59:12 -04:00
comfyanonymous
c4511d9ee1
Fix latent composite node not working when source has alpha.
2025-03-30 21:47:05 -04:00
comfyanonymous
5ff702f0bf
Remove some trailing white space.
2024-12-27 18:02:30 -05:00
comfyanonymous
14a7562346
Add a ThresholdMask node.
2024-03-04 00:31:59 -05:00
comfyanonymous
cae5bede07
Fix potential tensor device issue with ImageCompositeMasked.
2023-12-21 02:35:01 -05:00
Jairo Correa
87bdf1bbc3
Fix MaskComposite
2023-10-13 13:40:53 -03:00
Jairo Correa
ff48248d4b
Fix FeatherMask
2023-10-13 12:26:54 -03:00
MoonRide303
1c06c81343
Change channel type to MASK (reduced redundancy, increased usability)
2023-10-04 19:04:52 +02:00
Jukka Seppänen
4202776ba2
Allow GrowMask node to work with batches (for AnimateDiff) ( #1623 )
...
* Allow mask batches
This allows LatentCompositeMasked -node to work with AnimateDiff. I tried to keep old functionality too, unsure if it's correct, but both single mask and batch of masks seems to work with this change.
* Update nodes_mask.py
2023-09-28 22:01:19 -04:00
comfyanonymous
e265178918
GrowMask now works with mask batches.
2023-09-26 02:53:57 -04:00
comfyanonymous
ac237a66dc
GrowMask can now be used with negative numbers to erode it.
2023-09-26 02:45:31 -04:00
comfyanonymous
9f74c7c610
Make mask functions work with batches of masks and images.
2023-09-25 16:19:37 -04:00
comfyanonymous
a03c9d1cf7
Support batches of masks in mask composite nodes.
2023-09-25 16:02:21 -04:00
comfyanonymous
f1d6719a51
Add node to convert a specific colour in an image to a mask.
2023-08-29 17:55:42 -04:00
Corey
3e73a58a57
add a node to allow growing of masks through dilation
2023-08-16 10:57:14 -04:00
comfyanonymous
4e5ef05bc6
Add a "resize_source" option to Image and Latent CompositeMasked.
2023-08-15 17:51:52 -04:00
comfyanonymous
6d3e2bd174
Add an ImageCompositeMasked node.
2023-08-12 01:02:36 -04:00
comfyanonymous
e34e147259
Round the mask values for bitwise operations.
2023-05-28 00:42:53 -04:00
space-nuko
712183e44e
Bitwise operations for masks
2023-05-27 21:48:49 -05:00
comfyanonymous
87743e7748
Make MaskToImage support masks with a batch size.
2023-05-10 10:03:30 -04:00
comfyanonymous
25d89b66a3
Fix for older python.
...
from: https://github.com/comfyanonymous/ComfyUI/discussions/476
2023-04-15 10:56:15 -04:00
comfyanonymous
fb39162c40
LatentCompositeMasked: negative x, y don't work.
2023-04-14 00:49:19 -04:00
comfyanonymous
3fe8074417
Refactor: move nodes_mask_convertion nodes to nodes_mask.
2023-04-14 00:21:01 -04:00
comfyanonymous
eb3fe3df91
Update comfy_extras/nodes_mask.py
...
Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
2023-04-14 00:12:15 -04:00
mligaintart
c80d164c5b
Adds masking to Latent Composite, and provides new masking utilities to
...
allow better compositing.
2023-04-06 15:18:20 -04:00