-
Notifications
You must be signed in to change notification settings - Fork 923
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for Prodigy(Dadapt variety for Dylora) (#585)
* Update train_util.py for DAdaptLion * Update train_README-zh.md for dadaptlion * Update train_README-ja.md for DAdaptLion * add DAdatpt V3 * Alignment * Update train_util.py for experimental * Update train_util.py V3 * Update train_README-zh.md * Update train_README-ja.md * Update train_util.py fix * Update train_util.py * support Prodigy * add lower
- Loading branch information
Showing
8 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e97d67a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in under 15 min on 4090 with just 1 rep and 2 epoch.. ha :D... 🤟 🥃
--v2 --v_parameterization --enable_bucket --pretrained_model_name_or_path="FFusion/di.FFUSION.ai-v2.1-768-BaSE-alpha" --resolution="1024,1024" --network_alpha="64" --training_comment="di.FFusion.ai" --save_model_as=safetensors --network_module=networks.dylora --network_args conv_dim="64" conv_alpha="64" unit="2" rank_dropout="0.04" module_dropout="0.02" --text_encoder_lr=1.0 --unet_lr=1.0 --network_dim=64 --output_name="cyberbunnyfusion11" --lr_scheduler_num_cycles="2" --scale_weight_norms="1" --network_dropout="0.1" --learning_rate="1.0" --lr_scheduler="linear" --lr_warmup_steps="20" --train_batch_size="4" --save_every_n_epochs="1" --mixed_precision="fp16" --save_precision="fp16" --caption_extension=".txt" --cache_latents --optimizer_type="prodigy" --optimizer_args safeguard_warmup=True --max_token_length=225 --clip_skip=2 --keep_tokens="2" --vae_batch_size="2" --bucket_reso_steps=64 --min_snr_gamma=4 --save_state --xformers --bucket_no_upscale --scale_v_pred_loss_like_noise_pred --noise_offset=0.12 --adaptive_noise_scale=0.01
e97d67a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
planning to test this one on a larger scale soon
along with CosineAnnealingLR