Commit Graph

  • 6ad0ddbae4 Run unit tests on Windows/MacOS as well. (#5018) Robin Huang 2024-09-22 18:01:39 +09:00
  • a55142f904 Add ws.close() to the websocket examples (#5020) RandomGitUser321 2024-09-22 04:59:10 -04:00
  • 5718ef69bb Add total and free ram to /system_stats. comfyanonymous 2024-09-22 03:41:48 -04:00
  • 13ecf10a92 Added to the websockets_api_example.py to show how to decode latent previews from the binary stream (#5016) RandomGitUser321 2024-09-22 02:30:44 -04:00
  • 7a415f47a9 Add an optional VAE input to the ControlNetApplyAdvanced node. comfyanonymous 2024-09-22 01:24:52 -04:00
  • 89fa2fca24 Update web content to release v1.2.60 (#5017) Chenlei Hu 2024-09-22 12:28:54 +09:00
  • 364b69e931 Make SD3 empty latent image zeros. comfyanonymous 2024-09-21 09:12:31 -04:00
  • dc96a1ae19 Load controlnet in fp8 if weights are in fp8. comfyanonymous 2024-09-21 04:50:12 -04:00
  • 2d810b081e Add load_controlnet_state_dict function. comfyanonymous 2024-09-21 01:51:51 -04:00
  • 9f7e9f0547 Add an error message when a controlnet needs a VAE but none is given. comfyanonymous 2024-09-21 01:33:18 -04:00
  • a355f38ecc Make the SD3 controlnet node the default one. comfyanonymous 2024-09-21 01:32:46 -04:00
  • 38c69080c7 Add docstring huchenlei 2024-09-13 15:44:32 +09:00
  • 70a708d726 Fix model merging issue. comfyanonymous 2024-09-20 02:31:44 -04:00
  • e7d4782736 add laplace scheduler [2407.03297] (#4990) yoinked 2024-09-19 20:23:09 -07:00
  • 3326bdfd4e add internal /folder_paths route (#4980) Alex "mcmonkey" Goodwin 2024-09-19 22:52:55 +09:00
  • 68bb885d22 add 'is_default' to model paths config (#4979) Alex "mcmonkey" Goodwin 2024-09-19 21:59:55 +09:00
  • ad66f7c7d8 Add model_options to load_controlnet function. comfyanonymous 2024-09-19 05:01:00 -04:00
  • de8e8e3b0d Fix xpu Pytorch nightly build from calling optimize which doesn't exist. (#4978) Simon Lui 2024-09-19 18:11:42 +09:00
  • a1e71cfad1 very simple strong-cache on model list (#4969) Alex "mcmonkey" Goodwin 2024-09-19 17:40:14 +09:00
  • 0bfc7cc998 Create the temp directory on ComfyUI startup instead. comfyanonymous 2024-09-18 09:39:43 -04:00
  • 7183fd1665 Add route to list model types (#4846) Tom 2024-09-17 09:22:05 +01:00
  • 254838f23c add simple error check to model loading (#4950) Alex "mcmonkey" Goodwin 2024-09-17 16:57:17 +09:00
  • 0b7dfa986d Improve tiling calculations to reduce number of tiles that need to be processed. (#4944) pharmapsychotic 2024-09-17 02:51:10 -05:00
  • d514bb38ee Add some option to model_options for the text encoder. comfyanonymous 2024-09-17 03:49:54 -04:00
  • 0849c80e2a get_key_patches now works without unloading the model. comfyanonymous 2024-09-17 01:57:59 -04:00
  • 56e8f5e4fd VAEDecodeAudio now does some normalization on the audio. comfyanonymous 2024-09-16 00:30:36 -04:00
  • e813abbb2c Long CLIP L support for SDXL, SD3 and Flux. comfyanonymous 2024-09-15 07:59:18 -04:00
  • 5e68a4ce67 Reduce repeated calls of INPUT_TYPES in cache (#4922) JettHu 2024-09-15 13:03:09 +08:00
  • ca08597670 Make the inpaint controlnet node work with non inpaint ones. comfyanonymous 2024-09-14 09:17:13 -04:00
  • f48e390032 Support AliMama SD3 and Flux inpaint controlnets. comfyanonymous 2024-09-14 09:05:16 -04:00
  • 369a6dd2c4 Remove empty spaces in user_manager.py (#4917) Chenlei Hu 2024-09-14 12:30:44 +09:00
  • b3ce8fb9fd Revert "Reduce repeated calls of get_immediate_node_signature for ancestors in cache (#4871)" comfyanonymous 2024-09-13 23:24:47 -04:00
  • cf80d28689 Support loading controlnets with different input. comfyanonymous 2024-09-13 09:52:20 -04:00
  • 6fb44c4b7c Make adding links/nodes to ExecutionList non-recursive (#4886) Acly 2024-09-13 14:25:11 +02:00
  • d2247c1e61 Normalize path returned by /userdata to always use / as separator (#4906) Chenlei Hu 2024-09-13 16:45:31 +09:00
  • cb12ad7049 Add full_info flag in /userdata endpoint to list out file size and last modified timestamp (#4905) Chenlei Hu 2024-09-13 15:40:59 +09:00
  • f6b7194f64 Reduce repeated calls of get_immediate_node_signature for ancestors in cache (#4871) JettHu 2024-09-13 11:02:52 +08:00
  • 7c6eb4fb29 Set some nodes as DEPRECATED. comfyanonymous 2024-09-12 20:27:07 -04:00
  • b962db9952 Add cli arg to override user directory (#4856) Robin Huang 2024-09-12 21:10:27 +09:00
  • d0b7ab88ba Add a simple experimental TorchCompileModel node. comfyanonymous 2024-09-12 05:23:32 -04:00
  • 405b529545 Minor: update tests-unit README.md (#4896) Yoland Yan 2024-09-12 17:53:08 +09:00
  • 9d720187f1 types -> comfy_types to fix import issue. comfyanonymous 2024-09-12 03:56:52 -04:00
  • d247bc5a9c Expand variables in base_path for extra_config_paths.yaml. (#4893) Robin Huang 2024-09-12 14:52:06 +09:00
  • 9f4daca9d9 Doesn't really make sense for cfg_pp sampler to call regular one. comfyanonymous 2024-09-11 02:51:36 -04:00
  • b5d0f2a908 Add CFG++ to DPM++ 2S Ancestral (#3871) yoinked 2024-09-10 23:49:44 -07:00
  • e760bf5c40 Add content-type filter method to folder_paths (#4054) bymyself 2024-09-10 23:00:07 -07:00
  • 36c83cdbba Limit origin check to when host is loopback. comfyanonymous 2024-09-11 01:00:31 -04:00
  • 81778a7feb [🗻 Mount Fuji Commit] Add unit tests for folder path utilities (#4869) Yoland Yan 2024-09-10 13:44:49 +09:00
  • bc94662b31 Cleanup. comfyanonymous 2024-09-10 00:43:37 -04:00
  • 9fa8faa44a Expand user directory for basepath in extra_models_paths.yaml (#4857) Robin Huang 2024-09-09 21:33:44 -07:00
  • 9a7444e39f Add diffusion_models to the extra_model_paths.yaml.example comfyanonymous 2024-09-10 00:21:33 -04:00
  • 54fca4a218 If host does not contain a port only compare the hostnames. comfyanonymous 2024-09-09 16:23:21 -04:00
  • cd4955367e Add back CI action for tests-ui (#4859) Chenlei Hu 2024-09-09 17:32:55 +09:00
  • 8354203d95 Add .venv to gitignore (#4756) david02871 2024-09-09 09:31:18 +01:00
  • e0b41243b4 Fix issue where sometimes origin doesn't contain the port. comfyanonymous 2024-09-09 03:18:17 -04:00
  • 619263d4a6 allow current timestamp in save image prefix (#4030) Alex "mcmonkey" Goodwin 2024-09-09 15:55:51 +09:00
  • e3b0402bb7 Ignore origin domain when it's empty. comfyanonymous 2024-09-09 01:04:03 -04:00
  • 967867d48c fix: url decode filename from API (#4801) Darion 2024-09-08 21:02:32 -04:00
  • cbaac71bf5 Fix issue with last commit. comfyanonymous 2024-09-08 19:35:23 -04:00
  • 3ab3516e46 By default only accept requests where origin header matches the host. comfyanonymous 2024-09-08 18:08:28 -04:00
  • 9c5fca75f4 Fix lora issue. comfyanonymous 2024-09-08 10:10:47 -04:00
  • a5da4d0b3e Fix error with ExecutionBlocker and OUTPUT_IS_LIST (#4836) guill 2024-09-08 06:48:47 -07:00
  • 32a60a7bac Support onetrainer text encoder Flux lora. comfyanonymous 2024-09-08 09:31:41 -04:00
  • bb52934ba4 Fix import issue (#4815) Jim Winkens 2024-09-07 05:28:32 -04:00
  • 8aabd7c8c0 SaveLora node can now save "full diff" lora format. comfyanonymous 2024-09-07 03:21:02 -04:00
  • a09b29ca11 Add an option to the SaveLora node to store the bias diff. comfyanonymous 2024-09-07 02:56:24 -04:00
  • 9bfee68773 LoraSave node now supports generating text encoder loras. comfyanonymous 2024-09-07 02:30:12 -04:00
  • ea77750759 Support a generic Comfy format for text encoder loras. comfyanonymous 2024-09-07 02:13:13 -04:00
  • c27ebeb1c2 Fix onnx export not working on flux. comfyanonymous 2024-09-06 03:21:52 -04:00
  • 0c7c98a965 Nodes using UNIQUE_ID as input are NOT_IDEMPOTENT (#4793) v0.2.2 guill 2024-09-05 16:33:02 -07:00
  • dc2eb75b85 Update stable release workflow to latest pytorch with cuda 12.4. comfyanonymous 2024-09-05 19:21:52 -04:00
  • fa34efe3bd Update frontend to v1.2.47 (#4798) Chenlei Hu 2024-09-05 15:56:01 -07:00
  • 5cbaa9e07c Mistoline flux controlnet support. comfyanonymous 2024-09-05 00:04:52 -04:00
  • c7427375ee Prioritize freeing partially offloaded models first. comfyanonymous 2024-09-04 19:47:32 -04:00
  • 22d1241a50 Add an experimental LoraSave node to extract model loras. comfyanonymous 2024-09-04 16:38:38 -04:00
  • f04229b84d Add emb_patch support to UNetModel forward (#4779) Jedrzej Kosinski 2024-09-04 13:35:15 -05:00
  • f067ad15d1 Make live preview size a configurable launch argument (#4649) Silver 2024-09-04 01:16:38 +02:00
  • 483004dd1d Support newer glora format. v0.2.1 comfyanonymous 2024-09-03 17:02:19 -04:00
  • 00a5d08103 Lower fp8 lora memory usage. comfyanonymous 2024-09-03 01:25:05 -04:00
  • d043997d30 Flux onetrainer lora. comfyanonymous 2024-09-02 08:22:15 -04:00
  • f1c2301697 fix typo in stale-issues (#4735) v0.2.0 Alex "mcmonkey" Goodwin 2024-09-01 14:44:49 -07:00
  • 8d31a6632f Speed up inference on nvidia 10 series on Linux. comfyanonymous 2024-09-01 17:29:31 -04:00
  • b643eae08b Make minimum_inference_memory() depend on --reserve-vram comfyanonymous 2024-09-01 01:01:54 -04:00
  • baa6b4dc36 Update manual install instructions. comfyanonymous 2024-08-31 03:59:42 -04:00
  • d4aeefc297 add github action to automatically handle stale user support issues (#4683) Alex "mcmonkey" Goodwin 2024-08-30 22:57:18 -07:00
  • 587e7ca654 Remove github buttons. comfyanonymous 2024-08-31 01:45:41 -04:00
  • c90459eba0 Update ComfyUI_frontend to 1.2.40 (#4691) Chenlei Hu 2024-08-30 19:32:10 -04:00
  • 04278afb10 feat: return import_failed from init_extra_nodes function (#4694) Vedat Baday 2024-08-31 02:26:47 +03:00
  • 935ae153e1 Cleanup. comfyanonymous 2024-08-30 12:48:42 -04:00
  • e91662e784 Get logs endpoint & system_stats additions (#4690) Chenlei Hu 2024-08-30 12:46:37 -04:00
  • 63fafaef45 Fix potential issue with hydit controlnets. comfyanonymous 2024-08-30 04:58:41 -04:00
  • ec28cd9136 swap legacy sdv15 link (#4682) Alex "mcmonkey" Goodwin 2024-08-29 16:48:48 -07:00
  • 6eb5d64522 Fix glora lowvram issue. comfyanonymous 2024-08-29 19:07:23 -04:00
  • 10a79e9898 Implement model part of flux union controlnet. comfyanonymous 2024-08-29 18:41:22 -04:00
  • ea3f39bd69 InstantX depth flux controlnet. comfyanonymous 2024-08-29 02:14:19 -04:00
  • b33cd61070 InstantX canny controlnet. comfyanonymous 2024-08-28 18:56:33 -04:00
  • 34eda0f853 fix: remove redundant useless loop (#4656) Dr.Lt.Data 2024-08-29 06:46:30 +09:00
  • d31e226650 Unify RMSNorm code. comfyanonymous 2024-08-28 16:18:39 -04:00
  • b79fd7d92c ComfyUI supports more than just stable diffusion. comfyanonymous 2024-08-28 16:12:24 -04:00
  • 38c22e631a Fix case where model was not properly unloaded in merging workflows. comfyanonymous 2024-08-27 18:46:55 -04:00