diff --git a/src/ModelHandler.py b/src/ModelHandler.py index 6a002902..3d980f3e 100644 --- a/src/ModelHandler.py +++ b/src/ModelHandler.py @@ -281,7 +281,7 @@ customPytorchUpscaleModels[model] = (model, model, upscaleFactor, "custom") else: printAndLog( - f"Custom model {model} does not have a valid upscale factor in the name" + f"Custom model {model} does not have a valid upscale factor in the name, example: 2x or x2. Skipping import..." ) pytorchUpscaleModels = pytorchUpscaleModels | customPytorchUpscaleModels tensorrtUpscaleModels = tensorrtUpscaleModels | customPytorchUpscaleModels