@@ -930,11 +930,12 @@ Help Output
930
930
This URI specifies the quantization backend and its configuration.
931
931
932
932
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.
934
935
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.
938
939
939
940
Available backends are: (bnb / bitsandbytes, sdnq)
940
941
@@ -989,13 +990,14 @@ Help Output
989
990
on them.
990
991
991
992
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.
993
994
994
995
When using --quantizer, you can use this argument to specify exactly which sub-modules undergo
995
996
quantization.
996
997
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
+ ------------
999
1001
-q2, --second-model-quantizer QUANTIZER_URI
1000
1002
Global quantization configuration via URI for the secondary model, such as the SDXL Refiner or
1001
1003
Stable Cascade decoder. See: --quantizer for syntax examples.
@@ -10612,7 +10614,7 @@ The ``\templates_help`` output from the above example is:
10612
10614
Value: []
10613
10615
Name: "last_seeds"
10614
10616
Type: collections.abc.Sequence[int]
10615
- Value: [59460199418710 ]
10617
+ Value: [46306913169477 ]
10616
10618
Name: "last_seeds_to_images"
10617
10619
Type: <class 'bool'>
10618
10620
Value: False
0 commit comments