From af515228b64dc2236e35fe7990a85f38f1614930 Mon Sep 17 00:00:00 2001 From: Joey Ballentine Date: Tue, 16 Jan 2024 00:09:20 -0500 Subject: [PATCH] Remove TODO comment --- .../chaiNNer_pytorch/pytorch/processing/upscale_image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/packages/chaiNNer_pytorch/pytorch/processing/upscale_image.py b/backend/src/packages/chaiNNer_pytorch/pytorch/processing/upscale_image.py index e8a10ff8e..c6641e640 100644 --- a/backend/src/packages/chaiNNer_pytorch/pytorch/processing/upscale_image.py +++ b/backend/src/packages/chaiNNer_pytorch/pytorch/processing/upscale_image.py @@ -157,7 +157,6 @@ def upscale_image_node( logger.debug("Upscaling image...") - # TODO: Have all super resolution models inherit from something that forces them to use in_nc and out_nc in_nc = model.input_channels out_nc = model.output_channels scale = model.scale