fyp1 commited on
Commit
9e64ddd
1 Parent(s): 93c306b

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +9 -0
adapter_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "black-forest-labs/FLUX.1-dev",
3
+ "adapter_weights_name_or_path": "fyp1/flux_dev_finetune/model.safetensors",
4
+ "adapter_type": "lora",
5
+ "network": {
6
+ "linear": 16,
7
+ "linear_alpha": 32
8
+ }
9
+ }