Nerogar / OneTrainer

OneTrainer is a one-stop solution for all your stable diffusion training needs.
GNU Affero General Public License v3.0
1.34k stars 110 forks source link

# #348

Closed 3blackbar closed 1 week ago

3blackbar commented 1 week ago

Is it true ? how come everytime i wanna train lora it takes ages to start cause its downloading from huggingface and it does not show any info in commandline ? Takes like 20 minutes to start and im on very fast internet connection. Is it downloading the weights from huggingface each time i run training ? I want to keep the weights on disk and just point to them.

mx commented 1 week ago

If you put a diffusers checkpoint in the base model, it will download it to the huggingface cache on your system and use it from the cache. You can also put a safetensors file there.