chore: fix typos and adjust wording (#1521, #1644, #1691, #1772)

This commit is contained in:
Manuel Schmid
2024-02-10 21:54:50 +01:00
parent eb3f4d745c
commit 2037de3fcb
3 changed files with 5 additions and 5 deletions
@@ -2,7 +2,7 @@
Modified from https://github.com/sczhou/CodeFormer
VQGAN code, adapted from the original created by the Unleashing Transformers authors:
https://github.com/samb-t/unleashing-transformers/blob/master/models/vqgan.py
This verison of the arch specifically was gathered from an old version of GFPGAN. If this is a problem, please contact me.
This version of the arch specifically was gathered from an old version of GFPGAN. If this is a problem, please contact me.
"""
import math
from typing import Optional