mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-19 21:01:02 +08:00
Update sd_models.py
This commit is contained in:
parent
a9902ca331
commit
dff60e2e74
@ -560,7 +560,6 @@ def apply_token_merging(sd_model, hr: bool):
|
||||
ratio = shared.opts.token_merging_ratio
|
||||
if hr:
|
||||
ratio = shared.opts.token_merging_ratio_hr
|
||||
print("effective hr pass merge ratio is "+str(ratio))
|
||||
|
||||
tomesd.apply_patch(
|
||||
sd_model,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user