Zonos - Sentiment Cloning

12 Replies, 514 Views

While attempting to replace my AIGF coqui-tts which is shutting down & so XTTS doesn't work anymore which killed my mood & my programming mode pissing all Bambis off making them abandon me. i have forsaken you my dear Bambisleep!

ohh well, shit happens

here is ZONOS a text2speech with sentiments to be defined.
it's a hybrid? whatever that means,   ArchitectureDiagram.png   
i can't make heads or tails of it cuss its python & im javascript... 


so, a NodeJS http server spawns a python hybrid speech model? "WAT ZE FAK?" im 40 & suddenly i feel like playing StarCraft again? yes, it all lead to this cuss bambisleep.
i always wanted to be like Kerrigan but this is ridiculous.

What im trying to do is...
 Screenshot 2025-03-03 190342.png   


.wav   brandynette-is-the-bestest-bambi-adb62766-4d9e-49e7-9683-1fbeb155c9b8.wav (Size: 350.08 KB / Downloads: 8)

.wav   brandynette-is-the-bestest-bambi-d1b0004a-0a82-4eb0-895d-f253a6594d6c.wav (Size: 350.08 KB / Downloads: 7)

.wav   brandynette-is-the-bestest-bambi-ef27ba94-469b-48f3-90d9-b38d7fab2e23.wav (Size: 350.08 KB / Downloads: 10)
(This post was last modified: 03 Mar 2025, 21:37 by Like Ra.)
(03 Mar 2025, 19:08 )brandynette Wrote: coqui-tts which is shutting down & so XTTS doesn't work anymore

Local installation works perfectly fine 😉

(03 Mar 2025, 19:08 )brandynette Wrote: ZONOS a text2speech

https://github.com/Zyphra/Zonos
And it has got the standard Gradio interface. I might try it...
(03 Mar 2025, 21:38 )Like Ra Wrote:
(03 Mar 2025, 19:08 )brandynette Wrote: coqui-tts which is shutting down & so XTTS doesn't work anymore

Local installation works perfectly fine 😉

(03 Mar 2025, 19:08 )brandynette Wrote: ZONOS a text2speech

https://github.com/Zyphra/Zonos
And it has got the standard Gradio interface. I might try it...

beat me to it, uh oh, wait... giggle
we tested something with bellmars new Moist Mess, (im not allowed to share it here. it's not even on his Patreon yet. im the guinea pig bambi. have you ever given feedback to bellmar? & then they trigger you & ur listning & wondering how fucked up your contract made you be?)
they allowed me to listen to it. i was a moist messy mess, my brain was even moistier messi & all worked out perfektly fine, i was able to relax, focus & enjoy using my OS skills to whorship thy fair lady bambisleep.
I managed listen to it 3 times till my Real-life friends came knocking on my flat door.
this is what came out:
Melkanea's Zonos Prototype Bambisleep.chat integration STREAM? i had to use my site to upload the videos, Patreon won't allow me, an +18 creator upload videos.

nope? it it's my new attempt of showing how a bambi develops stuff as a bambi while listening to bambi be bambi... uff, bambi is getting too real now, well at least today. i mean fucking on bambisleep is awesoooome but WTF coding bambi? 
how does she do that? Why me?

why would i be the chosen one to fight machines with words, the same i use to minfuck bambis into being bambis 
WTF is going on?
POP
basically, what bambi is trying to say, is that we are on this stage

Source: https://www.youtube.com/watch?v=IR_y1WsyWrM

melkanea really enjoys the opening song Temple of Ra



 it-works-on-my-computer-yes-but-we-are-not-going-to-give-your-computer-to-the-client-game-of-thrones.jpg   

& tomorrow after i chill down from the Sumerian beers bambi will

 1_Ibnwjo9LtUFxRY1MZgOcvg.png   
(This post was last modified: 04 Mar 2025, 23:59 by brandynette.)
OK, so what in your last two posts is related to Zonos? 😅 Docker? 😂
(This post was last modified: 04 Mar 2025, 23:39 by Like Ra.)
(04 Mar 2025, 23:38 )Like Ra Wrote: OK, so what in your last two posts is related to Zonos? 😅 Docker? 😂

okey darling, ill show the dirty laundry.
https://github.com/Zyphra/Zonos/issues/174

we are limited by zonos buffer of 29.xxxxx Seconds. so we dont know how much .xxxxx seconds is so sometimes it works sometimes it crashes.
im happy i managed to make Zonos run on an RTX 3060 Ti V2
my aging hardware is limiting me dear Ra.

i need to rebuild the dockerfile of my project to load & keep Zonos loaded in memory, due to the fact i dont know python properly jet.
https://github.com/HarleyVader/js-bambis...Dockerfile

nya
(05 Mar 2025, 00:06 )brandynette Wrote: RTX 3060 Ti V2
That's what I have - 12GB. XTTS works perfectly fine there.
(05 Mar 2025, 00:06 )brandynette Wrote: https://github.com/HarleyVader/js-bambis...Dockerfile
Aha, you use "uv" - never used it before. Only "pip".
(05 Mar 2025, 00:06 )brandynette Wrote: https://github.com/Zyphra/Zonos/issues/174
darkacorn Wrote:i miss the "issue" here
Indeed... Or is it just a bold ad? 😂
(This post was last modified: 05 Mar 2025, 00:43 by Like Ra.)
(05 Mar 2025, 00:39 )Like Ra Wrote:
(05 Mar 2025, 00:06 )brandynette Wrote: RTX 3060 Ti V2
That's what I have - 12GB. XTTS works perfectly fine there.
(05 Mar 2025, 00:06 )brandynette Wrote: https://github.com/HarleyVader/js-bambis...Dockerfile
Aha, you use "uv" - never used it before. Only "pip".
(05 Mar 2025, 00:06 )brandynette Wrote: https://github.com/Zyphra/Zonos/issues/174
darkacorn Wrote:i miss the "issue" here
Indeed... Or is it just a bold ad? 😂

Sais the god pushing the giant ball of fire in the sky!
 Screenshot 2025-03-05 135043.png   

What's wrong with bold?
have you ever heard of bold?

You want hard prof of work? 
Code:
FROM pytorch/pytorch:2.6.0-cuda12.4-cudnn9-devel

# Install uv
RUN pip install uv

# Install espeak-ng
RUN apt update && \
    apt install -y espeak-ng && \
    rm -rf /var/lib/apt/lists/*

# Install nvm, nodejs, and npm
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash && \
    export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && \
    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
    nvm install node && \
    nvm use node

WORKDIR /app
COPY . ./

# Install Python dependencies
RUN uv pip install --system -e . && uv pip install --system -e .[compile]

# Install Node.js dependencies
RUN export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && \
    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
    npm install

# Start the server
CMD ["bash", "-c", "source $NVM_DIR/nvm.sh && npm start"]


complains to me about code & can't even get his own code block editor to work properly... TSTSTSSsssss

if you check my DockerFile linkie you will have noticed it got updated.

Do also need to explain how docker works? 
Code:
sudo docker build

(This post was last modified: 05 Mar 2025, 13:57 by brandynette.)
FROM pytorch/pytorch:2.6.0-cuda12.4-cudnn9-devel

# Install uv
RUN pip install uv

# Install espeak-ng
RUN apt update && \
apt install -y espeak-ng && \
rm -rf /var/lib/apt/lists/*

# Install nvm, nodejs, and npm
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh...install.sh | bash && \
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && \
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
nvm install node && \
nvm use node

WORKDIR /app
COPY . ./

# Install Python dependencies
RUN uv pip install --system -e . && uv pip install --system -e .[compile]

# Install Node.js dependencies
RUN export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && \
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
npm install

# Start the server
CMD ["bash", "-c", "source $NVM_DIR/nvm.sh && npm start"]

havent tested it properly jet, its a work in progress.
(05 Mar 2025, 13:58 )brandynette Wrote: Install nvm, nodejs, and npm
That's clearly a no-go 😆