-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trained LoRAs not working #26
Comments
Did you use the convert_lora.py to convert it?
As I understand you have to do this if you want to use it with the native ComfyUI nodes. |
ahh thank you! i really should read the whole readme before asking! 🙏🏻
|
I would like to reopen this thread. On side of comfyui not having any bad info in command lone, but the output video is not impacted at all by the lora (have tested few epochs and without any lora). video is the same and character is not similar to the one I've trained. Using Musubi with Gui, below information from training, I'm not that technical but cannot see anything else that is failing other the sageattention, which i assume should not impact the training. 10:22:14-594978 INFO Save configuration... INFO:hunyuan_model.vae:Loading 3D VAE model (884-16c-hy) from: D:/Msubi/musubi-tuner/NeuralNet/Vae.pt INFO:main:loading text encoder 1: D:\musubi-tuner-gui\musubi-tuner\NeuralNet\llava_llama3_fp16.safetensors INFO:dataset.image_video_dataset:bucket: (512, 512), count: 220 epoch 1/15 epoch 2/15 epoch 3/15 epoch 4/15 epoch 5/15 epoch 6/15 epoch 7/15 epoch 8/15 epoch 9/15 epoch 10/15 epoch 11/15 epoch 12/15 epoch 13/15 epoch 14/15 epoch 15/15 |
found where the issue was, using the float16 instead of bf16 which causend in arg_loss: nan it is working fine with bf16 settings |
LoRAs trained with musubi-tuner, when used with ComfyUI's native workflow, I get the following in the terminal and the trained likeness is not there. This doesn't happen with the diffusion-pipe trainer. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: