reduce prints

This commit is contained in:
lllyasviel
2024-02-06 07:56:15 -08:00
parent 65367aa24d
commit d76b830add
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -1 +1 @@
version = '0.0.7'
version = '0.0.8'