shreenithi20 commited on
Commit
a5a360a
·
verified ·
1 Parent(s): 8c2a719

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_type": "lora",
3
+ "r": 16,
4
+ "alpha": 16,
5
+ "target_modules": ["all"],
6
+ "base_model_name_or_path": "black-forest-labs/FLUX.1-dev",
7
+ "peft_type": "LORA",
8
+ "inference_mode": true
9
+ }