chore: 默认模型固定为 9B-Q4_K_M,测试页移除模型/分辨率选择器
测试结论: 9B-Q4_K_M 分辨率896 为最佳性价比组合。 - 三个工作流(0716add-hair-api/add_hair/hair_repaint)默认模型改为 flux-2-klein-9b-Q4_K_M.gguf (UnetLoaderGGUF节点) - test_interface2.html 移除 Flux模型/压图长边 下拉选择器, 接口调用不再传 flux_model/redraw_max_side,统一用工作流默认(Q4/896)
This commit is contained in:
+2
-2
@@ -170,10 +170,10 @@
|
||||
},
|
||||
"16": {
|
||||
"inputs": {
|
||||
"unet_name": "flux2.0/flux-2-klein-9b-fp8.safetensors",
|
||||
"unet_name": "flux-2-klein-9b-Q4_K_M.gguf",
|
||||
"weight_dtype": "fp8_e4m3fn_fast"
|
||||
},
|
||||
"class_type": "UNETLoader",
|
||||
"class_type": "UnetLoaderGGUF",
|
||||
"_meta": {
|
||||
"title": "UNet加载器"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user