chore: update img args

This commit is contained in:
jialin
2024-12-27 14:56:06 +08:00
parent 9912b5037d
commit fb0a2798e7
@@ -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 = {