comfyanonymous
06681ee035
Add codeowners file.
2023-08-14 16:54:30 -04:00
comfyanonymous
9cc12c833d
CLIPVisionEncode can now encode multiple images.
2023-08-14 16:54:05 -04:00
comfyanonymous
0cb6dac943
Remove 3m from PR #1213 because of some small issues.
2023-08-14 00:48:45 -04:00
comfyanonymous
e244b2df83
Add sgm_uniform scheduler that acts like the default one in sgm.
2023-08-14 00:29:03 -04:00
comfyanonymous
58c7da3665
Gpu variant of dpmpp_3m_sde. Note: use 3m with exponential or karras.
2023-08-14 00:28:50 -04:00
comfyanonymous
ba319a34e4
Merge branch 'dpmpp3m' of https://github.com/FizzleDorf/ComfyUI
2023-08-14 00:23:15 -04:00
FizzleDorf
3cfad03a68
dpmpp 3m + dpmpp 3m sde added
2023-08-13 22:29:04 -04:00
comfyanonymous
192ca0676c
Add some more cards to the cuda malloc blacklist.
2023-08-13 16:08:11 -04:00
comfyanonymous
861fd58819
Add a warning if a card that doesn't support cuda malloc has it enabled.
2023-08-13 12:37:53 -04:00
comfyanonymous
585a062910
Print unet config when model isn't detected.
2023-08-13 01:39:48 -04:00
comfyanonymous
8c730dc4a7
Add an ImageCompositeMasked node.
2023-08-12 01:02:36 -04:00
comfyanonymous
c8a23ce9e8
Support for yet another lora type based on diffusers.
2023-08-11 13:04:21 -04:00
comfyanonymous
2bc12d3d22
Add --temp-directory argument to set temp directory.
2023-08-11 05:13:03 -04:00
comfyanonymous
00877b0363
Don't ignore extra paths that don't exist.
2023-08-11 02:41:04 -04:00
comfyanonymous
c20583286f
Support diffuser text encoder loras.
2023-08-10 20:28:28 -04:00
comfyanonymous
f7e6a5ed07
Fix litegraph button being black on light theme.
2023-08-10 12:29:56 -04:00
comfyanonymous
cf10c5592c
Disable calculating uncond when CFG is 1.0
2023-08-09 20:55:03 -04:00
comfyanonymous
5ac96897e9
Images can now be uploaded by dragging from another window in chromium.
2023-08-09 11:31:27 -04:00
Gregor Adams
af32197067
feat(extensions): Allow hiding link connectors
...
Thank you for adding this feature (linksRenderMode) to core. I would like to add the "Hidden" option (invalid number 3 will just hide the connector lines), so that I can remove that extension from my extension pack to prevent conflicts
https://github.com/failfa-st/failfast-comfyui-extensions
2023-08-09 13:03:30 +02:00
comfyanonymous
a5599ed42c
Add missing direct dep that gets pulled in by another.
2023-08-08 10:45:35 -04:00
comfyanonymous
5e2b4893da
Fix path issue.
2023-08-07 19:29:36 -04:00
comfyanonymous
285ea7b790
Add "display" to custom node example.
2023-08-07 08:29:50 -04:00
comfyanonymous
1f0f4cc0bd
Add argument to disable auto launching the browser.
2023-08-07 02:25:12 -04:00
comfyanonymous
0ce8a540ce
Update litegraph to latest.
2023-08-06 14:36:43 -04:00
comfyanonymous
d8e58f0a7e
Detect hint_channels from controlnet.
2023-08-06 14:08:59 -04:00
comfyanonymous
0cb14a33f6
Fix issue with logging missing nodes.
2023-08-05 21:54:58 -04:00
comfyanonymous
fc71cf656e
Add some 800M gpus to cuda malloc blacklist.
2023-08-05 21:54:52 -04:00
comfyanonymous
c9ef919e29
Formatting issue.
2023-08-05 17:20:35 -04:00
comfyanonymous
435577457a
Add a way to use cloudflared tunnel to the colab notebook.
2023-08-05 17:18:45 -04:00
pythongosssss
b948b2cf41
handle value missing
2023-08-05 11:04:04 +01:00
pythongosssss
32e115b818
prevent crashing if the widget cant be found
2023-08-05 11:00:18 +01:00
comfyanonymous
c5d7593ccf
Support loras in diffusers format.
2023-08-05 01:40:24 -04:00
comfyanonymous
5a90d3cea5
GeForce MX110 + MX130 are maxwell.
2023-08-04 21:44:37 -04:00
pythongosssss
8918f1085c
Add setting to change link render mode
...
Add support for combo settings
2023-08-04 21:26:11 +01:00
comfyanonymous
cb25b88329
Merge branch 'logging' of https://github.com/pythongosssss/ComfyUI
2023-08-04 12:12:39 -04:00
comfyanonymous
1ce0d8ad68
Add CMP 30HX card to the nvidia_16_series list.
2023-08-04 12:08:45 -04:00
comfyanonymous
3d614dde49
Fix bug with reroutes and bypass.
2023-08-04 03:47:45 -04:00
pythongosssss
b2ea0cbd5c
add logging
2023-08-04 08:30:01 +01:00
pythongosssss
43ae9fe721
add system stats function
2023-08-04 08:29:51 +01:00
pythongosssss
0bbd9dd4d9
add system info to stats endpoint
2023-08-04 08:29:25 +01:00
comfyanonymous
d7638c47fc
Fix ui inconsistency.
2023-08-04 03:22:47 -04:00
comfyanonymous
fa962e86c1
Make LatentBlend more consistent with other nodes.
2023-08-04 02:51:28 -04:00
comfyanonymous
11ad6060fc
Merge branch 'LatentBlend' of https://github.com/fuami/ComfyUI
2023-08-04 02:35:53 -04:00
comfyanonymous
c99d8002f8
Make sure the pooled output stays at the EOS token with added embeddings.
2023-08-03 20:27:50 -04:00
Dr.Lt.Data
9534f0f8a5
allows convert to widget for boolean type ( #1063 )
2023-08-03 20:24:52 -04:00
comfyanonymous
d1347544bc
Make context menu filter import from relative path.
2023-08-03 16:51:37 -04:00
comfyanonymous
077617e8c9
Fix bypassed nodes with no inputs.
2023-08-03 02:57:40 -04:00
comfyanonymous
19fbab6ce3
Fix reroute nodes not working with bypassed nodes.
2023-08-03 02:38:11 -04:00
comfyanonymous
05321fd947
Add an experimental CTRL-B shortcut to bypass nodes.
2023-08-03 01:57:00 -04:00
comfyanonymous
9ccc965899
Merge branch 'fix/no-required-input' of https://github.com/M1kep/ComfyUI into prs
2023-08-02 15:06:09 -04:00