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
My checkpoints aren't saving automatically when training dreambooth, I used Ashleyk's runpod template this time. To save a checkpoint I have to cancel training and click "Generate ckpt" button. What could be the reason of that? I attached my settings, "save model frequency" is set to 2. The settings are correctly saved, I loaded them before taking the screenshot.
pipe.load_lora_weights(".", model_path) File "/root/autodl-tmp/tools/demo/venv/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 137, in getattr raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'") AttributeError: 'StableDiffusionXLPipeline' object has no attribute 'load_lora_weights'
Best Stable Diffusion and AI Tutorials, Guides, News, Tips and Tricks - Stable-Diffusion/Tutorials/How-To-Install-DreamBooth-Extension-On-RunPod.md at main · FurkanGozukara/Stable-Diffusion
hello hello, imon runpod trying to run "rm -r workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension" to delete then reinstall dream booth but when i click enter i get an "error that says no such file or directory"
Traceback (most recent call last): File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/ui_functions.py", line 729, in start_training result = main(class_gen_method=class_gen_method) File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/train_dreambooth.py", line 1548, in main return inner_loop() File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/memory.py", line 119, in decorator return function(batch_size, grad_size, prof, *args, **kwargs) File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/train_dreambooth.py", line 1231, in inner_loop latents = batch["images"].to(accelerator.device) TypeError: 'NoneType' object is not subscriptable