Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue "Skip frame Extraction" on Automatic1111 "v1.0.0-pre" Version #115

Open
threeforces opened this issue Sep 21, 2023 · 0 comments
Open

Comments

@threeforces
Copy link

threeforces commented Sep 21, 2023

Had the "Skip frame Extraction" everytime on Step 1 because ffmpeg.exe was not found.

However when you installed Automatic1111 via [v1.0.0-pre](https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre installation method you have to add Path to ffmpeg also into the enviroment.bat.

`@echo off

set DIR=%~dp0system

set PATH=C:\Windows\system32;C:\Windows;%DIR%\git\bin;%DIR%\python;%DIR%\python\Scripts;C:\ffmpeg\bin
set PY_LIBS=%DIR%\python\Scripts\Lib;%DIR%\python\Scripts\Lib\site-packages
set PY_PIP=%DIR%\python\Scripts
set SKIP_VENV=1
set PIP_INSTALLER_LOCATION=%DIR%\python\get-pip.py
set TRANSFORMERS_CACHE=%DIR%\transformers-cache`

This solves the issue!

@threeforces threeforces changed the title Issue "Skip frame Extraction" on Automatic1111 with autoinstaller Issue "Skip frame Extraction" on Automatic1111 "v1.0.0-pre" Version Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant