mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-09-27 08:27:46 -05:00
feat: add configurable Qwen cache types and early cache scheduling (#2045)
This commit is contained in:
@@ -518,7 +518,8 @@ ArgOptions SDContextParams::get_options() {
|
||||
{"",
|
||||
"--model-args",
|
||||
"extra model args, key=value list. Supports chroma_use_dit_mask, chroma_use_t5_mask, "
|
||||
"chroma_t5_mask_pad, qwen_image_zero_cond_t, qwen_image_2_1_prefix_cache",
|
||||
"chroma_t5_mask_pad, qwen_image_zero_cond_t, qwen_image_2_1_prefix_cache, "
|
||||
"qwen_image_2_1_prefix_cache_type (auto or a type name from --type)",
|
||||
(int)',',
|
||||
&model_args},
|
||||
{"",
|
||||
|
||||
Reference in New Issue
Block a user