Tan commited on
Commit
1c2a997
·
verified ·
1 Parent(s): 3ddffde

Add model configuration

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "flux-kontext-lora",
3
+ "base_model": "black-forest-labs/FLUX.1-dev",
4
+ "lora_checkpoint": "flux_kontext_lora_v4_consolidated_000010000.safetensors",
5
+ "training_steps": 10000,
6
+ "dataset_size": 937,
7
+ "parameters": {
8
+ "steps": 20,
9
+ "cfg": 1.0,
10
+ "guidance": 5.0,
11
+ "sampler": "er_sde",
12
+ "scheduler": "kl_optimal",
13
+ "lora_strength": 1.0
14
+ }
15
+ }