PonyモデルならばLoRAを作るまでもなくプロンプトで作成できるので作るつもりはなかったが画像の前処理用スクリプトのテストのために作成
構図が固定されすぎていまいち存在意義が分かりづらい
"I wasn't planning on creating a LoRA because the Pony model can be created with prompts without needing one. However, I created one for testing the image preprocessing script. The composition is too fixed, making it difficult to understand its significance."
Description
caption_dropout_rate: 0.05
enable_bucket: true
epoch: 50
fp8_base: true
gradient_accumulation_steps: 1
gradient_checkpointing: true
learning_rate: 1.0
lr_scheduler: "cosine"
max_train_steps: 7350
optimizer_type: "Prodigy"
optimizer_args = [ "decouple=True", "weight_decay=0.01", "d_coef=0.8",
"use_bias_correction=True", "safeguard_warmup=False", "betas=0.9,0.99",]
resolution: "1024,1024"

