mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-06 03:57:56 +08:00
5 lines
122 B
Python
5 lines
122 B
Python
from .models import AutoencodingEngine
|
|
from .util import get_configs_path, instantiate_from_config
|
|
|
|
__version__ = "0.1.0"
|