this post was submitted on 22 Sep 2024
14 points (100.0% liked)
Stable Diffusion
4308 readers
10 users here now
Discuss matters related to our favourite AI Art generation technology
Also see
Other communities
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Have you determined that whatever you're presently doing isn't reproducible? I mean, if the concern is that tiling is a factor relative to non-tiling, okay, but if someone else is tiling, l'd think that they'd get the same output.
I haven't determined that. I only have one device set up to run SD and haven't organized any test with someone else.
That's true, I'll check to see if the metadata mentions the tiling was used.
If you're talking about that VAE tiling feature or or Tiled Diffusion or whatever it's called, I think that it shows up in the text below the image in A1111, and I think that anything that shows up there is also stored in the generated image's comment metadata.
I don't normally use Tiled Diffusion, if that's what you're referring to, but let me see if I can go generate something with it and check.
checks
Yeah, text:
Tiled Diffusion: {"Method": "MultiDiffusion", "Tile tile width": 96, "Tile tile height": 96, "Tile Overlap": 48, "Tile batch size": 4},
gets added to the text below the image and to the image metadata.That being said, I don't know how far I'd trust the image metadata for reproducibility if this is a hard requirement you're looking for. I have definitely seen various settings that mention that they induce non-deterministic behavior, and I'm not sure that all of those are encoded in the metadata. Also, while the version (and looks like git hash of built version) is encoded, I'm sure that not everyone is using the same version, and I don't know what compatibility is like across versions.
EDIT: For example, see the "Optimizations" here:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Optimizations
You have a bunch of A1111 command-line optimizations options that have descriptions like:
And those are not encoded in the image metadata, and that'll make a given output non-reproducible.