Skip to content

fix: allow changing clip_skip back to its default value #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wbruna
Copy link

@wbruna wbruna commented May 24, 2025

CLIPTextModel ignored setting clip_skip back to -1, instead retaining whatever value was previously defined.

This is not relevant to command-line sd, since it's currently not possible to change clip_skip between generations, but could affect any frontend that reuses model instances for multiple images.

CLIPTextModel ignored setting clip_skip back to -1,
instead retaining whatever value was previously defined.

This is not relevant to command-line sd, since it's currently
not possible to change clip_skip between generations, but
could affect any frontend that reuses model instances for
multiple images.
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.

1 participant