Skip to content

Conversation

sarihl
Copy link
Contributor

@sarihl sarihl commented Sep 16, 2025

What does this PR do?

Initial implementation of LucyEditPipeline - a video editing pipeline.

Who can review?

@yiyixuxu and @asomoza

self.vae_scale_factor_spatial = self.vae.config.scale_factor_spatial if getattr(self, "vae", None) else 8
self.video_processor = VideoProcessor(vae_scale_factor=self.vae_scale_factor_spatial)

def _get_t5_prompt_embeds(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this same as the one in Wan pipelines, can we add #Copied from

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Copy link
Collaborator

@yiyixuxu yiyixuxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! looking great!
just need imports
missing a few #Copied from, API doc page and tests, but these can be added later

@yiyixuxu yiyixuxu merged commit 8c72cd1 into huggingface:main Sep 16, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants