tommycik commited on
Commit
94fb56e
·
verified ·
1 Parent(s): 93f3149

Upload training_config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_config.yaml +13 -0
training_config.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ N4: true
2
+ checkpointing_steps: 250
3
+ controlnet_model: InstantX/FLUX.1-dev-Controlnet-Canny
4
+ controlnet_type: canny
5
+ gradient_accumulation_steps: 4
6
+ hub_model_id: tommycik/ControlNetCannyReducedNew
7
+ learning_rate: 5e-06
8
+ mixed_precision: 'no'
9
+ resolution: 256
10
+ steps: 1000
11
+ train_batch_size: 1
12
+ validation_image: None
13
+ validation_steps: 125