bring back tiling

close #215
This commit is contained in:
lllyasviel
2024-02-25 21:29:35 -08:00
parent 7155b993ca
commit 5166a723c2
3 changed files with 24 additions and 1 deletions

View File

@@ -250,6 +250,7 @@ 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.tiling_enabled = False
timer.record("forge finalize")
sd_model.current_lora_hash = str([])