Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TransparentLC/realesrgan-gui
/ functions
Functions
41 in github.com/TransparentLC/realesrgan-gui
⨍
Functions
41
◇
Types & classes
10
↓ 4 callers
Method
__init__
( self, outputCallback: typing.Callable[[str], None], progressValue: list[int | float]
task.py:29
↓ 4 callers
Method
close
(self)
main.py:393
↓ 4 callers
Method
setInputPath
(self, paths: tuple[str, ...])
main.py:599
↓ 3 callers
Method
writeToOutput
(self, s: str)
main.py:604
↓ 2 callers
Function
changeTheme
(theme: typing.Literal['Dark', 'Light'])
main.py:783
↓ 1 callers
Method
__init__
(self, parent: tk.Tk, config: configparser.ConfigParser, models: list[str])
main.py:72
↓ 1 callers
Method
dndSplit
(self, p: str)
main.py:421
↓ 1 callers
Method
getConfigParams
(self)
main.py:643
↓ 1 callers
Method
getOutputPath
(self, paths: tuple[str, ...])
main.py:670
↓ 1 callers
Function
init_config_and_model_paths
()
main.py:700
↓ 1 callers
Method
run
(self)
task.py:44
↓ 1 callers
Method
setupVars
(self)
main.py:133
↓ 1 callers
Method
setupWidgets
(self)
main.py:201
Method
__init__
(self, outputCallback: typing.Callable[[str], None])
task.py:22
Method
__init__
( self, outputCallback: typing.Callable[[str], None], outputPath: str, frames:
task.py:188
Method
__init__
( self, outputCallback: typing.Callable[[str], None], progressValue: list[int | float]
task.py:241
Method
__init__
( self, outputCallback: typing.Callable[[str], None], inputPath: str, outputPath: str,
task.py:293
Method
__init__
( self, outputCallback: typing.Callable[[str], None], inputPath: str, outputPath: str,
task.py:322
Method
__init__
(self, master=None, **kw)
main.py:48
Method
__str__
(self)
main.py:68
Method
anim
()
main.py:618
Method
buttonInputPath_click
(self)
main.py:427
Method
buttonOutputPath_click
(self)
main.py:437
Method
buttonProcess_click
(self)
main.py:454
Method
change_app_lang
(self, event: tk.Event)
main.py:351
Function
change_current_lang
(key: str, var)
i18n.py:50
Method
comboDownsample_click
(self, event: tk.Event)
main.py:446
Method
comboTileSize_click
(self, event: tk.Event)
main.py:450
Method
completeCallback
(withError: bool)
main.py:556
Method
failCallback
(ex: Exception)
main.py:569
Function
getTranslatedString
(key: str)
i18n.py:57
Function
get_current_locale_display_name
()
i18n.py:54
Method
outputPathTraceCallback
(var: tk.IntVar | tk.StringVar, index: str, mode: str)
main.py:136
Method
run
(self)
task.py:25
Method
run
(self)
task.py:202
Method
run
(self)
task.py:258
Method
run
(self)
task.py:306
Method
run
(self)
task.py:335
Function
set_current_language
(lang_in_conf: str)
i18n.py:39
Function
taskRunner
( queue: collections.deque[AbstractTask], pauseEvent: threading.Event, outputCallback: typing.Call
task.py:362
Method
varstrOutputPathCallback
(var: tk.IntVar | tk.StringVar, index: str, mode: str)
main.py:134