lora
lora copied to clipboard
Where do all of the output files from the training go?
Sorry if it is not appropriate to bring this up here in issues. I just made my first LoRA model through the colab and I have no idea where to place it in my files. I know LoRAs can typically be placed in the stable diffusion model folder, however, my trained model is in 3 parts. If there isn't a place, is there a way to merge all 3 parts together?
You can take a look here: https://github.com/cloneofsimo/lora/blob/master/scripts/run_inference.ipynb
on how to run inference with it.