Linoy Tsaban

Results 10 issues of Linoy Tsaban

This PR adds support for EDM-style training to the advanced script, based off PR #7126

- Add `edm-training` tag to canonical and advanced dreambooth lora training scripts when EDM style training is used - Add scheduler type to model card for inference with EDM schedulers

Adds an option to train a dreambooth lora targeting using a single ref image + targeting specific unet blocks only, subsequently allowing for easy combination of style/content LoRAs, as proposed...

adds accelerate notebook_launcher to improve user experience + some minor ui improvements building on top of #424 training script was copied from train_dreambooth_lora_sdxl.py cc @sayakpaul @apolinario 🤗

A few QOL improvements: - removed assert from image_grid - improved login experience - add link to model at the end of training - added local image upload option

adds `--clip_skip` to the advanced sdxl dreambooth lora trainer

small updates to model card saving

new feature for the Flux dreambooth lora training script: - make LoRA target modules configurable through `--lora_blocks` - change the current default target modules to not be attention layers only...

This PR adds - `--lora_layers` and `--lora_blocks` to dreambooth lora training script to allow targeting specific blocks & layers. - This is generally proven to be useful, and specifically for...