1
0
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2026-01-28 11:40:54 +03:00

Commit Graph

  • 431dec8e53 Merge branch 'worksplit-multigpu' of https://github.com/comfyanonymous/ComfyUI into worksplit-multigpu Jedrzej Kosinski 2025-06-24 00:48:58 -05:00
  • 44e053c26d Improve error handling for multigpu threads Jedrzej Kosinski 2025-06-24 00:48:51 -05:00
  • dd94416db2 Indicate that directml is not recommended in the README. (#8644) comfyanonymous 2025-06-23 11:04:49 -07:00
  • 5a0ec182ec Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-06-23 07:08:23 +09:00
  • ae0e7c4dff Resize and pad image node. (#8636) comfyanonymous 2025-06-22 14:59:31 -07:00
  • 78f79266a9 Allow padding in ImageStitch node to be white. (#8631) comfyanonymous 2025-06-21 21:19:41 -07:00
  • 39f39c3aa9 Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-06-21 23:51:13 +09:00
  • 1883e70b43 Fix exception when using a noise mask with cosmos predict2. (#8621) comfyanonymous 2025-06-21 00:30:39 -07:00
  • 31ca603ccb Improve the log time function for 10 minute + renders (#6207) Lucas - BLOCK33 2025-06-21 00:04:55 -03:00
  • 4e95c0c104 Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-06-20 22:12:07 +09:00
  • f7fb193712 Small flux optimization. (#8611) comfyanonymous 2025-06-20 02:37:32 -07:00
  • 7e9267fa77 Make flux controlnet work with sd3 text enc. (#8599) comfyanonymous 2025-06-19 15:50:05 -07:00
  • 91d40086db Fix pytorch warning. (#8593) comfyanonymous 2025-06-19 08:04:52 -07:00
  • 6cf5db512a Small refactor of V3TestNode Jedrzej Kosinski 2025-06-19 04:55:05 -05:00
  • b52154f382 Added initial schema validation Jedrzej Kosinski 2025-06-19 04:54:49 -05:00
  • aac91caf1a Added extra_dict to InputV3/WidgetInputV3 for custom node/widget expansion Jedrzej Kosinski 2025-06-19 03:11:30 -05:00
  • 002e16ac71 Added 'not_idempotent' support for SchemaV3 Jedrzej Kosinski 2025-06-19 02:53:35 -05:00
  • fe9a47ae50 Added V3 LoRA Loader node for test purposes, made NodeStateLocal more versatile with dict-like behavior and not throwing errors when nonexisting parameter is requested, returning None instead Jedrzej Kosinski 2025-06-19 02:17:36 -05:00
  • ef3f45807f Added multitype support for Widget Inputs via the types argument, MultiType.Input io_types renamed to types Jedrzej Kosinski 2025-06-19 01:22:03 -05:00
  • 11d87760ca Renamed Hidden->HiddenHolder, HiddenEnum->Hidden for ease of usage, cls.hidden will only have values given for corresponding entries in the schema's hidden entry, fixed v3 node check in execution.get_input_data, some cleanup of whitespace and commented out code Jedrzej Kosinski 2025-06-19 00:10:28 -05:00
  • f9aec12ef1 Refactored v3 code so that v3_01 becomes v3, v3_01 is deleted since no longer necessary Jedrzej Kosinski 2025-06-18 23:29:32 -05:00
  • 5b12b55e32 Add new fields to the config types (#8507) coderfromthenorth93 2025-06-18 15:12:29 -04:00
  • e9e9a031a8 Show a better error when the workflow OOMs. (#8574) comfyanonymous 2025-06-18 03:55:21 -07:00
  • 38721fdb64 Added hidden and state to passed-in clone of node class Jedrzej Kosinski 2025-06-17 20:35:32 -05:00
  • d7430c529a Update frontend to 1.22.2 (#8567) filtered 2025-06-17 15:58:28 -07:00
  • cd88f709ab Update template version (#8563) ComfyUI Wiki 2025-06-17 19:11:59 +08:00
  • 1ae98932f1 Merge branch 'master' into worksplit-multigpu Jedrzej Kosinski 2025-06-17 04:58:56 -05:00
  • 1ef0693e65 Merge branch 'master' into v3-definition Jedrzej Kosinski 2025-06-17 04:48:27 -05:00
  • 1711e44e99 Added new Custom and ComfyTypeIO helpers, use ComfyTypeIO class to simplify defining basic types Jedrzej Kosinski 2025-06-17 04:47:55 -05:00
  • 4459a17e82 Add Cosmos Predict2 to README. (#8562) comfyanonymous 2025-06-17 02:18:01 -07:00
  • 483b3e62e0 ComfyUI version v0.3.41 v0.3.41 comfyanonymous 2025-06-16 23:34:46 -04:00
  • ef04c46ee3 Progress on state management mocking and hidden values in v3 kosinkadink1@gmail.com 2025-06-16 19:10:51 -07:00
  • 8e81c507d2 Multistep DPM++ SDE samplers for RF (#8541) chaObserv 2025-06-17 02:47:10 +08:00
  • e1c6dc720e Allow setting min_length with tokenizer_data. (#8547) comfyanonymous 2025-06-16 10:43:52 -07:00
  • d1ab6adc3a Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-06-16 06:38:35 +09:00
  • 7ea79ebb9d Add correct eps to ltxv rmsnorm. (#8542) comfyanonymous 2025-06-15 09:21:25 -07:00
  • ae75a084df SaveLora now saves in the same filename format as all the other nodes. (#8538) comfyanonymous 2025-06-15 00:44:59 -07:00
  • d6a2137fc3 Support Cosmos predict2 image to video models. (#8535) comfyanonymous 2025-06-14 18:37:07 -07:00
  • 53e8d8193c Generalize SEEDS samplers (#8529) chaObserv 2025-06-15 04:58:16 +08:00
  • 29596bd53f Small cosmos attention code refactor. (#8530) comfyanonymous 2025-06-14 02:02:05 -07:00
  • 1316e608c9 Add the websocket library for automated tests js/drafts/async_nodes Jacob Segal 2025-06-13 21:51:32 -07:00
  • 8d28c17369 Add a missing file Jacob Segal 2025-06-13 21:45:21 -07:00
  • 6df907c413 Add the execution model tests to CI Jacob Segal 2025-06-13 20:54:11 -07:00
  • f1dc13037e Support for async execution functions Jacob Segal 2025-04-19 00:06:13 -07:00
  • 803af1e0c3 allow extra settings from pyproject.toml (#8526) Terry Jia 2025-06-13 23:11:55 -04:00
  • 6673939e76 Bump template to 0.1.28 (#8510) ComfyUI Wiki 2025-06-14 11:11:00 +08:00
  • f74778e75d Bump embedded docs to 0.2.2 (#8512) ComfyUI Wiki 2025-06-14 11:06:28 +08:00
  • 520eb77b72 LoRA Trainer: LoRA training node in weight adapter scheme (#8446) Kohaku-Blueleaf 2025-06-14 07:25:59 +08:00
  • 5bf69bde35 Add cosmos_rflow option to ModelSamplingContinuousEDM node. (#8523) comfyanonymous 2025-06-13 14:47:52 -07:00
  • c69af655aa Uncap cosmos predict2 res and fix mem estimation. (#8518) comfyanonymous 2025-06-13 04:30:18 -07:00
  • 54e0d6b161 Add comfytype decorator, convert all relevant v3_01 types to follow new convention, make v1 test node have xyz be optional kosinkadink1@gmail.com 2025-06-13 04:06:06 -07:00
  • 251f54a2ad Basic initial support for cosmos predict2 text to image 2B and 14B models. (#8517) comfyanonymous 2025-06-13 04:05:23 -07:00
  • c6529c0d77 don't validate string inputs with VALIDATE_INPUTS (#8508) Christian Byrne 2025-06-12 17:17:10 -07:00
  • cf7312d82c Small refactoring to make iterating on V3 schema faster without needing to edit execution.py code kosinkadink1@gmail.com 2025-06-12 17:07:10 -07:00
  • baa8c8cdd3 Add '@prerelease' to use latest test frontend (#8501) filtered 2025-06-12 17:03:27 -07:00
  • 40fd39c7cb debug -> warning (#8506) comfyanonymous 2025-06-12 14:14:59 -07:00
  • 4d1c4b9797 Auto register web folder (#8505) Terry Jia 2025-06-12 16:24:39 -04:00
  • d2566eb4b2 Add a warning for old python versions. (#8504) comfyanonymous 2025-06-12 12:38:33 -07:00
  • ef7e885fe4 Revert "Update requirements.txt (#8487)" (#8502) filtered 2025-06-12 11:10:48 -07:00
  • 6854864db9 Added some missing type defs, starting work on a revision (v3_01) to change formatting (need to change execution.py to recognize it as v3 as well) kosinkadink1@gmail.com 2025-06-11 19:46:30 -07:00
  • ecb8d15e7a Allow specifying any frontend semver suffixes (#8498) filtered 2025-06-11 18:41:30 -07:00
  • 365f9ed157 Revert "auto register web folder from pyproject (#8478)" (#8497) comfyanonymous 2025-06-11 14:28:04 -07:00
  • 50c605e957 Add support for sqlite database (#8444) pythongosssss 2025-06-11 21:43:39 +01:00
  • 9685d4f3c3 auto register web folder from pyproject (#8478) Terry Jia 2025-06-11 16:21:28 -04:00
  • 8a4ff747bd Fix mistake in last commit. (#8496) comfyanonymous 2025-06-11 12:13:29 -07:00
  • af1eb58be8 Fix black images on some flux models in fp16. (#8495) comfyanonymous 2025-06-11 12:09:11 -07:00
  • 373a9386a4 Update requirements.txt (#8487) ComfyUI Wiki 2025-06-11 17:10:46 +08:00
  • 6e28a46454 Apple most likely is never fixing the fp16 attention bug. (#8485) comfyanonymous 2025-06-10 10:06:24 -07:00
  • 2873aaf4db Replaced 'behavior' with 'optional'; unlikely there will be anything other than 'required'/'optional' in the long run kosinkadink1@gmail.com 2025-06-10 01:11:09 -07:00
  • 70d2bbfec0 Try out adding Type class var to IO_V3 to help with type hints kosinkadink1@gmail.com 2025-06-10 00:19:17 -07:00
  • c7b25784b1 Fix WebcamCapture IS_CHANGED signature (#8413) Kent Mewhort 2025-06-09 13:05:54 -04:00
  • 7f800d04fa Enable AMD fp8 and pytorch attention on some GPUs. (#8474) comfyanonymous 2025-06-09 09:50:39 -07:00
  • 35a294431f Merge branch 'master' into dr-support-pip-cm Dr.Lt.Data 2025-06-09 12:34:23 +09:00
  • 97755eed46 Enable fp8 ops by default on gfx1201 (#8464) comfyanonymous 2025-06-08 11:15:34 -07:00
  • daf9d25ee2 Cleaner torch version comparisons. (#8453) comfyanonymous 2025-06-07 07:01:15 -07:00
  • 3b4b171e18 Alternate fix for #8435 (#8442) comfyanonymous 2025-06-06 06:43:27 -07:00
  • 2197b6cbf3 Renamed 'EXECUTE' class method to 'execute' Jedrzej Kosinski 2025-06-05 16:42:51 -07:00
  • d8759c772b Update README.md (#8427) Olexandr88 2025-06-05 20:44:29 +03:00
  • 4248b1618f Let chroma TE work on regular flux. (#8429) comfyanonymous 2025-06-05 07:07:17 -07:00
  • d79a3cf990 Changed execute instance method to EXECUTE class method, added countermeasures to avoid state leaks, ready ability to add extra params to clean class type clone Jedrzej Kosinski 2025-06-05 04:12:44 -07:00
  • a7f515e913 Fixed missing self Jedrzej Kosinski 2025-06-04 22:09:17 -07:00
  • 866f6cdab4 ComfyUI version 0.3.40 v0.3.40 comfyanonymous 2025-06-04 22:18:54 -04:00
  • 3aa83feeec [refactor] remove version prefixes from Ideogram node categories (#8418) Christian Byrne 2025-06-04 18:56:38 -07:00
  • 1fb1bad150 Some node changes to compare v1 and v3 kosinkadink1@gmail.com 2025-06-04 18:56:01 -07:00
  • 871749c208 Add batch to GetImageSize node. (#8419) comfyanonymous 2025-06-04 06:40:21 -07:00
  • fcc1643c52 Sub call to deprecated pillow API Image.ANTIALIAS (#8415) SD 2025-06-04 18:33:42 +05:30
  • 20687293fe Update frontend to 1.21.7 (#8410) filtered 2025-06-04 05:57:13 -07:00
  • 50da98bcf5 Merge branch 'master' into v3-definition kosinkadink1@gmail.com 2025-06-04 02:55:47 -07:00
  • 47d55b8b45 add support to read pyproject.toml from custom node (#8357) Terry Jia 2025-06-03 19:59:13 -04:00
  • 310f4b6ef8 Add api nodes to readme. (#8402) comfyanonymous 2025-06-03 01:26:44 -07:00
  • 94e6119f9f Merge branch 'master' into v3-definition Jedrzej Kosinski 2025-06-02 21:58:10 -07:00
  • f46dc03658 Add some missing options to ComboInput Jedrzej Kosinski 2025-06-02 21:57:27 -07:00
  • 856448060c [feat] Add GetImageSize node (#8386) Christian Byrne 2025-06-02 18:57:50 -07:00
  • 312d511630 Style fix. (#8390) comfyanonymous 2025-06-02 04:22:02 -07:00
  • 4f4f1c642a Update fix for potential XSS on /view (#8384) Jesse Gonyou 2025-06-02 06:52:44 -04:00
  • 010954d277 [BugFix] Update frontend to 1.21.6 (#8383) filtered 2025-06-02 14:57:44 +10:00
  • 6d46bb4b4c [BugFix] Update frontend to 1.21.5 (#8382) filtered 2025-06-02 06:47:14 +10:00
  • 67f57c5bcc [feat] add custom node testing requirement to issue templates (#8374) Christian Byrne 2025-06-01 12:47:07 -07:00
  • fd943c928f [BugFix] Update frontend to 1.21.4 (#8377) filtered 2025-06-02 03:57:53 +10:00
  • 7d5160f92c Tidy pythongosssss 2025-06-01 15:45:15 +01:00