Skip to content

Installing VFIformer WebUI

Jerry Hogsett edited this page Mar 10, 2023 · 5 revisions

Option 1: Overlay on VFIformer for Use

  1. Get VFIformer working on your local system
  1. Clone this repo in a separate directory and copy all directories/files on top of your working VFIformer installation
  • This code makes no changes to their original code (but borrows some) and causes no conflicts with it
  • It shouldn't introduce any additional requirements over what VFIformer, Real-ESRGAN and Gradio-App need
  1. If it's set up properly, the following command should write a new file images/image1.png using default settings

python interpolate.py

Option 2: Alternate Set Up for Development and Use

  1. Get VFIformer working on your local system
  1. Clone this repo to a directory in which you intend to use this app and/or develop on it
  2. Copy the following directories from your working VFIformer installation to this directory:
  • dataloader
  • models
  • pretrained_models
  • utils
  1. If it's set up properly, the following command should write a new file images/image1.png

python interpolate.py

Important

The Real-ESRGAN plug-in must also be installed to run the application

See: Installing-Real-ESRGAN-Add-On