Show HN: A little side project, a watercolor art generator
71–80 of 83 posts
Re: Show HN: A little side project, a watercolor art generator
#72Re: Show HN: A little side project, a watercolor art generator
#73Earlier quoted context omitted.
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…
That's skipping over all the skill and training needed to draw, well, what most of us are unable to draw. We can all write words with a pencil. That's not the same as drawing an original character or scene with skill.
Or all the (now dead) people who were saying the same things about photography.
Re: Show HN: A little side project, a watercolor art generator
#74You can implement with something like this and simply train it against a watercolor image: https://github.com/yusuketomoto/chainer-fast-neuralstyle
Haven’t tried it with stable diffusion but you’d probably have more control and better results with a CNN like the one I linked.
Re: Show HN: A little side project, a watercolor art generator
#75Re: Show HN: A little side project, a watercolor art generator
#76Re: Show HN: A little side project, a watercolor art generator
#77It 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..
Re: Show HN: A little side project, a watercolor art generator
#78Re: Show HN: A little side project, a watercolor art generator
#79Creating a watercolor filter which can be applied to an image dragged into a website element is on my list of Fun Things To Do Over The Holidays - but having previously looked at the the mechanics that need to feed into the filter ... well it looks like I'd be jumping down a rabbit hole of complex maths and generative art approaches[1][2]. It's a complex problem space and I'm not sure I have the brain power and tenac…
It is loosely based on the process described here: https://yunfei.work/watercolor/watercolor_pp.pdf and I though this can't be too hard...
I found it challenging to combine high resolution results with reasonable processing times.
Re: Show HN: A little side project, a watercolor art generator
#80Earlier quoted context omitted.
That's skipping over all the skill and training needed to draw, well, what most of us are unable to draw. We can all write words with a pencil. That's not the same as drawing an original character or scene with skill.
The photography industry would like to have a word with you. Or all the (now dead) people who were saying the same things about photography.
These disingenuous arguments are not taking the conversation forward.