Show HN: A little side project, a watercolor art generator
61–70 of 83 posts
Re: Show HN: A little side project, a watercolor art generator
#62It sounds like your app turns photos into a watercolor style image? You can definitely do this faster with Stable Diffusion (~6s per image before optimization). Here's how I would approach it: train a dreambooth model on watercolor style images, then run image-to-image using that model. For examples of what dreambooth models can do see: https://synapticpaint.com/dreambooth/info/ (sample images here generated using a…
Stable Diffusion on beefy hardware is faster than OPs process in OPs docker container, but I don't think we can judge from this that OP uses a slower process. For all we know this is running on the equivalent of a $10 Digital Ocean droplet.
Re: Show HN: A little side project, a watercolor art generator
#63It sounds like your app turns photos into a watercolor style image? You can definitely do this faster with Stable Diffusion (~6s per image before optimization). Here's how I would approach it: train a dreambooth model on watercolor style images, then run image-to-image using that model. For examples of what dreambooth models can do see: https://synapticpaint.com/dreambooth/info/ (sample images here generated using a…
This comment make me sad. Replacing human creativity with "ai" is like we've reached the peak so no need to put any effort into life anymore..
I see this technology as more analogous to hand writing books -> printing. I predict that more people, not less, will be involved in creative industries related to visual arts (design, film, illustration, animation, etc.) as a result of this technology becoming more accessible.
Re: Show HN: A little side project, a watercolor art generator
#64Earlier quoted context omitted.
This comment make me sad. Replacing human creativity with "ai" is like we've reached the peak so no need to put any effort into life anymore..
I don't think that AI image generation in its current form replaces human creativity. You still need a human to guide the process, compose the image, judge the output, etc. What's being automated is the manual, traditional process of painting and drawing. I see this technology as more analogous to hand writing books -> printing. I predict that more people, not less, will be involved in creative industries related to…
We can all write words with a pencil. That's not the same as drawing an original character or scene with skill.
Re: Show HN: A little side project, a watercolor art generator
#65It sounds like your app turns photos into a watercolor style image? You can definitely do this faster with Stable Diffusion (~6s per image before optimization). Here's how I would approach it: train a dreambooth model on watercolor style images, then run image-to-image using that model. For examples of what dreambooth models can do see: https://synapticpaint.com/dreambooth/info/ (sample images here generated using a…
This comment make me sad. Replacing human creativity with "ai" is like we've reached the peak so no need to put any effort into life anymore..
Art will take a hit to be sure, and the brunt of it will be taken by artists with actual skills.
Re: Show HN: A little side project, a watercolor art generator
#66Sorry all for the long wait times! Was not expecting much interest. At the very least, I need to look into removing photos from the queue when people exit the page.
Moving it to a larger AWS instance - will be down for a few minutes!
Re: Show HN: A little side project, a watercolor art generator
#67Re: Show HN: A little side project, a watercolor art generator
#68Seeing example output would be interesting, even if service is hugged to death.