Instructions to use bosonai/higgs-audio-v2-generation-3B-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bosonai/higgs-audio-v2-generation-3B-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="bosonai/higgs-audio-v2-generation-3B-base")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("bosonai/higgs-audio-v2-generation-3B-base") model = AutoModelForTextToWaveform.from_pretrained("bosonai/higgs-audio-v2-generation-3B-base") - Notebooks
- Google Colab
- Kaggle
how to run locally on windows?
#13
by Monika1234abc - opened
Thank you very much for this very impressive piece of software and the model. I would like to install and run it locally on my computer (Windows 10 system), but since I am totally noob when it comes to python, I would like to ask the community for some help on installing the program. Thank you very much in advance!