AIImageStudio commited on
Commit
bcb2382
·
verified ·
1 Parent(s): 32aaae6

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +30 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "film gravure"
18
+ ],
19
+ "recommended_settings": {
20
+ "lora_strength": [0.7, 1.0],
21
+ "additional_prompts": [
22
+ "2000s film Japanese gravure photography style",
23
+ "Professional analog film photo",
24
+ "film grain",
25
+ "depth of field"
26
+ ]
27
+ },
28
+ "description": "LoRA for simulating the film photography style of Japanese gravure photos from the 2000s, focusing on film effects, subject composition, and lighting.",
29
+ "license": "apache-2.0"
30
+ }