Spaces:
Running
on
Zero
Running
on
Zero
DarkAcorn
commited on
Commit
·
a3c784d
1
Parent(s):
26ade43
update model
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ snac_model = SNAC.from_pretrained("hubertsiuzdak/snac_24khz")
|
|
15 |
snac_model = snac_model.to(device)
|
16 |
|
17 |
|
18 |
-
model_name = "MrDragonFox/
|
19 |
|
20 |
# Download only model config and safetensors
|
21 |
snapshot_download(
|
@@ -169,7 +169,7 @@ with gr.Blocks(title="Morpheus Text-to-Speech - uncensored orpheus") as demo:
|
|
169 |
this is a early sneak peak of the current development and not fully cooked yet - mostly just a demonstration of where its going.
|
170 |
|
171 |
reports and gen shareing please in [discord](https://discord.gg/RUs3uzBdW3)
|
172 |
-
|
173 |
|
174 |
## Tips for better prompts:
|
175 |
- Add paralinguistic elements like {", ".join(EMOTIVE_TAGS)} or `uhm` for more human-like speech (and MANY MORE ).
|
|
|
15 |
snac_model = snac_model.to(device)
|
16 |
|
17 |
|
18 |
+
model_name = "MrDragonFox/baddy_S3_EXP_3"
|
19 |
|
20 |
# Download only model config and safetensors
|
21 |
snapshot_download(
|
|
|
169 |
this is a early sneak peak of the current development and not fully cooked yet - mostly just a demonstration of where its going.
|
170 |
|
171 |
reports and gen shareing please in [discord](https://discord.gg/RUs3uzBdW3)
|
172 |
+
CURRENT MODEL: MrDragonFox/baddy_S3_EXP_3
|
173 |
|
174 |
## Tips for better prompts:
|
175 |
- Add paralinguistic elements like {", ".join(EMOTIVE_TAGS)} or `uhm` for more human-like speech (and MANY MORE ).
|