Enhance Generative Model UX: Improved Parameter Documentation, Model Selector UI, and Sidebar Model Display#497
Merged
Conversation
…table Diffusion V1 ControlNet, V2, and V3 models
…en, Stable Diffusion V1, V2, and V3 models
cristian-tamblay
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Type of Change
Check all that apply like this [x]:
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.Testing (optional)
Notes (optional)