Skip to content

Conversation

@ishan-modi
Copy link
Contributor

What does this PR do?

Fixes #11002

Who can review?

@DN6 @yiyixuxu

@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.

@ishan-modi
Copy link
Contributor Author

@DN6, gentle ping

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! I left some questions on how we should determine default

scheduler: KarrasDiffusionSchedulers,
):
super().__init__()
self._guidance_scale = 1.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

i would suggest:

1 .default _guidance_scale to be same as each pipeline call default, e.g. 7.5 here

2 _num_stesps can be None here since it is not yet known

but let me know all your thoughts @DN6 @ishan-modi

@yiyixuxu yiyixuxu requested a review from DN6 June 16, 2025 19:53
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.

Any chance class members like self._interrupt could be defined in __init__ across pipelines?

3 participants