100 Commits

Author SHA1 Message Date
Mario Klingemann
5568cff68a
Update image_nodes.py
Trying to set capture size for cameras that support multiple resolutions. Might be better to use two separate values for that or query the camera's native resolutions, but for now that's what I needed.
2024-07-26 22:15:53 +02:00
kijai
6e3af6e7b9 fix webcam index selection 2024-07-24 21:59:02 +03:00
kijai
bc4890f798 simplify webcam node 2024-07-24 16:58:36 +03:00
kijai
8df4ea78cb webcam node 2024-07-24 16:36:42 +03:00
kijai
44f7e559b9 Update image_nodes.py 2024-07-24 13:17:47 +03:00
kijai
86dc22a028 Add faster screencap node 2024-07-23 19:00:04 +03:00
kijai
0905db846d Update mask_nodes.py 2024-07-20 12:02:59 +03:00
kijai
6e084c0f9b fix clipseg default model choice 2024-07-20 02:12:28 +03:00
kijai
ffafc9c2c6 Update curve_nodes.py 2024-07-07 19:28:16 +03:00
kijai
296a1beb66 Better image concat size matching 2024-07-07 15:10:02 +03:00
kijai
3d7577f316 Update GetImageRangeFromBatch to work with only masks too 2024-07-06 14:35:17 +03:00
Jukka Seppänen
2c9acabaa5
Merge pull request #87 from kevinramirez723/ImageAndMaskPreviewColorPatch
ImageAndMaskPreview node mask_color widget fix and hexadecimal color support
2024-06-23 13:54:07 +03:00
telamonian
fa10533f8c fix all mentions of intristic_loras -> intrinsic_loras 2024-06-21 04:21:54 -04:00
Kevin Ramirez
05b4c3c4b7 Add support for hex format and clip rgb format 2024-06-21 06:10:54 +00:00
Kevin Ramirez
1f03079338 Fix mask_color widget in ImageAndMaskPreview node 2024-06-21 06:10:34 +00:00
kijai
2fb0ee4934 registry 2024-06-19 12:05:15 +03:00
kijai
c98c94125e Update nodes.py 2024-06-15 01:29:41 +03:00
kijai
36a8633aff Update nodes.py 2024-06-15 01:19:00 +03:00
kijai
3ba3ddf0b1 experimental 2024-06-15 01:08:26 +03:00
kijai
07288d1b6f Add ImageConcatMulti 2024-06-13 16:51:58 +03:00
kijai
36e3b6f66a autodownload superprompt model 2024-06-10 17:46:25 +03:00
kijai
cdd507de43 Update nodes.py 2024-06-08 12:49:16 +03:00
kijai
5430564e7f Update image_nodes.py 2024-06-01 16:07:44 +03:00
Kijai
b6193451b3 Update image_nodes.py 2024-05-31 14:09:36 +03:00
kijai
2c7e8613e0 Update image_nodes.py 2024-05-29 22:37:34 +03:00
Kijai
a15d79d5dc Merge branch 'main' of https://github.com/kijai/ComfyUI-KJNodes 2024-05-29 15:04:10 +03:00
Kijai
0690bff42c Fix outdated scipy erf import 2024-05-29 15:04:08 +03:00
kijai
a7141dc5ca Add optional mask batch slicing to GetImageRangeFromBatch 2024-05-17 12:21:59 +03:00
Kijai
d8cf496704 Update image_nodes.py 2024-05-17 12:09:17 +03:00
Kijai
cb6864c7c8 Update nodes.py 2024-05-16 12:38:48 +03:00
Jin Liu
c4c63fce73
Fix "not enough values to unpack" error for ResizeMask 2024-05-16 15:06:02 +08:00
Kijai
7e6bd8d14a Add LoadAndResizeImage 2024-05-14 15:20:03 +03:00
Kijai
f741ef0252 Add ImageResizeKJ 2024-05-14 13:07:42 +03:00
Kijai
33ef974370 Update mask_nodes.py 2024-05-14 12:12:09 +03:00
kijai
6ca2bb2708 Update mask_nodes.py 2024-05-13 22:58:17 +03:00
kijai
68471f65b3 Merge branch 'main' of https://github.com/kijai/ComfyUI-KJNodes 2024-05-13 22:46:49 +03:00
kijai
17a6b358af clipseg improvements 2024-05-13 22:46:47 +03:00
Kijai
b2d5ab3fcd Update mask_nodes.py 2024-05-13 15:06:38 +03:00
kijai
4812eff6e5 Batch clip seg improvements 2024-05-12 21:52:56 +03:00
kijai
0ef2b86b28 Merge branch 'pr/67' 2024-05-12 21:21:04 +03:00
kijai
d24d1c64d2 ImageAddMulti 2024-05-12 02:30:08 +03:00
kijai
5631cd0146 Update curve_nodes.py 2024-05-12 02:08:53 +03:00
kijai
9991155130 Add CreateShapeImageOnPath -node 2024-05-12 01:52:29 +03:00
kijai
668496d85f Add normalized_str output to spline editor
thanks @joviex !
2024-05-12 01:34:15 +03:00
kijai
218e95c8c9 Add ImagePadForOutpaintTargetSize -node 2024-05-11 18:41:27 +03:00
kijai
bee351960d Update curve_nodes.py 2024-05-11 02:46:45 +03:00
kijai
d165ae2542 New nodes 2024-05-11 02:44:57 +03:00
Mokan Alexander
030b6a20b5
Update mask_nodes.py 2024-05-10 03:39:06 +03:00
Mokan Alexander
3652e8eee2
Update mask_nodes.py
Reduced the total time for creating masks in a batch by using a handler built into the processor:
processor(images=images)
2024-05-09 19:45:13 +03:00
kijai
148c805a15 Add ModelPassThrough -node 2024-05-09 19:14:05 +03:00