We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846924e commit 95ce1adCopy full SHA for 95ce1ad
1 file changed
stable-diffusion.cpp
@@ -1305,6 +1305,11 @@ class StableDiffusionGGML {
1305
LOG_WARN("OOR");
1306
}
1307
1308
+ if(!decode){
1309
+ // TODO: also use and arg for this one?
1310
+ // to keep the compute buffer size consistent
1311
+ tile_size*=1.30539;
1312
+ }
1313
if (!use_tiny_autoencoder) {
1314
process_vae_input_tensor(x);
1315
if (vae_tiling && !decode_video) {
0 commit comments