MCPcopy 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
19class StableDiffusionVersion(Enum):
20 """The version family of stable diffusion model."""
21
22 SD1x = "SD15"
23 SDXL = "SDXL"

Callers 1

decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected