Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/huchenlei/ComfyUI-layerdiffuse
/ StableDiffusionVersion
Class
StableDiffusionVersion
lib_layerdiffusion/enums.py:19–23 ·
view source on GitHub ↗
The version family of stable diffusion model.
Source
from the content-addressed store, hash-verified
17
18
19
class
StableDiffusionVersion(Enum):
20
""
"The version family of stable diffusion model."
""
21
22
SD1x =
"SD15"
23
SDXL =
"SDXL"
Callers
1
decode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected