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

MAde one click installer and new bat file to run it #15

Open
2blackbar opened this issue Aug 24, 2023 · 0 comments
Open

MAde one click installer and new bat file to run it #15

2blackbar opened this issue Aug 24, 2023 · 0 comments

Comments

@2blackbar
Copy link

2blackbar commented Aug 24, 2023

HEy man, i did instsaller for it its for webui https://github.com/jhogsett/EMA-VFI-WebUI , it creates own venv in folder and then you can just run webui to activate venv and have fun in webui, i have one issue i see, i can interpolate just one frame inbetwee, with more frames it just takes forever , there is no progressbar so i have no clue whats happening .
Ok finally it did interpolate 7 frames in webui but its so slow its like snail speed compred to rife which is very fast... is that normal ?

feel free to include it no credit
Contents

@echo off

REM Create the virtual environment
python -m venv venv

REM Activate the virtual environment
call venv\Scripts\activate.bat

REM Install dependencies
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
pip install -U scikit-image
pip install numpy
pip install opencv-python
pip install timm
pip install tqdm
pip install gradio
pip install basicsr
pip install realesrgan

echo Virtual environment set up and dependencies installed!

REM Ask if the user wants to run the webui.py script
set /p run_webui="Do you want to run the webui.py script (Y/N)? "
if /i "%run_webui%"=="Y" (
python webui.py
)

pause

EMA-VFI-WebUI install.zip

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