Skip to content

Commit da402da

Browse files
committed
last one
1 parent fff5954 commit da402da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pipelines/controlnet/test_controlnet_img2img.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ class StableDiffusionMultiControlNetPipelineFastTests(
198198
batch_params = TEXT_GUIDED_IMAGE_VARIATION_BATCH_PARAMS
199199
image_params = frozenset([]) # TO_DO: add image_params once refactored VaeImageProcessor.preprocess
200200

201+
supports_dduf = False
202+
201203
def get_dummy_components(self):
202204
torch.manual_seed(0)
203205
unet = UNet2DConditionModel(

0 commit comments

Comments
 (0)