sd-scripts
sd-scripts copied to clipboard
Cannot train LoRAs while offline?
I can successfully train a LoRA model while online, but if I do all the exact same steps again while offline I get an error while trying to train the model.
Why does the code only work if connected to the internet?
Thank you :3
The training scripts load models from huggingface (.from_pretrained). If these models haven't been cached in your local storage, you may get error when training offline.