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 and everyone, how did you solve the problem of XYZ producing the same images for all models? When I type "woman" the results look the same, even the first epoch version
I turned off the XYZ plot and tried using the same seed for each model. They create different images. But when I use XYZ (with or without the same seed) it still show same images for all models
For anyone considering using the RunPod endpoints for training, I recommend not doing so. They are very expensive and also not very reliable. You pay $0.001 per second for Dreambooth training, then the job gets stuck for 45 minutes without even doing anything and you get charged almost $3 for nothing. Running pods is much cheaper, much more stable, and much more reliable, and you are in full control of everything.
hello i get this error when i try to start kohya ss on runpod root@b12c8b7fa1ad:/workspace/kohya_ss# bash gui.sh --share Traceback (most recent call last): File "/workspace/kohya_ss/tools/validate_requirements.py", line 5, in <module> from packaging.requirements import Requirement ModuleNotFoundError: No module named 'packaging' root@b12c8b7fa1ad:/workspace/kohya_ss#
Discord : https://bit.ly/SECoursesDiscord. Torch 2 / Pytorch 2 is now supported along with new DreamBooth Automatic1111 Web UI extension. If I have been of assistance to you and you would like to show your support for my work, please consider becoming a patron on https://www.patreon.com/SECourses
Yep, just running a few tests to their dreambooth endpoint yesterday cost me $17, dedicated GPU pods can run for a little more than 2 days non stop for that price.
so i tried to train, it didn't work, i think it was something either with torch or xformers, did a pip uninstall/install xformers, now i try to start kohya and get this root@b12c8b7fa1ad:/workspace/kohya_ss# bash gui.sh --share Validating that requirements are satisfied. Error: The following packages have the wrong version: - timm==0.6.12 (expected version torch==1.12.1, found version 2.0.1)
Run upgrade.sh or pip install -U -r /workspace/kohya_ss/requirements.txt to resolve the missing requirements listed above... root@b12c8b7fa1ad:/workspace/kohya_ss#
when using this current runpod, not the new one, i get this thing (not error) WARNING:xformers:WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.0.1+cu118 with CUDA 1108 (you have 1.12.1+cu116) when not using xformers i get oom errors with 3090...