markury commited on
Commit
090eedb
1 Parent(s): 97d0527

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -85,11 +85,11 @@ You may reuse the base model text encoder for inference.
85
  ## Training settings
86
 
87
  - Training epochs: 0
88
- - Training steps: 300
89
  - Learning rate: 1e-05
90
  - Max grad norm: 0.01
91
- - Effective batch size: 8
92
- - Micro-batch size: 8
93
  - Gradient accumulation steps: 1
94
  - Number of GPUs: 1
95
  - Prediction type: flow-matching
@@ -101,8 +101,10 @@ You may reuse the base model text encoder for inference.
101
  - LyCORIS Config:
102
  ```json
103
  {
 
104
  "algo": "lokr",
105
  "multiplier": 1.0,
 
106
  "linear_dim": 10000,
107
  "linear_alpha": 1,
108
  "factor": 12,
@@ -112,9 +114,6 @@ You may reuse the base model text encoder for inference.
112
  ],
113
  "module_algo_map": {
114
  "Attention": {
115
- "factor": 12
116
- },
117
- "FeedForward": {
118
  "factor": 6
119
  }
120
  }
@@ -125,7 +124,7 @@ You may reuse the base model text encoder for inference.
125
  ## Datasets
126
 
127
  ### screencaps-1024
128
- - Repeats: 10
129
  - Total number of images: 379
130
  - Total number of aspect buckets: 1
131
  - Resolution: 1.048576 megapixels
@@ -133,6 +132,15 @@ You may reuse the base model text encoder for inference.
133
  - Crop style: None
134
  - Crop aspect: None
135
  - Used for regularisation data: No
 
 
 
 
 
 
 
 
 
136
 
137
 
138
  ## Inference
 
85
  ## Training settings
86
 
87
  - Training epochs: 0
88
+ - Training steps: 100
89
  - Learning rate: 1e-05
90
  - Max grad norm: 0.01
91
+ - Effective batch size: 4
92
+ - Micro-batch size: 4
93
  - Gradient accumulation steps: 1
94
  - Number of GPUs: 1
95
  - Prediction type: flow-matching
 
101
  - LyCORIS Config:
102
  ```json
103
  {
104
+ "bypass_mode": true,
105
  "algo": "lokr",
106
  "multiplier": 1.0,
107
+ "full_matrix": true,
108
  "linear_dim": 10000,
109
  "linear_alpha": 1,
110
  "factor": 12,
 
114
  ],
115
  "module_algo_map": {
116
  "Attention": {
 
 
 
117
  "factor": 6
118
  }
119
  }
 
124
  ## Datasets
125
 
126
  ### screencaps-1024
127
+ - Repeats: 0
128
  - Total number of images: 379
129
  - Total number of aspect buckets: 1
130
  - Resolution: 1.048576 megapixels
 
132
  - Crop style: None
133
  - Crop aspect: None
134
  - Used for regularisation data: No
135
+ ### screencaps-1024-crop
136
+ - Repeats: 0
137
+ - Total number of images: 379
138
+ - Total number of aspect buckets: 1
139
+ - Resolution: 1.048576 megapixels
140
+ - Cropped: True
141
+ - Crop style: random
142
+ - Crop aspect: square
143
+ - Used for regularisation data: No
144
 
145
 
146
  ## Inference