huggingface / huggingface.js

Utilities to use the Hugging Face Hub API
https://hf.co/docs/huggingface.js
MIT License
1.29k stars 160 forks source link

add stable audio tools as a library + code snippets. #741

Closed Vaibhavs10 closed 1 month ago

Vaibhavs10 commented 1 month ago

Adds inference snippets, download count support for stable audio tools.

Vaibhavs10 commented 1 month ago

The failing test is unrelated to this PR.

Vaibhavs10 commented 1 month ago

Given there is more or less agreement here, I will merge this!

NielsRogge commented 4 weeks ago

@Vaibhavs10 does the model card also require "library_name: "stable_audio" to be added? https://huggingface.co/stabilityai/stable-audio-open-1.0

Wauplin commented 4 weeks ago

@NielsRogge Yes it does! Actually, it requires library_name: stable-audio-tools in the model card metadata.

NielsRogge commented 4 weeks ago

Ok, opened a PR here: https://huggingface.co/stabilityai/stable-audio-open-1.0/discussions/25

Vaibhavs10 commented 4 weeks ago

Thanks for the ping, @NielsRogge, and to take of this - I made a note in my internal doc not to forget about this!