Viewing a single comment thread. View all comments

Cultural_Contract512 t1_j1ssm92 wrote

No UI, just api calls, is that correct?

2

TrueBlueDreamin OP t1_j1st61c wrote

Hosted WebUI's is on the roadmap and will be launching soon! We have a few users beta testing it right now. Let me know if you'd like to join the beta.

5

pablonaj t1_j1to3cs wrote

I'd be interested in trying the beta!

1

Illustrious_Row_9971 t1_j1uxh50 wrote

Since you are using huggingface for hosting models, you can also create a organization with a webui there and embed it in your website

for example this is stabiity ai org: https://huggingface.co/stabilityai

this is a web demo: https://huggingface.co/spaces/stabilityai/stable-diffusion

you can duplicate and embed it:

<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/3.11.0/gradio.js"
\></script>

<gradio-app src="https://stabilityai-stable-diffusion.hf.space"></gradio-app>

1

TrueBlueDreamin OP t1_j1w99bh wrote

We host the models on our end, our huggingface integration allows you to pull in any model from there for finetuning and push finetuned models to your private repos.

3