Commit Graph

  • 7c595586dd
    grammar RandomGitUser321 2024-09-22 08:28:11 -0400
  • 80cd3fb13c
    directions on launching RandomGitUser321 2024-09-22 08:05:12 -0400
  • 826ad087a0
    gradio websocket app example RandomGitUser321 2024-09-22 07:40:08 -0400
  • 587c93ebff Start lower_final_step in predictor earlier to stabilize chaObserv 2024-09-22 18:27:13 +0800
  • 1782896502 Fix lambda_prev in corrector chaObserv 2024-09-17 23:21:52 +0800
  • 92a630e737 Add SA-Solver chaObserv 2024-08-17 23:29:07 +0800
  • 6ad0ddbae4
    Run unit tests on Windows/MacOS as well. (#5018) Robin Huang 2024-09-22 18:01:39 +0900
  • a55142f904
    Add ws.close() to the websocket examples (#5020) RandomGitUser321 2024-09-22 04:59:10 -0400
  • a977c24481 Only test common set of mimetypes across operating systems. robinjhuang 2024-09-22 17:18:49 +0900
  • 369672f0c1
    add and explain ws.close() in websocket examples RandomGitUser321 2024-09-22 04:13:29 -0400
  • d5b3a0d692
    add ws.close() to websocket examples RandomGitUser321 2024-09-22 04:12:53 -0400
  • ae931da097 minor doc fix Alex "mcmonkey" Goodwin 2024-09-22 17:07:43 +0900
  • 0df1e73220 rewrite test for create_model_path Alex "mcmonkey" Goodwin 2024-09-22 17:00:49 +0900
  • 6fbceea4a6 fix file handling in tests Alex "mcmonkey" Goodwin 2024-09-22 16:56:52 +0900
  • 5718ef69bb Add total and free ram to /system_stats. comfyanonymous 2024-09-22 03:41:48 -0400
  • 3ac444c35f workaround the first tests blocker Alex "mcmonkey" Goodwin 2024-09-22 16:38:38 +0900
  • 7c86407619 Refactored callbacks+wrappers to allow storing lists by id kosinkadink1@gmail.com 2024-09-22 16:36:40 +0900
  • 2d277d924d Compared normalized paths to work cross platform. robinjhuang 2024-09-22 16:33:18 +0900
  • db1814cc44 Merge branch 'master' into download-api-add-directory-input Alex "mcmonkey" Goodwin 2024-09-22 16:14:02 +0900
  • fa557809ab Continue running on error. robinjhuang 2024-09-22 16:06:59 +0900
  • a9e302dd23 Test on mac. robinjhuang 2024-09-22 16:04:17 +0900
  • f1c2099f73 Run unit tests on Windows as well. robinjhuang 2024-09-22 15:39:22 +0900
  • 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 -0400
  • 7a415f47a9 Add an optional VAE input to the ControlNetApplyAdvanced node. comfyanonymous 2024-09-22 01:24:52 -0400
  • 89fa2fca24
    Update web content to release v1.2.60 (#5017) Chenlei Hu 2024-09-22 12:28:54 +0900
  • 1d82c14808 Remove dist.zip huchenlei 2024-09-22 12:16:53 +0900
  • 32a7f4279b
    even more simplfied RandomGitUser321 2024-09-21 23:13:58 -0400
  • d3df22f4e3 Update web content to release v1.2.60 huchenlei 2024-09-22 12:04:24 +0900
  • a154d0df23 Merge branch 'master' into patch_hooks kosinkadink1@gmail.com 2024-09-22 11:54:55 +0900
  • eb8b496b96
    Update websockets_api_example.py RandomGitUser321 2024-09-21 22:53:38 -0400
  • 5052a78be2 Added WrapperExecutor for non-classbound functions, added calc_cond_batch wrappers kosinkadink1@gmail.com 2024-09-22 11:52:35 +0900
  • 364b69e931 Make SD3 empty latent image zeros. comfyanonymous 2024-09-21 09:12:31 -0400
  • 298397d198 Updated clone_has_same_weights function to account for new ModelPatcher properties, improved AutoPatcherEjector usage in partially_load kosinkadink1@gmail.com 2024-09-21 21:50:51 +0900
  • 64d640171c
    remove invalid linkof README.md Archkon 2024-09-21 19:35:36 +0800
  • 636374964d
    add Chinese version of README.MD Archkon 2024-09-21 19:34:03 +0800
  • 91ca6f41a2
    overlooked something RandomGitUser321 2024-09-21 06:49:03 -0400
  • dc96a1ae19 Load controlnet in fp8 if weights are in fp8. comfyanonymous 2024-09-21 04:50:12 -0400
  • f28d892c16 Fix skip_until_exit logic bug breaking injection after first run of model kosinkadink1@gmail.com 2024-09-21 16:34:40 +0900
  • 2d810b081e Add load_controlnet_state_dict function. comfyanonymous 2024-09-21 01:51:51 -0400
  • 9f7e9f0547 Add an error message when a controlnet needs a VAE but none is given. comfyanonymous 2024-09-21 01:33:18 -0400
  • a355f38ecc Make the SD3 controlnet node the default one. comfyanonymous 2024-09-21 01:32:46 -0400
  • 5f885bb161
    added a bit more important info RandomGitUser321 2024-09-21 01:02:44 -0400
  • 5f450d3351 Started scaffolding for other hook types, refactored get_hooks_from_cond to organize hooks by type kosinkadink1@gmail.com 2024-09-21 10:37:18 +0900
  • 59d72b4050 Added wrappers to ModelPatcher to facilitate standardized function wrapping kosinkadink1@gmail.com 2024-09-20 20:05:29 +0900
  • 38c69080c7 Add docstring huchenlei 2024-09-13 15:44:32 +0900
  • b238afd0f8
    Merge branch 'comfyanonymous:master' into latent_preview_api RandomGitUser321 2024-09-20 02:44:45 -0400
  • 621c1e02bd
    example usage and some info RandomGitUser321 2024-09-20 02:43:09 -0400
  • 70a708d726 Fix model merging issue. comfyanonymous 2024-09-20 02:31:44 -0400
  • b5a2b438e2
    add --latent-preview-api to args RandomGitUser321 2024-09-20 02:22:46 -0400
  • 98cffee8b3
    encode image to be sent with json RandomGitUser321 2024-09-20 02:21:15 -0400
  • 63f0910eea
    add cli branch in hook RandomGitUser321 2024-09-20 02:16:52 -0400
  • 59b5a8ddd9 Add dpmpp_2m_cfg_pp chaObserv 2024-09-20 12:40:17 +0800
  • e7d4782736
    add laplace scheduler [2407.03297] (#4990) yoinked 2024-09-19 20:23:09 -0700
  • c079b69ce8
    better settings yoinked 2024-09-19 17:51:49 -0700
  • ed42dfe45c
    should be here instead lol yoinked 2024-09-19 17:50:17 -0700
  • 72009e7696
    add laplace scheduler [2407.03297] yoinked 2024-09-19 17:41:26 -0700
  • 3326bdfd4e
    add internal /folder_paths route (#4980) Alex "mcmonkey" Goodwin 2024-09-19 22:52:55 +0900
  • 68bb885d22
    add 'is_default' to model paths config (#4979) Alex "mcmonkey" Goodwin 2024-09-19 21:59:55 +0900
  • 55014293b1 Added injections support to ModelPatcher + necessary bookkeeping, added additional_models support in ModelPatcher, conds, and hooks kosinkadink1@gmail.com 2024-09-19 21:43:58 +0900
  • ad66f7c7d8 Add model_options to load_controlnet function. comfyanonymous 2024-09-19 05:01:00 -0400
  • 5a00feae3c handle python lambda behaviors Alex "mcmonkey" Goodwin 2024-09-19 21:02:21 +0900
  • 57a91a2c1c test tweaks Alex "mcmonkey" Goodwin 2024-09-19 20:45:27 +0900
  • 3e8dbd51da update tests again Alex "mcmonkey" Goodwin 2024-09-19 20:10:40 +0900
  • cfb5d6a532 also download to a tmp file not the live file Alex "mcmonkey" Goodwin 2024-09-19 20:06:53 +0900
  • c539ee55f4 fix & logging Alex "mcmonkey" Goodwin 2024-09-19 20:05:14 +0900
  • 68f8d8c568 partial tests update Alex "mcmonkey" Goodwin 2024-09-19 19:47:35 +0900
  • 80a916777b actually, require folder_path and clean up some code Alex "mcmonkey" Goodwin 2024-09-19 19:47:27 +0900
  • f7eef1e160 Merge branch 'add-internal-folder-paths-route' into download-api-add-directory-input Alex "mcmonkey" Goodwin 2024-09-19 19:15:32 +0900
  • 618f4d848c initial folder path input on download api Alex "mcmonkey" Goodwin 2024-09-19 19:15:11 +0900
  • cbaffac4a5 (minor) format download_models.py Alex "mcmonkey" Goodwin 2024-09-19 19:00:16 +0900
  • f1fd28d7a3 add internal /folder_paths route Alex "mcmonkey" Goodwin 2024-09-19 18:55:01 +0900
  • fce4639c4f sigh Alex "mcmonkey" Goodwin 2024-09-19 18:52:36 +0900
  • 15f6668fee oh there's two Alex "mcmonkey" Goodwin 2024-09-19 18:50:39 +0900
  • 509f0f41a7 update weirdly overspecific test expectations Alex "mcmonkey" Goodwin 2024-09-19 18:49:05 +0900
  • 899ed2d9a3 add 'is_default' to model paths config Alex "mcmonkey" Goodwin 2024-09-19 18:41:41 +0900
  • de8e8e3b0d
    Fix xpu Pytorch nightly build from calling optimize which doesn't exist. (#4978) Simon Lui 2024-09-19 18:11:42 +0900
  • c3d47aa429 clearer error message Alex "mcmonkey" Goodwin 2024-09-19 18:01:35 +0900
  • 49f973bc93 minor improvement Alex "mcmonkey" Goodwin 2024-09-19 17:56:05 +0900
  • 9ab587f65b Fix xpu Pytorch nightly build from calling optimize which doesn't exist. Simon Lui 2024-09-19 01:55:59 -0700
  • d659be7ef0 minor format Alex "mcmonkey" Goodwin 2024-09-19 17:49:29 +0900
  • a256213eb7 Merge branch 'master' into async-file-list Alex "mcmonkey" Goodwin 2024-09-19 17:46:52 +0900
  • a1e71cfad1
    very simple strong-cache on model list (#4969) Alex "mcmonkey" Goodwin 2024-09-19 17:40:14 +0900
  • 163bfff829 `.shutdown` isn't so friendly :( Alex "mcmonkey" Goodwin 2024-09-19 17:24:51 +0900
  • 5d8a0b7afd simplify async code with ThreadPoolExecutor Alex "mcmonkey" Goodwin 2024-09-19 17:12:50 +0900
  • d66e844c1a use a 'with' context Alex "mcmonkey" Goodwin 2024-09-19 17:04:54 +0900
  • b8022cf02b use a threading.Event to make intent more explicit Alex "mcmonkey" Goodwin 2024-09-19 17:01:22 +0900
  • b35ad9aeff discard aiofiles Alex "mcmonkey" Goodwin 2024-09-19 16:57:47 +0900
  • cd71722b11 only cache object_info for now Alex "mcmonkey" Goodwin 2024-09-19 16:39:18 +0900
  • e80dc96627 Fix incorrect ref to create_hook_patches_clone after moving function kosinkadink1@gmail.com 2024-09-19 11:57:19 +0900
  • 787ef34842 Continued work on simpler Create Hook Model As LoRA node, started to implement ModelPatcher callbacks, attachments, and additional_models kosinkadink1@gmail.com 2024-09-19 11:47:25 +0900
  • 2deb55df06 one more cleanup Alex "mcmonkey" Goodwin 2024-09-19 02:32:07 +0900
  • e98b52bf53 other fix Alex "mcmonkey" Goodwin 2024-09-19 02:31:48 +0900
  • d6ba7ed4db oops, fix sloppy refactor Alex "mcmonkey" Goodwin 2024-09-19 02:05:49 +0900
  • a5c50253b2 store the cache after validation too Alex "mcmonkey" Goodwin 2024-09-19 01:55:08 +0900
  • 3049afcfd0 very simple strong-cache on model list Alex "mcmonkey" Goodwin 2024-09-19 01:45:13 +0900
  • 34430b3509 [proof of concept] async model file listing Alex "mcmonkey" Goodwin 2024-09-19 01:30:16 +0900
  • 0bfc7cc998 Create the temp directory on ComfyUI startup instead. comfyanonymous 2024-09-18 09:39:43 -0400
  • 738d59b168 Removing requirements-ipex.txt as is redundant now Kel Phillipson 2024-08-16 15:08:08 -0700
  • 98302425d5 Force clip vision to use cpu for IPEX Kel Phillipson 2024-08-16 12:03:23 -0700
  • 8da165ec22 Call ipex hijacks in model management Kel Phillipson 2024-08-16 11:53:49 -0700