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 35e1558 commit 5bb7986Copy full SHA for 5bb7986
src/diffusers/pipelines/lucy/pipeline_lucy_edit.py
@@ -56,8 +56,7 @@
56
>>> import torch
57
>>> from PIL import Image
58
59
- >>> from diffusers import AutoencoderKLWan, WanTransformer3DModel
60
- >>> from diffusers.pipelines.lucy.pipeline_lucy_edit import LucyEditPipeline
+ >>> from diffusers import AutoencoderKLWan, LucyEditPipeline
61
>>> from diffusers.utils import export_to_video, load_video
62
63
>>> # Arguments
0 commit comments