From 840026aac6d1ff30b132c2d245d788e3c6685e77 Mon Sep 17 00:00:00 2001 From: Didan Deng <33117903+wtomin@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:22:45 +0800 Subject: [PATCH] updates --- examples/story_diffusion/utils/pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/story_diffusion/utils/pipeline.py b/examples/story_diffusion/utils/pipeline.py index 42dd513010..b4e7f5f5f9 100644 --- a/examples/story_diffusion/utils/pipeline.py +++ b/examples/story_diffusion/utils/pipeline.py @@ -311,7 +311,6 @@ def __call__( self._interrupt = False - # if prompt_embeds is not None and class_tokens_mask is None: raise ValueError( "If `prompt_embeds` are provided, `class_tokens_mask` also have to be passed. Make sure \