feat: add logo overlay support for template thumbnails#521
Merged
comfyui-wiki merged 7 commits intomainfrom Feb 1, 2026
Merged
feat: add logo overlay support for template thumbnails#521comfyui-wiki merged 7 commits intomainfrom
comfyui-wiki merged 7 commits intomainfrom
Conversation
- Update index.schema.json with logos field and logoInfo definition - Convert index_logo.json to key-value format for frontend compatibility - Add example logos field to 4 templates (OpenAI, Stability, Google, WaveSpeed) Depends on: Comfy-Org/ComfyUI_frontend#8365
Contributor
❌ Model Analysis Check FailedModel configuration issues were found in your template files that need to be fixed. Why this matters: Model configurations in templates must be correct to ensure users can download and use the right model files. Incorrect configurations will cause templates to fail. Analysis Report:Common Issues and How to Fix:
Please fix these issues and resubmit. This comment is automatically updated by the Model Analysis workflow. |
Contributor
|
✅ Upload JSON updated - 307 assets |
- Add check_logo_references() to validate that: - All provider references in templates exist in index_logo.json - All logo files referenced in index_logo.json exist - Exclude index_logo.json from template schema validation (different format)
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
Adds support for provider logo overlays on workflow template thumbnails.
Changes
logosfield to templateInfo and newlogoInfodefinition supporting:Dependencies
Requires frontend PR: Comfy-Org/ComfyUI_frontend#8365
Logo Info Schema
{ "provider": "OpenAI" | ["WaveSpeed", "Hunyuan"], "label": "Custom Label", "gap": -6, "position": "top-2 left-2", "opacity": 0.85 }Testing