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

v22.0.0 #1559

Merged
merged 46 commits into from
Oct 1, 2023
Merged

v22.0.0 #1559

merged 46 commits into from
Oct 1, 2023

Conversation

bmaltais
Copy link
Owner

@bmaltais bmaltais commented Oct 1, 2023

  • 2023/10/01 (v22.0.0)
    • Merging main branch of sd-scripts:
      • SAI Model Spec metadata is now supported partially. hash_sha256 is not supported yet.

        • The main items are set automatically.
        • You can set title, author, description, license and tags with --metadata_xxx options in each training script.
        • Merging scripts also support minimum SAI Model Spec metadata. See the help message for the usage.
        • Metadata editor will be available soon.
      • --v_pred_like_loss ratio option is added. This option adds the loss like v-prediction loss in SDXL training. 0.1 means that the loss is added 10% of the v-prediction loss. The default value is None (disabled).

        • In v-prediction, the loss is higher in the early timesteps (near the noise). This option can be used to increase the loss in the early timesteps.
      • Arbitrary options can be used for Diffusers' schedulers. For example --lr_scheduler_args "lr_end=1e-8".

      • LoRA-FA is added experimentally. Specify --network_module networks.lora_fa option instead of --network_module networks.lora. The trained model can be used as a normal LoRA model.

      • JPEG XL is supported. #786

      • Input perturbation noise is added. See #798 for details.

      • Dataset subset now has caption_prefix and caption_suffix options. The strings are added to the beginning and the end of the captions before shuffling. You can specify the options in .toml.

      • Intel ARC support with IPEX is added. #825

      • Other bug fixes and improvements.

    • New SDXL presets
    • Update wandb module version
    • Add support for Chinese zh-CN localisation. You can use it with .\gui.bat --language=zh-CN
    • Add presets support to Finetuning. You can add your own finetuning user presets under the /presets/finetune/user_presets folder.

Symbiomatrix and others added 30 commits August 16, 2023 00:08
…t_subsets_config for training (#823)

* update for bnb 0.41.1

* fixed generate_controlnet_subsets_config for training

* Revert "update for bnb 0.41.1"

This reverts commit 70bd3612d84778d491fc8006b8b9f9e21c4d2eb8.
add extension checking for resize_lora.py
Intel ARC support with IPEX
Add ip_noise_gamma metadata
update versions of accelerate and diffusers
@bmaltais bmaltais merged commit 3b83a1c into master Oct 1, 2023
0 of 2 checks passed
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.

9 participants