You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work! I am trying to run train_svd_lora.py but returned this error. It seems we can't fine-tune the SVD using Lora. Should I add the 'save_lora_weights' function to StableVideoDiffusionPipeline?
The text was updated successfully, but these errors were encountered:
Hi @YunkangTao , are you able to load a lora weight for inference ? I've tried to load lora weight but the results look like the result of the original pretrained model
Hi @YunkangTao , are you able to load a lora weight for inference ? I've tried to load lora weight but the results look like the result of the original pretrained model
You can try the codes:
from diffusers.loaders import StableDiffusionLoraLoaderMixin
StableDiffusionLoraLoaderMixin.load_lora_into_unet()
Thanks for your work! I am trying to run train_svd_lora.py but returned this error. It seems we can't fine-tune the SVD using Lora. Should I add the 'save_lora_weights' function to StableVideoDiffusionPipeline?
The text was updated successfully, but these errors were encountered: