mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-02-02 04:14:27 +01:00
5 lines
139 B
Python
5 lines
139 B
Python
from .models import AutoencodingEngine, DiffusionEngine
|
|
from .util import get_configs_path, instantiate_from_config
|
|
|
|
__version__ = "0.1.1"
|