mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-12-15 19:53:22 +00:00
fixed shameful bug: Wan 2.2 low loras x were incorretly replace by high loras x
This commit is contained in:
parent
ccea784949
commit
51341ac1c1
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user