Jedrzej Kosinski
|
4195dfb032
|
Merge branch 'master' into patch_hooks_improved_memory
|
2024-11-11 11:26:27 -06:00 |
Jedrzej Kosinski
|
66b3386ee7
|
Updated different hook types to reflect actual progress of implementation, initial scaffolding for working WrapperHook functionality
|
2024-11-11 10:13:02 -06:00 |
comfyanonymous
|
8b90e50979
|
Properly handle and reshape masks when used on 3d latents.
|
2024-11-09 15:30:19 -05:00 |
Jedrzej Kosinski
|
9dde713347
|
Refactored hooks in calc_cond_batch to be part of get_area_and_mult tuple, added extra_hooks to ControlBase to allow custom controlnets w/ hooks, small cleanup and renaming
|
2024-11-04 05:46:27 -06:00 |
Jedrzej Kosinski
|
0fbefb8428
|
Refactored code to store wrappers and callbacks in transformer_options, added apply_model and diffusion_model.forward wrappers
|
2024-11-03 06:22:48 -06:00 |
Jedrzej Kosinski
|
1f8d9c040b
|
Fixed models not being unloaded properly due to current_patcher reference; the current ComfyUI model cleanup code requires that nothing else has a reference to the ModelPatcher instances
|
2024-10-11 06:50:55 -05:00 |
Jedrzej Kosinski
|
1e2777bab1
|
Added uuid to conds in CFGGuider and uuids to transformer_options to allow uniquely identifying conds in batches during sampling
|
2024-10-08 17:52:01 -05: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
|
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
|
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
|
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
|
9ae758175d
|
Added current_patcher property to BaseModel
|
2024-09-13 21:35:35 +09:00 |
comfyanonymous
|
d965474aaa
|
Make ComfyUI split batches a higher priority than weight offload.
|
2024-08-01 16:39:59 -04:00 |
comfyanonymous
|
0542088ef8
|
Refactor sampler code for more advanced sampler nodes part 2.
|
2024-04-04 01:26:41 -04:00 |