mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 15:16:24 +08:00
fix: sd3 model default select
This commit is contained in:
@@ -23,7 +23,7 @@ const sdCommonParams = (model: string, data: any) => {
|
||||
name: locales.SdPanel.ModelVersion,
|
||||
value: "model",
|
||||
type: "select",
|
||||
default: 0,
|
||||
default: "sd3-medium",
|
||||
support: ["sd3"],
|
||||
options: [
|
||||
{ name: "SD3 Medium", value: "sd3-medium" },
|
||||
@@ -311,6 +311,7 @@ export function SdPanel() {
|
||||
img_data: "",
|
||||
};
|
||||
sendSdTask(data, sdListDb, execCountInc, () => {
|
||||
console.log(currentModel.value);
|
||||
setParams(getModelParamBasicData(columns, params, true));
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user