mirror of
https://github.com/Stability-AI/generative-models.git
synced 2025-12-28 18:54:26 +01:00
* Sort .gitignore; add dist and *.py[cod] * Use pyproject.toml + Hatch instead of setup.py Sibling of https://github.com/Stability-AI/stablediffusion/pull/269 * Add packaging documentation
6 lines
184 B
Python
6 lines
184 B
Python
from .data import StableDataModuleFromConfig
|
|
from .models import AutoencodingEngine, DiffusionEngine
|
|
from .util import instantiate_from_config, get_configs_path
|
|
|
|
__version__ = "0.0.1"
|