-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sd-scripts
updated
19 files
+163 −32 | README.md | |
+2 −2 | flux_train.py | |
+2 −2 | flux_train_network.py | |
+1 −2 | library/flux_train_utils.py | |
+28 −31 | library/flux_utils.py | |
+3 −6 | library/sai_model_spec.py | |
+380 −1,010 | library/sd3_models.py | |
+247 −158 | library/sd3_train_utils.py | |
+147 −359 | library/sd3_utils.py | |
+1 −1 | library/strategy_base.py | |
+3 −2 | library/strategy_flux.py | |
+232 −98 | library/strategy_sd3.py | |
+49 −2 | library/train_util.py | |
+40 −2 | library/utils.py | |
+839 −0 | networks/lora_sd3.py | |
+238 −192 | sd3_minimal_inference.py | |
+453 −338 | sd3_train.py | |
+451 −0 | sd3_train_network.py | |
+13 −3 | train_network.py |