File size: 687 Bytes
b0ba449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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"
}