-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
updated ai-toolkit to fix resizing bug (#65)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ai-toolkit
updated
15 files
+1 −0 | .gitignore | |
+2 −2 | extensions_built_in/sd_trainer/SDTrainer.py | |
+4 −1 | jobs/process/BaseSDTrainProcess.py | |
+26 −24 | jobs/process/GenerateProcess.py | |
+1 −1 | requirements.txt | |
+11 −0 | toolkit/config_modules.py | |
+60 −12 | toolkit/custom_adapter.py | |
+16 −2 | toolkit/data_loader.py | |
+17 −11 | toolkit/data_transfer_object/data_loader.py | |
+43 −7 | toolkit/dataloader_mixins.py | |
+3 −3 | toolkit/guidance.py | |
+151 −25 | toolkit/models/pixtral_vision.py | |
+126 −16 | toolkit/models/vd_adapter.py | |
+2 −0 | toolkit/optimizer.py | |
+62 −22 | toolkit/stable_diffusion_model.py |