Commit Graph

5481 Commits

Author SHA1 Message Date
Alexis Rolland
a092b5480b Merge branch 'master' into alexis/update_categories 2026-06-17 08:29:44 +08:00
Jukka Seppänen
fc964047e7 feat: Support text generation with Qwen3-VL (CORE-276) (#14298) 2026-06-17 08:12:44 +08:00
Octopus
90eeeb2139 fix: log base directory to startup messages when --base-directory is used (fixes #13363) (#13370) 2026-06-16 19:21:36 +08:00
Maksim
d38ea29d62 Add the checkbox to disable head drawing in node SDPoseDrawKeypoints (#14446) 2026-06-16 16:21:04 +08:00
Alexander Piskun
b732aa192f [Partner Nodes] chore(SoniloTextToMusic): reduce price by half (#14500)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-16 10:12:39 +03:00
Comfy Org PR Bot
86f987ca7c chore(openapi): sync shared API contract from cloud@00ef9cc (#14423) 2026-06-16 12:24:41 +08:00
Alexis Rolland
021eb8e07e Merge branch 'master' into alexis/update_categories 2026-06-16 11:50:07 +08:00
comfyanonymous
135abed8da ComfyUI v0.25.0 v0.25.0 2026-06-15 23:45:14 -04:00
Alexis Rolland
a439dcae07 Update nodes titles (#14417) 2026-06-16 11:42:00 +08:00
John Pollock
5db51b76b4 Fix odd-height crash and edge bleed in unaligned-width image/video decode (#14491)
a1d95f3f padded the decode width to the next multiple of 32 with the pad filter to fix libswscale's float YUV->GBR edge corruption, but kept the pad target height equal to the source height. The pad filter requires the target height to be a multiple of the input's vertical chroma subsampling factor, so a chroma-subsampled input such as yuv420p (the format the gbrpf32le float branch decodes) with an odd height makes the filter round the target below the input height and fail to configure: 'Padded dimensions cannot be smaller than input dimensions' (Errno 22). This is reachable from LoadImage, which routes static images through VideoFromFile, on a lossy WebP whose width is not a multiple of 32 and whose height is odd.

The pad filter also fills the added border with black, and chroma upsampling bleeds that black into the cropped edge of every unaligned-width subsampled decode.

Pad both axes to the next multiple of 32 (32 is a multiple of every vertical subsampling factor, including yuv410p's 4 that a plain even rounding misses) and run fillborders mode=smear to replicate the real edge into the padding so it never bleeds into the cropped output, then crop both axes back to the source size. Aligned-width and uint8 paths run the identical to_ndarray call as before and are byte-identical to master; only unaligned-width subsampled inputs change, from a crash or edge artifact to a clean, deterministic decode.
2026-06-15 20:23:09 -07:00
rattus
b13ca1ce7b main: support fallback to aimdo 0.4.9 (#14489)
The aimdo 0.4.10 protocol causing startup failure to be too early and
before the aimdo version warning can happen. This causes user
confusion. Limp on with 0.4.9 as it will work and users will see the
version warning.
2026-06-15 20:22:24 -07:00
Alexander Piskun
2f4c4e983c [Partner Nodes] fix(SoniloTextToMusic): always require "duration" to be specified (#14484) 2026-06-16 00:20:01 +08:00
Daxiong (Lin)
83a3f03218 chore: update workflow templates to v0.10.0 (#14482) 2026-06-15 08:06:15 -07:00
rattus
ec4dec93d2 Comfy Aimdo 0.4.10 + Dynamic --reserve-vram + --vram-headroom (#14480)
* main: implement --vram-headroom

Implement --vram-headroom for dynamic vram as a hybrid debug/diagnostic
option that can be used for people who still report shared VRAM spills.
They can trial and error the setting to maintain a bit more headroom to
avoid shared VRAM spills.

* main: implement --reserve-vram

Implement --reserve-vram as extra headroom on the simple method which
is semantically as close as possible to the stated functionality and
formet behaviour of non-dynamic VRAM.
2026-06-15 07:54:36 -07:00
Daxiong (Lin)
7d4194d984 chore: update embedded docs to v0.5.4 (#14478) 2026-06-15 16:35:36 +08:00
comfyanonymous
4388eb781a This is already auto enabled by default. (#14476) 2026-06-14 18:47:22 -07:00
Dr.Lt.Data
e1b9366898 bump manager version to 4.2.2 (#14471) 2026-06-14 14:42:03 -04:00
Alexander Piskun
5897d0c3ae [Partner Nodes] feat(Tripo3d): add new "Import 3D" node (#14466)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-14 17:19:20 +03:00
Alexis Rolland
59775b3ba5 Merge branch 'alexis/update_categories' of https://github.com/Comfy-Org/ComfyUI into alexis/update_categories 2026-06-14 12:56:07 +08:00
Alexis Rolland
76036cbee0 Address CodeRabbit comments 2026-06-14 12:55:46 +08:00
Alexis Rolland
99e7e82965 Merge branch 'master' into alexis/update_categories 2026-06-14 12:10:52 +08:00
Alexis Rolland
4c44e82902 Add trailing new line 2026-06-14 12:10:13 +08:00
Alexis Rolland
c496079663 Update custom sampling category 2026-06-14 12:05:55 +08:00
Alexis Rolland
1ae4e22fb3 Update model merging category 2026-06-14 12:04:10 +08:00
Alexis Rolland
9a2fc200da Update model patch category 2026-06-14 12:01:34 +08:00
Alexis Rolland
fed21e38cf Update loaders category 2026-06-14 11:49:37 +08:00
Alexis Rolland
f57d84ab69 Various categories and node title updates 2026-06-14 11:29:19 +08:00
Alexis Rolland
63781373ea Update latent categories 2026-06-14 10:31:25 +08:00
Alexis Rolland
43025e865e Update conditioning categories 2026-06-14 10:08:48 +08:00
Alexis Rolland
03b4a7d7db Update CFG Override category 2026-06-14 09:36:01 +08:00
Alexis Rolland
5ab979c404 Various categories updates 2026-06-14 09:33:48 +08:00
Alexis Rolland
c2303188b8 Update cosmos conditioning category 2026-06-14 09:28:06 +08:00
Alexis Rolland
5068e29ae2 Update hidream conditoning category 2026-06-14 09:26:42 +08:00
Alexis Rolland
14f443c3bf Update GLIGEN node title 2026-06-14 09:25:58 +08:00
Alexis Rolland
3953c141a2 Update ideogram4 scheduler category 2026-06-14 09:24:37 +08:00
Alexis Rolland
c75abf5721 Update controlnet nodes names 2026-06-14 09:22:34 +08:00
Alexis Rolland
94619c342e Update LTXV categories 2026-06-14 09:18:54 +08:00
Alexis Rolland
fe11e782a2 Update stable 3d conditioning 2026-06-14 09:13:15 +08:00
Alexis Rolland
174a475824 Update hunyuan3d categories 2026-06-14 09:12:54 +08:00
Alexis Rolland
fd7e5c2db4 Fix typo 2026-06-14 09:10:15 +08:00
Alexis Rolland
86dd04ab99 Update SCAIL-2 conditioning node 2026-06-14 09:08:14 +08:00
Alexis Rolland
4fff61ab37 Update Bernini conditioning node 2026-06-14 09:07:53 +08:00
John Pollock
a1d95f3f82 Fix nondeterministic video decode at unaligned widths (CORE-299) (#14438) 2026-06-14 08:58:48 +08:00
comfyanonymous
64cc078069 Revert last commit. Last time I use this stupid GitHub app. 2026-06-13 12:50:31 -07:00
comfyanonymous
740d347279 Remove the comfy python path append. 2026-06-13 12:47:04 -07:00
Robin Huang
b664349ae7 Expose deploy_environment in /system_stats (#14402) 2026-06-13 22:15:49 +08:00
Alexander Piskun
fe54b5e955 Add 10-bit video support (#14452)
Create Video gets a bit_depth option (8-bit/10-bit); the selected depth is carried by the video and applied when it gets encoded. Save Video and Video Slice now keep the source bit depth instead of always quantizing to 8-bit, so 10-bit videos stay 10-bit. 10-bit uses h264 with the yuv420p10le pixel format,so there's no new codec or container.

Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-13 16:05:25 +03:00
comfyanonymous
7277d99d3a Use comfy kitchen apply rope in omnigen2 model. (#14442) 2026-06-13 09:38:39 +08:00
Alexander Piskun
28a40fb2b2 [Partner Nodes] feat: add Runway Aleph2 node (#14306)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
2026-06-12 10:17:11 -07:00
rattus
d7a552720c add --high-ram option (#14437)
Add this option for users who know they have so much ram they want
to pin everything or have a pagefile that outruns their disk speed.

The removes the RAM pressure caps completely and pins behind the
primary model load forcing all models to be permanently comitted
to RAM.
2026-06-12 07:53:33 -07:00