-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'imageio_ffmpeg' while runinng webui-user #1
Comments
Which version of moviepy are you using ?
|
Hi, I was able to fix it by going to the stable diffusion folder, activating the virtual environment: venv\Scripts\activate And then installing imageio-ffmpeg: pip install imageio-ffmpeg Now I have the extension tab, But when I try and use the faceswap I get another error: Traceback (most recent call last): Do you know how to fix this? Thanks. |
Do you have controlnet extension installed and updated? |
Hi,
I have tried to fix this issue for the last hour with no success.
I am getting an error ModuleNotFoundError: No module named 'imageio_ffmpeg' even though ffmpeg, imageio, imageio-ffmpeg are installed, I made sure that PATH is configured correctly.
I tried to reinstall stable diffusion to a different drive.
Python 3.10.9
The help is greatly appreciated!
The text was updated successfully, but these errors were encountered: