refactor: remove vae_decode_only context flag (#1653)

This commit is contained in:
leejet
2026-06-14 15:23:29 +08:00
committed by GitHub
parent bdb431ad95
commit 749186c0eb
7 changed files with 16 additions and 78 deletions

View File

@@ -85,7 +85,7 @@ int main(int argc, const char** argv) {
LOG_DEBUG("%s", ctx_params.to_string().c_str());
LOG_DEBUG("%s", default_gen_params.to_string().c_str());
sd_ctx_params_t sd_ctx_params = ctx_params.to_sd_ctx_params_t(false, false);
sd_ctx_params_t sd_ctx_params = ctx_params.to_sd_ctx_params_t(false);
SDCtxPtr sd_ctx(new_sd_ctx(&sd_ctx_params));
if (sd_ctx == nullptr) {