AIImageStudio commited on
Commit
b0ba449
·
verified ·
1 Parent(s): 4ee1805

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "black-forest-labs/flux.1-dev",
3
+ "model_type": "lora",
4
+ "lora_config": {
5
+ "r": 16,
6
+ "lora_alpha": 32,
7
+ "target_modules": [
8
+ "to_q",
9
+ "to_k",
10
+ "to_v",
11
+ "to_out.0"
12
+ ],
13
+ "lora_dropout": 0.1,
14
+ "bias": "none"
15
+ },
16
+ "trigger_words": [
17
+ "Asian young woman",
18
+ "Japanese young woman",
19
+ "Chinese young woman"
20
+ ],
21
+ "recommended_settings": {
22
+ "lora_strength": [0.7, 1.0],
23
+ "model_weight": 0.8,
24
+ "clip_weight": 0.4
25
+ },
26
+ "version": "0.3",
27
+ "description": "LoRA for generating Kolors-style Asian female faces with unique film-like tones and natural backgrounds, trained on a custom dataset.",
28
+ "license": "apache-2.0"
29
+ }