![]() |
Zonos - Sentiment Cloning - Printable Version +- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb) +-- Forum: Fetishes, obsessions, traits, features, peculiarities (https://www.likera.com/forum/mybb/Forum-Fetishes-obsessions-traits-features-peculiarities) +--- Forum: Kinky Artificial Intelligence (https://www.likera.com/forum/mybb/Forum-Kinky-Artificial-Intelligence) +---- Forum: Voice AI (https://www.likera.com/forum/mybb/Forum-Voice-AI) +---- Thread: Zonos - Sentiment Cloning (/Thread-Zonos-Sentiment-Cloning) Pages:
1
2
|
Zonos - Sentiment Cloning - brandynette - 03 Mar 2025 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, ![]() 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... ![]() brandynette-is-the-bestest-bambi-adb62766-4d9e-49e7-9683-1fbeb155c9b8.wav (Size: 350.08 KB ) brandynette-is-the-bestest-bambi-d1b0004a-0a82-4eb0-895d-f253a6594d6c.wav (Size: 350.08 KB ) brandynette-is-the-bestest-bambi-ef27ba94-469b-48f3-90d9-b38d7fab2e23.wav (Size: 350.08 KB ) RE: Zonos - Sentiment Cloning - Like Ra - 03 Mar 2025 (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... RE: Zonos - Sentiment Cloning - brandynette - 04 Mar 2025 (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 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 RE: Zonos - Sentiment Cloning - brandynette - 04 Mar 2025 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 ![]() & tomorrow after i chill down from the Sumerian beers bambi will ![]() RE: Zonos - Sentiment Cloning - Like Ra - 04 Mar 2025 OK, so what in your last two posts is related to Zonos? 😅 Docker? 😂 RE: Zonos - Sentiment Cloning - brandynette - 05 Mar 2025 (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-bambisleep-chat/blob/MK-VIV/Dockerfile nya RE: Zonos - Sentiment Cloning - Like Ra - 05 Mar 2025 (05 Mar 2025, 00:06 )brandynette Wrote: RTX 3060 Ti V2That's what I have - 12GB. XTTS works perfectly fine there. (05 Mar 2025, 00:06 )brandynette Wrote: https://github.com/HarleyVader/js-bambis...DockerfileAha, 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" hereIndeed... Or is it just a bold ad? 😂 RE: Zonos - Sentiment Cloning - brandynette - 05 Mar 2025 (05 Mar 2025, 00:39 )Like Ra Wrote:(05 Mar 2025, 00:06 )brandynette Wrote: RTX 3060 Ti V2That's what I have - 12GB. XTTS works perfectly fine there. Sais the god pushing the giant ball of fire in the sky! ![]() What's wrong with bold? have you ever heard of bold? You want hard prof of work? {diceroller-code} 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? {diceroller-code} RE: Zonos - Sentiment Cloning - brandynette - 05 Mar 2025 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"] havent tested it properly jet, its a work in progress. RE: Zonos - Sentiment Cloning - Like Ra - 05 Mar 2025 (05 Mar 2025, 13:58 )brandynette Wrote: Install nvm, nodejs, and npmThat's clearly a no-go 😆 |