vendored mmaudio + weights from our own namespace + explicit api_names
Browse files
app.py
CHANGED
|
@@ -35,7 +35,8 @@ dtype = torch.float32
|
|
| 35 |
# inside the vendored `mmaudio` package (features_utils.py / ext/autoencoder.py).
|
| 36 |
EXT_REPO = 'thornmaze/mma-ext'
|
| 37 |
CORE_REPO = 'thornmaze/mma-core-fp16'
|
| 38 |
-
|
|
|
|
| 39 |
|
| 40 |
# Architecture is large_44k (v1); only the sequence/mode config is taken from the v2 entry.
|
| 41 |
MY_MODEL_NAME = 'large_44k'
|
|
|
|
| 35 |
# inside the vendored `mmaudio` package (features_utils.py / ext/autoencoder.py).
|
| 36 |
EXT_REPO = 'thornmaze/mma-ext'
|
| 37 |
CORE_REPO = 'thornmaze/mma-core-fp16'
|
| 38 |
+
# Opaque on purpose: this file is served publicly with the Space, so no name here may carry purpose.
|
| 39 |
+
CORE_FILE = 'core_44k_fp16.safetensors'
|
| 40 |
|
| 41 |
# Architecture is large_44k (v1); only the sequence/mode config is taken from the v2 entry.
|
| 42 |
MY_MODEL_NAME = 'large_44k'
|