feat: optimize random images, improve ComfyUI detection and prompt di…#854
Merged
Conversation
…splay Backend optimizations: - Refactor get_random_images() using SQLite ORDER BY RANDOM() - Simplify from 60+ lines to ~20 lines with better performance - Remove complex multi-cycle index calculations - Maintain file existence check and auto-cleanup ComfyUI support: - Add fallback to 'parameters' field in PNG metadata - Improve detection for ComfyUI-generated images Frontend improvements: - Smart prompt display: auto-detect tag vs natural language format - Add getTextLength() with Chinese character weight (1 char = 3 letters) - Refactor isTagStylePrompt() with clear rules: * Any tag length > 50 natural language format * Average tag length > 30 natural language format - Natural language prompts shown as paragraphs - Tag-style prompts shown as badges - Better support for Chinese/English mixed content Build: - Update frontend asset references
Owner
Author
|
@copilot |
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.
…splay
Backend optimizations:
ComfyUI support:
Frontend improvements:
Build: