aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared_items.py
blob: b5d480c9815fe13a739222891239ad13f7dab4ab (plain)
1
2
3
4
5
6
7
8
9
10


def realesrgan_models_names():
    import modules.realesrgan_model
    return [x.name for x in modules.realesrgan_model.get_realesrgan_models(None)]

def postprocessing_scripts():
    import modules.scripts

    return modules.scripts.scripts_postproc.scripts