-
-
Notifications
You must be signed in to change notification settings - Fork 171
Info, Guides and Lessons Learned
hyppyhyppo edited this page Jan 12, 2025
·
12 revisions
Here you can find various pages for guides, info and lessons learned
- For SD3 and Flux (gated models in general) training you need a read token from HuggingFace (In HF go in your settings and create a read token) and set it in as an environment variable named "HF_TOKEN". Other solutions exist like a Command line instruction (Discord discussion) or using a local copy (Discord discussion) of the HF folder.
- Caption tokens limit: actually, most of them are limited to 77 tokens (75 without start and end tokens) because of clip. The only exceptions are: pixart (alpha/sigma): 120, sana: 300. May change in the future.
- Info on Flux (https://github.com/Nerogar/OneTrainer/wiki/Flux)
- Run One trainer on Runpod, still relevant but consider the Cloud Training instead. Running on Runpod is now built-in and offers many advantages.
- Developing on Clouds
- Common Mistakes Coming From Kohya If you're failing to get similar results that you could get in Kohya.
- OneTrainer March 2024 Guide (WIP) A more exhaustive guide on OneTrainer built as a checklist.