Submitted by LightningAI_Main t3_y29mfq in MachineLearning
New app is a fully functioning text-to-image generating app that is free to use and completely open source. It's available on the website.
Submitted by LightningAI_Main t3_y29mfq in MachineLearning
New app is a fully functioning text-to-image generating app that is free to use and completely open source. It's available on the website.
Very nice, not quite as much control as the automatic1111 colab, but for a free webapp itβs awesome
What would you want to see for controls? We're always happy to improve it!
Nice! Btw what hardware does it run on?
By default it runs on an Nvidia V100, you can customize the hardware you want to serve your model on.
Not bad! I must say it's really snappy
Does it have NSFW blurry filter?
It has a NSFW detector which will convert the generated image into a black image with nsfw Warning msg on it.
It is also open source so you can customise it the way you want
What exactly is Lightning offering here? All I see is a text input that generates a stable diffusion image. There's already hundreds of similar projects that have better UI, advanced upscaling, lower memory usage, etc. See: https://github.com/awesome-stable-diffusion/awesome-stable-diffusion#actively-maintained-forks-and-containers and for free generation with advanced settings, there's Huggingface Spaces.
Great question! The main point is not the app itself, it's that you can build something easily as a fully-functioning app on Lightning and let us handle the underlying infrastructure orchestration for you. It's OSS, so if you want you can click "clone it" today, and you will have a version running on your cloud. Fully reproduced, fully functional. You can then drill down and see all the code that made it work, keep what you want, and change what you need to.
A huggingface space or a colab is great for a demo, but you can't build whatever UI you want, you can't add monetization, authentication, etc. You're just just limited to a demo. This is a great way to show something off quickly, but when you want to turn it into a product that's entirely another animal.
We believe people and companies will want to build fully functioning, scalable products for end-users, not just demo their work.
The app isn't just another text-to-image generator. It's a powerful and flexible blueprint for all kinds of apps powered by AI.
Check it out! Both the app and the source code π It's π₯ I bet, after experiencing this, you'll want to build your next ML app with Lightning πβ‘
"anime girl with blue eyes" -> Generated image contains NSFW content
Hi! The nsfw filter can be a bit sensitive at times as it's looking at the image that's being generated, not the prompt.
For example, I just put that prompt in and got NSFW filter, did it again and got a picture of a girl, then did it again and got NSFW filter.
check it out at lightning.ai/muse
aniketmaurya t1_is1we58 wrote
here is the link to the app