Skip to content

Conversation

csehatt741
Copy link
Contributor

@csehatt741 csehatt741 commented Aug 14, 2025

Summary

A new feature was implemented to recall CLIP skip settings of an image.

  • A new parameter, ParameterCLIPSkip, was added to parameterSchemas.ts
  • A new handler, CLIPSkip, was added to parsing.tsx
  • paramsSlice.ts related changes
    • A typo, selectCLIPSKip -> selectCLIPSkip , was corrected
    • Applying CLIP skip was refactored
    • A new selector, selectHasModelCLIPSkip, was added
  • New translations, metadata.clipSkip and parameters.useClipSkip, were added to en.json
  • A new hook, useRecallCLIPSkip, for restoring CLIP skip setting was created
  • A new menu item, Use CLIP Skip, for restoring CLIP skip setting was added to ImageMenuItemMetadataRecallActionsCanvasGenerateTabs
  • A new recall parameter, CLIP Skip, was added to ImageMetadataActions

Related Issues / Discussions

Closes #5703

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

@github-actions github-actions bot added the frontend PRs that change frontend files label Aug 14, 2025
Copy link
Collaborator

@psychedelicious psychedelicious left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@psychedelicious psychedelicious merged commit f3554b4 into invoke-ai:main Aug 14, 2025
12 checks passed
@csehatt741 csehatt741 deleted the feature/CLIP-skip branch August 14, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Use All dont change the CLIP settings
2 participants