Commit Graph
4078 Commits
Author SHA1 Message Date
patientxandGitHub b8ab0f2091 Merge branch 'comfyanonymous:master' into master 2025-02-04 12:32:22 +03:00
comfyanonymous 3e880ac709 Fix on python 3.9 2025-02-04 04:20:56 -05:00
comfyanonymous e5ea112a90 Support Lumina 2 model. 2025-02-04 04:16:30 -05:00
patientxandGitHub c525c6b8be Merge branch 'comfyanonymous:master' into master 2025-02-04 02:24:38 +03:00
Raphael WalkerandGitHub 8d88bfaff9 allow searching for new .pt2 extension, which can contain AOTI compiled modules (#6689) 2025-02-03 17:07:35 -05:00
patientxandGitHub c4e112cf10 Merge branch 'comfyanonymous:master' into master 2025-02-03 13:54:53 +03:00
comfyanonymous ed4d92b721 Model merging nodes for cosmos. 2025-02-03 03:31:39 -05:00
patientxandGitHub e5c7b07e6a Merge branch 'comfyanonymous:master' into master 2025-02-03 02:49:41 +03:00
932ae8d9ca Update frontend to v1.8.13 (#6682)
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com>
2025-02-02 17:54:44 -05:00
patientxandGitHub bf081a208a Merge branch 'comfyanonymous:master' into master 2025-02-02 18:27:25 +03:00
comfyanonymous 44e19a28d3 Use maximum negative value instead of -inf for masks in text encoders.
This is probably more correct.
2025-02-02 09:46:00 -05:00
patientxandGitHub a5eb46e557 Merge branch 'comfyanonymous:master' into master 2025-02-02 17:30:16 +03:00
Dr.Lt.DataandGitHub 0a0df5f136 better guide message for sageattention (#6634) 2025-02-02 09:26:47 -05:00
KarryCharonandGitHub 24d6871e47 add disable-compres-response-body cli args; add compress middleware; (#6672) 2025-02-02 09:24:55 -05:00
patientxandGitHub 2ccb7dd301 Merge branch 'comfyanonymous:master' into master 2025-02-01 15:33:58 +03:00
comfyanonymous 9e1d301129 Only use stable cascade lora format with cascade model. 2025-02-01 06:35:22 -05:00
patientxandGitHub a1b92cb29c Update deepcache-sample.json 2025-02-01 01:59:43 +03:00
patientxandGitHub 2cea5f3305 Update README.md 2025-01-31 23:43:23 +03:00
patientxandGitHub 08905dbdfa Merge branch 'comfyanonymous:master' into master 2025-01-31 23:43:00 +03:00
patientxandGitHub 0ed6597fbb Update README.md 2025-01-31 23:42:50 +03:00
Terry JiaandGitHub 768e035868 Add node for preview 3d animation (#6594)
* Add node for preview 3d animation

* remove bg_color param

* remove animation_speed param
2025-01-31 10:09:07 -08:00
669e0497ea Update frontend to v1.8.12 (#6662)
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com>
2025-01-31 10:07:37 -08:00
comfyanonymous 541dc08547 Update Readme. 2025-01-31 08:35:48 -05:00
patientxandGitHub f6f58c2f5c Update README.md 2025-01-30 23:04:03 +03:00
patientxandGitHub 97f5a7d844 Merge branch 'comfyanonymous:master' into master 2025-01-30 23:03:44 +03:00
patientxandGitHub e472b70791 Update README.md 2025-01-30 23:03:37 +03:00
comfyanonymous 8d8dc9a262 Allow batch of different sigmas when noise scaling. 2025-01-30 06:49:52 -05:00
comfyanonymous 2f98c24360 Update Readme with link to instruction for Nvidia 50 series. 2025-01-30 02:12:43 -05:00
patientxandGitHub d252da6cef Update README.md 2025-01-30 00:17:44 +03:00
patientxandGitHub 9f6c733c6b Merge branch 'comfyanonymous:master' into master 2025-01-30 00:13:59 +03:00
comfyanonymous ef85058e97 Bump ComfyUI version to v0.3.13 v0.3.13 2025-01-29 16:07:12 -05:00
comfyanonymous f9230bd357 Update the python version in some workflows. 2025-01-29 15:54:13 -05:00
patientxandGitHub 98cf486504 Merge branch 'comfyanonymous:master' into master 2025-01-29 18:53:00 +03:00
comfyanonymous 537c27cbf3 Bump default cuda version in standalone package to 126. 2025-01-29 08:13:33 -05:00
comfyanonymous 6ff2e4d550 Remove logging call added in last commit.
This is called before the logging is set up so it messes up some things.
2025-01-29 08:08:01 -05:00
filteredandGitHub 222f48c0f2 Allow changing folder_paths.base_path via command line argument. (#6600)
* Reimpl. CLI arg directly inside folder_paths.

* Update tests to use CLI arg mocking.

* Revert last-minute refactor.

* Fix test state polution.
2025-01-29 08:06:28 -05:00
patientxandGitHub a5c944f482 Merge branch 'comfyanonymous:master' into master 2025-01-28 19:20:13 +03:00
comfyanonymous 13fd4d6e45 More friendly error messages for corrupted safetensors files. 2025-01-28 09:41:09 -05:00
Bradley ReynoldsandGitHub 1210d094c7 Convert latents_ubyte to 8-bit unsigned int before converting to CPU (#6300)
* Convert latents_ubyte to 8-bit unsigned int before converting to CPU

* Only convert to unint8 if directml_enabled
2025-01-28 08:22:54 -05:00
patientxandGitHub f77fea7fc6 Merge branch 'comfyanonymous:master' into master 2025-01-27 23:45:19 +03:00
comfyanonymous 255edf2246 Lower minimum ratio of loaded weights on Nvidia. 2025-01-27 05:26:51 -05:00
patientxandGitHub 47f74f2265 corrected the copying part , now nightly builds correctly copied 2025-01-26 15:28:35 +03:00
patientxandGitHub 1442e34d9e Merge branch 'comfyanonymous:master' into master 2025-01-26 15:27:37 +03:00
comfyanonymous 4f011b9a00 Better CLIPTextEncode error when clip input is None. 2025-01-26 06:04:57 -05:00
comfyanonymous 67feb05299 Remove redundant code. 2025-01-25 19:04:53 -05:00
patientxandGitHub a318371d5d Merge branch 'comfyanonymous:master' into master 2025-01-26 02:12:31 +03:00
comfyanonymous 6d21740346 Print ComfyUI version. 2025-01-25 15:03:57 -05:00
patientxandGitHub 6340979f9f Update README.md 2025-01-25 01:09:31 +03:00
patientxandGitHub 2f02f77dc6 Update README.md 2025-01-24 15:17:09 +03:00
patientxandGitHub 73433fffa0 Merge branch 'comfyanonymous:master' into master 2025-01-24 15:16:37 +03:00