Jedrzej Kosinski
|
7a4d2fe523
|
Fix range check in get_hooks_for_clip_schedule so that proper keyframes get assigned to corresponding ranges
|
2024-10-30 05:37:30 -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 |
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 |
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 |
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 |
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 |
kosinkadink1@gmail.com
|
5f450d3351
|
Started scaffolding for other hook types, refactored get_hooks_from_cond to organize hooks by type
|
2024-09-21 10:37:18 +09:00 |
kosinkadink1@gmail.com
|
59d72b4050
|
Added wrappers to ModelPatcher to facilitate standardized function wrapping
|
2024-09-20 20:05:29 +09:00 |
kosinkadink1@gmail.com
|
55014293b1
|
Added injections support to ModelPatcher + necessary bookkeeping, added additional_models support in ModelPatcher, conds, and hooks
|
2024-09-19 21:43:58 +09:00 |
kosinkadink1@gmail.com
|
787ef34842
|
Continued work on simpler Create Hook Model As LoRA node, started to implement ModelPatcher callbacks, attachments, and additional_models
|
2024-09-19 11:47:25 +09:00 |
kosinkadink1@gmail.com
|
cfb145187d
|
Made Set Clip Hooks node work with hooks from Create Hook nodes, began work on better Create Hook Model As LoRA node
|
2024-09-17 09:55:14 +09:00 |
kosinkadink1@gmail.com
|
4b472ba44c
|
Added support for adding weight hooks that aren't registered on the ModelPatcher at sampling time
|
2024-09-17 06:22:41 +09:00 |
kosinkadink1@gmail.com
|
5a9aa5817c
|
Added initial hook scheduling nodes, small renaming/refactoring
|
2024-09-15 18:39:31 +09:00 |
kosinkadink1@gmail.com
|
a5034df6db
|
Made CLIP work with hook patches
|
2024-09-15 15:47:09 +09:00 |
kosinkadink1@gmail.com
|
9ded65a616
|
Added initial set of hook-related nodes, added code to register hooks for loras/model-as-loras, small renaming/refactoring
|
2024-09-15 08:33:17 +09:00 |
kosinkadink1@gmail.com
|
f160d46340
|
Added call to initialize_timesteps on hooks in process_conds func, and added call prepare current keyframe on hooks in calc_cond_batch
|
2024-09-14 16:10:42 +09:00 |
kosinkadink1@gmail.com
|
069ec7a64b
|
Added hook_patches to ModelPatcher for weights (model)
|
2024-09-13 17:20:22 +09:00 |