mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
updated upscaling model types
This commit is contained in:
parent
4d8401a78c
commit
e092094742
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user