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
File "venv/lib/python3.10/site-packages/diffusers/loaders.py", line 1297, in _convert_kohya_lora_to_diffusers
raise ValueError("Network alpha is not consistent")
ValueError: Network alpha is not consistent
### System Info
diffusers 0.17.1, Ubuntu and Windows, Python 3.10.6
### Who can help?
_No response_
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Describe the bug
Issue
Certain LoRA will not load
Diffusers version: v0.17.1
Examples
**Problem: ** LoRA file that will not load with SD 2.1 768
Pixhell LoRA which is supposed to work with SD 2.1 768
Error message
Network alpha is not consistent
Exception location:
loaders.py
, line 1297Expected: Expect LoRA to load as it is created for SD 2.1 768
More info: When I printed out
network_alpha
andalpha
I get 94.0, 123.0 respectively.Reproduction
After loading the pretrained model:
Logs
The text was updated successfully, but these errors were encountered: