Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rupeshs/fastsdcpu
tejani
/
Another
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Another
/
src
/
backend
/
models
/
upscale.py
rupeshs
Updated to latest FastSD
c7f95a6
10 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
162 Bytes
from
enum
import
Enum
class
UpscaleMode
(
str
, Enum):
"""Diffusion task types"""
normal =
"normal"
sd_upscale =
"sd_upscale"
aura_sr =
"aura_sr"