Merge pull request #14425 from akx/spandrel
Use Spandrel for upscaling and face restoration architectures
Showing
modules/hat_model.py
0 → 100644
modules/upscaler_utils.py
0 → 100644
| ... | @@ -6,8 +6,8 @@ basicsr | ... | @@ -6,8 +6,8 @@ basicsr |
| blendmodes | blendmodes | ||
| clean-fid | clean-fid | ||
| einops | einops | ||
| facexlib | |||
| fastapi>=0.90.1 | fastapi>=0.90.1 | ||
| gfpgan | |||
| gradio==3.41.2 | gradio==3.41.2 | ||
| inflection | inflection | ||
| jsonmerge | jsonmerge | ||
| ... | @@ -20,13 +20,11 @@ open-clip-torch | ... | @@ -20,13 +20,11 @@ open-clip-torch |
| piexif | piexif | ||
| psutil | psutil | ||
| pytorch_lightning | pytorch_lightning | ||
| realesrgan | |||
| requests | requests | ||
| resize-right | resize-right | ||
| safetensors | safetensors | ||
| scikit-image>=0.19 | scikit-image>=0.19 | ||
| timm | |||
| tomesd | tomesd | ||
| torch | torch | ||
| torchdiffeq | torchdiffeq | ||
| ... | ... |
test/test_face_restorers.py
0 → 100644
14.4 KB
test/test_outputs/.gitkeep
0 → 100644