Commit 0d9a3a4
committed
merge dev, replace resume and lora+ with upstream (untested)
Squashed commit of the following:
commit 56bb81c
Author: Kohya S <[email protected]>
Date: Wed Jun 12 21:39:35 2024 +0900
add grad_hook after restore state closes kohya-ss#1344
commit 22413a5
Merge: 3259928 18d7597
Author: Kohya S <[email protected]>
Date: Tue Jun 11 19:52:03 2024 +0900
Merge pull request kohya-ss#1359 from kohya-ss/train_resume_step
Train resume step
commit 18d7597
Author: Kohya S <[email protected]>
Date: Tue Jun 11 19:51:30 2024 +0900
update README
commit 4a44188
Merge: 4dbcef4 3259928
Author: Kohya S <[email protected]>
Date: Tue Jun 11 19:27:37 2024 +0900
Merge branch 'dev' into train_resume_step
commit 3259928
Merge: 1a104dc 5bfe5e4
Author: Kohya S <[email protected]>
Date: Sun Jun 9 19:26:42 2024 +0900
Merge branch 'dev' of https://github.com/kohya-ss/sd-scripts into dev
commit 1a104dc
Author: Kohya S <[email protected]>
Date: Sun Jun 9 19:26:36 2024 +0900
make forward/backward pathes same ref kohya-ss#1363
commit 58fb648
Author: Kohya S <[email protected]>
Date: Sun Jun 9 19:26:09 2024 +0900
set static graph flag when DDP ref kohya-ss#1363
commit 5bfe5e4
Merge: e5bab69 4ecbac1
Author: Kohya S <[email protected]>
Date: Thu Jun 6 21:23:24 2024 +0900
Merge pull request kohya-ss#1361 from shirayu/update/github_actions/crate-ci/typos-1.21.0
Bump crate-ci/typos from 1.19.0 to 1.21.0, fix typos, and updated _typos.toml (Close kohya-ss#1307)
commit 4ecbac1
Author: Yuta Hayashibe <[email protected]>
Date: Wed Jun 5 16:31:44 2024 +0900
Bump crate-ci/typos from 1.19.0 to 1.21.0, fix typos, and updated _typos.toml (Close kohya-ss#1307)
commit 4dbcef4
Author: Kohya S <[email protected]>
Date: Tue Jun 4 21:26:55 2024 +0900
update for corner cases
commit 321e24d
Merge: e5bab69 3eb27ce
Author: Kohya S <[email protected]>
Date: Tue Jun 4 19:30:11 2024 +0900
Merge pull request kohya-ss#1353 from KohakuBlueleaf/train_resume_step
Resume correct step for "resume from state" feature.
commit e5bab69
Author: Kohya S <[email protected]>
Date: Sun Jun 2 21:11:40 2024 +0900
fix alpha mask without disk cache closes kohya-ss#1351, ref kohya-ss#1339
commit 3eb27ce
Author: Kohaku-Blueleaf <[email protected]>
Date: Fri May 31 12:24:15 2024 +0800
Skip the final 1 step
commit b2363f1
Author: Kohaku-Blueleaf <[email protected]>
Date: Fri May 31 12:20:20 2024 +0800
Final implementation
commit 0d96e10
Merge: ffce3b5 fc85496
Author: Kohya S <[email protected]>
Date: Mon May 27 21:41:16 2024 +0900
Merge pull request kohya-ss#1339 from kohya-ss/alpha-masked-loss
Alpha masked loss
commit fc85496
Author: Kohya S <[email protected]>
Date: Mon May 27 21:25:06 2024 +0900
update docs for masked loss
commit 2870be9
Merge: 71ad3c0 ffce3b5
Author: Kohya S <[email protected]>
Date: Mon May 27 21:08:43 2024 +0900
Merge branch 'dev' into alpha-masked-loss
commit 71ad3c0
Author: Kohya S <[email protected]>
Date: Mon May 27 21:07:57 2024 +0900
Update masked_loss_README-ja.md
add sample images
commit ffce3b5
Merge: fb12b6d d50c1b3
Author: Kohya S <[email protected]>
Date: Mon May 27 21:00:46 2024 +0900
Merge pull request kohya-ss#1349 from rockerBOO/patch-4
Update issue link
commit a4c3155
Author: Kohya S <[email protected]>
Date: Mon May 27 20:59:40 2024 +0900
add doc for mask loss
commit 58cadf4
Merge: e8cfd4b fb12b6d
Author: Kohya S <[email protected]>
Date: Mon May 27 20:02:32 2024 +0900
Merge branch 'dev' into alpha-masked-loss
commit d50c1b3
Author: Dave Lage <[email protected]>
Date: Mon May 27 01:11:01 2024 -0400
Update issue link
commit e8cfd4b
Author: Kohya S <[email protected]>
Date: Sun May 26 22:01:37 2024 +0900
fix to work cond mask and alpha mask
commit fb12b6d
Merge: febc5c5 00513b9
Author: Kohya S <[email protected]>
Date: Sun May 26 19:45:03 2024 +0900
Merge pull request kohya-ss#1347 from rockerBOO/lora-plus-log-info
Add LoRA+ LR Ratio info message to logger
commit 00513b9
Author: rockerBOO <[email protected]>
Date: Thu May 23 22:27:12 2024 -0400
Add LoRA+ LR Ratio info message to logger
commit da6fea3
Author: Kohya S <[email protected]>
Date: Sun May 19 21:26:18 2024 +0900
simplify and update alpha mask to work with various cases
commit f2dd43e
Author: Kohya S <[email protected]>
Date: Sun May 19 19:23:59 2024 +0900
revert kwargs to explicit declaration
commit db67529
Author: u-haru <[email protected]>
Date: Sun May 19 19:07:25 2024 +0900
画像のアルファチャンネルをlossのマスクとして使用するオプションを追加 (kohya-ss#1223)
* Add alpha_mask parameter and apply masked loss
* Fix type hint in trim_and_resize_if_required function
* Refactor code to use keyword arguments in train_util.py
* Fix alpha mask flipping logic
* Fix alpha mask initialization
* Fix alpha_mask transformation
* Cache alpha_mask
* Update alpha_masks to be on CPU
* Set flipped_alpha_masks to Null if option disabled
* Check if alpha_mask is None
* Set alpha_mask to None if option disabled
* Add description of alpha_mask option to docs
commit febc5c5
Author: Kohya S <[email protected]>
Date: Sun May 19 19:03:43 2024 +0900
update README
commit 4c79812
Author: Kohya S <[email protected]>
Date: Sun May 19 19:00:32 2024 +0900
update README
commit 38e4c60
Merge: e4d9e3c fc37437
Author: Kohya S <[email protected]>
Date: Sun May 19 18:55:50 2024 +0900
Merge pull request kohya-ss#1277 from Cauldrath/negative_learning
Allow negative learning rate
commit e4d9e3c
Author: Kohya S <[email protected]>
Date: Sun May 19 17:46:07 2024 +0900
remove dependency for omegaconf #ref 1284
commit de0e0b9
Merge: c68baae 5cb145d
Author: Kohya S <[email protected]>
Date: Sun May 19 17:39:15 2024 +0900
Merge pull request kohya-ss#1284 from sdbds/fix_traincontrolnet
Fix train controlnet
commit c68baae
Author: Kohya S <[email protected]>
Date: Sun May 19 17:21:04 2024 +0900
add `--log_config` option to enable/disable output training config
commit 47187f7
Merge: e3ddd1f b886d0a
Author: Kohya S <[email protected]>
Date: Sun May 19 16:31:33 2024 +0900
Merge pull request kohya-ss#1285 from ccharest93/main
Hyperparameter tracking
commit e3ddd1f
Author: Kohya S <[email protected]>
Date: Sun May 19 16:26:10 2024 +0900
update README and format code
commit 0640f01
Merge: 2f19175 793aeb9
Author: Kohya S <[email protected]>
Date: Sun May 19 16:23:01 2024 +0900
Merge pull request kohya-ss#1322 from aria1th/patch-1
Accelerate: fix get_trainable_params in controlnet-llite training
commit 2f19175
Author: Kohya S <[email protected]>
Date: Sun May 19 15:38:37 2024 +0900
update README
commit 146edce
Author: Kohya S <[email protected]>
Date: Sat May 18 11:05:04 2024 +0900
support Diffusers' based SDXL LoRA key for inference
commit 153764a
Author: Kohya S <[email protected]>
Date: Wed May 15 20:21:49 2024 +0900
add prompt option '--f' for filename
commit 589c2aa
Author: Kohya S <[email protected]>
Date: Mon May 13 21:20:37 2024 +0900
update README
commit 16677da
Author: Kohya S <[email protected]>
Date: Sun May 12 22:15:07 2024 +0900
fix create_network_from_weights doesn't work
commit a384bf2
Merge: 1c296f7 8db0cad
Author: Kohya S <[email protected]>
Date: Sun May 12 21:36:56 2024 +0900
Merge pull request kohya-ss#1313 from rockerBOO/patch-3
Add caption_separator to output for subset
commit 1c296f7
Merge: e96a521 dbb7bb2
Author: Kohya S <[email protected]>
Date: Sun May 12 21:33:12 2024 +0900
Merge pull request kohya-ss#1312 from rockerBOO/patch-2
Fix caption_separator missing in subset schema
commit e96a521
Merge: 39b82f2 fdbb03c
Author: Kohya S <[email protected]>
Date: Sun May 12 21:14:50 2024 +0900
Merge pull request kohya-ss#1291 from frodo821/patch-1
removed unnecessary `torch` import on line 115
commit 39b82f2
Author: Kohya S <[email protected]>
Date: Sun May 12 20:58:45 2024 +0900
update readme
commit 3701507
Author: Kohya S <[email protected]>
Date: Sun May 12 20:56:56 2024 +0900
raise original error if error is occured in checking latents
commit 7802093
Merge: 9ddb4d7 040e26f
Author: Kohya S <[email protected]>
Date: Sun May 12 20:46:25 2024 +0900
Merge pull request kohya-ss#1278 from Cauldrath/catch_latent_error_file
Display name of error latent file
commit 9ddb4d7
Author: Kohya S <[email protected]>
Date: Sun May 12 17:55:08 2024 +0900
update readme and help message etc.
commit 8d1b1ac
Merge: 02298e3 64916a3
Author: Kohya S <[email protected]>
Date: Sun May 12 17:43:44 2024 +0900
Merge pull request kohya-ss#1266 from Zovjsra/feature/disable-mmap
Add "--disable_mmap_load_safetensors" parameter
commit 02298e3
Merge: 1ffc0b3 4419041
Author: Kohya S <[email protected]>
Date: Sun May 12 17:04:58 2024 +0900
Merge pull request kohya-ss#1331 from kohya-ss/lora-plus
Lora plus
commit 4419041
Author: Kohya S <[email protected]>
Date: Sun May 12 17:01:20 2024 +0900
update docs etc.
commit 3c8193f
Author: Kohya S <[email protected]>
Date: Sun May 12 17:00:51 2024 +0900
revert lora+ for lora_fa
commit c6a4370
Merge: e01e148 1ffc0b3
Author: Kohya S <[email protected]>
Date: Sun May 12 16:18:57 2024 +0900
Merge branch 'dev' into lora-plus
commit 1ffc0b3
Author: Kohya S <[email protected]>
Date: Sun May 12 16:18:43 2024 +0900
fix typo
commit e01e148
Merge: e9f3a62 7983d3d
Author: Kohya S <[email protected]>
Date: Sun May 12 16:17:52 2024 +0900
Merge branch 'dev' into lora-plus
commit e9f3a62
Merge: 3fd8cdc c1ba0b4
Author: Kohya S <[email protected]>
Date: Sun May 12 16:17:27 2024 +0900
Merge branch 'dev' into lora-plus
commit 7983d3d
Merge: c1ba0b4 bee8cee
Author: Kohya S <[email protected]>
Date: Sun May 12 15:09:39 2024 +0900
Merge pull request kohya-ss#1319 from kohya-ss/fused-backward-pass
Fused backward pass
commit bee8cee
Author: Kohya S <[email protected]>
Date: Sun May 12 15:08:52 2024 +0900
update README for fused optimizer
commit f3d2cf2
Author: Kohya S <[email protected]>
Date: Sun May 12 15:03:02 2024 +0900
update README for fused optimizer
commit 6dbc23c
Merge: 607e041 c1ba0b4
Author: Kohya S <[email protected]>
Date: Sun May 12 14:21:56 2024 +0900
Merge branch 'dev' into fused-backward-pass
commit c1ba0b4
Author: Kohya S <[email protected]>
Date: Sun May 12 14:21:10 2024 +0900
update readme
commit 607e041
Author: Kohya S <[email protected]>
Date: Sun May 12 14:16:41 2024 +0900
chore: Refactor optimizer group
commit 793aeb9
Author: AngelBottomless <[email protected]>
Date: Tue May 7 18:21:31 2024 +0900
fix get_trainable_params in controlnet-llite training
commit b56d5f7
Author: Kohya S <[email protected]>
Date: Mon May 6 21:35:39 2024 +0900
add experimental option to fuse params to optimizer groups
commit 017b82e
Author: Kohya S <[email protected]>
Date: Mon May 6 15:05:42 2024 +0900
update help message for fused_backward_pass
commit 2a359e0
Merge: 0540c33 4f203ce
Author: Kohya S <[email protected]>
Date: Mon May 6 15:01:56 2024 +0900
Merge pull request kohya-ss#1259 from 2kpr/fused_backward_pass
Adafactor fused backward pass and optimizer step, lowers SDXL (@ 1024 resolution) VRAM usage to BF16(10GB)/FP32(16.4GB)
commit 3fd8cdc
Author: Kohya S <[email protected]>
Date: Mon May 6 14:03:19 2024 +0900
fix dylora loraplus
commit 7fe8150
Author: Kohya S <[email protected]>
Date: Mon May 6 11:09:32 2024 +0900
update loraplus on dylora/lofa_fa
commit 52e64c6
Author: Kohya S <[email protected]>
Date: Sat May 4 18:43:52 2024 +0900
add debug log
commit 58c2d85
Author: Kohya S <[email protected]>
Date: Fri May 3 22:18:20 2024 +0900
support block dim/lr for sdxl
commit 8db0cad
Author: Dave Lage <[email protected]>
Date: Thu May 2 18:08:28 2024 -0400
Add caption_separator to output for subset
commit dbb7bb2
Author: Dave Lage <[email protected]>
Date: Thu May 2 17:39:35 2024 -0400
Fix caption_separator missing in subset schema
commit 969f82a
Author: Kohya S <[email protected]>
Date: Mon Apr 29 20:04:25 2024 +0900
move loraplus args from args to network_args, simplify log lr desc
commit 834445a
Merge: 0540c33 68467bd
Author: Kohya S <[email protected]>
Date: Mon Apr 29 18:05:12 2024 +0900
Merge pull request kohya-ss#1233 from rockerBOO/lora-plus
Add LoRA+ support
commit fdbb03c
Author: frodo821 <[email protected]>
Date: Tue Apr 23 14:29:05 2024 +0900
removed unnecessary `torch` import on line 115
as per kohya-ss#1290
commit 040e26f
Author: Cauldrath <[email protected]>
Date: Sun Apr 21 13:46:31 2024 -0400
Regenerate failed file
If a latent file fails to load, print out the path and the error, then return false to regenerate it
commit 5cb145d
Author: 青龍聖者@bdsqlsz <[email protected]>
Date: Sat Apr 20 21:56:24 2024 +0800
Update train_util.py
commit b886d0a
Author: Maatra <[email protected]>
Date: Sat Apr 20 14:36:47 2024 +0100
Cleaned typing to be in line with accelerate hyperparameters type resctrictions
commit 4477116
Author: 青龍聖者@bdsqlsz <[email protected]>
Date: Sat Apr 20 21:26:09 2024 +0800
fix train controlnet
commit 2c9db5d
Author: Maatra <[email protected]>
Date: Sat Apr 20 14:11:43 2024 +0100
passing filtered hyperparameters to accelerate
commit fc37437
Author: Cauldrath <[email protected]>
Date: Thu Apr 18 23:29:01 2024 -0400
Allow negative learning rate
This can be used to train away from a group of images you don't want
As this moves the model away from a point instead of towards it, the change in the model is unbounded
So, don't set it too low. -4e-7 seemed to work well.
commit feefcf2
Author: Cauldrath <[email protected]>
Date: Thu Apr 18 23:15:36 2024 -0400
Display name of error latent file
When trying to load stored latents, if an error occurs, this change will tell you what file failed to load
Currently it will just tell you that something failed without telling you which file
commit 64916a3
Author: Zovjsra <[email protected]>
Date: Tue Apr 16 16:40:08 2024 +0800
add disable_mmap to args
commit 4f203ce
Author: 2kpr <[email protected]>
Date: Sun Apr 14 09:56:58 2024 -0500
Fused backward pass
commit 68467bd
Author: rockerBOO <[email protected]>
Date: Thu Apr 11 17:33:19 2024 -0400
Fix unset or invalid LR from making a param_group
commit 75833e8
Author: rockerBOO <[email protected]>
Date: Mon Apr 8 19:23:02 2024 -0400
Fix default LR, Add overall LoRA+ ratio, Add log
`--loraplus_ratio` added for both TE and UNet
Add log for lora+
commit 1933ab4
Author: rockerBOO <[email protected]>
Date: Wed Apr 3 12:46:34 2024 -0400
Fix default_lr being applied
commit c769160
Author: rockerBOO <[email protected]>
Date: Mon Apr 1 15:43:04 2024 -0400
Add LoRA-FA for LoRA+
commit f99fe28
Author: rockerBOO <[email protected]>
Date: Mon Apr 1 15:38:26 2024 -0400
Add LoRA+ support1 parent d53b530 commit 0d9a3a4
File tree
30 files changed
+1412
-341
lines changed- .github/workflows
- docs
- finetune
- library
- ipex
- networks
- tools
30 files changed
+1412
-341
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
184 | | - | |
185 | | - | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
191 | | - | |
| 193 | + | |
192 | 194 | | |
193 | | - | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
218 | 223 | | |
219 | 224 | | |
220 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
314 | 318 | | |
315 | 319 | | |
316 | 320 | | |
| |||
354 | 358 | | |
355 | 359 | | |
356 | 360 | | |
357 | | - | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
358 | 364 | | |
359 | 365 | | |
360 | 366 | | |
| |||
368 | 374 | | |
369 | 375 | | |
370 | 376 | | |
371 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
372 | 380 | | |
373 | 381 | | |
374 | 382 | | |
| |||
380 | 388 | | |
381 | 389 | | |
382 | 390 | | |
383 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
384 | 394 | | |
385 | 395 | | |
386 | 396 | | |
| |||
471 | 481 | | |
472 | 482 | | |
473 | 483 | | |
474 | | - | |
| 484 | + | |
475 | 485 | | |
476 | 486 | | |
477 | 487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
92 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
110 | | - | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
208 | 213 | | |
209 | 214 | | |
210 | 215 | | |
211 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
212 | 219 | | |
213 | 220 | | |
214 | 221 | | |
| |||
231 | 238 | | |
232 | 239 | | |
233 | 240 | | |
234 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
235 | 244 | | |
236 | 245 | | |
237 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
238 | 251 | | |
239 | 252 | | |
240 | 253 | | |
241 | 254 | | |
242 | 255 | | |
243 | 256 | | |
244 | 257 | | |
245 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
246 | 267 | | |
247 | 268 | | |
248 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| |||
0 commit comments