Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
1–10 of 10 posts
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#2Is it open source?
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#3Is it open source?
Yes it is. Editing title to reflect that.
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#4love how fast it is
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#5How long would it take to build?
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#6love how fast it is
Thank you! There will be more coming in exactly how we did that!
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#7How long would it take to build?
It depends how complicated you want it to be and how much you’ve already thought of. You could have a nice clean UI and working app in around a week if you had a clear vision for what you wanted
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#8From the article it seems like there are a lot of steps involved in building a good app. It also doesn't necessarily talk on the model-building or tuning aspects of the process. There should probably be a bigger article to go with this on stable diffusion or building apps in general as right now it could be confusing to try and get started immediately without knowing the fundamentals of how these models work.
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#9From the article it seems like there are a lot of steps involved in building a good app. It also doesn't necessarily talk on the model-building or tuning aspects of the process. There should probably be a bigger article to go with this on stable diffusion or building apps in general as right now it could be confusing to try and get started immediately without knowing the fundamentals of how these models work.
We can absolutely create a companion on stable diffusion. The model itself isn’t the focus of this though. We just wanted to show it was easy to build a fully functioning application that deploys a model, by using our framework. We didn’t touch the training piece intentionally.
Re: Show HN: How to Build a Stable Diffusion text-to-image generator (OSS)
#10this scales with the amount of requests and can be used as a blueprint for deploying any AI model. Really cool!!