The funny thing is that no-one AFAICT has realized that the same content can be encoded in different-looking QR codes. Beside the obvious (different error-correction levels), the content itself can be changed while maintaining its semantic meaning (e.g. " https://example.com/foo ", "HTTPS://EXAMPLE.COM/foo", or "HtTpS://eXaMpLe.CoM/foo" are all semantically identical) and even the QR encoding itself can be tweaked (e…
QR codes have several different bit-pattern masks, which an encoder should choose between to avoid blocks or runs.. so even without altering the URL there are different outputs. [A-Z0-9] encodes a lot more efficiently than [a-zA-Z0-9] so there are other considerations when altering a url.
How to make a QR code with Stable Diffusion
41–50 of 75 posts
Re: How to make a QR code with Stable Diffusion
#42Earlier quoted context omitted.
Diffusion models cannot generate a qr code by itself. The article even shows you need to generate the base image yourself. What you are proposing would mean bruteforcing the QR codes until we see a better shape.
Sure, but as I mentioned it has absolutely nothing to do with the CRC calculation, that is what you claimed.
Re: How to make a QR code with Stable Diffusion
#43Re: How to make a QR code with Stable Diffusion
#44https://mp.weixin.qq.com/s/i4WR5ULH1ZZYl8Watf3EPw
They talk about a custom QR codes ControlNet.
Re: How to make a QR code with Stable Diffusion
#45As an engineer, the lack of consideration for the matter of how much one should corrupt a signal (which might be scanned under different conditions, such as different light levels and resolutions) is grating to me. It’s like scratching a design onto the bottom of an audio CD, playing it, and if it works on your CD player, shipping it. “Works for me”
Meanwhile, bare QR codes are ugly AF and draw the eye away from any other design... Things like this might lead to greater use.
Re: How to make a QR code with Stable Diffusion
#46Re: How to make a QR code with Stable Diffusion
#47Earlier quoted context omitted.
Sure, but as I mentioned it has absolutely nothing to do with the CRC calculation, that is what you claimed.
Without CRC calculation you could just check which square correspond to which letter and possibly change the letter casing. But with CRC it will leads to squares changing in the CRC area.
Re: How to make a QR code with Stable Diffusion
#48Re: How to make a QR code with Stable Diffusion
#49As an engineer, the lack of consideration for the matter of how much one should corrupt a signal (which might be scanned under different conditions, such as different light levels and resolutions) is grating to me. It’s like scratching a design onto the bottom of an audio CD, playing it, and if it works on your CD player, shipping it. “Works for me”
What is the quality metric?
Does it need to work in an emergency?
Does it need to look cool more than it needs to work instantly? (like an ad)
Also, I imagine most people use like 3 QR code readers, snapchat, the camera app for ios/android. Seems pretty trivial to test for 80% of the population.