points by gregsadetsky 3 years ago

Bananas. Thanks so much... to everyone involved. It works.

14 seconds to generate an image on an M1 Max with the given instructions (`--n_samples 1 --n_iter 1`)

Also, interesting/curious small note: images generated with this script are "invisibly watermarked" i.e. steganographied!

See https://github.com/bfirsh/stable-diffusion/blob/main/scripts...

grishka 3 years ago

> Also, interesting/curious small note: images generated with this script are "invisibly watermarked" i.e. steganographied!

Why?

  • Retr0id 3 years ago

    So that future iterations of StableDiffusion (or similar models) don't end up getting trained on their own outputs.

    • hifikuno 3 years ago

      Oh wow, I didn't even think of that. I am pretty sure a few of the repo's have turned off the invisible watermark, I wonder if that will have consequences down the line for training data.

    • gregsadetsky 3 years ago

      ... so this means that watermarking an image you own is probably the only way to avoid it being used for training further models? :-)