Skip to content

No/Unclear documentation on use of ComfyAutogrowV3 #128

Description

@zouflain

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions