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
I am trying to build a docker image for RunPod with WebUI V1.3.0 and latest main branch for Dreambooth that has the correct torch and xformers etc built in, and also all requirements matching so nobody has to mess around with everything and struggle to get things working. Also changing relauncher.py to launcher.py so nobody needs to mess with that either.
the setting about "noise scheduling" where you can set DDIM, DEIS or UniPC, refers to how the noise is handled for the training. aka: generating noise to train the UNET, right?
I could be wrong, but my assumption is that the class images as well as the training images are converted to noise with the same noise scheduler for training, so it is irrelevant how the class images were generated, but thats just an assumption.