Show HN: Free, Accessible AI Art Generator
21–30 of 33 posts
Re: Show HN: Free, Accessible AI Art Generator
#22Am I a total idiot as I am completely unable to get any output from this? I mean, I spent about 5 minutes reading the various inputs and trying to modify them, yet I am baffled as what to do to actually see, or even know what's going on, what the system is producing. Very frustrating.
Re: Show HN: Free, Accessible AI Art Generator
#23Earlier quoted context omitted.
Does anybody know of the best practice for creating large images (ex 3840x2160) on a single GPU (ex a 2080/3080)? I played with stitching some years ago when all of this stuff was still in its infancy, but wasn't super thrilled with the results as I ended up with seams, now I'm wondering if a common practice has emerged as the techniques have evolved.
What you could try doing is use a notebook that lets you start with an initial image [1], chunk that image, and generate a an image for each chunk. It wouldn't be unified, but it could come out interesting. To make bigger images, I'm currently making composites out of multiple smaller prompts, like gradients or chessboards.
[1] https://colab.research.google.com/drive/1wkF67ThUz37T2_oPIuS...
Re: Show HN: Free, Accessible AI Art Generator
#24Re: Show HN: Free, Accessible AI Art Generator
#25I recently wrote up some of my experiments, observations, and findings with VQGAN+CLIP (the models folks have been using to do this AI Art recently) here: https://blog.roboflow.com/ai-generated-art/
I've tried this! You get weird stuff. I think of it like glitch art. One idea I want to try is directly fiddling with the tensors mid-run, like rotating it along one axis or reorder columns or something. I think you could get really interesting stuff that way
Re: Show HN: Free, Accessible AI Art Generator
#26Looks like a neat NFT generator.
(Also, making a bunch of postcards would be sick)
Re: Show HN: Free, Accessible AI Art Generator
#27Re: Show HN: Free, Accessible AI Art Generator
#28You might also want to check out https://NeuralBlender.com
Re: Show HN: Free, Accessible AI Art Generator
#29Am I a total idiot as I am completely unable to get any output from this? I mean, I spent about 5 minutes reading the various inputs and trying to modify them, yet I am baffled as what to do to actually see, or even know what's going on, what the system is producing. Very frustrating.
Re: Show HN: Free, Accessible AI Art Generator
#30See also my notebook (which was released after the OP's notebook and I was not aware of it until after I completed mine) from the same source which focuses on more streamlining and more deterministic output by using icon-based input/target images: https://colab.research.google.com/drive/1wkF67ThUz37T2_oPIuS...
I think we're in a "lightbulb" moment: the tech has gotten good and convenient enough that a lot of people are having the same ideas. I mean, heck, I don't know anything about AI or art and I was still able to make my notebook. There's also been a bunch of paid solutions submitted to HN, too, as people try to find ways to build products off this. The great thing is that the space is big and crazy enough that even if…