mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-06 16:09:58 +00:00
undo upscaler model filename tampering
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user