Commit Graph

  • 93e3e04d75 Merge remote-tracking branch 'upstream/master' into scail2_dev kijai 2026-06-16 01:04:07 +0300
  • ebaf0a71fa Fix multitrack export kijai 2026-06-16 00:54:51 +0300
  • fb04969362 Device fixes kijai 2026-06-16 00:52:00 +0300
  • 5d643b15e4 Merge remote-tracking branch 'upstream/master' into sam3d_body kijai 2026-06-16 00:38:30 +0300
  • c3219eab16 Camera fixes kijai 2026-06-16 00:38:29 +0300
  • 726c40b41c main: support fallback to aimdo 0.4.9 Rattus 2026-06-16 06:40:01 +1000
  • c47e21a3e0 chore(openapi): sync shared API contract from cloud@00ef9cc luke-mino-altherr 2026-06-15 19:14:41 +0000
  • 2f4c4e983c
    [Partner Nodes] fix(SoniloTextToMusic): always require "duration" to be specified (#14484) Alexander Piskun 2026-06-15 19:20:01 +0300
  • cced2fca9c
    [Partner Nodes] fix(SoniloTextToMusic): always require "duration" to be specified bigcat88 2026-06-15 19:07:36 +0300
  • 83a3f03218
    chore: update workflow templates to v0.10.0 (#14482) Daxiong (Lin) 2026-06-15 23:06:15 +0800
  • 6280ba29a3 BVH refactor kijai 2026-06-15 17:58:22 +0300
  • ec4dec93d2
    Comfy Aimdo 0.4.10 + Dynamic --reserve-vram + --vram-headroom (#14480) rattus 2026-06-16 00:54:36 +1000
  • 235af7ec4a chore: update workflow templates to v0.10.0 ComfyUI Wiki 2026-06-15 22:35:57 +0800
  • caedb3efe9 main: implement --reserve-vram Rattus 2026-06-15 22:41:41 +1000
  • 85b64737d5 feat: Load3DAdvanced stores uploads under input/3d Terry Jia 2026-06-15 08:27:50 -0400
  • 3c0aaff725 feat: add Load3DAdvanced node Terry Jia 2026-06-04 12:56:20 -0400
  • f61ad29a21
    Merge branch 'Comfy-Org:master' into master azazeal04 2026-06-15 13:12:02 +0200
  • 002f2bedd6 main: implement --vram-headroom Rattus 2026-06-15 19:43:15 +1000
  • 3e8ef6355b model_management: close free_memory/cleanup_models finalizer race liminfei-amd 2026-06-15 16:49:19 +0800
  • 7d4194d984
    chore: update embedded docs to v0.5.4 (#14478) Daxiong (Lin) 2026-06-15 16:35:36 +0800
  • a8fab4c4e5 chore: update embedded docs to v0.5.4 ComfyUI Wiki 2026-06-15 16:28:41 +0800
  • 1c93e5f433
    Merge branch 'master' into fix/ideogram4-llama-template Silver 2026-06-15 09:42:25 +0200
  • ff05eb9a78 Remove prematurely added image embedding code from the Ideogram 4 text encoder silveroxides 2026-06-15 09:35:49 +0200
  • 5b750aac4c style: remove unused pytest import to satisfy ruff F401 octo-patch 2026-06-15 15:17:28 +0800
  • e7f99168ae Cube3D: document convention deviations + drop unused VAE flag (review aid) feat/cube3d-native Jedrzej Kosinski 2026-06-14 23:58:14 -0700
  • 029b782936 Cube3D: fix mesh winding for vendored marching cubes Jedrzej Kosinski 2026-06-14 23:48:03 -0700
  • 81f5f84ad6 Cube3D: vendor dependency-free marching cubes, drop scikit-image Jedrzej Kosinski 2026-06-14 23:44:20 -0700
  • d8635dcb39 Cube3D: keep disable_offload=True (VQ decode needs full residency) Jedrzej Kosinski 2026-06-14 23:31:41 -0700
  • aeb3c77ae9 Cube3D: route VAE decode through managed comfy.sd.VAE.decode Jedrzej Kosinski 2026-06-14 23:28:22 -0700
  • a6c7397b71 Cube3D: use channels-first 1D latent (B,1,L) like Hunyuan3Dv2 Jedrzej Kosinski 2026-06-14 23:14:17 -0700
  • 871f7bc390 Cube3D: fix graph integration (3D latent, VAE device, fp32 cond, scikit-image) Jedrzej Kosinski 2026-06-14 22:59:11 -0700
  • 01a8783bee Add native Roblox Cube3D text-to-3D support Jedrzej Kosinski 2026-06-14 20:21:37 -0700
  • 59d851dde5 model_management: fix free_memory index race with reentrant cleanup_models (#14365) liminfei-amd 2026-06-11 11:10:31 +0800
  • 7f7f7338a7
    Merge df5fe86512 into 4388eb781a Christo 2026-06-15 10:20:21 +0800
  • 4388eb781a
    This is already auto enabled by default. (#14476) comfyanonymous 2026-06-14 18:47:22 -0700
  • 21bc41a752
    Merge branch 'master' into alexis/nodes_titles Alexis Rolland 2026-06-15 08:38:36 +0800
  • fbe8da5c94
    This is already auto enabled by default. comfyanonymous 2026-06-14 14:48:37 -0700
  • a4342e9aa1 fix: catch OSError in websocket send to prevent server crash send_socket_catch_exception only caught ConnectionError and its subclasses (ConnectionResetError, BrokenPipeError). When a client becomes unreachable mid-generation (laptop sleeps, drops off WiFi), the OS raises OSError: [Errno 113] No route to host (EHOSTUNREACH), which is a sibling of ConnectionError, not a subclass. It therefore escaped the handler, propagated through publish_loop, and could crash the entire server over a single dead client. Harshit Chaudhary 2026-06-15 01:55:17 +0530
  • bbfb237477 Track model download progress for remote UI polling djmango 2026-06-14 09:55:10 -0700
  • 8c3211fdf1 Fix server.py syntax after model download wiring djmango 2026-06-13 17:18:25 -0700
  • e95e06ac1f Add server-side model download for remote web UI. djmango 2026-06-13 17:12:51 -0700
  • e1b9366898
    bump manager version to 4.2.2 (#14471) Dr.Lt.Data 2026-06-15 03:42:03 +0900
  • 05aaad87bc bump manager version to 4.2.2 Dr.Lt.Data 2026-06-15 02:52:01 +0900
  • cf7bcc5d73 gpu: init Arw234 2026-06-14 23:48:11 +0700
  • 5897d0c3ae
    [Partner Nodes] feat(Tripo3d): add new "Import 3D" node (#14466) Alexander Piskun 2026-06-14 17:19:20 +0300
  • 27734a8e78 WanImageToVideo, WanFirstLastFrameToVideo: Add vae_tile_size optional arg Alex Butler 2025-10-06 17:49:32 +0100
  • b5e7f6af27
    [Partner Nodes] feat(Tripo3d): add new "Import 3D" node bigcat88 2026-06-10 20:03:25 +0300
  • d3529a38c7 Draw head without body rma 2026-06-14 13:33:50 +0300
  • 1eaeeb75d4 add draw_head checkbox to sdpose rma 2026-06-13 08:47:25 +0300
  • a4ef68d043
    Merge branch 'master' into alexis/add_output_save_nodes Alexis Rolland 2026-06-14 13:58:55 +0800
  • 0878ec8e5f Allowlist dataset conditioning hook classes for safe loading CFionaBF 2026-06-14 01:37:33 -0400
  • 59775b3ba5 Merge branch 'alexis/update_categories' of https://github.com/Comfy-Org/ComfyUI into alexis/update_categories Alexis Rolland 2026-06-14 12:56:07 +0800
  • 76036cbee0 Address CodeRabbit comments Alexis Rolland 2026-06-14 12:55:46 +0800
  • 99e7e82965
    Merge branch 'master' into alexis/update_categories Alexis Rolland 2026-06-14 12:10:52 +0800
  • 4c44e82902 Add trailing new line Alexis Rolland 2026-06-14 12:10:13 +0800
  • c496079663 Update custom sampling category Alexis Rolland 2026-06-14 12:05:55 +0800
  • 1ae4e22fb3 Update model merging category Alexis Rolland 2026-06-14 12:04:10 +0800
  • 9a2fc200da Update model patch category Alexis Rolland 2026-06-14 12:01:34 +0800
  • fed21e38cf Update loaders category Alexis Rolland 2026-06-14 11:49:37 +0800
  • f57d84ab69 Various categories and node title updates Alexis Rolland 2026-06-14 11:29:19 +0800
  • decdeecac6
    Move comfy sys path insert to custom node loading. comfyanonymous 2026-06-13 19:34:58 -0700
  • 63781373ea Update latent categories Alexis Rolland 2026-06-14 10:31:25 +0800
  • 43025e865e Update conditioning categories Alexis Rolland 2026-06-14 10:08:48 +0800
  • 32b9275039 fix: the application's api endpoints accept requests... in internal_r... orbisai0security 2026-06-14 01:37:25 +0000
  • 06eb3253eb fix: V-002 security vulnerability orbisai0security 2026-06-14 01:36:41 +0000
  • 03b4a7d7db Update CFG Override category Alexis Rolland 2026-06-14 09:36:01 +0800
  • 5ab979c404 Various categories updates Alexis Rolland 2026-06-14 09:33:48 +0800
  • c2303188b8 Update cosmos conditioning category Alexis Rolland 2026-06-14 09:28:06 +0800
  • 5068e29ae2 Update hidream conditoning category Alexis Rolland 2026-06-14 09:26:42 +0800
  • 14f443c3bf Update GLIGEN node title Alexis Rolland 2026-06-14 09:25:58 +0800
  • 3953c141a2 Update ideogram4 scheduler category Alexis Rolland 2026-06-14 09:24:37 +0800
  • c75abf5721 Update controlnet nodes names Alexis Rolland 2026-06-14 09:22:34 +0800
  • 94619c342e Update LTXV categories Alexis Rolland 2026-06-14 09:18:54 +0800
  • fe11e782a2 Update stable 3d conditioning Alexis Rolland 2026-06-14 09:13:15 +0800
  • 174a475824 Update hunyuan3d categories Alexis Rolland 2026-06-14 09:12:54 +0800
  • fd7e5c2db4 Fix typo Alexis Rolland 2026-06-14 09:10:15 +0800
  • 86dd04ab99 Update SCAIL-2 conditioning node Alexis Rolland 2026-06-14 09:08:14 +0800
  • 4fff61ab37 Update Bernini conditioning node Alexis Rolland 2026-06-14 09:07:53 +0800
  • a1d95f3f82
    Fix nondeterministic video decode at unaligned widths (CORE-299) (#14438) John Pollock 2026-06-13 19:58:48 -0500
  • 3c9f4585f9
    Update comfy_api/latest/_input_impl/video_types.py Alexis Rolland 2026-06-14 08:52:26 +0800
  • e6077d86e9
    Merge branch 'master' into fix-video-decode-alignment Alexis Rolland 2026-06-14 08:46:34 +0800
  • 64cc078069
    Revert last commit. Last time I use this stupid GitHub app. comfyanonymous 2026-06-13 12:50:31 -0700
  • 740d347279
    Remove the comfy python path append. comfyanonymous 2026-06-13 12:47:04 -0700
  • b664349ae7
    Expose deploy_environment in /system_stats (#14402) Robin Huang 2026-06-13 07:15:49 -0700
  • 55642474df
    Merge branch 'master' into expose-deploy-environment expose-deploy-environment Alexis Rolland 2026-06-13 22:09:23 +0800
  • 8a7e770cca
    Merge 06adf92f60 into fe54b5e955 sno 2026-06-13 23:00:05 +0900
  • fe54b5e955
    Add 10-bit video support (#14452) Alexander Piskun 2026-06-13 16:05:25 +0300
  • 07624d7bae
    Add 10-bit video support bigcat88 2026-06-13 13:02:47 +0300
  • 87790af8a7
    Add 10-bit video support to Save Video bigcat88 2026-06-12 22:00:00 +0300
  • 8927ca0628 docs: add M3 and M4 to Apple Silicon supported chips list EXA4V 2026-06-13 08:49:36 +0200
  • 7277d99d3a
    Use comfy kitchen apply rope in omnigen2 model. (#14442) comfyanonymous 2026-06-12 18:38:39 -0700
  • 60711c8a7d
    Merge branch 'Comfy-Org:master' into master azazeal04 2026-06-13 02:59:34 +0200
  • 523fd430b0
    Use comfy kitchen apply rope in omnigen2 model. comfyanonymous 2026-06-12 13:57:57 -0700
  • 6667a7a374 feat: add --truncate-validation-error-lists to shorten combo validation errors matt/be-1404-core-opt-in-to-suppress-the-enumerated-candidate-list-in Matt Miller 2026-06-12 12:58:59 -0700
  • 7774055de6 Fix nondeterministic video decode at non-32-aligned widths John Pollock 2026-06-12 13:28:57 -0500
  • 28a40fb2b2
    [Partner Nodes] feat: add Runway Aleph2 node (#14306) Alexander Piskun 2026-06-12 20:17:11 +0300
  • 370d59c869
    Merge branch 'master' into feat/api-nodes/runway-aleph2 Alexander Piskun 2026-06-12 19:44:03 +0300
  • cfb9c31c99 Add SeedVR2 sampler coverage John Pollock 2026-06-11 10:41:23 -0500
  • 7050bdc02b Add SeedVR2 node coverage John Pollock 2026-06-11 10:41:05 -0500
  • bed0cd2b8c Add SeedVR2 VAE coverage John Pollock 2026-06-11 10:40:49 -0500