pythongosssss
9b1d5a587c
Allow loading js extensions without copying to /web folder
2023-08-20 19:55:48 +01:00
comfyanonymous
e9469e732d
--disable-smart-memory now disables loading model directly to vram.
2023-08-20 04:00:53 -04:00
comfyanonymous
c9b562aed1
Free more memory before VAE encode/decode.
2023-08-19 12:13:13 -04:00
comfyanonymous
b80c3276dc
Fix issue with gligen.
2023-08-18 16:32:23 -04:00
comfyanonymous
d6e4b342e6
Support for Control Loras.
...
Control loras are controlnets where some of the weights are stored in
"lora" format: an up and a down low rank matrice that when multiplied
together and added to the unet weight give the controlnet weight.
This allows a much smaller memory footprint depending on the rank of the
matrices.
These controlnets are used just like regular ones.
2023-08-18 11:59:51 -04:00
comfyanonymous
39ac856a33
ReVision support: unclip nodes can now be used with SDXL.
2023-08-18 11:59:36 -04:00
comfyanonymous
76d53c4622
Add support for clip g vision model to CLIPVisionLoader.
2023-08-18 11:13:29 -04:00
comfyanonymous
fc99fa56a9
Add node to scale image to a total amount of pixels keeping aspect.
2023-08-18 02:32:39 -04:00
comfyanonymous
eb5c991a8c
Merge branch 'add-user-css' of https://github.com/pythongosssss/ComfyUI
2023-08-17 16:41:54 -04:00
comfyanonymous
bd7321c8ac
Update aiohttp in nightly workflow.
2023-08-17 16:41:24 -04:00
Alexopus
e59fe0537a
Fix referenced before assignment
...
For https://github.com/BlenderNeko/ComfyUI_TiledKSampler/issues/13
2023-08-17 22:30:07 +02:00
comfyanonymous
be9c5e25bc
Fix issue with not freeing enough memory when sampling.
2023-08-17 15:59:56 -04:00
comfyanonymous
ac0758a1a4
Fix bug with lowvram and controlnet advanced node.
2023-08-17 13:38:51 -04:00
comfyanonymous
c28db1f315
Fix potential issues with patching models when saving checkpoints.
2023-08-17 11:07:08 -04:00
pythongosssss
c828543a77
Allow user customizable css
2023-08-17 13:36:55 +01:00
comfyanonymous
1498f1a342
Merge branch 'add-growmask-node' of https://github.com/coreyryanhanson/ComfyUI
2023-08-17 03:21:20 -04:00
comfyanonymous
3aee33b54e
Add --disable-smart-memory for those that want the old behaviour.
2023-08-17 03:12:37 -04:00
comfyanonymous
2be2742711
Fix issue with regular torch version.
2023-08-17 01:58:54 -04:00
comfyanonymous
89a0767abf
Smarter memory management.
...
Try to keep models on the vram when possible.
Better lowvram mode for controlnets.
2023-08-17 01:06:34 -04:00
comfyanonymous
2c97c30256
Support small diffusers controlnet so both types are now supported.
2023-08-16 12:45:56 -04:00
comfyanonymous
53f326a3d8
Support diffusers mini controlnets.
2023-08-16 12:28:01 -04:00
comfyanonymous
58f0c616ed
Fix clip vision issue with old transformers versions.
2023-08-16 11:36:22 -04:00
comfyanonymous
ae270f79bc
Fix potential issue with batch size and clip vision.
2023-08-16 11:05:11 -04:00
Corey
18e86a4010
add a node to allow growing of masks through dilation
2023-08-16 10:57:14 -04:00
comfyanonymous
27b87c25a1
Add an EmptyImage node.
...
TODO: implement color picker in the frontend.
2023-08-15 17:53:10 -04:00
comfyanonymous
6dc02c7bac
Add a "resize_source" option to Image and Latent CompositeMasked.
2023-08-15 17:51:52 -04:00
comfyanonymous
7567c4ac8f
Add bypass to readme and add a Bypass menu option to the nodes.
2023-08-15 13:28:34 -04:00
comfyanonymous
a2ce9655ca
Refactor unclip code.
2023-08-14 23:48:47 -04:00
comfyanonymous
94fceb8700
Make Blur node use the image device for processing.
2023-08-14 21:08:45 -04:00
comfyanonymous
e7d88855f4
Add node to batch images together.
2023-08-14 20:23:38 -04:00
comfyanonymous
d4380f3aa3
Add option to use different xformers version in the github workflow.
2023-08-14 18:13:11 -04:00
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
comfyanonymous
a5599ed42c
Add missing direct dep that gets pulled in by another.
2023-08-08 10:45:35 -04:00