flux_dev_finetune / config.json
fyp1's picture
Rename config.yaml to config.json
b560dd4 verified
raw
history blame contribute delete
199 Bytes
{
"model_type": "diffusion",
"pipeline_tag": "text-to-image",
"vae": {
"type": "AutoencoderKL"
},
"scheduler": {
"type": "FlowMatchEulerDiscreteScheduler"
}
}