Commit Graph

  • d7b4f45c5b Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-08-21 06:44:35 +09:00
  • e73a9dbe30
    Add that qwen edit model is supported to readme. (#9463) comfyanonymous 2025-08-20 14:34:13 -07:00
  • b76018a3b2
    Add that qwen edit model is supported to readme. comfyanonymous 2025-08-20 17:33:44 -04:00
  • 7f0380f8a1 Add subsampling for heuristic inputs Jedrzej Kosinski 2025-08-20 14:28:06 -07:00
  • 8c6c3e5e04 remove unused var Balladie 2025-08-20 18:38:22 +09:00
  • d84bf1f022 fix(userdata): catch invalid workflow filenames (#9434) saurabh-pingale 2025-08-20 15:02:10 +05:30
  • 35689d3954
    Update Comfyui-Zluda- Qwen-Image-Edit-Workflow.json patientx 2025-08-20 12:15:27 +03:00
  • 39c915b235
    Add files via upload patientx 2025-08-20 12:13:56 +03:00
  • 4ce6a1dd99 fix res_multistep and its ancestral. Balladie 2025-08-20 17:16:17 +09:00
  • 1b9cc3108d
    feat(api-nodes): change "OpenAI Chat" display name to "OpenAI ChatGPT" bigcat88 2025-08-20 11:14:10 +03:00
  • c90c58d37e refactor: comment out unsupported resolution and adjust default values in video nodes thorsten 2025-08-20 20:09:13 +12:00
  • 18301b9be4
    Merge branch 'comfyanonymous:master' into master patientx 2025-08-20 10:56:43 +03:00
  • fe01885acf
    LTXV: fix key frame noise mask dimensions for when real noise mask exists (#9425) Harel Cain 2025-08-20 09:33:10 +02:00
  • 7139d6d93f ComfyUI version 0.3.51 v0.3.51 comfyanonymous 2025-08-20 03:15:30 -04:00
  • 2f52e8f05f
    Bump template to 0.1.62 (#9419) ComfyUI Wiki 2025-08-20 15:15:09 +08:00
  • 6dca25e2a8
    Merge branch 'comfyanonymous:master' into master patientx 2025-08-20 10:14:34 +03:00
  • 0784085cc5 Added DIFFUSION_MODEL wrapper around forward function for wan model Jedrzej Kosinski 2025-08-20 00:05:26 -07:00
  • 8d38ea3bbf
    Fix bf16 precision issue with qwen image embeddings. (#9441) comfyanonymous 2025-08-19 23:58:54 -07:00
  • a0e335993d Fix bf16 precision issue with qwen image embeddings. comfyanonymous 2025-08-20 02:56:28 -04:00
  • 54f2ef67bb Make log statement when not skipping useful, preparing for per-cond caching Jedrzej Kosinski 2025-08-19 23:40:49 -07:00
  • 952340d5e7 Image bilt 2025-08-20 14:38:29 +08:00
  • 793bcf858a
    feat(api-nodes): add copy button to Gemini Chat node bigcat88 2025-08-20 09:21:13 +03:00
  • 5a8f502db5
    Disable prompt weights for qwen. (#9438) comfyanonymous 2025-08-19 22:08:11 -07:00
  • da9a0c0a8e Disable prompt weights for qwen. comfyanonymous 2025-08-20 00:58:31 -04:00
  • 7cd2c4bd6a
    Qwen rotary embeddings should now match reference code. (#9437) comfyanonymous 2025-08-19 21:45:27 -07:00
  • 520a28ff3b Qwen rotary embeddings should now match reference code. comfyanonymous 2025-08-20 00:43:22 -04:00
  • 14a3f02d8d Use sigmas from transformer_options instead of timesteps to be compatible with a greater amount of models, make end_percent work Jedrzej Kosinski 2025-08-19 21:35:18 -07:00
  • b92df4241c 使用 PIL 打开上传的图片流 bilt 2025-08-20 12:24:47 +08:00
  • 5905b405b8 print("image_save_function is None") bilt 2025-08-20 11:45:09 +08:00
  • 4b1aac74bb Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-08-20 12:25:03 +09:00
  • dfa791eb4b
    Rope fix for qwen vl. (#9435) comfyanonymous 2025-08-19 17:47:42 -07:00
  • fc7f458a79 Rope fix for qwen vl. comfyanonymous 2025-08-19 20:44:18 -04:00
  • 6ac21a396c Fixed math to make threshold work as expected, refactored code to use EasyCacheHolder instead of a dict wrapped by object Jedrzej Kosinski 2025-08-19 17:01:09 -07:00
  • f17ac1f03d Add lowvram hint node City 2025-08-20 01:24:17 +02:00
  • bddd69618b
    Change the TextEncodeQwenImageEdit node to use logic closer to reference. (#9432) comfyanonymous 2025-08-19 13:49:01 -07:00
  • d45ba5b008 Change the TextEncodeQwenImageEdit node to use logic closer to reference. comfyanonymous 2025-08-19 16:47:12 -04:00
  • 54d8fdbed0
    feat(api-nodes): add Vidu Video nodes (#9368) Alexander Piskun 2025-08-19 23:30:06 +03:00
  • d844d8b13b
    api_nodes: added release version of google's models (#9304) Alexander Piskun 2025-08-19 23:29:24 +03:00
  • 07a927517c
    api_nodes: add GPT-5 series models (#9325) Alexander Piskun 2025-08-19 23:29:01 +03:00
  • f16a70ba67
    api_nodes: add MinimaxHailuoVideoNode node (#9262) Alexander Piskun 2025-08-19 23:28:27 +03:00
  • 36b5127fd3
    api_nodes: add kling-v2-1 and v2-1-master (#9257) Alexander Piskun 2025-08-19 23:28:07 +03:00
  • be456cb37a Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-08-20 04:02:37 +09:00
  • 82da5b317d
    Merge 262790d63d2cc39cd0837a8051a36848385b8b10 into 4977f203fa8e9e3ab22884c8ace8f9b540d48952 42lux 2025-08-19 19:11:24 +02:00
  • 1f457a5b8b
    Bump template to 0.1.62 ComfyUI Wiki 2025-08-19 23:44:55 +08:00
  • 47780b10dd LTXV: fix key frame noise mask dimensions for when real noise mask exists Harel Cain 2025-08-19 14:05:35 +03:00
  • 57e11c99eb Flux ControlNet bilt 2025-08-19 18:35:21 +08:00
  • ad78f8e7fe
    Merge 5162e9094816f6df23f27643c7a04a8494d38e8f into 4977f203fa8e9e3ab22884c8ace8f9b540d48952 yoinked 2025-08-19 18:06:25 +08:00
  • 6985cfcfc2 updated V2V node to allow for control image input exposing steps in v2v fixing guidance_scale as input parameter thorsten 2025-08-19 21:53:34 +12:00
  • 885d89a1be
    Bump template to 0.1.61 ComfyUI Wiki 2025-08-19 15:36:44 +08:00
  • 1cbb5fdc14
    Merge branch 'comfyanonymous:master' into master patientx 2025-08-19 10:21:12 +03:00
  • 26d54b1de5 Attempting a universal implementation of EasyCache, starting with flux as test; I screwed up the math a bit, but when I set it just right it works. Jedrzej Kosinski 2025-08-18 22:01:31 -07:00
  • ac14ee68c0 Merge branch 'master' into worksplit-multigpu Jedrzej Kosinski 2025-08-18 19:51:24 -07:00
  • 4977f203fa
    P2 of qwen edit model. (#9412) comfyanonymous 2025-08-18 19:38:34 -07:00
  • fd569ead31 Make the TextEncodeQwenImageEdit also set the ref latent. comfyanonymous 2025-08-18 22:35:47 -04:00
  • 2f2eb2bd74 Fix. comfyanonymous 2025-08-18 20:46:54 -04:00
  • 8732d5d6fe sigterm, mylora bilt 2025-08-19 08:46:17 +08:00
  • 5c38f8d6ac
    Fix normal qwen. comfyanonymous 2025-08-18 20:29:09 -04:00
  • f2c38dd9dc
    Typo. comfyanonymous 2025-08-18 20:19:06 -04:00
  • 4d7019555d P2 of qwen edit model. comfyanonymous 2025-08-18 20:17:29 -04:00
  • 6c611b0b99 Change node id to reflect node name node-memory-reserve Jedrzej Kosinski 2025-08-18 15:39:16 -07:00
  • cd54d502fc Make sure models_memory_reserve is considered with inference_memory as well in max func calls Jedrzej Kosinski 2025-08-18 15:34:53 -07:00
  • 63571c6c3d Renamed to Reserve Additional Memory Jedrzej Kosinski 2025-08-18 15:04:49 -07:00
  • bae0c31a68 Added missing model.clone() call Jedrzej Kosinski 2025-08-18 14:51:11 -07:00
  • 34b1f51f4a Created Add Memory to Reserve node Jedrzej Kosinski 2025-08-18 14:45:21 -07:00
  • 3dfecd541b Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-08-19 06:24:55 +09:00
  • ca39bf4fa8 a rzasharp79 2025-08-18 16:59:59 -04:00
  • c708d0a433 Merge branch 'master' into asset-management Jedrzej Kosinski 2025-08-18 12:12:15 -07:00
  • 3f09b4dba5
    Merge branch 'comfyanonymous:master' into master patientx 2025-08-18 15:14:34 +03:00
  • 2c8f485434 Merge branch 'master' into worksplit-multigpu Jedrzej Kosinski 2025-08-18 00:29:52 -07:00
  • bd2ab73976
    fix(WAN-nodes): invalid nodeid for WanTrackToVideo (#9396) Alexander Piskun 2025-08-18 10:26:55 +03:00
  • 1da8bdbcd4 checkpoints bilt 2025-08-18 15:17:03 +08:00
  • 301fa71f8c
    fix(WAN-nodes): invalid nodeid for WanTrackToVideo bigcat88 2025-08-18 07:40:16 +03:00
  • ca04f8f401 Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-08-18 12:23:05 +09:00
  • da2efeaec6
    Bump frontend to 1.25.9 (#9394) Christian Byrne 2025-08-17 20:21:02 -07:00
  • d0c5126de7 Bump frontend to 1.25.9 bymyself 2025-08-17 19:54:56 -07:00
  • 4061b4a335 flux gguf pulid bilt 2025-08-18 08:19:38 +08:00
  • 383f9b34cb Merge branch 'master' into worksplit-multigpu Jedrzej Kosinski 2025-08-17 16:02:44 -07:00
  • 7f3b9b16c6
    Make step index detection much more robust (#9392) Jedrzej Kosinski 2025-08-17 15:54:07 -07:00
  • ab9152ab29 Make step index detection much more robust Jedrzej Kosinski 2025-08-17 15:48:03 -07:00
  • 8b44e58e6c Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-08-18 07:35:15 +09:00
  • d4e353a94e
    Update template to 0.1.60 (#9377) ComfyUI Wiki 2025-08-18 05:38:40 +08:00
  • ed43784b0d
    WIP Qwen edit model: The diffusion model part. (#9383) comfyanonymous 2025-08-17 13:45:39 -07:00
  • 8434c718bf Added an install.bat file and a run.bat file, as well. rzasharp79 2025-08-17 16:30:03 -04:00
  • 6c784d231f Add __pycache__ to gitignore fabien 2025-08-17 17:13:47 +02:00
  • 7e597d6eff Add remaining files: web folder, scripts, and dependencies fabien 2025-08-17 17:13:24 +02:00
  • 7e78177f5e Initial commit: Add custom_nodes and modifications fabien 2025-08-17 17:12:12 +02:00
  • 598943ae47 fixes bilt 2025-08-17 18:38:43 +08:00
  • a4697a8f2b t5xxl_fp8_e4m3fn bilt 2025-08-17 16:46:11 +08:00
  • 64d6cf045e
    Merge branch 'comfyanonymous:master' into master patientx 2025-08-17 11:29:13 +03:00
  • 4ceaf42789 fix bilt 2025-08-17 14:47:31 +08:00
  • fe1488d570 sams bilt 2025-08-17 13:42:28 +08:00
  • a0a28da150 try Flux+instantid bilt 2025-08-17 12:16:16 +08:00
  • db0228685d PuLID_ComfyUI bilt 2025-08-17 11:17:55 +08:00
  • 0944ff5664
    Update template to 0.1.60 ComfyUI Wiki 2025-08-17 08:13:27 +08:00
  • dc989bf9c9 WIP Qwen edit model: The diffusion model part. comfyanonymous 2025-08-16 19:29:47 -04:00
  • 0f2b8525bc
    Qwen image model refactor. (#9375) comfyanonymous 2025-08-16 14:51:28 -07:00
  • 3bd06b7d13 Qwen image model refactor. comfyanonymous 2025-08-16 17:46:00 -04:00
  • ec6e5db759
    convert Stable Cascade nodes to V3 schema bigcat88 2025-08-16 20:00:57 +03:00
  • 50c8cd919a
    convert Primitive nodes to V3 schema bigcat88 2025-08-16 19:18:23 +03:00
  • 31d00ecbf7 using pip install.. bilt 2025-08-16 22:30:26 +08:00