updated upscaling model types

This commit is contained in:
k4yt3x 2019-03-03 19:55:43 -05:00
parent 4d8401a78c
commit e092094742

View File

@ -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: