Comfy-Org / Comfy-Org/ComfyUI

MiniMax H3 Reference to Video: input labels are 0-based while prompt references are 1-based

Open Beginner friendly
#16,282 2 comments 1 reaction 0 assignees View on GitHub
Feature
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 6h
Merged PRs (30d)
155

Description

### Feature Idea

In `MiniMax H3 Reference to Video`, the reference inputs are shown as:

* `ref_image_0`
* `ref_video_0`
* `ref_audio_0`

while H3 prompt references start from 1:

* ``
* ``
* ``

So, for example, `ref_image_0` corresponds to ``.

I understand that 0-based indexing internally is completely normal, but since this is an H3-specific node, would it make sense for the user-facing labels to follow the numbering used in H3 prompts?

The current mismatch is easy to misread, especially when using multiple references.

### Existing Solutions

_No response_

### Other

_No response_

Contributor guide

Open the contributing guide

Research direction

Start at the MiniMax H3 Reference to Video node and inspect where the ref_image_0, ref_video_0, and ref_audio_0 input labels are defined. Update the user-facing numbering to match the H3 prompt references, then verify that multiple references display consistently and that the existing node behavior is unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ai
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.