-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No module named 'basicsr' #207
Comments
I have got the same problem. First download the 'basicsr' package on your own conda environment and try to import it,
Find the Later copy the Hope it can help. |
Hello, got an issue
An exception occurred while trying to process the frame: No module named 'basicsr'
Traceback (most recent call last):
File "C:\stable-diffusion-portable-main\extensions\SD-CN-Animation\scripts\base_ui.py", line 146, in process
yield from txt2vid.start_process(*args)
File "C:\stable-diffusion-portable-main\extensions\SD-CN-Animation\scripts\core\txt2vid.py", line 139, in start_process
FloweR_load_model(size[0], size[1])
File "C:\stable-diffusion-portable-main\extensions\SD-CN-Animation\scripts\core\txt2vid.py", line 38, in FloweR_load_model
from basicsr.utils.download_util import load_file_from_url
ModuleNotFoundError: No module named 'basicsr'
What should I do?
The text was updated successfully, but these errors were encountered: