garidaymon2 commited on
Commit
5ddbcbd
·
verified ·
1 Parent(s): 8db0b2c

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +23 -0
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "engine": "kohya",
3
+ "unetLR": 0.0005,
4
+ "clipSkip": 1,
5
+ "loraType": "lora",
6
+ "keepTokens": 0,
7
+ "networkDim": 2,
8
+ "numRepeats": 19,
9
+ "resolution": 1024,
10
+ "lrScheduler": "cosine_with_restarts",
11
+ "minSnrGamma": 5,
12
+ "noiseOffset": 0.1,
13
+ "targetSteps": 366,
14
+ "enableBucket": true,
15
+ "networkAlpha": 16,
16
+ "optimizerType": "AdamW8Bit",
17
+ "textEncoderLR": 0,
18
+ "maxTrainEpochs": 7,
19
+ "shuffleCaption": false,
20
+ "trainBatchSize": 4,
21
+ "flipAugmentation": false,
22
+ "lrSchedulerNumCycles": 3
23
+ }