Skip to content

Commit b5858c4

Browse files
junqiangwuyiyixuxu
andauthored
Update src/diffusers/pipelines/longcat_image/pipeline_longcat_image.py
Co-authored-by: YiYi Xu <[email protected]>
1 parent 833f275 commit b5858c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/pipelines/longcat_image/pipeline_longcat_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ def __call__(
519519
batch_size = prompt_embeds.shape[0]
520520

521521
device = self._execution_device
522-
# from IPython import embed; embed();
523522
if enable_prompt_rewrite:
524523
prompt = self.rewire_prompt(prompt, device )
525524
logger.info(f'Rewrite prompt {prompt}!')

0 commit comments

Comments
 (0)