-
-
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
16 files
+9 −0 | README.md | |
+15 −44 | flux_train_network.py | |
+8 −3 | library/device_utils.py | |
+104 −66 | library/ipex/__init__.py | |
+89 −147 | library/ipex/attention.py | |
+42 −307 | library/ipex/diffusers.py | |
+1 −1 | library/ipex/gradscaler.py | |
+93 −39 | library/ipex/hijacks.py | |
+4 −5 | library/model_util.py | |
+0 −2 | library/sdxl_train_util.py | |
+46 −41 | library/train_util.py | |
+7 −6 | library/utils.py | |
+16 −6 | sd3_train_network.py | |
+17 −0 | tests/test_validation.py | |
+166 −0 | tools/merge_sd3_safetensors.py | |
+268 −171 | train_network.py |