riffusion / riffusion-hobby

Stable diffusion for real-time music generation
MIT License
3.38k stars 382 forks source link

Support streamlit app / CLI over API with third party integration token #43

Open hmartiro opened 1 year ago

rhelsing commented 1 year ago

@hmartiro could you give more info about this one? Sounds very useful

hmartiro commented 1 year ago

Streamlit apps can be hosted in streamlit cloud, hugging face spaces, etc similar to gradio. The biggest issue/cost is GPU access. So I'm proposing that we kind of have two interfaces for common tasks - one that runs directly locally and one over an API. And then over the API we support running from Replicate, Baseten, etc with a token you enter.

rhelsing commented 1 year ago

Does streamlit support API access like replicate? How might I get that set up? Sorry, I'm not the most familiar with streamlit