Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YoBatM/StableOrigin
YoBatM
/
FastStableDifussion
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cb0b404
FastStableDifussion
/
src
/
backend
/
models
/
upscale.py
YoBatM
Upload folder using huggingface_hub
99b955f
verified
2 months ago
raw
Copy download link
history
blame
Safe
162 Bytes
from
enum
import
Enum
class
UpscaleMode
(
str
, Enum):
"""Diffusion task types"""
normal =
"normal"
sd_upscale =
"sd_upscale"
aura_sr =
"aura_sr"