undo upscaler model filename tampering

This commit is contained in:
AUTOMATIC 2022-09-30 10:52:45 +03:00
parent a5e7b371d6
commit aec811c5e6
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ def friendly_name(file: str):
file = os.path.basename(file)
model_name, extension = os.path.splitext(file)
model_name = model_name.replace("_", " ").title()
return model_name