From 71589220394f2ef4dfdfa5ed176d469018e54f01 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 5 Feb 2023 11:42:37 -0600 Subject: [PATCH] chore(docs): note codeformer and SD upscaling in user guide --- docs/user-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index fb60f1f9..d50c09f9 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -110,8 +110,10 @@ The models used by ONNX web are split up into three groups: 2. specialized models like [Knollingcase](https://huggingface.co/Aybeeceedee/knollingcase) or [OpenJourney](https://huggingface.co/prompthero/openjourney) 2. Upscaling 1. [Real ESRGAN](https://github.com/xinntao/Real-ESRGAN) + 2. [Stable Diffusion](https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler) 3. Correction - 1. [GFPGAN](https://github.com/TencentARC/GFPGAN) + 1. [CodeFormer](https://github.com/sczhou/CodeFormer) + 2. [GFPGAN](https://github.com/TencentARC/GFPGAN) There are many other models available and specialized variations for anime, TV shows, and all sorts of other styles.