Roberts Slisans

Results 75 issues of Roberts Slisans

### Describe the feature Use case: extensible javascript project that has plugins. Example (npm): ```js const installedPackages = require("package.json").dependencies; console.log(installedPackages); ``` ### Additional information - [ ] Would you be...

enhancement

``` \installer_files\env\lib\site-packages\vocos\pretrained.py:70: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will...

Hi, I am making a script that would make weights distribution easier (a simple download script in python) but for now the only license I can specify for the _weights_...

https://github.com/rsxdalv/tts-generation-webui Supports these models: | Text-to-speech | Audio/Music Generation | Audio Conversion/Tools | |-------------------------------|------------------------------|-------------------------------| | [Bark](https://github.com/suno-ai/bark) | [MusicGen](https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md) | [RVC](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI) | | [Tortoise](https://github.com/neonbjb/tortoise-tts) | [MAGNeT](https://github.com/facebookresearch/audiocraft/blob/main/docs/MAGNET.md) | [Demucs](https://github.com/facebookresearch/demucs) | | [Maha...

The error does not explain that the extension is missing, thus users cannot know why it's happening. Solution: try-catch API calls to check for fn_index errors and translate them into...

Challenge -> detect which tabs are installed: a) use importlib (easier) b) use endpoints (checks if the model is actually available)

Currently all updates are handled within start_tts_webui which docker does not use. In the future updates are going to be more _pip_ and _npm_ based; however, Docker/remote users might still...