Open boaz8025 opened 1 year ago
Which version of moviepy are you using ? I think you can try to update your version with this:
pip install --upgrade git+git://github.com/Zulko/moviepy
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): File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1075, in process_api result = await self.call_function( File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 884, in call_function prediction = await anyio.to_thread.run_sync( File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread return await future File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run result = context.run(func, *args) File "C:\SD\stable-diffusion-webui\extensions\vid-faceswap\scripts\vid_faceswap.py", line 64, in process_video detectmap = shared.opts.control_net_no_detectmap File "C:\SD\stable-diffusion-webui\modules\shared.py", line 467, in getattr return super(Options, self).getattribute(item) AttributeError: 'Options' object has no attribute 'control_net_no_detectmap'
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!