Skip to content

Commit 52e53fc

Browse files
committed
last_supported_version
1 parent c586430 commit 52e53fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/controlnet/pipeline_controlnet_blip_diffusion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class BlipDiffusionControlNetPipeline(DeprecatedPipelineMixin, DiffusionPipeline
116116
Position of the context token in the text encoder.
117117
"""
118118

119+
_last_supported_version = "0.33.1"
119120
model_cpu_offload_seq = "qformer->text_encoder->unet->vae"
120121

121122
def __init__(

0 commit comments

Comments
 (0)