Coder Social home page Coder Social logo

Comments (8)

pravdomil avatar pravdomil commented on May 24, 2024 1

no worries take a weekend off!

you are doing great work, this can become like stable diffusion webui but for audio :D

from audio-webui.

gitmylo avatar gitmylo commented on May 24, 2024

💀 okay, that's a lot of issues in one day though, i'll work on it later, i've basically been writing code non-stop today. lol

from audio-webui.

gitmylo avatar gitmylo commented on May 24, 2024

Thanks, the goal is indeed to become like stable-diffusion-webui and text-generation-webui, but for audio.

the main problem, especially in the beginning, is that there aren't really easy huggingface pipelines for this, at all. so i had to implement my own pipelines, and because of that, the initial goal of just selecting a text to speech model and using it, didn't go very well.

luckily Coqui TTS exists, and it works basically like a pipeline for the models it supports.

from audio-webui.

pravdomil avatar pravdomil commented on May 24, 2024

you can just copy and paste the original pipelines found in the repos

and do not make it too fancy, keep it simple, each pipeline has it's own tab, even if the are doing same thing, the development goes so fast, so make your life easy

image

from audio-webui.

gitmylo avatar gitmylo commented on May 24, 2024

you can just copy and paste the original pipelines found in the repos

and do not make it too fancy, keep it simple, each pipeline has it's own tab, even if the are doing same thing, the development goes so fast, so make your life easy
image

that's not what i meant by pipelines, i meant a "one size fits all" pipeline, like the transformers and diffusers pipelines.

In this case, only bark/coqui use a single pipeline, the rest has it's own pipeline

from audio-webui.

gitmylo avatar gitmylo commented on May 24, 2024

The accordion will stay though, it wouldn't look good if there was a whole chunk of info. i might add global javascript code though, which can be used to tag things, and show better hints for example when you hover over the element.

from audio-webui.

pravdomil avatar pravdomil commented on May 24, 2024

the main problem, especially in the beginning, is that there aren't really easy huggingface pipelines for this, at all.

https://github.com/huggingface/transformers/releases/tag/v4.31.0

from audio-webui.

gitmylo avatar gitmylo commented on May 24, 2024

Yeah, looks like they're working on it. It's not a single universal pipeline though, so having them as separate modules is still the best way to go.

from audio-webui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.