Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN

This commit is contained in:
Aarni Koskela
2023-12-25 23:01:02 +02:00
parent b0f5934234
commit b621a63cf6
11 changed files with 302 additions and 228 deletions

View File

@@ -20,6 +20,12 @@ jobs:
cache-dependency-path: |
**/requirements*txt
launch.py
- name: Cache models
id: cache-models
uses: actions/cache@v3
with:
path: models
key: "2023-12-30"
- name: Install test dependencies
run: pip install wait-for-it -r requirements-test.txt
env:
@@ -33,6 +39,8 @@ jobs:
TORCH_INDEX_URL: https://download.pytorch.org/whl/cpu
WEBUI_LAUNCH_LIVE_OUTPUT: "1"
PYTHONUNBUFFERED: "1"
- name: Print installed packages
run: pip freeze
- name: Start test server
run: >
python -m coverage run