We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5011832 commit 261b430Copy full SHA for 261b430
1 file changed
stable-diffusion.cpp
@@ -1311,6 +1311,11 @@ class StableDiffusionGGML {
1311
LOG_WARN("OOR");
1312
}
1313
1314
+ if(!decode){
1315
+ // TODO: also use and arg for this one?
1316
+ // to keep the compute buffer size consistent
1317
+ tile_size*=1.30539;
1318
+ }
1319
if (!use_tiny_autoencoder) {
1320
process_vae_input_tensor(x);
1321
if (vae_tiling && !decode_video) {
0 commit comments