chore: llama-box parameters
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user