Hello everyone. I am Dr. Furkan Gözükara. PhD Computer Engineer. SECourses is a dedicated YouTube channel for the following topics : Tech, AI, News, Science, Robotics, Singularity, ComfyUI, SwarmUI, ML, Artificial Intelligence, Humanoid Robots, Wan 2.2, FLUX, Krea, Qwen Image, VLMs, Stable Diffusion
@Furkan Gözükara SECourses I am using a 48GB to create some finetuning. I used the 48 config and the learning rate is set at: 0.000004. That seems really low. It's taking about 7 hours on 4500 steps.
So in theory I can use your config of SDXL train multi characters using different caption for each character to get the model understand multi concept right ?
I am following your extracted LoRA tutorial. However getting an error. I have tried all save percisions and network rank sizes. I have checked V2 and unchecked it. Can seem to get past this error. Happening to 3 different finetunes. So I know it's got to be something I am not seeing.
) with gr.Row() as network_row: network_dim = gr.Slider( minimum=1, maximum=9999999999, label="Network Rank (Dimension)", value=8, step=1, interactive=True, ) network_alpha = gr.Slider( minimum=0.00001, maximum=9999999999, label="Network Alpha", value=1, step=0.00001, interactive=True, info="alpha for LoRA weight scaling", ) with gr.Row(visible=False) as convolution_row: # locon= gr.Checkbox(label='Train a LoCon instead of a general LoRA (does not support v2 base models) (may not be able to some utilities now)', value=False) conv_dim = gr.Slider( minimum=0, maximum=9999999999, value=1, step=1, label="Convolution Rank (Dimension)", ) conv_alpha = gr.Slider( minimum=0, maximum=9999999999, value=1, step=1, label="Convolution Alpha", )
I see, Im seeing this 76mb LyCORIS everywhere and at least for me they perform well, like creators use few number of images and get decent quality with strong flexibility
Hello there I need your help here.I am training a character Lora with one trainer Is there Any math to find epochs based on dataset size? I have a dataset with 31 pictures of a character. How many epochs should I use?