Nerogar
Nerogar
What GPU do you have? This might be an issue with the and requirements because bitsandbytes only really works with Nvidia GPUs
> The bug is due to the fact that OneTrainer needs `bitsandbytes` in order to run, however `install.sh` didn't install `bitsandbytes` when I ran the script*, which means OneTrainer could...
i think adding a separate switch for regex support would be even better. That way the user doesn't have remember any special syntax.
Looks like you didn't install dependencies. And just in case, make sure you use the correct Python version, 3.10
Since the authors of sage attention even say that training is not yet possible with their implementation, I'm marking this as a draft. It doesn't make sense to merge in...
I think there is still value in having this feature, but it's more of a "nice to have". Deterministic initialization could improve reproducibility of training runs, which can make testing...
There are models where some of the text encoders are optional. I think SD3 was one of them. This switch completely disables a text encoder. It's not loaded, and during...