1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Commit Graph

  • 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
  • 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 pysssss-model-db pythongosssss 2025-06-01 15:45:15 +01:00
  • 7f7b3f1695 tidy pythongosssss 2025-06-01 15:41:00 +01:00
  • 9da6aca0d0 Add additional db model metadata fields and model downloading function pythongosssss 2025-06-01 13:34:26 +01:00
  • 1cb3c98947 Implement database & model hashing pythongosssss 2025-06-01 15:32:02 +01:00
  • d3bd983b91 Bump template to 0.1.25 (#8372) ComfyUI Wiki 2025-06-01 17:41:17 +08:00
  • fb4754624d Make the casting in lists the same as regular inputs. (#8373) comfyanonymous 2025-06-01 02:39:54 -07:00
  • 0336b0ace8 Merge branch 'master' into worksplit-multigpu kosinkadink1@gmail.com 2025-06-01 02:39:26 -07:00
  • 50603859ab Merge branch 'master' into v3-definition Jedrzej Kosinski 2025-06-01 01:51:04 -07:00
  • 180db6753f Add Help Menu in NodeLibrarySidebarTab (#8179) Benjamin Lu 2025-06-01 04:32:32 -04:00
  • d062fcc5c0 [feat] Add ImageStitch node for concatenating images (#8369) Christian Byrne 2025-06-01 01:28:52 -07:00
  • 0d185b721f Created and handled NodeOutput class to be the return value of v3 nodes' execute function Jedrzej Kosinski 2025-06-01 01:08:07 -07:00
  • 456abad834 Update frontend to 1.21 (#8366) filtered 2025-06-01 15:10:04 +10:00
  • 19e45e9b0e Make it easier to pass lists of tensors to models. (#8358) comfyanonymous 2025-05-31 17:00:20 -07:00
  • 8642757971 Made V3 NODES_LIST work properly Jedrzej Kosinski 2025-05-31 15:32:11 -07:00
  • de86d8e32b Attempting to simplify node list definition in a python file via NODES_LIST kosinkadink1@gmail.com 2025-05-31 15:24:37 -07:00
  • 8b331c5ca2 Made proper None checks in V1 translation class properties for ComfyNodeV3 kosinkadink1@gmail.com 2025-05-31 04:14:01 -07:00
  • 937d2d5325 Fixed 'display' serialization for Float/IntergerInput, some commented out code made during exploration Jedrzej Kosinski 2025-05-31 04:00:03 -07:00
  • 97f23b81f3 Bump template to 0.1.23 (#8353) ComfyUI Wiki 2025-05-31 14:05:42 +08:00
  • 08b7cc7506 use fused multiply-add pointwise ops in chroma (#8279) drhead 2025-05-30 18:09:54 -04:00
  • 6c319cbb4e fix: custom comfy-api-base works with subpath (#8332) BennyKok 2025-05-31 05:51:28 +08:00
  • df1aebe52e Remove huchenlei from CODEOWNERS (#8350) Chenlei Hu 2025-05-30 17:27:52 -04:00
  • 704fc78854 Put ROCm version in tuple to make it easier to enable stuff based on it. (#8348) comfyanonymous 2025-05-30 12:41:02 -07:00
  • 1d9fee79fd Add node for regex replace(sub) operation (#8340) JettHu 2025-05-31 03:08:59 +08:00
  • 0400497d5e Merge branch 'master' into v3-definition Jedrzej Kosinski 2025-05-30 02:49:02 -07:00
  • aeba0b3a26 Reduce code duplication for [pro] and [max], rename Pro and Max to [pro] and [max] to be consistent with other BFL nodes, make default seed for Kontext nodes be 1234. since 0 is interpreted by API as 'choose random seed' (#8337) Jedrzej Kosinski 2025-05-29 14:14:27 -07:00
  • 094306b626 ComfyUI version 0.3.39 v0.3.39 comfyanonymous 2025-05-29 14:26:39 -04:00
  • 31260f0275 Update templates 0.1.22 (#8334) desktop-release-may292025 filtered 2025-05-30 03:52:27 +10:00
  • f1c9ca816a Add BFL Kontext API Nodes. (#8333) Robin Huang 2025-05-29 10:27:40 -07:00
  • f2289a1f59 Delete useless file. (#8327) comfyanonymous 2025-05-29 05:29:37 -07:00
  • fb83eda287 Revert "Add support for Veo3 API node." (#8322) Robin Huang 2025-05-29 00:03:11 -07:00
  • 5f0e04e2d7 Temporarily adding nodes_v3_test.py file to comfy_extras for testing/sharing purposes Jedrzej Kosinski 2025-05-28 21:35:14 -07:00
  • 96c2e3856d Add V3-to-V1 compatibility on early V3 node definition and node_info in server.py Jedrzej Kosinski 2025-05-28 20:56:25 -07:00
  • 5e5e46d40c Not really tested WAN Phantom Support. (#8321) comfyanonymous 2025-05-28 20:46:15 -07:00
  • 4eba3161cf Refactor Pika API node imports and fix unique_id issue. (#8319) Yoland Yan 2025-05-28 20:42:25 -07:00
  • 592d056100 Add support for Veo3 API node. (#8320) Robin Huang 2025-05-28 20:42:02 -07:00
  • 1c1687ab1c Support HiDream SimpleTuner loras. (#8318) comfyanonymous 2025-05-28 15:47:15 -07:00
  • e6609dacde ComfyUI version 0.3.38 v0.3.38 comfyanonymous 2025-05-28 02:15:11 -04:00
  • ba37e67964 update frontend patch 1.20.7 (#8312) Christian Byrne 2025-05-27 22:42:18 -07:00
  • 880f756dc1 More progress on V3 definition Jedrzej Kosinski 2025-05-27 15:02:17 -07:00
  • 06c661004e Memory estimation code can now take into account conds. (#8307) comfyanonymous 2025-05-27 12:09:05 -07:00
  • c9e1821a7b ComfyUI version 0.3.37 v0.3.37 comfyanonymous 2025-05-27 07:07:44 -04:00
  • f58f0f5696 More API nodes: Gemini/Open AI Chat, Tripo, Rodin, Runway Image (#8295) Robin Huang 2025-05-27 00:00:58 -07:00
  • 3a10b9641c [BugFix] Update frontend to 1.20.6 (#8296) filtered 2025-05-27 16:47:06 +10:00
  • 89a84e32d2 Disable initial GPU load when novram is used. (#8294) comfyanonymous 2025-05-26 13:39:27 -07:00
  • e5799c4899 Enable pytorch attention by default on AMD gfx1151 (#8282) comfyanonymous 2025-05-26 01:29:25 -07:00
  • 4480ed488e Initial prototyping on v3 classes Jedrzej Kosinski 2025-05-25 19:22:42 -07:00