fixed shameful bug: Wan 2.2 low loras x were incorretly replace by high loras x

This commit is contained in:
deepbeepmeep 2025-08-15 01:29:23 +02:00
parent ccea784949
commit 51341ac1c1

View File

@ -753,6 +753,7 @@ class WanAny2V:
model_switch_step = i
break
update_loras_slists(self.model, loras_slists, updated_num_steps, model_switch_step= model_switch_step)
if self.model2 is not None: update_loras_slists(self.model2, loras_slists, updated_num_steps, model_switch_step= model_switch_step)
callback(-1, None, True, override_num_inference_steps = updated_num_steps)
if sample_scheduler != None: