Coder Social home page Coder Social logo

Comments (13)

gitmylo avatar gitmylo commented on June 19, 2024

Did you fail to install normally or did it have the same issue?

from audio-webui.

SmoothPlay avatar SmoothPlay commented on June 19, 2024

Did you fail to install normally or did it have the same issue?

Same issue. I did manage to install manually but also couldn't do anything with the tools.

Can you please clarify me on some things, for example, are we supposed to install every model manually?

I did try to install tts via tts.json, but the both tts still keep loading forever.

I did manually pasted some rvc models to RVC but the tool has the same loading forever behavior.

When I say loading, I mean Queue.

Same with all of the other tools.

from audio-webui.

gitmylo avatar gitmylo commented on June 19, 2024

Only RVC models need to be installed manually, the other models download automatically.

from audio-webui.

SmoothPlay avatar SmoothPlay commented on June 19, 2024

Only RVC models need to be installed manually, the other models download automatically.

Thank you, then I suppose something is really wrong.

It detects the GPU, runs without any errors, just gets stuck on queue.

Model folders are empty, perhaps the problem has to do with Downloading the models?

from audio-webui.

gitmylo avatar gitmylo commented on June 19, 2024

It downloads the models as soon as they're needed. People had issues downloading bark models in the past, but it would not show it as being queued, it was already downloading.

from audio-webui.

SmoothPlay avatar SmoothPlay commented on June 19, 2024

I see, does this App save a log somewhere? Even though no warning or error is printed, maybe it would be a good idea to check it out.

from audio-webui.

SmoothPlay avatar SmoothPlay commented on June 19, 2024

Here goes, got an error.

2024-01-04 17:37:41 | ERROR | asyncio | Task exception was never retrieved
future: <Task finished name='shsc3aa0119_10' coro=<Queue.process_events() done, defined at /media/studios/TOSHIBA4TB/AI/AI/api/audio-webui/audio-webui/venv/lib/python3.10/site-packages/gradio/queueing.py:342> exception=1 validation error for PredictBody
event_id
Field required [type=missing, input_value={'data': ['suno/bark'], '...on_hash': 'shsc3aa0119'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.5/v/missing>
Traceback (most recent call last):
File "/media/studios/TOSHIBA4TB/AI/AI/api/audio-webui/audio-webui/venv/lib/python3.10/site-packages/gradio/queueing.py", line 346, in process_events
client_awake = await self.gather_event_data(event)
File "/media/studios/TOSHIBA4TB/AI/AI/api/audio-webui/audio-webui/venv/lib/python3.10/site-packages/gradio/queueing.py", line 219, in gather_event_data
data, client_awake = await self.get_message(event, timeout=receive_timeout)
File "/media/studios/TOSHIBA4TB/AI/AI/api/audio-webui/audio-webui/venv/lib/python3.10/site-packages/gradio/queueing.py", line 448, in get_message
return PredictBody(**data), True
File "/media/studios/TOSHIBA4TB/AI/AI/api/audio-webui/audio-webui/venv/lib/python3.10/site-packages/pydantic/main.py", line 164, in init
pydantic_self.pydantic_validator.validate_python(data, self_instance=pydantic_self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody
event_id
Field required [type=missing, input_value={'data': ['suno/bark'], '...on_hash': 'shsc3aa0119'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.5/v/missing

from audio-webui.

SmoothPlay avatar SmoothPlay commented on June 19, 2024

One small detail, RVC models are not even seen by the app...

This seems like a permission issue... The folders permission are chown to the normal user. Does this app require some special user permission for the folders?

from audio-webui.

gitmylo avatar gitmylo commented on June 19, 2024

Audio-webui should not need any special permissions, unless the folder it's in needs them of course

from audio-webui.

SmoothPlay avatar SmoothPlay commented on June 19, 2024

Amazing, got this finally working.

For anyone installing this via Pinokio, here is the thing:

On the file install.json, strangely the app was git cloning from another unofficial repository.

So just change the
"message": "git clone https://github.com/cocktailpeanut/audio-webui.git"

to the official repository:
"message": "git clone https://github.com/gitmylo/audio-webui.git"

It works :) I'll test further to see if there is anything broken.

And if you had install errors before it is most likely because of some needed dependencies, so just pip install those.

Thank you gitmylo for the help and I'm sorry that this isn't actually related to your repo, it was just a coincidence that for some reason it didn't work when I manually installed it before.

from audio-webui.

SmoothPlay avatar SmoothPlay commented on June 19, 2024

I can confirm it is now fully working, nothing broken. Cool.

Just as a curiosity, XTTS (coqui) was removed? Only bark visible now.
And are there any valuable extensions list?
I would love to install as much tools and models as possible.

from audio-webui.

gitmylo avatar gitmylo commented on June 19, 2024

Coqui is available through the TTS extension since it was causing too many issues throughout updates, I decided to just move it to an external extension.

from audio-webui.

SmoothPlay avatar SmoothPlay commented on June 19, 2024

Coqui is available through the TTS extension since it was causing too many issues throughout updates, I decided to just move it to an external extension.

Thank you, I'm closing this issue as it is solved.

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.