added toggle for vae tiling, use custom memory buffer

This commit is contained in:
Concedo
2025-01-08 13:12:03 +08:00
parent d752846116
commit 568e476997
5 changed files with 44 additions and 2 deletions
+1
View File
@@ -149,6 +149,7 @@ struct sd_load_model_inputs
const int threads = 0;
const int quant = 0;
const bool taesd = false;
const bool notile = false;
const char * t5xxl_filename = nullptr;
const char * clipl_filename = nullptr;
const char * clipg_filename = nullptr;