File size: 748 Bytes
bcb2382 | 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 30 | {
"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": [
"film gravure"
],
"recommended_settings": {
"lora_strength": [0.7, 1.0],
"additional_prompts": [
"2000s film Japanese gravure photography style",
"Professional analog film photo",
"film grain",
"depth of field"
]
},
"description": "LoRA for simulating the film photography style of Japanese gravure photos from the 2000s, focusing on film effects, subject composition, and lighting.",
"license": "apache-2.0"
} |