Frieren (Sousou no Frieren)
Trigger word : Frieren (no frieren ^^)
Little experience of handling single and double blocks, little report:
unet_lr = 0.0004
lr_scheduler = cosine with 5 restarts
network_args = [ "train_double_block_indices=1,4,6,17,18", "train_single_block_indices=0,3,7,9,12",]
network_dim = 2
network_alpha = 16
resolution = "768,768"
50 images x 16 = 800 repeats / batch 2 x 10 epochs = 4000 steps
I selected the 8th epoch, the following ones were overcooked.
It's hard to estimate which blocks influence what, but little by little I'm finding clues.
A general remark, the simple blocks from 17 to 37 don't seem to do much.
If you have any leads on the blocks I'm interested :)
Have fun !
Description
experiment:
unet_lr = 0.0003
lr_scheduler = "constant_with_warmup"
lr_warmup_steps = 0.08
network_args = [ "train_double_block_indices=1,4,6,17,18", "train_single_block_indices=0,3,7,9,12",]
network_dim = 2
network_alpha = 16
resolution = "512,512" => I can in 1024,1024 but for a character, don't necessarily have better results...
50 images x 16 = 800 repeats / batch 4 x 10 epochs = 2000 steps