Open carat-keeeehun opened 2 months ago
The same problem, have you found a solution?
I think either one honestly.
The trainer specifies in the debug log, "train unet only: true" so it should just train based on the unet in the model file, but I might be mistaken.
When training lora of flux-dev model, I don't know what model is needed as base model of flux-dev lora. I have 2 kinds of flux-dev model, first is UNet model, which is saved in
ComfyUI/models/unet
directory, and second is integrated model, which is saved inComfyUI/models/checkpoints
directory.If I use UNet model as base model of flux-dev lora training, there is no problem in training process, but generated image quality is not fine. While, if I use integrated model as base model, I encountered below error: NotImplementedError: Cannot copy out of meta tensor; no data!