Instructions to use khizar01/animatediff-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use khizar01/animatediff-lora with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Delete adapter_config.json
#1
by khizar01 - opened
{
"peft_type": "LORA",
"task_type": "UNET",
"base_model_name_or_path": "runwayml/stable-diffusion-v1-5",
"r": 16,
"lora_alpha": 16,
"lora_dropout": 0.05,
"bias": "none",
"target_modules": [
"to_q",
"to_k",
"to_v",
"to_out.0"
],
"inference_mode": true
}
khizar01 changed pull request status to closed