-
-
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.
Update sd-scripts with blocks_to_swap support
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sd-scripts
updated
15 files
+46 −166 | README.md | |
+33 −181 | flux_train.py | |
+73 −64 | flux_train_network.py | |
+227 −0 | library/custom_offloading_utils.py | |
+37 −85 | library/flux_models.py | |
+3 −45 | library/flux_train_utils.py | |
+17 −54 | library/sd3_models.py | |
+2 −47 | library/sd3_train_utils.py | |
+78 −9 | library/train_util.py | |
+36 −1 | library/utils.py | |
+20 −165 | sd3_train.py | |
+30 −0 | sd3_train_network.py | |
+1 −0 | tools/cache_latents.py | |
+1 −0 | tools/cache_text_encoder_outputs.py | |
+12 −3 | train_network.py |