When attempting to start:
python app.py
An error occurs:
File "/home/sergey/SuperResolutionAnimeDiffusion/app.py", line 25, in <module> from RealESRGANv030.interface import realEsrgan ModuleNotFoundError: No module named 'RealESRGANv030'
This error cannot be resolved by the command:
pip install RealESRGAN
Where can I get a package with the right version?
When attempting to start:
python app.pyAn error occurs:
File "/home/sergey/SuperResolutionAnimeDiffusion/app.py", line 25, in <module> from RealESRGANv030.interface import realEsrgan ModuleNotFoundError: No module named 'RealESRGANv030'This error cannot be resolved by the command:
pip install RealESRGANWhere can I get a package with the right version?