diff options
Diffstat (limited to 'app/backends/sglomni/__init__.py')
| -rw-r--r-- | app/backends/sglomni/__init__.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/backends/sglomni/__init__.py b/app/backends/sglomni/__init__.py index 688e488..be94a0e 100644 --- a/app/backends/sglomni/__init__.py +++ b/app/backends/sglomni/__init__.py @@ -38,6 +38,7 @@ from .catalog import ( entries_by_keys, entry_by_key, entry_by_repo, + extra_import_name, install_tree_families, ) from .pythonenv import ( @@ -47,9 +48,11 @@ from .pythonenv import ( ) from .models import ( delete_model_weights, + install_companions, install_model, installed_entries, installed_keys, + missing_companions, model_installed, preset_voices, repo_dir, @@ -82,12 +85,14 @@ __all__ = [ # catalog "CAPABILITY_CLONE", "CAPABILITY_DESIGN", "CAPABILITY_SPEAKER", "ENTRIES", "ModelEntry", "config_path", "entries_by_keys", - "entry_by_key", "entry_by_repo", "install_tree_families", + "entry_by_key", "entry_by_repo", "extra_import_name", + "install_tree_families", # pythonenv "env_compatible", "env_version", "prepare_env", # models - "delete_model_weights", "install_model", "installed_entries", - "installed_keys", "model_installed", "preset_voices", "repo_dir", + "delete_model_weights", "install_companions", "install_model", + "installed_entries", "installed_keys", "missing_companions", + "model_installed", "preset_voices", "repo_dir", "resolve_model", "uninstall_model", # status "build_spec", "detect", "gpu_fallback_note", "launch_config_path", |
