Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v21.5.4 #630

Merged
merged 36 commits into from
Apr 18, 2023
Merged

v21.5.4 #630

merged 36 commits into from
Apr 18, 2023

Conversation

bmaltais
Copy link
Owner

  • 2023/04/17 (v21.5.4)
    • Fixed a bug that caused an error when loading DyLoRA with the --network_weight option in train_network.py.
    • Added the --recursive option to each script in the finetune folder to process folders recursively. Please refer to PR #400 for details. Thanks to Linaqruf!
    • Upgrade Gradio to latest release
    • Fix issue when Adafactor is used as optimizer and LR Warmup is not 0: lr_warmup should not be passed when adafactor is used as the optimizer #617
    • Added support for DyLoRA in train_network.py. Please refer to here for details (currently only in Japanese).
    • Added support for caching latents to disk in each training script. Please specify both --cache_latents and --cache_latents_to_disk options.
      • The files are saved in the same folder as the images with the extension .npz. If you specify the --flip_aug option, the files with _flip.npz will also be saved.
      • Multi-GPU training has not been tested.
      • This feature is not tested with all combinations of datasets and training scripts, so there may be bugs.
    • Added workaround for an error that occurs when training with fp16 or bf16 in fine_tune.py.
    • Implemented DyLoRA GUI support. There will now be a new 'DyLoRA Unitslider when the LoRA type is selected askohya DyLoRA` to specify the desired Unit value for DyLoRA training.
    • Update gui.bat and gui.ps1 based on: Error output when WD14 Captioning #188
    • Update setup.bat to install torch 2.0.0 instead of 1.2.1. If you want to upgrade from 1.2.1 to 2.0.0 run setup.bat again, select 1 to uninstall the previous torch modules, then select 2 for torch 2.0.0

@bmaltais bmaltais merged commit 65ee723 into master Apr 18, 2023
2 checks passed
bmaltais pushed a commit that referenced this pull request Jul 22, 2023
make tracker init_kwargs configurable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants