Show HN: Web app to generate AI pictures with logos "hidden" in them (logopictureai.com)
Some time ago I built a site that generates AI pictures in a style of GitHub logo (https://octoart.vercel.app/). It's completely free, and even official GitHub accounts in Twitter and Instagram (yes turns out they have Instagram) posted about it. It was fun.
So I thought it would be cool to build an app that works with any logo, so people can generate nice branded pictures with their logo.
I went on to build https://logopictureai.com/. It's build with Next.js, Replicate API and Supabase.
It's a very early version, I built it in a weekend.
It works like this: your upload a logo, type a prompt (or select a predefined one), select number of variations to generate and click a button. Images will be delivered to your email in 2-3 minutes.
As I said, it's pretty early and I am not sure if it's really useful. It works decently with most logos, but sometimes can generate something weird.
Anyways, would love to hear your thought. Thanks!
58 comments
[ 5.2 ms ] story [ 111 ms ] threadFYI: all links on the bottom of your page lead to a 404. (Contact us Terms & Conditions Refund Policy Blog)
I can also add like ~5 free images to new accounts when they sign up. Adding more might get pricey for me.
Thanks for your thoughts
Example: "You can no longer puzzle over where to get beautiful pictures" makes it sound like "You can't solve this picture puzzle anymore", which isn't what you meant. Maybe something like "Stop worrying and let LogoPicture make you the perfect brand image" or "Make a beautiful photo with your logo", etc.
But that's just one of the many awkward phrases on the page.
As a frontend dev, this is my favorite part of the work! I wish there was an easy way to find open-source projects wanting UI help in particular. Is there?
This guy! https://news.ycombinator.com/item?id=38044782
Definitely a nice convenience feature to have someone pre-select the settings, but very doable for anyone with tech experience to set up by themselves.
https://huggingface.co/spaces/AP123/IllusionDiffusion
If there were a way to fine-tune, then pick 10 or something, it would be a lot more useful. Could even watermark or something to keep freeloaders away, hopefully you get the idea.
The critical error of OP's attempt at this was not spending the barest amount of thought or time on designing the website or writing reasonable copy. That, and the number of businesses who will use this are much smaller than the population of regular people who want to do something like AI-ify their profile photos.
Meanwhile if people still had to do this stuff by hand in Photoshop, you could probably milk the gimmick for at least a couple of years Thomas Kinkade style.
I'm reminded a bit of million dollar homepage and all the fast-follow clones that each earned about 86¢.
I went looking at the details of the original spiral medieval town and all I found was a woman’s skirt standing on its own with no body. And I know perfectly well the AI isn’t trying to say anything clever with that.
Prior to AI, you’d stare at an image like this and I believe most of the magic was marveling at the cleverness & craft of the person who painstakingly created the illusion. That you could think, “wow I’d never have the patience, talent, or dedication to make something like that.”
It's not that interesting as a hacker news post, or somewhere else with a tech audience.
The actual value for these things is in the mainstream, making content creation and graphic design easier.
In those fields, it's not about the novelty of, "wow that's impressive, how did they do that?". It's just about creating engaging content which is aesthetic and pleasing to people.
In a way, the same is true of photography and digital art already, so this isn't a total condemnation (that is, most pieces have almost no value). I just don't think this particular kind of image generation is going to be a vehicle for anything noteworthy.
Yeah I think it took approximately 1 AI image of cats spelling naughty words for me to crest that hill and lose interest in the entire technology. It's a technique that was only ever interesting because it took effort and cleverness, it turns out.
I use things like remove.bg (a background remover) or VectorMagic (for raster vectorization) frequently, even though I have decades of experience in Adobe. Sometimes it's just easier/good enough to go through a dedicated tool that repackages some common workflow into a simpler wizard rather than have to DIY everything.
I tried to set up my own stable diffusion workflow the other day, using the ready-built GUI app Draw Things. Several hours of work and many gigabytes later, I managed to create several iterations of low-quality images that reminded me of early AI a few years ago. None of it approached the ease of use or output quality of, say, Midjourney, much less the state of the art these days (whatever it may be).
Maybe I could've tinkered with it for a few more days/weeks, but why? It's just an occasional toy hobby use for me, not something I want to get a degree in just to understand.
My main gripe with these services is their pricing model. I don't want to subscribe to something I might only use a few times a year. Wish I could just plop down like $10-$20 for a bucket of tokens that I can use-as-I-go. But that's not very sustainable for their business, I guess.
Vector is another matter. I don't think you'd want to try to vectorize the output from this, but again, there are a bunch of AI tools for doing it.
Agreed on this not being the type of image you’d vectorize. In this specific case I’d want high res images suitable for print, or for a logo on a 4k video, etc.
Snarkiness aside, the website looks awful on mobile, half the screen is not used, overflow issues, etc.
When ControlNet first became mainstream I generated a fun series of tech company logo charcuterie boards using the Canny ControlNet and SD 1.5: https://www.reddit.com/r/StableDiffusion/comments/11bp30o/te...
Of course now with SDXL you can create very good ControlNet-constrained images.
EDIT: In another comment the OP confirms it uses an optical illusion ControlNet implementation.
The English on the it is very bad and unnatural, and unfortunately it's right at the start
"You can no longer puzzle over where to get beautiful pictures for your brand. You can create optical illusion art with your logo in a few minutes!"
You really need to fix this!
Also consider adding a way to just wait and download the image from the website itself!
Downloading pictures from the website will be added soon, just wanted to launch the thing as fast as possible
You might want to get a rate limiter - expose yourself a tiny bit and offer a free tier before asking for money right away, it is a bit turn off for visitors.
But nevertheless bold move posting your replicate API based paywall website at HN first.