Commit Graph

  • 898615122f Rename add_noise_mask -> noise_mask. comfyanonymous 2024-11-19 15:31:09 -0500
  • cf6ab18361
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-19 17:57:12 +0100
  • 156a28786b Add boolean to InpaintModelConditioning to disable the noise mask. comfyanonymous 2024-11-19 07:31:29 -0500
  • f498d855ba
    Add terminal size fallback (#5623) Yoland Yan 2024-11-19 00:34:20 -0800
  • b699a15062 Refactor inpaint/ip2p code. comfyanonymous 2024-11-19 02:34:35 -0500
  • 6107d8d328 chore: fetch upstream update kallen 2024-11-19 15:44:51 +0800
  • 9b2b1303b7 Removed a .to call on results of calculate_weight in patch_hook_weight_to_device that was screwing up the intermediate results for fp8 prior to being passed into stochastic_rounding call Jedrzej Kosinski 2024-11-18 20:42:51 -0600
  • 9cc90ee3eb
    Update UI screenshot in README (#5666) Chenlei Hu 2024-11-18 16:50:34 -0500
  • 9fe3db4c3a For encode_from_tokens_scheduled, allow start_percent and end_percent in add_dict to limit which scheduled conds get encoded for optimization purposes Jedrzej Kosinski 2024-11-18 12:25:17 -0600
  • 6fe589df19 nit huchenlei 2024-11-18 13:12:24 -0500
  • ead4953d64 nit huchenlei 2024-11-18 13:11:29 -0500
  • 7955928237 Remove legacy UI screenshot file huchenlei 2024-11-18 13:08:46 -0500
  • d47fafa395
    Update UI ScreenShot in README Chenlei Hu 2024-11-18 13:06:34 -0500
  • 365170af95 Merge branch 'master' into patch_hooks_improved_memory Jedrzej Kosinski 2024-11-18 08:43:19 -0600
  • de6013ccc4 Increased MemoryCounter minimum memory to leave free by *2 until a better way to get inference memory estimate of currently loaded models exists Jedrzej Kosinski 2024-11-18 08:08:00 -0600
  • 0850ae5c04 Remove unnecessary torch.no_grad calls for hook patches Jedrzej Kosinski 2024-11-18 07:38:11 -0600
  • e844695292 Fixed issue with setting weights from hooks instead of copying them, added additional memory_counter check when caching hook patches Jedrzej Kosinski 2024-11-18 07:25:53 -0600
  • 502fdbbb43
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-18 10:23:26 +0100
  • 9a0a5d32ee Add a skip layer guidance node that can also skip single layers. comfyanonymous 2024-11-18 02:20:43 -0500
  • e5182dd427 initial minimal xla support radna0 2024-11-17 22:45:50 +0000
  • d7c88efa58
    Merge branch 'comfyanonymous:master' into add-xla-support HGB 2024-11-18 03:59:41 +0700
  • f465004a58 Fix cached_hook_patches not respecting target_device/memory_counter results Jedrzej Kosinski 2024-11-17 12:52:40 -0600
  • 39c318ee21
    Update latent_preview.py HGB 2024-11-18 00:21:14 +0700
  • b09eb7c7fc
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-17 16:25:21 +0100
  • 420000d608 torch_xla remove weird format radna0 2024-11-17 14:08:06 +0000
  • 2a66a2e6b5 torch_xla support cleanup radna0 2024-11-17 14:06:03 +0000
  • 812ceb49e7 Add XLA/TPU support with sync callback for diffusion models radna0 2024-11-17 13:29:07 +0000
  • d9f90965c8 Support block replace patches in auraflow. comfyanonymous 2024-11-17 08:19:59 -0500
  • 41886af138 Add transformer options blocks replace patch to mochi. comfyanonymous 2024-11-16 14:47:06 -0500
  • 22a1d7ce78
    Fix 3.8 compatibility in user_manager.py (#5645) Chenlei Hu 2024-11-16 20:42:21 -0500
  • f01c8c0044 Fix 3.8 compatibility in user_manager.py huchenlei 2024-11-16 18:39:24 -0500
  • a20be20ac7 Added apply_to_conds to Set CLIP Hooks, modified relevant code to allow text encoding to automatically apply hooks to output conds when apply_to_conds is set to True Jedrzej Kosinski 2024-11-16 17:37:57 -0600
  • e177149ae4 Made opt_hooks append by default instead of replace, renamed comfy.hooks set functions to be more accurate Jedrzej Kosinski 2024-11-16 16:40:45 -0600
  • 4ac401af2b
    Update web content to release v1.3.44 (#5620) Chenlei Hu 2024-11-15 20:17:15 -0500
  • cc88e9d85e
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-15 23:45:37 +0100
  • 5fb59c8475 Add a node to block merge auraflow models. comfyanonymous 2024-11-15 12:47:55 -0500
  • a28b3871e1 Add terminal size fallback Yoland Y 2024-11-14 20:52:03 -0800
  • f247f2d802 docs: upload workflows fanxingkun 2024-11-15 11:30:05 +0800
  • d55fbbeddb nit huchenlei 2024-11-14 20:03:11 -0500
  • 924642ab96 Update web content to release v1.3.44 huchenlei 2024-11-14 20:02:50 -0500
  • 1e9a39d0f7 nit huchenlei 2024-11-14 15:36:31 -0500
  • 9c578acddc Update web content to release v1.3.43 huchenlei 2024-11-14 15:35:44 -0500
  • e2e03b9923
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-14 17:33:18 +0100
  • bcc6a22178 Made WrapperHook functional, added another wrapper/callback getter, added ON_DETACH callback to ModelPatcher Jedrzej Kosinski 2024-11-14 08:06:02 -0600
  • 122c9ca1ce Add advanced model merging node for mochi. comfyanonymous 2024-11-14 07:51:20 -0500
  • 825715ab10
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-13 19:09:58 +0100
  • 04b02995e6 added KL Optimal Scheduler Chanakan Mungtin 2024-11-13 20:39:41 +0700
  • 3b9a6cf2b1 Fix issue with 3d masks. comfyanonymous 2024-11-13 07:18:30 -0500
  • 3748e7ef7a Fix regression. comfyanonymous 2024-11-13 04:24:48 -0500
  • 96b2080971 Merge branch 'master' into patch_hooks_improved_memory Jedrzej Kosinski 2024-11-12 16:43:30 -0600
  • 1470719db6 Added clip scheduling support to all other native ComfyUI text encoding nodes (sdxl, flux, hunyuan, sd3) Jedrzej Kosinski 2024-11-12 10:55:19 -0600
  • 5909b06b2e Removed Register/Direct hook nodes since they were present only for testing, removed diff-related weight hook calculation as improved_memory removes unload_model_clones and using sample time registered hooks is less hacky Jedrzej Kosinski 2024-11-12 09:05:19 -0600
  • 1766d903ad Fixed existing weight hook_patches (pre-registered) not working properly for CLIP Jedrzej Kosinski 2024-11-12 08:12:12 -0600
  • a570ae7660
    Merge 50bfcfc945 into 8ebf2d8831 darkmage 2024-11-12 08:50:11 -0500
  • 50bfcfc945 add performance optimizing bytecode Mike Bell 2024-11-12 08:50:04 -0500
  • 8ebf2d8831 Add block replace transformer_options to flux. comfyanonymous 2024-11-12 08:00:00 -0500
  • a72d152b0c
    fix --cuda-device arg for AMD/HIP devices (#5586) Bratzmeister 2024-11-12 11:53:36 +0000
  • c4d1a8d356
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-11 22:09:36 +0100
  • 7f5893f855
    Merge branch 'comfyanonymous:master' into hip-device-switch Bratzmeister 2024-11-11 20:00:55 +0000
  • 832b290199
    deleted accidental if Bratzmeister 2024-11-11 21:00:33 +0100
  • eb476e6ea9 Allow 1D masks for 1D latents. comfyanonymous 2024-11-11 14:44:19 -0500
  • 4c435fddb5
    fix --cuda-device arg for AMD/HIP devices Bratzmeister 2024-11-11 20:01:43 +0100
  • 9330745f27 Merge branch 'improved_memory' into patch_hooks_improved_memory Jedrzej Kosinski 2024-11-11 11:26:36 -0600
  • 4195dfb032 Merge branch 'master' into patch_hooks_improved_memory Jedrzej Kosinski 2024-11-11 11:26:27 -0600
  • 66b3386ee7 Updated different hook types to reflect actual progress of implementation, initial scaffolding for working WrapperHook functionality Jedrzej Kosinski 2024-11-11 10:13:02 -0600
  • b12cc83c5b Modified callbacks and wrappers so that unregistered types can be used, allowing custom_nodes to have their own unique callbacks/wrappers if desired Jedrzej Kosinski 2024-11-11 09:05:07 -0600
  • 638c4086a3 Fixed inconsistency of results when schedule_clip is set to False, small renaming/typo fixing, added initial support for ControlNet extra_hooks to work in tandem with normal cond hooks, initial work on calc_cond_batch merging all subdicts in returned transformer_options Jedrzej Kosinski 2024-11-11 08:41:08 -0600
  • 2d28b0b479
    improve: add descriptions for clip loaders (#5576) Dr.Lt.Data 2024-11-11 19:37:23 +0900
  • 8b275ce5be Support auto detecting some zsnr anime checkpoints. comfyanonymous 2024-11-11 05:25:16 -0500
  • 2a18e98ccf Refactor so that zsnr can be set in the sampling_settings. comfyanonymous 2024-11-11 04:55:56 -0500
  • 8a5281006f Fix some custom nodes. comfyanonymous 2024-11-10 22:41:00 -0500
  • 0f4aac73b4 improve: add descriptions for clip loaders Dr.Lt.Data 2024-11-11 11:52:32 +0900
  • 8b8b34818d Add docker-run.bat Sasser7 2024-11-10 23:56:21 +0100
  • 04cb0c7a7c
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-10 22:54:51 +0100
  • 62d13fb2f3 Automatically detect and set zero terminal SNR catboxanon 2024-11-10 14:14:04 -0500
  • 446686e69f Make VAEDecodeTiled backward compatible by making overlap optional SunWintor 2024-11-10 17:40:15 +0800
  • bdeb1c171c Fast previews for mochi. comfyanonymous 2024-11-10 03:39:35 -0500
  • 9c1ed58ef2 proper fix for sag. comfyanonymous 2024-11-10 00:10:45 -0500
  • 23593a6b85 Removed unwanted code Vijay 2024-11-10 10:13:26 +0530
  • cadadc89cc Latent files saved under Input/Latent but require manual move to Input for loading Vijay 2024-11-09 18:38:00 +0530
  • 8b90e50979 Properly handle and reshape masks when used on 3d latents. comfyanonymous 2024-11-09 07:10:43 -0500
  • 84104f6083 Add API polling to check the execution progress status of the current task hmwl 2024-11-09 16:33:32 +0800
  • beb66a7f33 Add API polling to check the execution progress status of the current task hmwl 2024-11-09 16:31:46 +0800
  • 6ee066a14f
    Live terminal output (#5396) pythongosssss 2024-11-09 00:13:34 +0000
  • dd5b57e3d7
    fix for SAG with Kohya HRFix/ Deep Shrink (#5546) DenOfEquity 2024-11-08 23:16:29 +0000
  • 1aec3461e0
    fix for SAG with Kohya HRFix/ Deep Shrink DenOfEquity 2024-11-08 22:48:44 +0000
  • 5361807099 SAG: Compatibility with arbitrary Kohya Deep Shrink downscale factors catboxanon 2024-11-08 12:43:51 -0500
  • 75a818c720 Move mochi latent node to: latent/video. comfyanonymous 2024-11-08 08:33:44 -0500
  • 7e6dbe798a Fix output flush on linux pythongosssss 2024-11-07 20:26:22 +0000
  • 6153b13eb6
    Merge branch 'comfyanonymous:master' into master Karol Stępień 2024-11-07 12:42:02 +0100
  • 2865f913f7 Free memory before doing tiled decode. comfyanonymous 2024-11-07 04:01:24 -0500
  • b49616f951 Make VAEDecodeTiled node work with video VAEs. comfyanonymous 2024-11-07 03:47:12 -0500
  • 5e29e7a488 Remove scaled_fp8 key after reading it to silence warning. comfyanonymous 2024-11-06 04:56:42 -0500
  • 03eae57945 Merge remote-tracking branch 'origin/master' kallen 2024-11-05 23:00:49 +0800
  • 3759e40a04 chore: update requirement package kallen 2024-11-05 22:58:51 +0800
  • 8f076648cb
    Merge branch 'comfyanonymous:master' into master Kallen Ding 2024-11-05 22:52:21 +0800
  • 8afb97cd3f Fix unknown VAE being detected as the mochi VAE. comfyanonymous 2024-11-05 03:42:58 -0500
  • 08b8bbef01 fix dynamic shape export lspindler 2024-11-04 15:49:04 -0800
  • 69694f40b3
    fix dynamic shape export (#5490) contentis 2024-11-04 11:59:28 -0800
  • c49025f01b
    Allow POST /userdata/{file} endpoint to return full file info (#5446) Chenlei Hu 2024-11-04 13:57:21 -0500