kohya SS gui optimal parameters - Kohya DyLoRA , Kohya LoCon , LyCORIS/LoCon , LyCORIS/LoHa , Standard #441
Unanswered
FurkanGozukara
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a new tutorial to hopefully publish on my channel : https://www.youtube.com/secourses
I got first training done but there are so many parameters and which are most optimal i wonder
These were the settings I have used
So If i can learn better i can explain people better
accelerate launch --num_cpu_threads_per_process=16 "train_network.py" --enable_bucket --pretrained_model_name_or_path="F:/0 models/v1-5-pruned.ckpt" --train_data_dir="C:\Users\King\Pictures\kohya\img" --reg_data_dir="C:\Users\King\Pictures\kohya\reg" --resolution=512,512 --output_dir="C:\Users\King\Pictures\kohya\model" --logging_dir="C:\Users\King\Pictures\kohya\log" --network_alpha="8" --save_model_as=safetensors --network_module=lycoris.kohya --network_args "conv_dim=8" "conv_alpha=1" "algo=lora" --text_encoder_lr=5e-5 --unet_lr=0.0001 --network_dim=16 --output_name="test1" --lr_scheduler_num_cycles="200" --learning_rate="0.0001" --lr_scheduler="cosine" --lr_warmup_steps="340" --train_batch_size="1" --max_train_steps="3400" --save_every_n_epochs="10" --mixed_precision="bf16" --save_precision="bf16" --caption_extension=".txt" --cache_latents --optimizer_type="AdamW8bit" --max_data_loader_n_workers="0" --bucket_reso_steps=64 --xformers --bucket_no_upscale --sample_sampler=euler_a --sample_prompts="C:\Users\King\Pictures\kohya\model\sample\prompt.txt" --sample_every_n_epochs="5"
so which one best?
Kohya DyLoRA , Kohya LoCon , LyCORIS/LoCon , LyCORIS/LoHa , Standard
Also which learning rates and Network Rank (Dimension) , Network Alpha i need for each one?
So far i find that LyCORIS/LoCon performs better than default Standard with above settings
@kohya-ss
if you could guide me i could explain every parameters in the video
I am using web ui version
Beta Was this translation helpful? Give feedback.
All reactions