kijai
cabfcb2245
ImageResizeKJv2: Allow changing pad direction, add output info display
2025-07-10 18:56:25 +03:00
kijai
1f653a8d96
ReplaceImagesInBatch: Allow replacing only masks without images
2025-07-03 17:51:40 +03:00
kijai
6363376a17
Add optional mask resiszing to ImageResizeKJv2, allow lanczos for mask resizing
2025-07-01 12:22:37 +03:00
kijai
ff98412479
Check if folder contents change on LoadImagesFromFolderKJ
2025-06-16 17:31:35 +03:00
kijai
1fbf4805f1
SplineEditor updates
2025-06-09 17:59:31 +03:00
WildAi
a879d15208
fix import
2025-06-02 20:26:05 +03:00
kijai
9a52b7dfd2
Update image_nodes.py
2025-05-29 20:35:18 +03:00
kijai
37eb7bddcb
Change Flux block lora loaderr into generic DiT lora block loader and support Wan with it
2025-05-28 12:57:17 +03:00
kijai
44565e9bff
Add choice of device for imageresize
2025-05-20 16:50:55 +03:00
kijai
b7e5b6f1e2
Default to center crop on the deprecated resize node
2025-05-05 21:54:34 +03:00
kijai
c3f0a55adf
Deprecate ImageResizeKJ and add ImageResizeKJ v2
...
Due to ComfyUI frontend changes the old node doesn't make that much sense anymore, and has issues between workflows saved with different versions of the front end.
2025-04-24 14:11:17 +03:00
kijai
3e3a1a8aac
Update image_nodes.py
2025-04-22 09:17:29 +03:00
kijai
366b866f8e
Update image_nodes.py
2025-04-20 22:29:42 +03:00
kijai
9903cf078e
Further fix for input selection nodes
2025-04-20 17:49:51 +03:00
kijai
d399bc559d
Add ImageBatchFilter
...
Node that removes "empty" frames from a batch, empty being a single color with threshold
2025-04-20 14:17:44 +03:00
kijai
8ecf5cd05e
ReplaceImagesInBatch: allow replacing masks as well
2025-04-13 16:52:23 +03:00
kijai
d57154c3a8
Allow repeating masks as well with ImageBatchRepeatInterleaving
2025-04-07 17:45:45 +03:00
kijai
c8f5fc0760
Update image_nodes.py
2025-04-06 11:39:21 +03:00
kijai
6c997afd5f
Update image_nodes.py
2025-04-05 20:32:34 +03:00
kijai
5f16aeec88
Pad node update
2025-04-05 19:35:16 +03:00
kijai
91bdcfdf60
Update image_nodes.py
2025-04-03 01:12:30 +03:00
kijai
843805b1fb
Update image_nodes.py
2025-04-03 01:06:51 +03:00
kijai
57195496fa
Update image_nodes.py
2025-04-03 00:50:04 +03:00
kijai
18a5565b5c
Update image_nodes.py
2025-04-02 02:47:03 +03:00
kijai
59bd92ff49
Add PadImageBatchInterleaved
2025-04-02 02:07:47 +03:00
kijai
58a06698f0
small tweaks
2025-03-28 17:24:44 +02:00
kijai
e19285e5d1
step image/mask resize with 1
2025-03-18 20:28:47 +02:00
kijai
302fd1bbe6
Update some descriptions
2025-02-23 19:55:13 +02:00
kijai
8950c5fe67
Add ImagePadKJ, VAELoaderKJ
...
simple pad node and VAE loader that let's you choose device and dtype
2025-02-21 20:35:23 +02:00
kijai
095c8d4b52
Update image_nodes.py
2025-02-16 19:12:42 +02:00
kijai
56979210c7
Add ImagePrepForICLora, ImageCropByMask
2025-02-16 18:23:30 +02:00
kijai
fb03b43414
Update image_nodes.py
2025-02-13 23:55:42 +02:00
kijai
e98b612b2b
Update image_nodes.py
2025-02-13 23:55:29 +02:00
kijai
a0eebe8c9d
Add InsertLatentToIndexed, SaveStringKJ
2025-02-11 21:15:20 +02:00
kijai
bfe72cc964
Add ImageCropByMaskBatch, SeparateMasks
2025-02-08 16:37:08 +02:00
kijai
6c4aa273c8
Add LeapfusionHunyuanI2VPatcher
2025-02-01 21:38:51 +02:00
kijai
3a62577717
LoadImagesFromFolderKJ: support subfolders, change resize logic and add aspcet ratio preserving options
2025-01-31 12:58:55 +02:00
kijai
75a990b40d
LoadImagesFromFolderKJ: resize batch to largest image in the folder
2025-01-31 12:24:40 +02:00
kijai
5b8d419c6f
Update image_nodes.py
2025-01-14 21:21:35 +02:00
kijai
28f0470a9a
Repeat last frame when concatenating different length videos
2025-01-14 15:08:34 +02:00
kijai
6eb9211091
Make SaveImageKJ work with prefix replacement
2024-12-10 12:52:12 +02:00
kijai
f4a0f7fc6e
Allow setting -1 as height for AddLabel for automatically setting the height to fit all of the text
2024-11-26 14:40:18 +02:00
Jukka Seppänen
7341ae0096
Merge pull request #127 from tonyatpeking/main
...
fix LoadImagesFromFolderKJ returns null image_path
2024-11-26 14:17:23 +02:00
kijai
31639b4c79
Update image_nodes.py
2024-11-14 10:34:41 +02:00
kijai
75e647560f
small fixes
2024-11-06 17:25:39 +02:00
kijai
a982a31956
fixup ImageCropByMaskAndResize for batches more
2024-11-06 14:21:57 +02:00
kijai
3f903091b3
Update image_nodes.py
2024-11-06 13:01:27 +02:00
kijai
3b065864fa
Update image_nodes.py
2024-11-06 12:59:11 +02:00
kijai
3e11fff5f5
Add SigmasToFloat
2024-11-03 20:00:49 +02:00
Tony Yu
1eaa2a1928
fix LoadImagesFromFolderKJ returns null image_path
2024-10-29 13:30:40 -05:00