We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff5954 commit da402daCopy full SHA for da402da
tests/pipelines/controlnet/test_controlnet_img2img.py
@@ -198,6 +198,8 @@ class StableDiffusionMultiControlNetPipelineFastTests(
198
batch_params = TEXT_GUIDED_IMAGE_VARIATION_BATCH_PARAMS
199
image_params = frozenset([]) # TO_DO: add image_params once refactored VaeImageProcessor.preprocess
200
201
+ supports_dduf = False
202
+
203
def get_dummy_components(self):
204
torch.manual_seed(0)
205
unet = UNet2DConditionModel(
0 commit comments