353 does not work due to the '>' will be interpreted as redirection (in linux) since SD WebUI uses shell=True in subprocess.run. Leo tested it in windows.
If users installed sd-webui-animatediff and saved generated results in the mp4 format, it will also cause mp4 encoding error even if using pip install av, as discussed in continue-revolution/sd-webui-animatediff#402.
353 does not work due to the '>' will be interpreted as redirection (in linux) since SD WebUI uses
shell=True
insubprocess.run
. Leo tested it in windows.pip install av
, as discussed in continue-revolution/sd-webui-animatediff#402.