Illustrious_Row_9971 t1_j1uxh50 wrote
Reply to comment by TrueBlueDreamin in [P] I built an API that makes it easy and cheap for developers to build ML-powered apps using Stable Diffusion by TrueBlueDreamin
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>
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.
Viewing a single comment thread. View all comments