We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0739361 commit 1896b28Copy full SHA for 1896b28
stable-diffusion.cpp
@@ -174,6 +174,7 @@ class StableDiffusionGGML {
174
vae_decode_only = sd_ctx_params->vae_decode_only;
175
free_params_immediately = sd_ctx_params->free_params_immediately;
176
lora_model_dir = SAFE_STR(sd_ctx_params->lora_model_dir);
177
+ taesd_path = SAFE_STR(sd_ctx_params->taesd_path);
178
use_tiny_autoencoder = taesd_path.size() > 0;
179
vae_tiling = sd_ctx_params->vae_tiling;
180
0 commit comments