forked from ggml-org/llama.cpp
-
Notifications
You must be signed in to change notification settings - Fork 662
VAE tiling may cause image interference between generations #1603
Copy link
Copy link
Closed
leejet/stable-diffusion.cpp
#703Description
With the default VAE tiling, some image generations can seemingly be corrupted by previously generated images.
A test with plain text2img, model cyberrealisticPony_semiRealV30, DMD LoRA at 1.0, LCM 8 steps, CFG 1, Seed 1, 1024x640, VAE tiling on, in sequence (no batch, just clicking Generate repeatedly):
- prompt: "car", 5 generations:
- prompt: "forest", 1 generation:
- prompt "forest", 2 generations:
- prompt "forest", 1 generation:
These were generated on rocm build a7706be , but I see the same behavior with Vulkan on the 1.93.2 build.
I can't reproduce it when disabling VAE tiling, so this could be related to leejet/stable-diffusion.cpp#588 (but I get a warning "Requested buffer size (4362076160) exceeds device memory allocation limit (4294967292)!" when disabling VAE tiling, so I don't know if I can really trust this test).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels



