Stable Diffusion 的 LoRA 模型合集
给自己训练过的 LoRA 做个记录。
模型列表
单画风 / 角色系列
多画风系列
训练集使用 make_artist_all_in_one_dataset_from_hf.py 构建。
训练参数
1.
- resolution: 1024x1024
- enable_bucket: true
- min_bucket_reso: 256
- max_bucket_reso: 1536
- bucket_reso_steps: 64
- max_train_epochs: 40
- train_batch_size: 12
- gradient_checkpoint: true
- network_train_unet_only: true
- learning_rate: 1.2e-4
- unet_lr: 1.2e-4
- lr_scheduler: cosine_with_restarts
- lr_warmup_steps: 0
- lr_scheduler_num_cycles: 1
- optimizer_type: Lionbit
- network_module: lycoris.kohya
- network_dim: 100000
- network_alpha: 100000
- lycoris_algo: lokr
- conv_dim: 100000
- conv_alpha: 100000
- dropout: 0
- train_norm: true
- lokr_factor: 8
- shuffle_caption: true
- max_token_length: 255
- mixed_precision: fp16
训练人物 LoRA 有时候会使用scale_weight_norms: 1
,降低过拟合程度。
2.
- resolution: 1024x1024
- enable_bucket: true
- min_bucket_reso: 256
- max_bucket_reso: 1536
- bucket_reso_steps: 64
- max_train_epochs: 40
- train_batch_size: 12
- gradient_checkpoint: true
- network_train_unet_only: true
- learning_rate: 1.2e-4
- unet_lr: 1.2e-4
- lr_scheduler: constant_with_warmup
- lr_warmup_steps: 100
- optimizer_type: Lionbit
- network_module: lycoris.kohya
- network_dim: 100000
- network_alpha: 100000
- lycoris_algo: lokr
- conv_dim: 100000
- conv_alpha: 100000
- dropout: 0
- train_norm: true
- lokr_factor: 8
- shuffle_caption: true
- max_token_length: 255
- mixed_precision: fp16
Stable Diffusion 的 LoRA 模型合集
http://licyk.github.io/2024/10/05/my-sd-model-list/