Open WarriorMama777 opened 2 months ago
when you say success, what do you refer to? it sounds like you've not gotten around to testing it yet?
lora.bin is a pytorch pickle file containing the lora weights. not sure why they didn't use safetensors.
i think you have to send a copy of this file to Comfy for him to add support to CUI.
Question about LoRA file identification and usage
Context
I've successfully trained a LoRA model using this repository. However, I'm unsure about which file to use for inference and how to prepare it for use in tools like ComfyUI.
Training Output
After training, I found the following files in the output directory:
mp_rank_00_model_states.pt
(approximately 44GB)lora.bin
(approximately 20MB)Questions
Identification of LoRA weights file:
lora.bin
file, or should I be looking at a different file?Usage in inference tools:
Clarification on large checkpoint file:
mp_rank_00_model_states.pt
file?Thank you in advance for your help in clarifying these points.