fix lots of GUI bugs + styling a lil

This commit is contained in:
2023-06-09 17:03:25 +02:00
parent 73661fae19
commit c01948dc3f
11 changed files with 63 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ class Scaler:
os.system( self.command )
print( '\n\n==>Photo upscaled' );
return True;
def videoScaler ( self, tmppath, threads, scalefactor, sharpening, filetype, mode ):
modes = { 'av3':'realesr-animevideov3', 'x4plus': 'realesrgan-x4plus-anime' }