diff options
author | papuSpartan <30642826+papuSpartan@users.noreply.github.com> | 2023-04-10 09:10:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 09:10:50 +0000 |
commit | dff60e2e74964a8b02b75ecd8cf8007ef67a9712 (patch) | |
tree | 66516055fd3bd058bb26455ef656773b4d49616a | |
parent | a9902ca33119d6fae0a3623424bfc7ab86f2095a (diff) | |
download | stable-diffusion-webui-gfx803-dff60e2e74964a8b02b75ecd8cf8007ef67a9712.tar.gz stable-diffusion-webui-gfx803-dff60e2e74964a8b02b75ecd8cf8007ef67a9712.tar.bz2 stable-diffusion-webui-gfx803-dff60e2e74964a8b02b75ecd8cf8007ef67a9712.zip |
Update sd_models.py
-rw-r--r-- | modules/sd_models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/sd_models.py b/modules/sd_models.py index 696a2333..efcf730d 100644 --- a/modules/sd_models.py +++ b/modules/sd_models.py @@ -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,
|