This commit is contained in:
lvmin
2023-08-09 11:44:17 -07:00
commit 7386161937
50 changed files with 7958 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from .models import AutoencodingEngine, DiffusionEngine
from .util import get_configs_path, instantiate_from_config
__version__ = "0.1.0"