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 |