aigc-apps / sd-webui-EasyPhoto

📷 EasyPhoto | Your Smart AI Photo Generator.
Apache License 2.0
4.98k stars 399 forks source link

fix mp4 encoding error & add the issue template #372

Closed hkunzhe closed 10 months ago

hkunzhe commented 10 months ago
  1. 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.

  2. 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.
  3. Add the issue template.
hkunzhe commented 10 months ago

@bubbliiiing , https://github.com/aigc-apps/sd-webui-EasyPhoto/pull/303/files#diff-a5fa297e66b71ac1a8685caa5c37577774be2c36024ecda7abeb70bb50214d0fL73 is also related to the redirection.