CivArchive
    masked sankanba-XL マスクド三冠馬 (UmaMusume??) - v2.0
    NSFW
    Preview 1Preview 2Preview 3Preview 4Preview 5Preview 6

    オルフェーヴルのLoRAはすぐに誰か作るだろう

    なのでオルフェーヴルではないこれから思い出されることも少なくなるだろうマスクド三冠馬を作った

    Kohaku-XL-Deltaベースでやったら割とうまくいった

    "Someone will probably create Orfevre's Lora soon. Therefore, it will not be remembered much as Orfevre in the future, having created a Triple Crown winner while masked. It worked rather well when done based on the Kohaku-XL-Delta base."

    prompt

    1girl,masked_sankanba,(umamusume),horse tail,horse ears, surgical mask

    v1.0

    意外とうまく行ったので公開版

    細かいディテールは潰れがち

    "It went surprisingly well, so here's the public version. The finer details tend to get crushed."

    v2.0

    画像枚数を増やしてgradient_checkpointingの使用、オプティマイザの変更などKohakuDELTAのトレーニングパラメーターを参考に変更

    潰れがちだった細かいディテールの表現力アップ

    "Increased the number of images and made changes such as using gradient checkpointing and changing the optimizer, referencing the training parameters of KohakuDELTA. This improved the expressiveness of the finer details that tended to get crushed."

    v2.0Pony

    AutismMix Ponyでのテスト

    Description

    画像枚数を増やしてgradient_checkpointingの使用、オプティマイザの変更などKohakuDELTAのトレーニングパラメーターを参考に変更

    潰れがちだった細かいディテールの表現力アップ

    accelerate launch 
    --bucket_reso_steps=?? 
    --cache_latents 
    --cache_latents_to_disk 
    --caption_dropout_rate="0.05" 
    --min_bucket_reso=256 
    --max_bucket_reso=4096 
    --fp8_base 
    --gradient_accumulation_steps=8 
    --gradient_checkpointing 
    --keep_tokens="2" 
    --learning_rate="4e-05" 
    --lr_scheduler="constant" 
    --lr_scheduler_num_cycles="50"
    --max_grad_norm="1" 
    --resolution="1024,1024" 
    --max_train_epochs=50 
    --max_train_steps="709"
     --min_snr_gamma=5 
    --mixed_precision="bf16" 
    --network_alpha="62"
     --network_dim=62 
    --optimizer_type="Lion8bit" 
    --prior_loss_weight=0.1 
    --save_every_n_epochs="10"
    --shuffle_caption 
    --text_encoder_lr=1e-05 
    --train_batch_size="3" 
    --unet_lr=4e-05