Basically a deer with a human face. Despite probably being some sort of magical nature spirit, his interests are primarily in technology and politics and science fiction.

Spent many years on Reddit before joining the Threadiverse as well.

  • 0 Posts
  • 4.13K Comments
Joined 2 years ago
cake
Cake day: March 3rd, 2024

help-circle




  • Apparently there is a mechanism in the basic QR-code-generating algorithm that does something like this.

    There are eight different patterns that can be used to display any given QR code’s data. All eight versions get generated internally by the generation software and then they’re assigned scores that penalize them based on various patterns:

    • Large monochromatic blocks, anything more than 2x2 pixels of the same colour (white or black)
    • Long lines of either colour
    • Anything matching the “finder patterns” (the squares at the corners)
    • Imbalance between 50% black and white pixels

    The best one of the eight is the one that’s actually printed.

    So a swastika isn’t explicitly searched for, but given that a swastika is composed of a bunch of long lines a QR code pattern like that would get penalized pretty harshly. The seven other QR codes would have to be even worse for it to slip through, and I bet the odds are pretty low for that.








  • Ah. After poking around in the Gradio UI a bit, I found an “Enable ADG” but the tooltip says it’s “Angle Domain Guidance”, same thing?

    I’m a programmer, but sometimes with AI I feel like a primitive tribesperson blindly attempting various rituals in an effort to appease the machine spirits. Eventually something works, and then I just keep on doing that.

    Edit: I have angered the gods! My ritual failed! When I enabled ADG the spirits smote me with the following:

    RuntimeError: The size of tensor a (11400) must match the size of tensor b (5700) at non-singleton dimension 1

    Guess I won’t be trying that for now. :)


  • ADG == Audio-Driven Guidance? I haven’t played around with that part much. I tried it out and couldn’t get it to work, but it turned out that the reason ACE Step wasn’t working was unrelated to that and I only figured out what was wrong after I stopped experimenting with ADG. So I haven’t gone back to try it again.

    I’m not really much of a music connoisseur, I just know what I like when I hear it. So mostly I just put together lyrics and then throw them at the wall to see what sounds good. :)





  • I’d love to hear what local model you settle on for lyrics, I’ve been having a lot of fun with ACE-Step 1.5 but the lyric generator it’s bundled with produces semi-nonsense lyrics that have nothing to do with what I prompt it with. Which is actually kind of fun in its own way, I literally never know what the song’s going to be about, but I’d like a little control sometimes too. :)