aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorpapuSpartan <30642826+papuSpartan@users.noreply.github.com>2023-04-10 04:10:50 -0500
committerGitHub <noreply@github.com>2023-04-10 04:10:50 -0500
commitdff60e2e74964a8b02b75ecd8cf8007ef67a9712 (patch)
tree66516055fd3bd058bb26455ef656773b4d49616a /modules
parenta9902ca33119d6fae0a3623424bfc7ab86f2095a (diff)
Update sd_models.py
Diffstat (limited to 'modules')
-rw-r--r--modules/sd_models.py1
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,