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 For Musubi Tuner Wan 2.2 training, you can add the following arguments to the accelerate command, to make it generate samples
Anyone else trainign Wan 2.2. and somehow realizing the plugging the Lora for the low model into the high model and the Lora for the high model into the low model, giving you better results?
My results so far is 3000 steps for 25 images at 2e4 learning rate, on dim 32 alpha 24, trained on 720x720 resolution. Just a bit less than 2 hours training per model on my RTX 5090 without any offloading. Lora strength of 1 works for 960x720 and 720x480. Needs a higher strength for higher res or if prompt gets too long.
I was interested in creating a Chorma lora using Kohya SD scripts. I'm thinking the issues I'm having are just my ignorance of command line. Does anyone know of a youtube or idiots guid for Kohya SD-SCripts? It's probably too much to ask for Chroma training, but if there was a Flux I think I can learn on that and eventually wing it. Thanks.
If you want to train FLUX with maximum possible quality, this is the tutorial looking for. In this comprehensive tutorial, you will learn how to install Kohya GUI and use it to fully Fine-Tune / DreamBooth FLUX model. After that how to use SwarmUI to compare generated checkpoints / models and find the very best one to generate most amazing image...
Yes, I edited the toml file. Also I am working off a 4090. It looks like it attempts to run. I get the error: File "D:\APPS\KohyaSD\sd-scripts-sd3\venv\lib\site-packages\torch\nn\modules\module.py", line 1362, in convert raise NotImplementedError( NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty() instead of torch.nn.Module.to() when moving module from meta to a different device. Traceback (most recent call last): File "D:\PROG\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, and Toml: [general]
[[datasets.subsets]] image_dir = "D:/APPS/KohyaSD/TestIMG/10_C4TS cats" num_repeats = 1 A suggestion from chatgpt was to move to bf16. (on the two lines in the bat file) I changes that is and looks like it attempts to load the models. But then another set of errors. It's like moving from one set of issues to another and I'm afraid I'm just working in the wrong direction.
Thank you lodestones for the high quality model. --model_type option is added to flux_train_network.py. For Chroma, --model_type chroma is required. According to lodestones, --apply_t5_attn_mask --...
Hey Doc @Furkan Gözükara SECourses Are there any plans for Fine-Tuning or LoRA for Wan2.2? If not in the near future, where would you recommend looking to learn more about that field?