| { | |
| "base_model": "black-forest-labs/flux.1-dev", | |
| "model_type": "lora", | |
| "lora_config": { | |
| "r": 16, | |
| "lora_alpha": 32, | |
| "target_modules": [ | |
| "to_q", | |
| "to_k", | |
| "to_v", | |
| "to_out.0" | |
| ], | |
| "lora_dropout": 0.1, | |
| "bias": "none" | |
| }, | |
| "trigger_words": [ | |
| "Asian young woman", | |
| "Japanese young woman", | |
| "Chinese young woman" | |
| ], | |
| "recommended_settings": { | |
| "lora_strength": [0.7, 1.0], | |
| "model_weight": 0.8, | |
| "clip_weight": 0.4 | |
| }, | |
| "version": "0.3", | |
| "description": "LoRA for generating Kolors-style Asian female faces with unique film-like tones and natural backgrounds, trained on a custom dataset.", | |
| "license": "apache-2.0" | |
| } |