Upload config.yaml
Browse files
Woosh-VFlow-8s/config.yaml
CHANGED
|
@@ -42,11 +42,11 @@ ldm:
|
|
| 42 |
text:
|
| 43 |
exclude_from_checkpoint: true
|
| 44 |
trainable: false
|
| 45 |
-
path:
|
| 46 |
autoencoder:
|
| 47 |
exclude_from_checkpoint: true
|
| 48 |
trainable: false
|
| 49 |
-
path:
|
| 50 |
sigma_data: 1.0
|
| 51 |
pred_type: v_pred
|
| 52 |
audio_fps: 100
|
|
|
|
| 42 |
text:
|
| 43 |
exclude_from_checkpoint: true
|
| 44 |
trainable: false
|
| 45 |
+
path: checkpoints/TextConditionerV
|
| 46 |
autoencoder:
|
| 47 |
exclude_from_checkpoint: true
|
| 48 |
trainable: false
|
| 49 |
+
path: checkpoints/Woosh-AE
|
| 50 |
sigma_data: 1.0
|
| 51 |
pred_type: v_pred
|
| 52 |
audio_fps: 100
|