Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for training on desktop PCs (Windows, single GPU, no Slurm) #115

Open
MoonRide303 opened this issue Mar 8, 2024 · 0 comments
Open

Comments

@MoonRide303
Copy link

MoonRide303 commented Mar 8, 2024

Training LoRAs doesn't require a lot of computing power, and can be done on desktop PCs with single modern GPU. Python, PyTorch and CUDA officially support Windows, and popular tools like ComfyUI work on Windows with single GPU just fine, too.

It would be nice if you didn't hardcode official training code (like train/train_c_lora.py) and launching scripts (like train/example_train.sh) to work only on Linux machines with Slurm, but also add support for training on desktop PCs (like single Windows machine with single GPU and no Slurm). This way people wouldn't have to face issues like #69, and figure out workarounds by themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant