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

@@ -196,7 +196,6 @@ typedef struct {
uint32_t embedding_count;
const char* photo_maker_path;
const char* tensor_type_rules;
bool vae_decode_only;
int n_threads;
enum sd_type_t wtype;
enum rng_type_t rng_type;