comfy_script/runtime/nodes.pyi line 8589 defines
class MiniMaxH3ReferenceToVideo:
'''```
def MiniMaxH3ReferenceToVideo(
clip: Clip,
vae: Vae,
audio_vae: Vae,
prompt: str,
width: int = 1344,
height: int = 768,
length: int = 124,
ref_image_size: MiniMaxH3ReferenceToVideo.ref_image_size | str = 'match',
**ref_images: ComfyAutogrowV3** | None = None,
**ref_videos: ComfyAutogrowV3** | None = None,
**ref_video_audios: ComfyAutogrowV3** | None = None,
**ref_audios: ComfyAutogrowV3** | None = None
) -> tuple[Conditioning, Latent]
```
But no documentation exists on how to actually supply a "ComfyAutogrowV3", the object itself is defined only as "..." and every major AI model cannot find nor generate the correct method to supply images from for example img, mask = LoadImage("file_in_inputs.png").
ImageBatch, Image, etc yield only a JSON serialization error, [img] as well.
comfy_script/runtime/nodes.pyi line 8589 defines
But no documentation exists on how to actually supply a "ComfyAutogrowV3", the object itself is defined only as "..." and every major AI model cannot find nor generate the correct method to supply images from for example img, mask = LoadImage("file_in_inputs.png").
ImageBatch, Image, etc yield only a JSON serialization error, [img] as well.