Openoutpaint broke OpenPose editor and controlnet #8211
Replies: 6 comments 17 replies
-
Unrelated to outpaint, I'm getting the same error and don't use it at all. Looking at the error trace from the stack I would assume that we are missing ffmpy... but pip installing didn't fix this issue for me. Something borked in a recent pull |
Beta Was this translation helpful? Give feedback.
-
I have the same error simply using open pose. Worked fine before I did the update. |
Beta Was this translation helpful? Give feedback.
-
That message indicates the ffmpeg executable cannot be found. You can try this: General information about ffmpeg downloads: https://ffmpeg.org/download.html For Windows it probably is easiest to download one of the release packages: https://www.gyan.dev/ffmpeg/builds/#release-builds unpack it whereever you want and then put the path to the bin folder in your path environment variable. |
Beta Was this translation helpful? Give feedback.
-
Is this possible to choose a specific commit version with the update interface ? Because then choosing a slightly older version would solve the issue for now. |
Beta Was this translation helpful? Give feedback.
-
yeah, terribly sorry for any inconvenience but i gotta claim innocence on behalf of openOutpaint; we sure don't use any ffpmeg/ffmpy ANYWHERE; the extension doesn't even have extra dependencies, just loads an iframe with HTML and JS in it :/ |
Beta Was this translation helpful? Give feedback.
-
I was getting this same message before seeing this post, I ended up following the instructions shown here in order to solve this issue: https://www.thewindowsclub.com/how-to-install-ffmpeg-on-windows-10 Unrelated, it caused me to look in my temp appdata directory where it had 100mb+ of mp4 files and png's generated by SD. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed openoutpaint from within the automatic1111 webui and after doing that I realized that openpose no longer works. I deleted the openoutpaint extension folder, but it seems to have messed up other files because I'm getting the following error that I never used to get when I add a pose and try to use txt2image:
File "C:\Stable Diffusion Files\stable-diffusion-webui\venv\lib\site-packages\ffmpy.py", line 93, in run
self.process = subprocess.Popen(
File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 969, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1438, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
File "C:\Stable Diffusion Files\stable-diffusion-webui\venv\lib\site-packages\ffmpy.py", line 98, in run
raise FFExecutableNotFoundError(
ffmpy.FFExecutableNotFoundError: Executable 'ffmpeg' not found
Does anyone know how to fix this so openpose works again?
Beta Was this translation helpful? Give feedback.
All reactions