Comments

You must log in or register to comment.

aniketmaurya t1_is1we58 wrote

here is the link to the app

8

JackandFred t1_is45o1n wrote

Very nice, not quite as much control as the automatic1111 colab, but for a free webapp it’s awesome

4

LightningAI_Main OP t1_is7u6l6 wrote

What would you want to see for controls? We're always happy to improve it!

3

seraschka t1_is1wwp4 wrote

Nice! Btw what hardware does it run on?

3

aniketmaurya t1_is1x6yn wrote

By default it runs on an Nvidia V100, you can customize the hardware you want to serve your model on.

5

tenkensmile t1_is3elwz wrote

Does it have NSFW blurry filter?

3

aniketmaurya t1_is48mrl wrote

It has a NSFW detector which will convert the generated image into a black image with nsfw Warning msg on it.

2

aniketmaurya t1_is48p47 wrote

It is also open source so you can customise it the way you want

2

learn-deeply t1_is2n8m7 wrote

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.

3

LightningAI_Main OP t1_is2s0yy wrote

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.

7

39dotyt t1_is9ai2f wrote

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 😁⚑

1

visarga t1_isbgl2o wrote

"anime girl with blue eyes" -> Generated image contains NSFW content

2

LightningAI_Main OP t1_isbsb0q wrote

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.

1