1SecondPainting: Generate abstract paintings in one click
91–100 of 145 posts
Re: 1SecondPainting: Generate abstract paintings in one click
#92Earlier quoted context omitted.
>I don't think you can expect someone to pay for T4 instance 24/7 for some hobby project. That's a needlessly uncharitable interpretation of what is happening here. The site is giving the misleading impression that these images are generated on the spot, and then walking it back in the fine print. It's a valid criticism, and lecturing people about the economics is not a charitable engagement with that criticism.
That seems backwards. I think GP's point that the critics on HN are themselves being uncharitable towards the site (or maybe just missed the explanation) by acting like it's a nefarious bait and switch, rather than considering the possibility that the author of the site is just trying to save on computing costs. He or she's not lecturing anyone about economics. In fact, if we want to talk about charity, I think that…
Re: 1SecondPainting: Generate abstract paintings in one click
#93Judging by the URL of the images themselves these seem to be pre-generated, which makes me think there might have been some human selection process to filter out the badly generated ones. Still some really cool looking art in there, though. I'd be perfectly happy hanging some of these up in my apartment.
The language on the landing page suggests that every time you click Try Now a new image is generated. > Click the button below for an AI-generated abstract painting. Built for artists, developers, and hobbyists. Really though there is a gallery of around 10,000 pngs on a Wordpress site. Fake it 'til you make it!
Re: 1SecondPainting: Generate abstract paintings in one click
#94Earlier quoted context omitted.
>I don't think you can expect someone to pay for T4 instance 24/7 for some hobby project. That's a needlessly uncharitable interpretation of what is happening here. The site is giving the misleading impression that these images are generated on the spot, and then walking it back in the fine print. It's a valid criticism, and lecturing people about the economics is not a charitable engagement with that criticism.
That seems backwards. I think GP's point that the critics on HN are themselves being uncharitable towards the site (or maybe just missed the explanation) by acting like it's a nefarious bait and switch, rather than considering the possibility that the author of the site is just trying to save on computing costs. He or she's not lecturing anyone about economics. In fact, if we want to talk about charity, I think that…
And the commenter most definitely was criticizing a very strawmanny 'expectation' that they pay 24/7 to serve an image generation app, which is projection of a view that wasn't expressed by anybody and is certainly not the most charitable reading of what people mean when they say the message creates a misleading impression.
For one example, a more reasonable 'expectation' would be that the language be changed to say it's a gallery of images already generated. Which is different from the uncharitable and unreasonable assertion that everyone is expecting them to pay to maintain a server.
Re: 1SecondPainting: Generate abstract paintings in one click
#95Earlier quoted context omitted.
That seems backwards. I think GP's point that the critics on HN are themselves being uncharitable towards the site (or maybe just missed the explanation) by acting like it's a nefarious bait and switch, rather than considering the possibility that the author of the site is just trying to save on computing costs. He or she's not lecturing anyone about economics. In fact, if we want to talk about charity, I think that…
The title literally says "generate abstract paintings in one click" and it is not doing that. I clicked on it expecting it to generate abstract paintings in one click, and now my disappointment is uncharitable?
Re: 1SecondPainting: Generate abstract paintings in one click
#96Judging by the URL of the images themselves these seem to be pre-generated, which makes me think there might have been some human selection process to filter out the badly generated ones. Still some really cool looking art in there, though. I'd be perfectly happy hanging some of these up in my apartment.
https://1secondpainting.com/wp-content/uploads/2020/07/8866....
(is there such thing as bad abstract art :-))
Re: 1SecondPainting: Generate abstract paintings in one click
#97Where is the 'order now' button? I'm not even kidding, I would put some of these prints on my wall!
Re: 1SecondPainting: Generate abstract paintings in one click
#98Judging by the URL of the images themselves these seem to be pre-generated, which makes me think there might have been some human selection process to filter out the badly generated ones. Still some really cool looking art in there, though. I'd be perfectly happy hanging some of these up in my apartment.
I don't think there is a filter or the filter is real bad https://1secondpainting.com/wp-content/uploads/2020/07/8866.... (is there such thing as bad abstract art :-))
Re: 1SecondPainting: Generate abstract paintings in one click
#99Earlier quoted context omitted.
The title literally says "generate abstract paintings in one click" and it is not doing that. I clicked on it expecting it to generate abstract paintings in one click, and now my disappointment is uncharitable?
What if they stockpiled enough images so that everyone was guaranteed a fresh image? Would there be any difference then?
Re: 1SecondPainting: Generate abstract paintings in one click
#100This isn't live/dynamically generated, but if it was, what would be a good way of architecting it in a basic implementation? Say you keep the WordPress site, do you then just send a request to some endpoint that is served by python which keeps the model in memory for quick responses?
The generated texts are then cached, and if not visited for a while - expire. But thanks to the ability to regenerate the same text from seed are still accessible from URL.