37 Commits (master)

Author SHA1 Message Date
comfyanonymous 2d41642716 Fix lowvram dora issue. 6 months ago
comfyanonymous fa6dd7e5bb Fix lowvram issue with saving checkpoints. 6 months ago
comfyanonymous e1489ad257 Fix issue with lowvram mode breaking model saving. 6 months ago
comfyanonymous 719fb2c81d Add basic PAG node. 7 months ago
kk-89 38ed2da2dd
Fix typo in lowvram patcher (#3209) 8 months ago
comfyanonymous 41ed7e85ea Fix object_patches_backup not being the same object across clones. 8 months ago
comfyanonymous 1f4fc9ea0c Fix issue with get_model_object on patched model. 8 months ago
comfyanonymous 1a0486bb96 Fix model needing to be loaded on GPU to generate the sigmas. 8 months ago
comfyanonymous ae77590b4e dora_scale support for lora file. 8 months ago
comfyanonymous c18a203a8a Don't unload model weights for non weight patches. 8 months ago
comfyanonymous db8b59ecff Lower memory usage for loras in lowvram mode at the cost of perf. 8 months ago
comfyanonymous 65397ce601 Replace prints with logging and add --verbose argument. 8 months ago
comfyanonymous 12c1080ebc Simplify differential diffusion code. 9 months ago
comfyanonymous 1abf8374ec utils.set_attr can now be used to set any attribute. 9 months ago
comfyanonymous 9f71e4b62d Let model patches patch sub objects. 9 months ago
comfyanonymous ef4f6037cb Fix model patches not working in custom sampling scheduler nodes. 11 months ago
comfyanonymous 12e822c6c8 Use function to calculate model size in model patcher. 11 months ago
comfyanonymous 571ea8cdcc Fix SAG not working with cfg 1.0 11 months ago
comfyanonymous ba04a87d10 Refactor and improve the sag node. 11 months ago
comfyanonymous 614b7e731f Implement GLora. 11 months ago
comfyanonymous cb63e230b4 Make lora code a bit cleaner. 11 months ago
comfyanonymous 7e3fe3ad28 Make deep shrink behave like it should. 1 year ago
comfyanonymous 9f00a18095 Fix potential issues. 1 year ago
comfyanonymous 94cc718e9c Add a way to add patches to the input block. 1 year ago
comfyanonymous dd4ba68b6e Allow different models to estimate memory usage differently. 1 year ago
comfyanonymous 248aa3e563 Fix bug. 1 year ago
comfyanonymous 4a8a839b40 Add option to use in place weight updating in ModelPatcher. 1 year ago
comfyanonymous 3e0033ef30 Fix model merge bug. 1 year ago
comfyanonymous fe40109b57 Fix issue with object patches not being copied with patcher. 1 year ago
comfyanonymous 844dbf97a7 Add: advanced->model->ModelSamplingDiscrete node. 1 year ago
gameltb 7e455adc07 fix unet_wrapper_function name in ModelPatcher 1 year ago
comfyanonymous 8cc75c64ff Let unet wrapper functions have .to attributes. 1 year ago
comfyanonymous afa2399f79 Add a way to set output block patches to modify the h and hsp. 1 year ago
comfyanonymous 1cdfb3dba4 Only do the cast on the device if the device supports it. 1 year ago
comfyanonymous b92bf8196e Do lora cast on GPU instead of CPU for higher performance. 1 year ago
Simon Lui 18617967e5
Fix error message in model_patcher.py 1 year ago
comfyanonymous f92074b84f Move ModelPatcher to model_patcher.py 1 year ago