MCPcopy Create free account

hub / github.com/TransparentLC/realesrgan-gui / functions

Functions41 in github.com/TransparentLC/realesrgan-gui

↓ 4 callersMethod__init__
( self, outputCallback: typing.Callable[[str], None], progressValue: list[int | float]
task.py:29
↓ 4 callersMethodclose
(self)
main.py:393
↓ 4 callersMethodsetInputPath
(self, paths: tuple[str, ...])
main.py:599
↓ 3 callersMethodwriteToOutput
(self, s: str)
main.py:604
↓ 2 callersFunctionchangeTheme
(theme: typing.Literal['Dark', 'Light'])
main.py:783
↓ 1 callersMethod__init__
(self, parent: tk.Tk, config: configparser.ConfigParser, models: list[str])
main.py:72
↓ 1 callersMethoddndSplit
(self, p: str)
main.py:421
↓ 1 callersMethodgetConfigParams
(self)
main.py:643
↓ 1 callersMethodgetOutputPath
(self, paths: tuple[str, ...])
main.py:670
↓ 1 callersFunctioninit_config_and_model_paths
()
main.py:700
↓ 1 callersMethodrun
(self)
task.py:44
↓ 1 callersMethodsetupVars
(self)
main.py:133
↓ 1 callersMethodsetupWidgets
(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
Methodanim
()
main.py:618
MethodbuttonInputPath_click
(self)
main.py:427
MethodbuttonOutputPath_click
(self)
main.py:437
MethodbuttonProcess_click
(self)
main.py:454
Methodchange_app_lang
(self, event: tk.Event)
main.py:351
Functionchange_current_lang
(key: str, var)
i18n.py:50
MethodcomboDownsample_click
(self, event: tk.Event)
main.py:446
MethodcomboTileSize_click
(self, event: tk.Event)
main.py:450
MethodcompleteCallback
(withError: bool)
main.py:556
MethodfailCallback
(ex: Exception)
main.py:569
FunctiongetTranslatedString
(key: str)
i18n.py:57
Functionget_current_locale_display_name
()
i18n.py:54
MethodoutputPathTraceCallback
(var: tk.IntVar | tk.StringVar, index: str, mode: str)
main.py:136
Methodrun
(self)
task.py:25
Methodrun
(self)
task.py:202
Methodrun
(self)
task.py:258
Methodrun
(self)
task.py:306
Methodrun
(self)
task.py:335
Functionset_current_language
(lang_in_conf: str)
i18n.py:39
FunctiontaskRunner
( queue: collections.deque[AbstractTask], pauseEvent: threading.Event, outputCallback: typing.Call
task.py:362
MethodvarstrOutputPathCallback
(var: tk.IntVar | tk.StringVar, index: str, mode: str)
main.py:134