feat: add configurable Qwen cache types and early cache scheduling (#2045)

This commit is contained in:
leejet
2026-09-25 01:51:01 +08:00
committed by GitHub
parent 4dfe8f5d45
commit 740c7ae193
11 changed files with 185 additions and 61 deletions
+2 -1
View File
@@ -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},
{"",