Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
rupeshs/fastsdcpu
tejani
/
Another
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c537f21
Another
/
backend
/
lcm_models.py
rupeshs
updated files
d8faad9
over 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
248 Bytes
from
typing
import
List
from
constants
import
LCM_DEFAULT_MODEL
def
get_available_models
() ->
List
:
models = [
LCM_DEFAULT_MODEL,
"latent-consistency/lcm-sdxl"
,
"latent-consistency/lcm-ssd-1b"
,
]
return
models