chore: update img args
This commit is contained in:
@@ -49,12 +49,12 @@ interface MessageProps {
|
|||||||
}
|
}
|
||||||
const advancedFieldsDefaultValus = {
|
const advancedFieldsDefaultValus = {
|
||||||
seed: 1,
|
seed: 1,
|
||||||
sampler: 'euler_a',
|
sample_method: 'euler_a',
|
||||||
cfg_scale: 4.5,
|
cfg_scale: 4.5,
|
||||||
sample_steps: 10,
|
sampling_steps: 10,
|
||||||
negative_prompt: null,
|
negative_prompt: null,
|
||||||
preview: null,
|
preview: null,
|
||||||
schedule: 'discrete'
|
schedule_method: 'discrete'
|
||||||
};
|
};
|
||||||
|
|
||||||
const openaiCompatibleFieldsDefaultValus = {
|
const openaiCompatibleFieldsDefaultValus = {
|
||||||
|
|||||||
Reference in New Issue
Block a user