ls / adapter_config.json
sscorzo's picture
Create adapter_config.json
150ceba verified
{
"base_model_name_or_path": "black-forest-labs/FLUX.1-dev",
"peft_type": "LORA",
"task_type": "feature-extraction",
"r": 16,
"lora_alpha": 16,
"target_modules": ["attn.to_k", "attn.to_q", "attn.to_v", "attn.to_out.0"]
}