SD Webui Style Organizer transforms style selection with visual grid

A collection of portraits of mannequin heads with their own colored background

SD Webui Style Organizer is an extension that replaces the default style dropdown in Stable Diffusion WebUI with a visual grid interface. Users can browse, select, and apply styles through a graphical layout instead of scrolling through long text lists. The tool supports category-based browsing, filtering, and drag-and-drop reordering of selected styles.

Version 6.0 introduces a complete frontend rewrite using React and shadcn/ui, running as an iframe inside the Forge panel. Developer KazeKaze93 rebuilt the interface to replace the original JavaScript code with a typed component architecture. The update targets users who manage large style libraries and need better organization tools.

New features in version 6.0

  • Favorites and Recents tracking with usage counters for frequently used styles
  • Conflict detection that warns when selected styles have clashing tags and suggests fixes
  • Fullscreen mode that expands the grid to the full viewport with scroll locking
  • Import, export, and backup tools for managing style data without manual CSV editing
  • Source-aware autocomplete that filters suggestions to the active CSV file

Artists and designers working with extensive style collections will find the visual grid helpful for quickly locating and applying looks. The conflict detection feature helps prevent unwanted prompt interactions when stacking multiple styles together.

Development notes and changes

The developer removed the inline star icon from style tiles in this release. Favorites are now managed through the right-click context menu, which reduces visual clutter while maintaining the same functionality. The category order now persists between sessions, saving drag-and-drop arrangements to disk.

The extension runs inside Stable Diffusion WebUI Forge and requires a full restart after installation. Users can install it through the Extensions tab by pasting the repository URL. The developer noted that the previous vanilla JavaScript codebase has been replaced entirely:

'Under the hood it's a proper typed component architecture instead of the vanilla JS mess it used to be.'

Get SD Webui Style Organizer on GitHub.