Commit Graph

5376 Commits

Author SHA1 Message Date
Alexis Rolland
1af6a7b4d1
Delete comfy/ldm/depth_anything_3/__init__.py
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
2026-05-29 15:41:00 -07:00
Talmaj Marinc
b668614736 Change categories for DA3 nodes. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
2517dcc949 Change wording from ignored to used in tooltips DA3. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
0602f52ba4 Improve tooltips DA3 2026-05-29 21:00:02 +02:00
Talmaj Marinc
7a4e869efc Replace em dashes with - 2026-05-29 21:00:02 +02:00
Talmaj Marinc
0c82301b24 Fix da3_geometry parameter and add colored flag to confidence and sky map. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
ddd8252c06 Simplify language of tooltips. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
1d7d5100fc Apply PR comments, reduce verbosity of docstrings, unify model and image/frame naming convention. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
d3305dc638 Refactor and rename nodes to from DepthAnyting3 to use DA3 naming convention. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
8cf9cab30b Fix confidence use in DA3ToMesh by using normalization, fix extrisinc usage. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
8999ae1151 Fix extrinsic quaternions by normalizing them to unit quaternion. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
a0223da6ad Add DA3GeometryToMesh and DA3GeometryToPointCloud 2026-05-29 21:00:02 +02:00
Talmaj Marinc
967c95b15e Improve and correct error logging for mono/multi-view. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
978f3bfcc7 Improve tooltips. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
79dfe0cc27 Fixup last few naming issues. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
1a525c4923 Revert support for DA3Geometry for MoGeRender. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
f5c6bcc426 Move turbo to colormap.py and add it to DepthAnything3Render. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
8c43a5be34 Refactor DepthAnything3 into DepthAnything3Inference and DepthAnything3Render. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
f57673e15f Refactor to a single socket ouptut for DA3 compatible with MoGeRender. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
c5e40730b4 Add DA3ModelType to LoadDepthAnything3. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
66c38efa29 Improve tooltip for normalization. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
54de767459 Apply some PR comments. 2026-05-29 21:00:02 +02:00
Talmaj
572eef7aed Fix DA3 model loader category.
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
2026-05-29 21:00:02 +02:00
Talmaj Marinc
04461c4585 Fix node loading from geometry_estimation folder. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
9da1477bec Modify apply_sky_clip default to False. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
09dfe2f42f Fix no clamping when normalization is raw and refactor reusable code to _apply_sky_clip and _depth_to_image 2026-05-29 21:00:02 +02:00
Talmaj Marinc
728173b8f7 Make LoadDepthAnything3 look for models in geometry_estimation. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
16b69c6525 Normalize confidence output. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
bd272ed3bd Improve the toggles text. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
7b7cdb47bb Cleanup of comments. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
e47f7b34e4 Create a unified DepthAnything3 node. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
36b477f244 Remove unused code. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
a58f63f648 Update DA3 to use dino2.get_intermediate_layers_da3 2026-05-29 21:00:02 +02:00
Talmaj Marinc
7f113a4766 Merge interpolate_pos_encoding method in dinov2 2026-05-29 21:00:02 +02:00
Talmaj Marinc
106faf3fcb Fix ray_pose for non float32 dtypes CORE-135 2026-05-29 21:00:02 +02:00
Talmaj Marinc
3f8381568c Add support for pose estimation CORE-135. 2026-05-29 21:00:02 +02:00
Talmaj Marinc
27de801011 Refactor custom da dinov2 to image_encoders/dino2 2026-05-29 21:00:02 +02:00
Talmaj Marinc
4a99805099 Modify upscaling to be closer to original CORE-135 2026-05-29 21:00:02 +02:00
Talmaj Marinc
0cba191519 Initial commit CORE-135 2026-05-29 21:00:02 +02:00
Alexander Piskun
ec1896aceb
[Partner Nodes] feat: add new nodes for Tripo3D P1 model (#14155)
Some checks are pending
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-05-29 09:19:53 -07:00
Jukka Seppänen
54d5be4a8e
Fix background removal mask output shape (#14171) 2026-05-29 09:14:32 -07:00
Alexander Piskun
ea5b092576
[Partner Nodes] fix: removed "beta" models versions from Grok nodes (#14170) 2026-05-29 09:08:43 -07:00
Terry Jia
e7214d78ee
feat: add model_info output to Load3D node (#14144)
Some checks are pending
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-05-29 00:06:00 -07:00
Daxiong (Lin)
b10a61615c
chore: update workflow templates to v0.9.91 (#14163) 2026-05-28 22:42:17 -07:00
rattus
684296148e
float: use CK stochastic rounding cuda kernel (#13971)
Some checks are pending
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
2026-05-28 19:23:42 -07:00
comfyanonymous
ade4dfd96a
Update and pin comfy-kitchen version to 0.2.9 (#14161) 2026-05-28 19:23:17 -07:00
Terry Jia
26aad73cd7
refactor: drop rotation from Load3DCamera (#14159) 2026-05-28 17:42:47 -07:00
comfyanonymous
bcf805aaea
Bump pyav package to fix some image loading issues. (#14160) 2026-05-28 17:38:01 -07:00
Luke Mino-Altherr
6dd3c67427
Add unreviewed merge detector for SOC 2 compliance (#14146) 2026-05-28 15:07:22 -07:00
Charles Chan
6ceec29bd1
feat: add overwrite/increment to SaveImageTextDataSetToFolderNode (#13215)
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-05-28 10:12:04 -07:00