comfyanonymous
b2e1744a16
Add a ThresholdMask node.
2024-03-04 00:31:59 -05:00
comfyanonymous
6781b181ef
Fix potential tensor device issue with ImageCompositeMasked.
2023-12-21 02:35:01 -05:00
Jairo Correa
b5fa3d28d7
Fix MaskComposite
2023-10-13 13:40:53 -03:00
Jairo Correa
87097a11c3
Fix FeatherMask
2023-10-13 12:26:54 -03:00
MoonRide303
ece69bf28c
Change channel type to MASK (reduced redundancy, increased usability)
2023-10-04 19:04:52 +02:00
Jukka Seppänen
1c8ae9dbb2
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
1d36dfb9fe
GrowMask now works with mask batches.
2023-09-26 02:53:57 -04:00
comfyanonymous
d76d71de3f
GrowMask can now be used with negative numbers to erode it.
2023-09-26 02:45:31 -04:00
comfyanonymous
d2cec6cdbf
Make mask functions work with batches of masks and images.
2023-09-25 16:19:37 -04:00
comfyanonymous
046b4fe0ee
Support batches of masks in mask composite nodes.
2023-09-25 16:02:21 -04:00
comfyanonymous
81d9200e18
Add node to convert a specific colour in an image to a mask.
2023-08-29 17:55:42 -04:00
Corey
18e86a4010
add a node to allow growing of masks through dilation
2023-08-16 10:57:14 -04:00
comfyanonymous
6dc02c7bac
Add a "resize_source" option to Image and Latent CompositeMasked.
2023-08-15 17:51:52 -04:00
comfyanonymous
8c730dc4a7
Add an ImageCompositeMasked node.
2023-08-12 01:02:36 -04:00
comfyanonymous
f3ac938b4a
Round the mask values for bitwise operations.
2023-05-28 00:42:53 -04:00
space-nuko
00646b0813
Bitwise operations for masks
2023-05-27 21:48:49 -05:00
comfyanonymous
51583164ef
Make MaskToImage support masks with a batch size.
2023-05-10 10:03:30 -04:00
comfyanonymous
476d543fe8
Fix for older python.
...
from: https://github.com/comfyanonymous/ComfyUI/discussions/476
2023-04-15 10:56:15 -04:00
comfyanonymous
d98a4de9eb
LatentCompositeMasked: negative x, y don't work.
2023-04-14 00:49:19 -04:00
comfyanonymous
f48f0872e2
Refactor: move nodes_mask_convertion nodes to nodes_mask.
2023-04-14 00:21:01 -04:00
comfyanonymous
35a2c790b6
Update comfy_extras/nodes_mask.py
...
Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
2023-04-14 00:12:15 -04:00
mligaintart
022a9f271b
Adds masking to Latent Composite, and provides new masking utilities to
...
allow better compositing.
2023-04-06 15:18:20 -04:00