kijai
|
61a264f5ab
|
Big documentation update
Added some js code (thanks melMass) to allow help popups on the nodes, and initial documentation on some nodes.
|
2024-04-06 20:00:34 +03:00 |
|
Jukka Seppänen
|
4d3c67ae53
|
Update README.md
|
2024-04-06 18:37:57 +03:00 |
|
Kijai
|
c02a2458d2
|
Merge branch 'main' of https://github.com/kijai/ComfyUI-KJNodes
|
2024-04-05 15:17:26 +03:00 |
|
Kijai
|
f81567595e
|
Update nodes.py
|
2024-04-05 15:17:17 +03:00 |
|
Jukka Seppänen
|
6ca6f8f51f
|
Merge pull request #38 from djbielejeski/main
BatchCropFromMaskAdvanced: Fixing bounding boxes being bigger than th…
|
2024-04-05 14:55:38 +03:00 |
|
Kijai
|
0a341a2811
|
Merge branch 'pr/40'
|
2024-04-05 14:46:51 +03:00 |
|
Kijai
|
20bc04d287
|
Add fill holes option to GrowMaskWithBlur
|
2024-04-05 14:45:53 +03:00 |
|
adrian-forest
|
35ae9d7141
|
Merge branch 'kijai:main' into widget-to-string_documentation
|
2024-04-04 09:55:47 +10:00 |
|
adrian-forest
|
1c6033e35e
|
add note on changing node id
|
2024-04-04 09:53:25 +10:00 |
|
kijai
|
6f88198cc5
|
Add CameraPoseVisualizer
|
2024-04-04 01:02:12 +03:00 |
|
David Bielejeski
|
a0576b8b5f
|
BatchCropFromMaskAdvanced: Flipping our if statement to clean up the git-diff.
|
2024-04-03 13:34:50 -05:00 |
|
David Bielejeski
|
4e3fd9ca88
|
BatchCropFromMaskAdvanced: Fixing CenterCrop, handling empty masks.
|
2024-04-03 13:32:12 -05:00 |
|
adrian-forest
|
6813412684
|
add documentation of WidgetToString node to README
|
2024-04-03 21:06:57 +10:00 |
|
adrian-forest
|
1ebb5889e8
|
Rename 2024-04-03 20_49_29-ComfyUI.png to 2024-04-03_20_49_29-ComfyUI.png
|
2024-04-03 21:06:18 +10:00 |
|
adrian-forest
|
48b6646352
|
add images used in docs for WidgetToString node
|
2024-04-03 20:56:05 +10:00 |
|
kijai
|
883f2f48e1
|
Update nodes.py
|
2024-04-03 02:12:07 +03:00 |
|
David Bielejeski
|
b14620f227
|
BatchCropFromMaskAdvanced: Fixing bounding boxes being bigger than the input images when using crop_size_mult
|
2024-04-02 18:10:16 -05:00 |
|
kijai
|
776bf61380
|
Multiline text mask
|
2024-03-31 14:05:47 +03:00 |
|
kijai
|
d7f04582f7
|
Better font selection
|
2024-03-31 13:55:47 +03:00 |
|
kijai
|
f0b60e43ce
|
Update nodes.py
|
2024-03-30 12:36:49 +02:00 |
|
kijai
|
464598773d
|
Update nodes.py
|
2024-03-30 11:32:13 +02:00 |
|
kijai
|
3015008b1c
|
Update nodes.py
|
2024-03-23 16:46:59 +02:00 |
|
kijai
|
f9563afd7b
|
Add random noise option to InjectNoiseToLatent -node
|
2024-03-23 16:38:01 +02:00 |
|
kijai
|
f6a65e32d3
|
Update nodes.py
|
2024-03-22 21:25:10 +02:00 |
|
kijai
|
7cc091c1d0
|
sigma experimenting
|
2024-03-22 21:16:27 +02:00 |
|
Harel Cain
|
52e98cfa15
|
Fix a bug that causes comfy to hang
|
2024-03-19 13:44:03 +02:00 |
|
kijai
|
970a23467d
|
Update nodes.py
|
2024-03-19 02:25:39 +02:00 |
|
Jukka Seppänen
|
45809af391
|
Merge pull request #29 from spacepxl/main
improved intrinsic lora postprocessing
|
2024-03-16 16:15:36 +02:00 |
|
spacepxl
|
404c66896b
|
changed intrinsic lora postprocessing: depth uses max instead of desaturate, normals use normalize instead of clamp
|
2024-03-15 20:26:53 -04:00 |
|
Kijai
|
95ae8b067a
|
Update nodes.py
|
2024-03-15 16:51:05 +02:00 |
|
Kijai
|
656feb2c14
|
Cleanup
|
2024-03-15 14:05:26 +02:00 |
|
kijai
|
8a7d3b9d58
|
Add Superprompt test node
https://huggingface.co/roborovski/superprompt-v1
|
2024-03-15 01:37:26 +02:00 |
|
Kijai
|
a7ea300a57
|
Proper resadapter patcher
|
2024-03-14 21:24:45 +02:00 |
|
Kijai
|
9a6aaa6518
|
Add LoadResAdapterNormalization
For loading the normalization unet for: https://github.com/bytedance/res-adapter
|
2024-03-14 17:36:24 +02:00 |
|
Jukka Seppänen
|
df86fd77ac
|
Merge pull request #26 from yvann-ba/incremental_expandrate_Int-to-float
Change incremental_expandrate to float in GrowMaskWithBlur for smoother animations
|
2024-03-05 01:39:13 +02:00 |
|
yvann-ba
|
6ef1aa4a34
|
Add back the commentary I deleted by mistake
|
2024-03-04 23:49:09 +01:00 |
|
yvann-ba
|
442c6a9127
|
Transform incremental_expandrate type from INT to FLOAT for greater precision and smoothness
|
2024-03-04 23:44:09 +01:00 |
|
kijai
|
d418f1adb4
|
Update nodes.py
|
2024-03-04 02:06:30 +02:00 |
|
kijai
|
0538fa4783
|
Update nodes.py
|
2024-03-03 20:13:30 +02:00 |
|
kijai
|
e9fcd376a6
|
Allow using latents with intristic loras
|
2024-02-27 01:16:37 +02:00 |
|
kijai
|
1040f0950d
|
Update nodes.py
|
2024-02-26 21:56:14 +02:00 |
|
kijai
|
1b9d469830
|
update VRAM debug
|
2024-02-26 21:48:02 +02:00 |
|
kijai
|
ee3a982b6a
|
Merge branch 'main' of https://github.com/kijai/ComfyUI-KJNodes
|
2024-02-26 21:24:12 +02:00 |
|
kijai
|
a153a07df1
|
Add RemapMaskRange
|
2024-02-26 21:24:11 +02:00 |
|
Kijai
|
ea6e8d5079
|
Fix lora loading from custom path
|
2024-02-26 12:36:57 +02:00 |
|
Kijai
|
fcc11b76a4
|
rename loras
|
2024-02-26 11:46:36 +02:00 |
|
kijai
|
e1aa48557d
|
Add lora files
https://github.com/duxiaodan/intrinsic-lora
|
2024-02-26 11:20:27 +02:00 |
|
kijai
|
d228e713d6
|
Add intristic loras
|
2024-02-26 11:19:40 +02:00 |
|
kijai
|
6829b0ccf8
|
add batched encode/decode
|
2024-02-25 19:04:28 +02:00 |
|
kijai
|
0cb0f87a6b
|
Update nodes.py
|
2024-02-25 18:49:09 +02:00 |
|