chore: image args update

This commit is contained in:
jialin
2024-12-24 16:43:19 +08:00
parent bafbb39883
commit e74cda3c0f
2 changed files with 6 additions and 6 deletions
@@ -48,11 +48,11 @@ interface MessageProps {
}
const advancedFieldsDefaultValus = {
seed: null,
sampler: 'euler_a',
sample_method: 'euler_a',
cfg_scale: 4.5,
sample_steps: 10,
sampling_steps: 10,
negative_prompt: null,
schedule: 'discrete'
schedule_method: 'discrete'
};
const openaiCompatibleFieldsDefaultValus = {