sdxl-lora-headshot / adapter_config.json
theoracle's picture
Create adapter_config.json
8b1b96c verified
raw
history blame contribute delete
229 Bytes
{
"base_model_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
"peft_type": "LORA",
"task_type": "TEXT_TO_IMAGE",
"r": 4,
"lora_alpha": 16,
"lora_dropout": 0.1,
"fan_in_fan_out": false,
"bias": "none"
}