Skip to content

i2v_inference.py fusionx #398

Description

@NiklasWilson

I noticed the project itself supports fusionx but I am not seeing how to use it with i2v_inference.py.
or is there an alternative way to use it via command line?

I currently just call i2v_inferency.py using Popen in my own python project
cmd = [
"python", "i2v_inference.py",
"--prompt", request.request.prompt,
"--input-image", input_image_path,
"--teacache", request.request.teacache_thresh if request.request.teacache_thresh else "0.0",
"--guidance-scale", str(request.request.guidance_scale if request.request.guidance_scale else 8.5),
"--attention", request.request.attention if request.request.attention else "sdpa",
"--profile", profile,
"--output-file", output_path,
"--steps", str(request.request.steps if request.request.steps else 25),
"--frames", str(16 * request.request.duration),
"--slg-layers","9"
]

Is there a better way to take advantage of this project in a similar way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions