I’m Hunter Perrin. I’m a software engineer.

I wrote an email service: https://port87.com

I write free software: https://github.com/sciactive

  • 8 Posts
  • 462 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle







  • You can buy extra fingers on Amazon. The one I found is called:

    10pcs Haunted Mansion Costume Fake Fingers Trick Finger Prosthetic Fingers Fake Soft Thumb Tarot Card Cloth Spooky Witch Nails Fake Party Nails Outfitt Toy Halloween Props

    Or one with Prime shipping:

    dophee Finger Magic Trick Fake Soft Thumb Tip Close Up Stage Show Prop Prank Toy (5Pcs)






  • You might be able to copy one stroke of a pen exactly, but the thousands or tens of thousands of strokes it takes to paint a painting? Like, yeah, you can copy a painting “close enough”, but it’s not exactly the same, because paint isn’t deterministic.

    As far as making a “close enough” copy that isn’t exactly the same with AI, you can just use any image as the input image and set the denoising strength to like .1. Then you’ll get basically the same image but it’ll have a different checksum. So if you wanna steal art, AI makes it way easier.

    There’s not really any human creativity in this process, or even using your own prompts, which is the whole point behind the copyright office denying this guy’s copyright claim. Maybe you could copyright your prompt, if it’s detailed enough.





  • It’s literally as true as it can possibly be. Given the same inputs (including the same seed), a diffusion model will produce exactly the same output every time. It’s deterministic in the most fundamental meaning of the word. That’s why when you share an image on CivitAI people like it when you share your input parameters, so they can duplicate the image. I have recreated the exact same images using models from there.

    Humans are not deterministic (at least as far as we know). If I give two people exactly the same prompt, and exactly the same “training data” (show them the same references, I guess), they will never produce the same output. Even if I give the same person the same prompt, they won’t be able to reproduce the same image again.