Skip to content

v1.2.0#6

Merged
Nynxz merged 18 commits intomainfrom
lightbox-update
Jan 4, 2026
Merged

v1.2.0#6
Nynxz merged 18 commits intomainfrom
lightbox-update

Conversation

@Nynxz
Copy link
Member

@Nynxz Nynxz commented Jan 4, 2026

This pull request introduces several new nodes to enhance image search, batch loading, and ID management capabilities for the Embeddr integration, and improves the interface and functionality of existing nodes. The main themes are new feature additions for image similarity search and batch operations, and updates to the image loading node for better API integration and usability.

New nodes and features:

  • Added EmbeddrFindSimilarNode for finding similar images using an input image, and EmbeddrFindSimilarTextNode for finding similar images based on a text prompt, both supporting library and collection filtering. [1] [2]
  • Introduced EmbeddrLoadImagesNode to load multiple images from Embeddr with filtering (by library/collection), sorting (newest/random), and batching support.
  • Added EmbeddrMergeIDsNode to merge multiple Embeddr Image IDs into a list, useful for lineage tracking in workflows.

Enhancements to existing nodes:

  • Updated EmbeddrLoadImageNode to load images by Embeddr Image ID instead of URL, added output for the Embeddr ID, improved error handling, and integrated with the configured API endpoint. [1] [2] [3]

Integration and registration:

  • Registered all new nodes in the extension's node list, making them available for use in the UI and workflows. [1] [2]

Nynxz added 18 commits December 31, 2025 02:15
…scroll ref support

- Added onRightClick prop to ImageGrid for handling right-click events on images.
- Integrated scrollRef prop to allow external control of the scroll area.
- Improved loading logic in useEmbeddrImages hook by utilizing refs for loading state and page tracking.
- Refactored fetchImages function to streamline API calls and state management.
- Cleaned up global CSS by removing unnecessary styles and ensuring proper z-index for dialogs.
…onality; update ExploreTab and ImageGrid for improved interaction
…and add EmbeddrLoadImagesNode for batch image loading with filtering and sorting
…s from API, and update node list in EmbeddrComfyUIExtension
@Nynxz Nynxz merged commit bed4494 into main Jan 4, 2026
1 check 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.

1 participant