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