Skip to content

Enhance Generative Model UX: Improved Parameter Documentation, Model Selector UI, and Sidebar Model Display#497

Merged
cristian-tamblay merged 5 commits into
developfrom
refactor/generative-module-front
Mar 24, 2026
Merged

Enhance Generative Model UX: Improved Parameter Documentation, Model Selector UI, and Sidebar Model Display#497
cristian-tamblay merged 5 commits into
developfrom
refactor/generative-module-front

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented Mar 24, 2026

Summary

Enhances generative model usability by improving parameter-level documentation (adding detailed, multilingual descriptions and guidance), displaying the selected model name for each session in the sidebar, and updating the ModelSelector UI to use colored boxes driven by backend-defined model metadata. The ModelSelector now displays up to 6 models at a time with pagination for easier navigation.

image

Type of Change

Check all that apply like this [x]:

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • qwen_model.py: Expanded parameter documentation with detailed explanations, value ranges, and bilingual (EN/ES) guidance; added model metadata (e.g., color, description).
  • stable_diffusion_v2_model.py: Improved parameter-level documentation with clearer usage guidance and multilingual descriptions.
  • stable_diffusion_v1_depth_controlnet.py: Enhanced ControlNet parameter documentation and added model metadata for UI usage.
  • ModelSelector (frontend): Refactored UI to display models as colored boxes using backend-provided metadata; limits display to 6 models per page with pagination support.
  • Session/sidebar component (frontend): Added display of the selected model name for each session in the left sidebar.

Testing (optional)

  • Verify parameter descriptions are correctly displayed and readable in both languages.
  • Confirm ModelSelector renders colored boxes according to backend configuration.
  • Check that each session correctly shows its associated model name in the sidebar.

Notes (optional)

  • No changes to model behavior; improvements focus on usability, clarity, and UI consistency.

@Irozuku Irozuku added front Frontend work back Backend work labels Mar 24, 2026
@cristian-tamblay cristian-tamblay merged commit 109b150 into develop Mar 24, 2026
24 checks passed
@cristian-tamblay cristian-tamblay deleted the refactor/generative-module-front branch March 24, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

back Backend work front Frontend work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants