@@ -930,11 +930,12 @@ Help Output
930930 This URI specifies the quantization backend and its configuration.
931931
932932 Quantization will be applied to all text encoders, and unet / transformer models with the provided
933- settings when using this argument.
933+ settings when using this argument. ControlNet models are NOT quantized by default and must be
934+ explicitly included via --quantizer-map.
934935
935- If you wish to specify different quantization types per encoder or unet / transformer, you should
936- use the "quantizer" URI argument of --text-encoders and or --unet / --transformer to specify the
937- quantization settings on a per model basis.
936+ If you wish to specify different quantization types per encoder, unet / transformer, or controlnet,
937+ you should use the "quantizer" URI argument of --text-encoders, --unet / --transformer, or
938+ --control-nets to specify the quantization settings on a per model basis.
938939
939940 Available backends are: (bnb / bitsandbytes, sdnq)
940941
@@ -989,13 +990,14 @@ Help Output
989990 on them.
990991
991992 By default when a --quantizer URI is specified, the UNet / Transformer, and all Text Encoders are
992- processed.
993+ processed. ControlNet models are NOT processed by default.
993994
994995 When using --quantizer, you can use this argument to specify exactly which sub-modules undergo
995996 quantization.
996997
997- Accepted values are: "unet", "transformer", "text_encoder", "text_encoder_2", "text_encoder_3"
998- ----------------------------------------------------------------------------------------------
998+ Accepted values are: "unet", "transformer", "text_encoder", "text_encoder_2", "text_encoder_3",
999+ "controlnet"
1000+ ------------
9991001 -q2, --second-model-quantizer QUANTIZER_URI
10001002 Global quantization configuration via URI for the secondary model, such as the SDXL Refiner or
10011003 Stable Cascade decoder. See: --quantizer for syntax examples.
@@ -10612,7 +10614,7 @@ The ``\templates_help`` output from the above example is:
1061210614 Value: []
1061310615 Name: "last_seeds"
1061410616 Type: collections.abc.Sequence[int]
10615- Value: [59460199418710 ]
10617+ Value: [46306913169477 ]
1061610618 Name: "last_seeds_to_images"
1061710619 Type: <class 'bool'>
1061810620 Value: False
0 commit comments