docs: grouped inputs format for 28 DynamicCombo nodes (merged batches 2-5) - #129
Merged
Merged
Conversation
…rged) Merges batch 2 (Wan2 + HappyHorse), batch 3 (Gemini + HappyHorse Reference), batch 4 (Grok + Luma + Qwen) and batch 5 (Bria + Vidu) into a single PR replacing Comfy-Org#123-126. Each node: en.md + 11 language translations in grouped-inputs format (Common Inputs → per-model Inputs → Reference Inputs) matching node UI. Quality pass applied: - Frontend param translations (model→modelo, seed→semilla, etc.) - DYNAMIC_COMBO types corrected (COMBO/STRING/DYNAMICCOMBO/DYNAMIC COMBO variants → DYNAMIC_COMBO; plain Combo inputs like BriaImageEditNode model kept as COMBO) - Required/Range localization verified (0 residuals) - No preamble leaks, no code fences Replaces: Comfy-Org#123 Comfy-Org#124 Comfy-Org#125 Comfy-Org#126
This was referenced Aug 15, 2026
|
Important Review skippedToo many files! This PR contains 352 files, which is 252 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (352)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
lin-bot23
force-pushed
the
mega-docs-grouped-format
branch
from
August 15, 2026 08:34
26ce68d to
6718d0e
Compare
…les) Addresses the 3-subagent cross-audit of PR Comfy-Org#129: - Required column English residuals (Yes→是/はい/예 etc.) across zh/zh-TW/ja/ko/ru/tr/ar/fa translations (333 cells, 62 files) - Range column 'to' residuals (0 to N → 0 到 N etc.), including unit forms (2s to 10s → 2秒至10秒, Up to 2000 characters) - Untranslated overviews: GeminiNodeV2/es, HappyHorseTextToVideoApi/zh - ru heading variant unification (Входные параметры → Входы) - Markdown fence: GeminiVideoOmni/fr (already fixed in prior commit) Verified: 0 fences, 0 preambles, 0 type variants, 0 localized types, 0 Required/Range English residuals across all 28 nodes × 12 files.
…y-Org#129) Manual fixes from source-schema audit (ComfyUI comfy_api_nodes origin/master): - Required column: mark source-required params Yes across all languages (Wan2/HappyHorse seed/prompt_extend/watermark, Grok video seed, Bria remove-bg moderation/seed, Vidu3 prompt/seed) - Data types: DYNAMIC_COMBO for DynamicCombo inputs, COMBO for plain Combo (was MODEL/DICT/STRING/COMBO in ar/fa/pt-BR/ru/tr legacy files) - Rebuild ar/fa/pt-BR/ru/tr legacy-format tables to grouped structure: English param names, en types/Required/Range, preserved localized descriptions (Grok/HappyHorse/Qwen/Luma/Bria nodes) - Strip model. prefix from per-model params in 9 nodes (table + note refs) - Normalize Required column variants (ja はい→必須, ko 아니오→아니요, ...) - Remove AI-translation preamble leftovers; fix DYNAMICCOMBO typo
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Regenerated 28 DynamicCombo nodes with grouped-inputs format (Common Inputs → per-model Inputs → Reference Inputs) matching node UI. This merges the previous batch PRs #123, #124, #125, #126 into one reviewable PR.
Nodes
Batch 2 (Wan + HappyHorse): Wan2TextToVideoApi, Wan2ImageToVideoApi, Wan2ReferenceVideoApi, Wan2VideoContinuationApi, Wan2VideoEditApi, HappyHorseTextToVideoApi, HappyHorseImageToVideoApi, HappyHorseVideoEditApi
Batch 3 (Gemini): GeminiNanoBanana2V2, GeminiNodeV2, GeminiVideoOmni, HappyHorseReferenceVideoApi
Batch 4 (Grok + Luma + Qwen): GrokImageEditNodeV2, GrokVideoExtendNode, GrokVideoReferenceNode, LumaImageEditNode2, LumaImageNode2, LumaRay32KeyframeNode, QwenImageEditApi, QwenImageTextToImageApi
Batch 5 (Bria + Vidu): BriaGenFill, BriaImageEditNode, BriaRemoveImageBackground, Vidu3ImageToVideoNode, Vidu3StartEndToVideoNode, Vidu3TextToVideoNode, ViduExtendVideoNode, ViduMultiFrameVideoNode
Quality pass
Replaces
This PR supersedes #123 #124 #125 #126 (closing those).