Hello, I can't get it to work,
I have two Auto1111 installs with torch 1.13 and 2.0 but it crashes on both,
Here's the output:
""" File "C:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 399, in run_predict
output = await app.get_blocks().process_api(
File "C:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1299, in process_api
result = await self.call_function(
File "C:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1022, in call_function
prediction = await anyio.to_thread.run_sync(
File "C:\AI\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:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "C:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "C:\AI\stable-diffusion-webui\extensions\vid-faceswap\scripts\vid_faceswap.py", line 67, in process_video
frames_data, fps, audio = video_reader(video_input, max_fps=max_fps if max_fps > 0 else None)
File "C:\AI\stable-diffusion-webui\extensions\vid-faceswap\scripts\video.py", line 11, in video_reader
return _ffmpeg_reader(file, max_fps)
File "C:\AI\stable-diffusion-webui\extensions\vid-faceswap\scripts\video.py", line 31, in _ffmpeg_reader
with VideoFileClip(file) as clip:
AttributeError: enter
"""
How can I fix it,
Best,
Hello, I can't get it to work,
I have two Auto1111 installs with torch 1.13 and 2.0 but it crashes on both,
Here's the output:
""" File "C:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 399, in run_predict
output = await app.get_blocks().process_api(
File "C:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1299, in process_api
result = await self.call_function(
File "C:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1022, in call_function
prediction = await anyio.to_thread.run_sync(
File "C:\AI\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:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "C:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "C:\AI\stable-diffusion-webui\extensions\vid-faceswap\scripts\vid_faceswap.py", line 67, in process_video
frames_data, fps, audio = video_reader(video_input, max_fps=max_fps if max_fps > 0 else None)
File "C:\AI\stable-diffusion-webui\extensions\vid-faceswap\scripts\video.py", line 11, in video_reader
return _ffmpeg_reader(file, max_fps)
File "C:\AI\stable-diffusion-webui\extensions\vid-faceswap\scripts\video.py", line 31, in _ffmpeg_reader
with VideoFileClip(file) as clip:
AttributeError: enter
"""
How can I fix it,
Best,