README wording
Browse files
README.md
CHANGED
|
@@ -56,8 +56,8 @@ and `<name>.txt` = a style caption starting with your trigger phrase (e.g. `xyzq
|
|
| 56 |
|
| 57 |
## Decoder
|
| 58 |
Consider decoding with [Mothersuperior/YuE2-Vae-merge-0.666](https://huggingface.co/Mothersuperior/YuE2-Vae-merge-0.666): a weight merge of
|
| 59 |
-
YuE2-Vae (0.666) and YuE2-Vae-legacy (0.334). The two releases share one encoder and only differ in the decoder; the merge sits between the
|
| 60 |
-
|
| 61 |
or point `ar_generate.py` at it.
|
| 62 |
|
| 63 |
## Inference
|
|
|
|
| 56 |
|
| 57 |
## Decoder
|
| 58 |
Consider decoding with [Mothersuperior/YuE2-Vae-merge-0.666](https://huggingface.co/Mothersuperior/YuE2-Vae-merge-0.666): a weight merge of
|
| 59 |
+
YuE2-Vae (0.666) and YuE2-Vae-legacy (0.334). The two releases share one encoder and only differ in the decoder; the merge sits between the clean
|
| 60 |
+
default decoder and the more musical legacy decoder. Drop-in: `YuE2Pipeline.from_pretrained("m-a-p/YuE2-3B", vae="Mothersuperior/YuE2-Vae-merge-0.666")`,
|
| 61 |
or point `ar_generate.py` at it.
|
| 62 |
|
| 63 |
## Inference
|