From e092094742116b2e9fe7e895f0d5223a02ff00cd Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sun, 3 Mar 2019 19:55:43 -0500 Subject: [PATCH] updated upscaling model types --- bin/upscaler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/upscaler.py b/bin/upscaler.py index 4d92a3a..238205a 100755 --- a/bin/upscaler.py +++ b/bin/upscaler.py @@ -24,8 +24,8 @@ import shutil import tempfile import threading -MODELS_AVAILABLE = ['upconv_7_anime_style_art_rgb', 'upconv_7_photo', - 'anime_style_art_rgb', 'photo', 'anime_style_art_y'] +MODELS_AVAILABLE = ['upconv_7_anime_style_art_rgb', 'upconv_7_photo', 'anime_style_art_rgb', 'photo', + 'anime_style_art_y', 'upresnet10', 'cunet'] class Upscaler: