s0md3v/roop WebAPI.
WebUI: Coaixy/Roop-WebUI-V.
- Platform: Windows/Linux.
- Language: Python3.8+.
- Package: gunicorn,gevent,flask,flask_cors,flask_apscheduler,redis.
- Database: Redis.
- Other: Roop(Including What It Requires).
View config.py file.
- Install Python3.8+.
- Download the corresponding version of the Roop and copy it into the roop folder.
- Install FFmpeg.
- Install Cuda(If Nvidia GPU is used).
- Install Redis.
- Install Visual Studio,then install C++ desktop development dependencies(If the platform is Windows).
- install the Roop python package.
- Install the Roop-WebAPI python package.
- Configure the config.py file.
- Run(The first task execution will download dependencies).
- Windows: run wsgi.py file.
- Linux: execute
gunicorn main:APP -c gunicorn.py
command.
View Wiki.