YingqingHe / ScaleCrafter

[ICLR 2024 Spotlight] Official implementation of ScaleCrafter for higher-resolution visual generation at inference time.
487 stars 29 forks source link

Bug report: VAE tiling VRAM usage & non-square generation speed #19

Open SLAPaper opened 11 months ago

SLAPaper commented 11 months ago
  1. use the --vae_tiling args seems using absurdly high VRAM when vae decoding, >2x than not using it, is there something wrong?
  2. non-square config seems generation at a speed near bigger one, rather than between (2048x1024 as slow as 2048x2048, not in between 1024x1024 and 2048x2048), is it intentional?