ai-toolkit icon indicating copy to clipboard operation
ai-toolkit copied to clipboard

Modal cloud training support, fixed typo in toolkit/scheduler.py, Schnell training support for Colab, issue #92 , issue #114

Open martintomov opened this issue 1 year ago • 3 comments

  • Added peft to requirements.txt since it’s needed for Schnell training. #92
  • Fixed some missing parameters in the Colab notebook that were in the local config files. #114
  • Threw in !nvidia-smi at the top of the notebooks to make sure the GPU is being used.
  • Schnell training notebook for Colab
  • Fixed typo in toolkit/scheduler.py - Commit: facor -> factor
  • Training on Modal cloud + setup guide in README.md

Schnell training notebook Colab

schnell-colab

Training on Modal

Modal Traning Screenshot

martintomov avatar Aug 20 '24 19:08 martintomov

where can i find this schnell training notebook?

ingl6rious avatar Aug 20 '24 20:08 ingl6rious

Until @jaretburkett merges, you can find it here: https://github.com/martintomov/ai-toolkit/blob/main/notebooks/FLUX_1_schnell_LoRA_Training.ipynb

martintomov avatar Aug 20 '24 21:08 martintomov

I didn't understand at first that I need A100 gpu, but I got it working and lora is good. Thanks martin

ingl6rious avatar Aug 22 '24 19:08 ingl6rious

Excellent work! Thank you so much! You are killing it with these PRs

jaretburkett avatar Aug 23 '24 03:08 jaretburkett

Happy to help the project

martintomov avatar Aug 23 '24 08:08 martintomov

@martintomov I got it running thanks to you! Appreciate it

frailloris avatar Aug 24 '24 11:08 frailloris