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
Hi @Dr. Furkan Gözükara, last year I trained a bunch of SDXL dreambooth models using your Kaggle notebook here: https://www.patreon.com/posts/kohya-sd-1-5-88397937. I'm just getting back into it, but having trouble. Firstly, after cloning https://github.com/FurkanGozukara/kohya_ss, the script sdxl_train.py doesn't seem to exist. I fixed this by updating '!git clone ...' to '!git clone --recursive ...' in the first cell, but the script /kaggle/working/kohya_ss/sd-scripts/sdxl_train.py now crashes with the error message 'RuntimeError: operator torchvision::nms does not exist'. Any ideas on how to fix this? (Patreon user 'Michael Dann' fyi.)
I managed to hack the notebook and get it working by avoiding gradio altogether (just manually creating the input folder structure) so no longer a pressing issue