Michał Dąbrowski
Results
1
comments of
Michał Dąbrowski
I had this problem too. Quick fix is to edit file -> \.venv\Lib\site-packages\ldm\invoke\restoration\realesrgan.py and change `model_path = os.path.join(Globals.root,'models/realesrgan/realesr-general-x4v3.pth') ` to `model_path = os.path.abspath('../../../../models/realesrgan/realesr-general-x4v3.pth') ` I know it shouldn't be like...