We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3fd19 commit 33bbf7fCopy full SHA for 33bbf7f
1 file changed
stable-diffusion.cpp
@@ -1297,6 +1297,11 @@ class StableDiffusionGGML {
1297
LOG_WARN("OOR");
1298
}
1299
1300
+ if(!decode){
1301
+ // TODO: also use and arg for this one?
1302
+ // to keep the compute buffer size consistent
1303
+ tile_size*=1.30539;
1304
+ }
1305
if (!use_tiny_autoencoder) {
1306
process_vae_input_tensor(x);
1307
if (vae_tiling && !decode_video) {
0 commit comments