Christian Byrne
|
abd7ca20e2
|
feat: add SEARCH_ALIASES for image, mask, and string nodes (#12017)
Add search aliases to nodes in comfy_extras for better discoverability:
- nodes_mask.py: mask manipulation nodes
- nodes_images.py: image processing nodes
- nodes_post_processing.py: post-processing effect nodes
- nodes_string.py: string manipulation nodes
- nodes_compositing.py: compositing nodes
- nodes_morphology.py: morphological operation nodes
- nodes_latent.py: latent space nodes
Uses search_aliases parameter in io.Schema() for v3 nodes.
|
2026-01-22 02:01:51 -08:00 |
|
Alexander Piskun
|
8f4ee9984c
|
convert nodes_morphology.py to V3 schema (#10159)
|
2025-10-02 13:53:00 -07:00 |
|
comfyanonymous
|
0956107170
|
Nodes to convert images to YUV and back.
Can be used to convert an image to black and white.
|
2025-03-21 06:32:44 -04:00 |
|
comfyanonymous
|
d9b7cfac7e
|
Fix and enforce new lines at the end of files.
|
2024-12-30 04:14:59 -05:00 |
|
Dmytro Mishkin
|
6d8834f08f
|
Add Morphology nodes from kornia (#2781)
* import kornia
* Added morphology nodexs
* Add kornia to requirements
* fix choices
* options, also move to postprocessors
* fix placing and step
|
2024-03-04 12:50:28 -05:00 |
|