We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572c5fe commit 299c6abCopy full SHA for 299c6ab
src/diffusers/loaders/lora_pipeline.py
@@ -1988,7 +1988,6 @@ def _maybe_expand_transformer_param_shape_or_error_(
1988
).data
1989
if weight_on_cpu:
1990
module_weight = module_weight.cpu()
1991
- module_weight = dequantize_bnb_weight(module.weight, state=module.weight.quant_state).data
1992
else:
1993
module_weight = module.weight.data
1994
module_bias = module.bias.data if module.bias is not None else None
0 commit comments