-
Notifications
You must be signed in to change notification settings - Fork 26
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
LoRA not working correctly with Windows bundle and models converted by NMKD #362
Labels
install/windows-bundle
model/diffusion
model/lora
scope/api
scope/convert
status/blocked
in-progress issues that are blocked by a dependency
type/bug
broken features
Comments
ssube
added
status/planned
issues that have been planned but not started
type/bug
broken features
scope/convert
scope/api
model/diffusion
model/lora
install/windows-bundle
labels
Apr 30, 2023
ssube
changed the title
LoRA not working correctly with Windows bundle
LoRA not working correctly with Windows bundle and models converted by NMKD
Apr 30, 2023
After getting a copy of the model in question, I checked the keys, and they are missing:
A normal model should have a number of MatMul nodes:
That would explain the missing keys and error. Based on the keys that are present, it looks like the model was optimized and the names were removed:
That is known to break LoRA blending: #264 |
ssube
added
status/blocked
in-progress issues that are blocked by a dependency
and removed
status/planned
issues that have been planned but not started
labels
Apr 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
install/windows-bundle
model/diffusion
model/lora
scope/api
scope/convert
status/blocked
in-progress issues that are blocked by a dependency
type/bug
broken features
Some models that have been converted by the v0.10 bundle are not working correctly when mixed with LoRAs. According to the logs, many of the necessary nodes/keys are missing, so the LoRA is not being fully blended, and the effect is not visible.
Looking at this on
main
, the keys are present:The failing model was converted by the NMKD GUI, which could be related. Mine was converted from the extras file.
The text was updated successfully, but these errors were encountered: