Commit Graph

  • cfece0875c Add units/info for the numbers displayed on 'load completely' and 'load partially' log messages Jedrzej Kosinski 2025-10-29 16:27:44 -07:00
  • 459dbb1e4b Fix small performance regression with fp8 fast and scaled fp8. comfyanonymous 2025-10-29 19:22:55 -04:00
  • 0b3197fde2
    for some reason pip started installing 2.x which won't work with our torch, now set to 1.0.6 patientx 2025-10-30 01:49:38 +03:00
  • b88c66bfa1 Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-10-30 07:30:50 +09:00
  • 25de7b1bfa
    Try to fix slow load issue on low ram hardware with pinned mem. (#10536) comfyanonymous 2025-10-29 14:20:27 -07:00
  • ab7ab5be23
    Fix Race condition in --async-offload that can cause corruption (#10501) rattus 2025-10-30 07:17:46 +10:00
  • 577ef0acb8 Try to fix slow load issue on low ram hardware with pinned mem. comfyanonymous 2025-10-29 17:15:35 -04:00
  • 6d23bfde7f add tests for saving json files formatted nicely Sam Pullara 2025-10-29 13:26:49 -07:00
  • 0eff10fd21 store json files pretty printed for better source control compatibiility Sam Pullara 2025-10-29 13:17:56 -07:00
  • ec4fc2a09a
    Fix case of weights not being unpinned. (#10533) comfyanonymous 2025-10-29 12:48:06 -07:00
  • 1a58087ac2
    Reduce memory usage for fp8 scaled op. (#10531) comfyanonymous 2025-10-29 12:43:51 -07:00
  • 3c687e6633
    Fix case of weights not being unpinned. comfyanonymous 2025-10-29 15:43:30 -04:00
  • ce76d8bd27
    Reduce memory usage for fp8 scaled op. comfyanonymous 2025-10-29 15:32:24 -04:00
  • f2c1e3d13d
    Merge branch 'comfyanonymous:master' into master patientx 2025-10-29 21:45:42 +03:00
  • 6c14f3afac
    use new API client in Luma and Minimax nodes (#10528) Alexander Piskun 2025-10-29 20:14:56 +02:00
  • 90e7674f29 moved autoregressive nodes into an extra file Yousef Rafat 2025-10-29 20:01:21 +03:00
  • a4eb32a4ff inserted missing is_amd() check Christopher Anderson 2025-10-29 23:48:26 +11:00
  • 6ceba8c9f8 mm: sync the last stream in the queue, not the next Rattus 2025-10-27 18:54:32 +10:00
  • 432a5a9d82 controlnet: adopt new cast_bias_weight synchronization scheme Rattus 2025-10-27 18:53:19 +10:00
  • 2d69bdfabe ops: sync the offload stream with the consumption of w&b Rattus 2025-10-27 18:27:41 +10:00
  • 313638d13a mm: factor out the current stream getter Rattus 2025-10-27 18:52:07 +10:00
  • 54bee7bae9
    Update README.md patientx 2025-10-29 12:42:40 +03:00
  • d8528ac31e
    Merge branch 'comfyanonymous:master' into master patientx 2025-10-29 12:42:07 +03:00
  • 1716d68afb
    Update README.md patientx 2025-10-29 12:41:56 +03:00
  • 7f9d211a7b
    use new API client in Luma and Minimax nodes bigcat88 2025-10-28 10:32:34 +02:00
  • e525673f72
    Fix issue. (#10527) comfyanonymous 2025-10-28 21:37:00 -07:00
  • 6584b98dca
    Fix issue. comfyanonymous 2025-10-29 00:32:22 -04:00
  • 3fa7a5c04a
    Speed up offloading using pinned memory. (#10526) comfyanonymous 2025-10-28 21:21:01 -07:00
  • 400800c008 Speed up offloading using pinned memory. comfyanonymous 2025-10-29 00:13:48 -04:00
  • d5aea27817 Add encoded dataset caching mechanism Kohaku-Blueleaf 2025-10-29 12:02:52 +08:00
  • 43de98b30e add vivienfanghua 2025-10-29 10:46:17 +08:00
  • 2d550102fc resolved Ruff lint errors nolan4 2025-10-28 19:05:34 -07:00
  • 6adb226dba
    Merge 386e854aab1a65da107d5a3d43fda39e0c8b0fd6 into 210f7a1ba580d57d817ca68346cb72b8d0a26ad2 Jedrzej Kosinski 2025-10-28 22:08:34 +00:00
  • 386e854aab Merge branch 'master' into flipflop-stream flipflop-stream Jedrzej Kosinski 2025-10-28 15:08:27 -07:00
  • 210f7a1ba5
    convert nodes_recraft.py to V3 schema (#10507) Alexander Piskun 2025-10-28 23:38:05 +02:00
  • d202c2ba74
    execution: Allow a subgraph nodes to execute multiple times (#10499) rattus 2025-10-29 06:22:08 +10:00
  • 8817f8fc14
    Mixed Precision Quantization System (#10498) contentis 2025-10-28 21:20:53 +01:00
  • 22e40d2ace
    Tell users to update their nvidia drivers if portable doesn't start. (#10518) comfyanonymous 2025-10-28 12:08:08 -07:00
  • c85cc98283 Tell users to update their nvidia drivers if portable doesn't start. comfyanonymous 2025-10-28 15:07:21 -04:00
  • e2f7fc9f03 Fix: Add --cpu flag for CPU-only mode Bahadir Ciloglu 2025-10-28 19:30:15 +03:00
  • 64ff3688a9 Add Dockerfile for Cloud Run deployment Bahadir Ciloglu 2025-10-28 19:23:31 +03:00
  • 1c5a503715 add vivienfanghua 2025-10-28 19:31:23 +08:00
  • 897d2662be add vivienfanghua 2025-10-28 19:13:17 +08:00
  • de357a01f8 Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-10-28 19:01:11 +09:00
  • 3bea4efc6b
    Tell users to update nvidia drivers if problem with portable. (#10510) comfyanonymous 2025-10-28 01:45:45 -07:00
  • 5581eacedb
    Tell users to update nvidia drivers if problem with portable. comfyanonymous 2025-10-28 04:44:51 -04:00
  • c2afda16ed Add ptq readme lspindler 2025-10-28 08:35:48 +01:00
  • c4e965df06 WIP PTQ tool lspindler 2025-10-28 08:26:02 +01:00
  • 8cf2ba4ba6
    Remove comfy api key from queue api. (#10502) comfyanonymous 2025-10-28 00:23:52 -07:00
  • b61a40cbc9
    Bump stable portable to cu130 python 3.13.9 (#10508) comfyanonymous 2025-10-28 00:21:45 -07:00
  • 6b94b5ed19
    Bump stable portable to cu130 python 3.13.9 comfyanonymous 2025-10-28 03:21:18 -04:00
  • f2bb3230b7 ComfyUI version v0.3.67 v0.3.67 comfyanonymous 2025-10-28 03:03:59 -04:00
  • 9d9f98cb72 Fix unittests for CPU build lspindler 2025-10-28 08:02:26 +01:00
  • 614b8d3345
    frontend bump to 1.28.8 (#10506) Jedrzej Kosinski 2025-10-28 00:01:13 -07:00
  • bcd1b1c11e
    Merge branch 'comfyanonymous:master' into updater-proxy Victor 2025-10-28 15:00:11 +08:00
  • 51d202a43e
    convert nodes_recraft.py to V3 schema bigcat88 2025-10-27 12:53:39 +02:00
  • 135d3025ea Rename quant dtype parameter lspindler 2025-10-28 07:33:42 +01:00
  • 59a2e8c74e Rename quant dtype parameter lspindler 2025-10-28 07:33:19 +01:00
  • 2b24b795c1 frontend bump to 1.28.8 Jedrzej Kosinski 2025-10-27 23:29:08 -07:00
  • 6abc30aae9
    Update template to 0.2.4 (#10505) ComfyUI Wiki 2025-10-28 13:56:30 +08:00
  • 40e2e4f3c2
    Update template to 0.2.4 ComfyUI Wiki 2025-10-28 13:41:29 +08:00
  • 55bad30375
    feat(api-nodes): add LTXV API nodes (#10496) Alexander Piskun 2025-10-28 07:25:29 +02:00
  • c305deed56
    Update template to 0.2.3 (#10503) ComfyUI Wiki 2025-10-28 13:24:16 +08:00
  • 79c30e1630 removed redundant branch nolan4 2025-10-27 22:00:47 -07:00
  • 601ee1775a
    Add a bat to run comfyui portable without api nodes. (#10504) comfyanonymous 2025-10-27 20:54:00 -07:00
  • b1ec3afc32 Add a bat to run comfyui portable without api nodes. comfyanonymous 2025-10-27 23:53:02 -04:00
  • 6c09121070 replace QwenEmbedRope with existing ComfyUI rope nolan4 2025-10-27 20:19:12 -07:00
  • cf3ddc66f3
    Update template to 0.2.3 ComfyUI Wiki 2025-10-28 10:52:40 +08:00
  • d98e02f8c0 Remove comfy api key from queue api. comfyanonymous 2025-10-27 22:15:03 -04:00
  • 99a25a3dc4 Fix whitespace lint error nolan4 2025-10-27 09:54:41 -07:00
  • 3b39ba16bc execution: Allow a subgraph nodes to execute multiple times Rattus 2025-10-27 19:27:12 +10:00
  • f287d02419 Fix missing keys lspindler 2025-10-27 10:04:57 +01:00
  • 218ef4c53c Merge remote-tracking branch 'origin/operator_registry_design' into operator_registry_design lspindler 2025-10-27 08:58:03 +01:00
  • e8d267b660 ruff lint lspindler 2025-10-27 08:52:50 +01:00
  • 77d307049f Update unit tests lspindler 2025-10-27 08:41:23 +01:00
  • 0d201540ca Remove CK reference and ensure correct compute dtype lspindler 2025-10-27 07:55:44 +01:00
  • b6e0a53c11 An actually functional POC lspindler 2025-10-24 14:44:54 +02:00
  • 19ce6b056d Fix FP8 MM lspindler 2025-10-22 11:25:39 +02:00
  • 388294677e Updated design using Tensor Subclasses lspindler 2025-10-22 10:30:00 +02:00
  • 70acf79346 Implement mixed precision operations with a registry design and metadate for quant spec in checkpoint. lspindler 2025-10-16 16:07:43 +02:00
  • 2a8b826442 ruff lint lspindler 2025-10-27 08:52:50 +01:00
  • a7216e18e5 Update unit tests lspindler 2025-10-27 08:41:23 +01:00
  • efb35035f3 Remove CK reference and ensure correct compute dtype lspindler 2025-10-27 07:55:44 +01:00
  • 7af73581bc
    feat(api-nodes): add LTXV API nodes bigcat88 2025-10-27 07:31:11 +02:00
  • c07908a37e Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-10-27 12:50:24 +09:00
  • c170fd2db5
    Bump portable deps workflow to torch cu130 python 3.13.9 (#10493) comfyanonymous 2025-10-26 17:23:01 -07:00
  • 75d2c62035
    Bump portable deps workflow to torch cu130 python 3.13.9 comfyanonymous 2025-10-26 20:21:52 -04:00
  • acceb03f70
    Merge f17ac1f03ddc123990bed76b2760c94952fc61bc into 9d529e53084bdec28f684f3886a26c93598e7338 City 2025-10-26 17:24:30 -06:00
  • 8590e1f713
    Merge branch 'comfyanonymous:master' into master patientx 2025-10-26 14:29:29 +03:00
  • 9d529e5308
    fix(api-nodes): random issues on Windows by capturing general OSError for retries (#10486) Alexander Piskun 2025-10-26 08:51:06 +02:00
  • 0de71b7465
    fix(api-nodes): random issues on Windows by capturing general OSError for retries bigcat88 2025-10-25 09:37:43 +03:00
  • fe26f30cb6 Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-10-26 12:52:08 +09:00
  • f6bbc1ac84
    Fix mistake. (#10484) comfyanonymous 2025-10-25 20:07:29 -07:00
  • 8d4247bba3
    Fix mistake. comfyanonymous 2025-10-25 23:03:31 -04:00
  • 098a352f13
    Add warning for torch-directml usage (#10482) comfyanonymous 2025-10-25 17:05:22 -07:00
  • d618e1a760
    Add warning for torch-directml usage comfyanonymous 2025-10-25 18:50:23 -04:00
  • e86b79ab9e
    convert Gemini API nodes to V3 schema (#10476) Alexander Piskun 2025-10-26 00:35:30 +03:00
  • 5c020c5301
    convert Gemini API nodes to V3 schema bigcat88 2025-10-24 09:38:23 +03:00
  • c2fdd5e61d
    Add GitHub Actions workflow for Python package ibusinesseveryone-commits 2025-10-24 23:03:23 -04:00
  • b222265628 qwen eligen batch size > 1 fix nolan4 2025-10-24 19:22:26 -07:00