chore: llama-box parameters

This commit is contained in:
jialin
2025-01-14 18:58:07 +08:00
parent 42d703ca1d
commit 35991ff5d6
9 changed files with 498 additions and 554 deletions
@@ -68,7 +68,7 @@ const advancedFieldsDefaultValus = {
sampling_steps: 10,
negative_prompt: null,
schedule_method: 'discrete',
preview: null
preview: 'preview_faster'
};
const openaiCompatibleFieldsDefaultValus = {
@@ -70,7 +70,7 @@ const advancedFieldsDefaultValus = {
strength: 0.75,
sampling_steps: 10,
negative_prompt: null,
preview: null,
preview: 'preview_faster',
schedule_method: 'discrete'
};
+2 -2
View File
@@ -311,7 +311,7 @@ export const ImageAdvancedParamsConfig: ParamsSchema[] = [
},
attrs: {
min: 1.0,
max: 10,
max: 100,
step: 0.1
},
rules: [
@@ -334,7 +334,7 @@ export const ImageAdvancedParamsConfig: ParamsSchema[] = [
},
attrs: {
min: 1.0,
max: 10,
max: 100,
step: 0.1
},
rules: [