MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / ModelName

Class ModelName

bmtools/tools/image_generation/api.py:14–18  ·  view source on GitHub ↗

Supported Image Models for generation.

Source from the content-addressed store, hash-verified

12
13
14class ModelName(str, Enum):
15 """Supported Image Models for generation."""
16
17 DALL_E = "dall-e"
18 STABLE_DIFFUSION = "stable-diffusion"
19
20
21SUPPORTED_IMAGE_SIZES = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected