Update sd_models.py

This commit is contained in:
papuSpartan 2023-04-10 04:10:50 -05:00 committed by GitHub
parent a9902ca331
commit dff60e2e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,