mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-12 21:38:58 +00:00
fix: make --taesd work (#731)
This commit is contained in:
parent
0739361bfe
commit
1896b28ef2
@ -174,6 +174,7 @@ public:
|
|||||||
vae_decode_only = sd_ctx_params->vae_decode_only;
|
vae_decode_only = sd_ctx_params->vae_decode_only;
|
||||||
free_params_immediately = sd_ctx_params->free_params_immediately;
|
free_params_immediately = sd_ctx_params->free_params_immediately;
|
||||||
lora_model_dir = SAFE_STR(sd_ctx_params->lora_model_dir);
|
lora_model_dir = SAFE_STR(sd_ctx_params->lora_model_dir);
|
||||||
|
taesd_path = SAFE_STR(sd_ctx_params->taesd_path);
|
||||||
use_tiny_autoencoder = taesd_path.size() > 0;
|
use_tiny_autoencoder = taesd_path.size() > 0;
|
||||||
vae_tiling = sd_ctx_params->vae_tiling;
|
vae_tiling = sd_ctx_params->vae_tiling;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user