Skip to content

Commit 5bb7986

Browse files
committed
Fix example doc string
1 parent 35e1558 commit 5bb7986

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/diffusers/pipelines/lucy/pipeline_lucy_edit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
>>> import torch
5757
>>> from PIL import Image
5858
59-
>>> from diffusers import AutoencoderKLWan, WanTransformer3DModel
60-
>>> from diffusers.pipelines.lucy.pipeline_lucy_edit import LucyEditPipeline
59+
>>> from diffusers import AutoencoderKLWan, LucyEditPipeline
6160
>>> from diffusers.utils import export_to_video, load_video
6261
6362
>>> # Arguments

0 commit comments

Comments
 (0)