We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6685adf + 920fd4f commit 04abab5Copy full SHA for 04abab5
1 file changed
examples/diffusers/quantization/quantize.py
@@ -488,8 +488,7 @@ def main() -> None:
488
489
model_type = ModelType(args.model)
490
if args.backbone is None:
491
- args.backbone = MODEL_DEFAULTS[model_type]["backbone"]
492
-
+ args.backbone = [MODEL_DEFAULTS[model_type]["backbone"]]
493
s = time.time()
494
495
model_dtype = {"default": DataType(args.model_dtype).torch_dtype}
0 commit comments