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
If we train LoRA in the WebGUI, we may get this error.
RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn
This is because your LoRA implementation is outdated in diffusers >= 0.25.1. I notice that you have changed the diffusers version from 0.21.4 to 0.25.1. The old version works. So I suggest you either modify the diffusers version in Readme or upgrade your LoRA implementation.
The text was updated successfully, but these errors were encountered:
If we train LoRA in the WebGUI, we may get this error.
This is because your LoRA implementation is outdated in diffusers >= 0.25.1. I notice that you have changed the diffusers version from 0.21.4 to 0.25.1. The old version works. So I suggest you either modify the diffusers version in Readme or upgrade your LoRA implementation.
The text was updated successfully, but these errors were encountered: