This commit is contained in:
lllyasviel
2024-01-27 22:11:14 -08:00
parent e8175e9a90
commit d51e81483b
5 changed files with 37 additions and 28 deletions

View File

@@ -241,7 +241,6 @@ def load_model_for_a1111(timer, checkpoint_info=None, state_dict=None):
sd_model.decode_first_stage = patched_decode_first_stage
sd_model.encode_first_stage = patched_encode_first_stage
sd_model.clip = sd_model.cond_stage_model
sd_model.current_controlnet_required_memory = 0
timer.record("forge finalize")
sd_model.current_lora_hash = str([])