Skip to content

Commit 1896b28

Browse files
authored
fix: make --taesd work (#731)
1 parent 0739361 commit 1896b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stable-diffusion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ class StableDiffusionGGML {
174174
vae_decode_only = sd_ctx_params->vae_decode_only;
175175
free_params_immediately = sd_ctx_params->free_params_immediately;
176176
lora_model_dir = SAFE_STR(sd_ctx_params->lora_model_dir);
177+
taesd_path = SAFE_STR(sd_ctx_params->taesd_path);
177178
use_tiny_autoencoder = taesd_path.size() > 0;
178179
vae_tiling = sd_ctx_params->vae_tiling;
179180

0 commit comments

Comments
 (0)