Add TODO comments to sus model loads

This commit is contained in:
Aarni Koskela
2023-05-29 09:45:07 +03:00
parent 0afbc0c235
commit e3a973a68d
2 changed files with 2 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ class UpscalerESRGAN(Upscaler):
def load_model(self, path: str):
if path.startswith("http"):
# TODO: this doesn't use `path` at all?
filename = modelloader.load_file_from_url(
url=self.model_url,
model_dir=self.model_download_path,