We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Merging DoRAs currently fails with a Key Error.
merging C:\AI\automatic1111\models\Lora\d\36c_dora-000007.safetensors: [0.0, 0, 0, 0, 0, 0.0, 0.0, 0, 0.0, 0.0, 0, 0, 0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0] dim: [4], alpha: [2.0] merging... Traceback (most recent call last): File "C:\AI\automatic1111\extensions\sd-webui-supermerger\scripts\mergers\pluslora.py", line 426, in lmerge sd = merge_lora_models(ln, lr, settings, False, calc_precision) File "C:\AI\automatic1111\extensions\sd-webui-supermerger\scripts\mergers\pluslora.py", line 480, in merge_lora_models base_alpha = base_alphas[lora_module_name] KeyError: 'lora_te1_text_model_encoder_layers_0_mlp_fc1.dora_scal'
The text was updated successfully, but these errors were encountered:
@hako-mikan Any updates regarding merging Doras?
Sorry, something went wrong.
No branches or pull requests
Merging DoRAs currently fails with a Key Error.
merging C:\AI\automatic1111\models\Lora\d\36c_dora-000007.safetensors: [0.0, 0, 0, 0, 0, 0.0, 0.0, 0, 0.0, 0.0, 0, 0, 0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0]
dim: [4], alpha: [2.0]
merging...
Traceback (most recent call last):
File "C:\AI\automatic1111\extensions\sd-webui-supermerger\scripts\mergers\pluslora.py", line 426, in lmerge
sd = merge_lora_models(ln, lr, settings, False, calc_precision)
File "C:\AI\automatic1111\extensions\sd-webui-supermerger\scripts\mergers\pluslora.py", line 480, in merge_lora_models
base_alpha = base_alphas[lora_module_name]
KeyError: 'lora_te1_text_model_encoder_layers_0_mlp_fc1.dora_scal'
The text was updated successfully, but these errors were encountered: