Jedrzej Kosinski
26ccd3b5f9
Merge branch 'master' into patch_hooks_improved_memory
2024-11-24 15:46:25 -06:00
spacepxl
7126ecffde
set LTX min length to 1 for t2i ( #5750 )
...
At length=1, the LTX model can do txt2img and img2img with no other changes required.
2024-11-23 21:33:08 -05:00
Jedrzej Kosinski
815c6f36e1
Merge branch 'master' into patch_hooks_improved_memory
2024-11-22 10:13:28 -06:00
comfyanonymous
94323a26a7
Remove prints.
2024-11-22 10:51:31 -05:00
Jedrzej Kosinski
0a432c1a73
Merge branch 'master' into patch_hooks_improved_memory
2024-11-22 09:33:13 -06:00
comfyanonymous
5e16f1d24b
Support Lightricks LTX-Video model.
2024-11-22 08:46:39 -05:00
Jedrzej Kosinski
c044c3ba58
Revert change, does not work
2024-11-21 16:12:39 -06:00
Jedrzej Kosinski
9a69ccf944
Allow both FLOATS and FLOAT for floats_strength input
2024-11-21 16:11:49 -06:00
Jedrzej Kosinski
1c86976f8e
On Cond/Cond Pair nodes, removed opt_ prefix from optional inputs
2024-11-21 15:50:10 -06:00
Jedrzej Kosinski
365170af95
Merge branch 'master' into patch_hooks_improved_memory
2024-11-18 08:43:19 -06:00
comfyanonymous
9a0a5d32ee
Add a skip layer guidance node that can also skip single layers.
...
This one should work for skipping the single layers of models like Flux
and Auraflow.
If you want to see how these models work and how many double/single layers
they have see the "ModelMerge*" nodes for the specific model.
2024-11-18 02:20:43 -05:00
Jedrzej Kosinski
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
2024-11-16 17:37:57 -06:00
Jedrzej Kosinski
e177149ae4
Made opt_hooks append by default instead of replace, renamed comfy.hooks set functions to be more accurate
2024-11-16 16:40:45 -06:00
comfyanonymous
5fb59c8475
Add a node to block merge auraflow models.
2024-11-15 12:47:55 -05:00
comfyanonymous
122c9ca1ce
Add advanced model merging node for mochi.
2024-11-14 07:51:20 -05:00
comfyanonymous
3748e7ef7a
Fix regression.
2024-11-13 04:24:48 -05:00
Jedrzej Kosinski
96b2080971
Merge branch 'master' into patch_hooks_improved_memory
2024-11-12 16:43:30 -06:00
Jedrzej Kosinski
1470719db6
Added clip scheduling support to all other native ComfyUI text encoding nodes (sdxl, flux, hunyuan, sd3)
2024-11-12 10:55:19 -06:00
Jedrzej Kosinski
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
2024-11-12 09:05:19 -06:00
Jedrzej Kosinski
1766d903ad
Fixed existing weight hook_patches (pre-registered) not working properly for CLIP
2024-11-12 08:12:12 -06:00
comfyanonymous
8ebf2d8831
Add block replace transformer_options to flux.
2024-11-12 08:00:39 -05:00
Jedrzej Kosinski
4195dfb032
Merge branch 'master' into patch_hooks_improved_memory
2024-11-11 11:26:27 -06:00
Jedrzej Kosinski
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
2024-11-11 08:41:08 -06:00
Dr.Lt.Data
2d28b0b479
improve: add descriptions for clip loaders ( #5576 )
2024-11-11 05:37:23 -05:00
comfyanonymous
2a18e98ccf
Refactor so that zsnr can be set in the sampling_settings.
2024-11-11 04:55:56 -05:00
comfyanonymous
9c1ed58ef2
proper fix for sag.
2024-11-10 00:10:45 -05:00
DenOfEquity
dd5b57e3d7
fix for SAG with Kohya HRFix/ Deep Shrink ( #5546 )
...
now works with arbitrary downscale factors
2024-11-08 18:16:29 -05:00
comfyanonymous
75a818c720
Move mochi latent node to: latent/video.
2024-11-08 08:33:44 -05:00
comfyanonymous
ee8abf0cff
Update folder paths: "clip" -> "text_encoders"
...
You can still use models/clip but the folder might get removed eventually
on new installs of ComfyUI.
2024-11-02 15:35:38 -04:00
Jedrzej Kosinski
3bcbcce88d
Merge branch 'master' into patch_hooks
2024-10-31 18:34:05 -05:00
Jedrzej Kosinski
d5169df808
Added initial support within CLIP Text Encode (Prompt) node for scheduling weight hook CLIP strength via clip_start_percent/clip_end_percent on conds, added schedule_clip toggle to Set CLIP Hooks node, small cleanup/fixes
2024-10-30 04:56:09 -05:00
comfyanonymous
770ab200f2
Cleanup SkipLayerGuidanceSD3 node.
2024-10-29 10:11:46 -04:00
Dango233
954683d0db
SLG first implementation for SD3.5 ( #5404 )
...
* SLG first implementation for SD3.5
* * Simplify and align with comfy style
2024-10-29 09:59:21 -04:00
comfyanonymous
5cbb01bc2f
Basic Genmo Mochi video model support.
...
To use:
"Load CLIP" node with t5xxl + type mochi
"Load Diffusion Model" node with the mochi dit file.
"Load VAE" with the mochi vae file.
EmptyMochiLatentVideo node for the latent.
euler + linear_quadratic in the KSampler node.
2024-10-26 06:54:00 -04:00
Jedrzej Kosinski
2047bf211f
Changed CreateHookModelAsLoraTest to be the new CreateHookModelAsLora, rename old ones as 'direct' and will be removed prior to merge
2024-10-25 19:58:38 -05:00
Jedrzej Kosinski
daeb2624a9
Fixed default conds not respecting hook keyframes, made keyframes not reset cache when strength is unchanged, fixed Cond Set Default Combine throwing error, fixed model-as-lora throwing error during calculate_weight after a recent ComfyUI update, small refactoring/scaffolding changes for hooks
2024-10-25 18:32:22 -05:00
comfyanonymous
52810907e2
Add a model merge node for SD3.5 large.
2024-10-24 16:46:21 -04:00
Jedrzej Kosinski
4bbdf2bfe5
Merge branch 'master' into patch_hooks
2024-10-23 21:10:46 -05:00
comfyanonymous
518c0dc2fe
Add tooltips to LoraSave node.
2024-10-18 06:01:09 -04:00
comfyanonymous
7390ff3b1e
Add missing import.
2024-10-16 14:58:30 -04:00
comfyanonymous
f71cfd2687
Add an experimental node to sharpen latents.
...
Can be used with LatentApplyOperationCFG for interesting results.
2024-10-16 05:25:31 -04:00
comfyanonymous
0dbba9f751
Add some latent operation nodes.
...
This is a port of the ModelSamplerTonemapNoiseTest from the experiments
repo.
To replicate that node use LatentOperationTonemapReinhard and
LatentApplyOperationCFG together.
2024-10-15 15:00:36 -04:00
Jedrzej Kosinski
06fbdb03ef
Merge branch 'master' into patch_hooks
2024-10-05 06:43:43 -05:00
kosinkadink1@gmail.com
5bf2647624
Renamed Create Hook Model As LoRA nodes to make the test node the main one (more changes pending)
2024-09-27 15:31:56 +09:00
comfyanonymous
83b01f960a
Add backend option to TorchCompileModel.
...
If you want to use the cudagraphs backend you need to: --disable-cuda-malloc
If you get other backends working feel free to make a PR to add them.
2024-09-27 02:12:37 -04:00
kosinkadink1@gmail.com
0c8bd63aa9
Added Combine versions of Cond/Cond Pair Set Props nodes, renamed Pair Cond to Cond Pair, fixed default conds never applying hooks (due to hooks key typo)
2024-09-27 14:42:50 +09:00
comfyanonymous
037c3159b6
Move some nodes out of _for_testing.
2024-09-25 08:41:22 -04:00
kosinkadink1@gmail.com
09cbd69161
Added create_model_options_clone func, modified type annotations to use __future__ so that I can use the better type annotations
2024-09-25 20:29:49 +09:00
comfyanonymous
fdf37566ef
Add batch size to EmptyLatentAudio.
2024-09-24 04:32:55 -04:00
kosinkadink1@gmail.com
da6c0455cc
Added forward_timestep_embed_patch type, added helper functions on ModelPatcher for emb_patch and forward_timestep_embed_patch, added helper functions for removing callbacks/wrappers/additional_models by key, added custom_should_register prop to hooks
2024-09-24 12:40:54 +09:00