mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-04 08:11:43 -08:00
clarification for settings; another comment about copied files
This commit is contained in:
parent
6a9b33c848
commit
5e12c23a67
3 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# this file is copied from CodeFormer repository. Please see comment in modules/codeformer_model.py
|
||||
|
||||
import math
|
||||
import numpy as np
|
||||
import torch
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# this file is copied from CodeFormer repository. Please see comment in modules/codeformer_model.py
|
||||
|
||||
'''
|
||||
VQGAN code, adapted from the original created by the Unleashing Transformers authors:
|
||||
https://github.com/samb-t/unleashing-transformers/blob/master/models/vqgan.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue