mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-08-12 12:50:04 +08:00
Update nodes.py
This commit is contained in:
parent
cdf8ca8298
commit
ba33d02198
@ -2299,6 +2299,7 @@ def patched_load_lora_for_models(model, clip, lora, strength_model, strength_cli
|
|||||||
print("NOT LOADED {}".format(x))
|
print("NOT LOADED {}".format(x))
|
||||||
|
|
||||||
if patch_keys:
|
if patch_keys:
|
||||||
|
if hasattr(model.model, "compile_settings"):
|
||||||
compile_settings = getattr(model.model, "compile_settings")
|
compile_settings = getattr(model.model, "compile_settings")
|
||||||
print("compile_settings: ", compile_settings)
|
print("compile_settings: ", compile_settings)
|
||||||
for k in patch_keys:
|
for k in patch_keys:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user