How to use archive
I was looking at this and some of your other uploads, well the ones that are xl archives. I don't see a safetensor file in the root directory, that matches the name of the archive, like sdxl-foundation-2.safetensors or something. I see a bunch of your training folder data, like 2000 and 3000. Is the lora the 23 mb pytorch in the 3000 folder? Should I just take that safetensor and rename it? I was wondering if you could explain how/which file to get from these archives. Thanks
Hi,
the checkpoints folders are just save files, to allow the training script to recover the session in case of error/crash during the training, or if someone wants to train the model further.
so you are correct, the final checkpoint folder will contains the latest version, here:
https://huggingface.co/jbilcke-hf/sdxl-foundation-2/blob/main/checkpoint-3000/pytorch_lora_weights.safetensors
for convenience, this "final" .safetensors is also copied here:
https://huggingface.co/jbilcke-hf/sdxl-foundation-2/blob/main/pytorch_lora_weights.safetensors
you should be able to copy, fork or rename this model/safetensors to your convenience