mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-28 18:53:58 +00:00
reduce prints
This commit is contained in:
@@ -633,6 +633,8 @@ def unload_model_weights(sd_model=None, info=None):
|
||||
|
||||
|
||||
def apply_token_merging(sd_model, token_merging_ratio):
|
||||
if token_merging_ratio > 0:
|
||||
print('Token merging is under construction now and the setting will not take effect.')
|
||||
|
||||
# TODO: rework using new UNet patcher system
|
||||
print('Token merging is under construction now and the setting will not take effect.')
|
||||
pass
|
||||
return
|
||||
|
||||
@@ -1 +1 @@
|
||||
version = '0.0.7'
|
||||
version = '0.0.8'
|
||||
|
||||
Reference in New Issue
Block a user