this post was submitted on 23 Nov 2024
5 points (100.0% liked)

Stable Diffusion

4412 readers
8 users here now

Discuss matters related to our favourite AI Art generation technology

Also see

Other communities

founded 2 years ago
MODERATORS
 

Basically, I want to make an artistic QR code of a website I made for my girlfriend, and then ship her a jigsaw puzzle of the QR code art.

There's lots of services online that generate AI image QR codes, but the problem is they all max out at like 1024x1024. I need something at least 5x bigger than that for a physical, 1000 piece jigsaw puzzle. If I use an upscaler, it looks uncanny when you zoom in.

Basically, I want to make something like this, but much higher res: https://i.imgur.com/TeDvEgL.png

Any ideas?

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 months ago* (last edited 2 months ago) (1 children)

I just Googled "SVG qr code generator" and found this: https://qrplanet.com/qr-code-generator-svg

SVG is a vector format so you can expand or shrink it without losing quality. So you could maybe bring it to 5000x5000 with illustrator/krita and then export to a raster format (jpg/png) so you can modify it how you want

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago)

That's great but what I'm trying to do is artistic QR generation like the example I linked in the post

[–] [email protected] 5 points 2 months ago

You can also generate a lower quality image and use an AI upscaler to increase the size of your artistic QR code.

[–] [email protected] 2 points 2 months ago (2 children)

Hmm I found this, looks like I could clone it and adjust the output resolution if I get A1111 working locally: https://huggingface.co/spaces/huggingface-projects/QR-code-AI-art-generator

[–] [email protected] 2 points 2 months ago (1 children)

This was what I came to suggest for you

[–] [email protected] 2 points 2 months ago

I actually forked this and customized the code. I'll publish it soon so others can follow

[–] [email protected] 2 points 2 months ago

You can try HordeNG which has the ability to generate QR codes within a picture of your choosing. You can choose a resolution of 1024x1024 and a 4x upscaler which would bring the resolution to 4096x4096.

I don't think all of that is possible with an account with no kudos (credits), but feel free to PM me, I can gift you an api key with some kudos to play around.