Skip to content

Question for the Reuse Steps. #5

@Strawbili

Description

@Strawbili

Dear Authors,
Interesting Work!

In the paper, especially in the algorithm 1, you present the Warmup steps W and the Compute interval R. But there is only Compute interval R appeared in the Algorithm 1. Could you please further clarify this?

But in the actual code, we only found:

def eval_foresight_sora(prompt_list):
    foresight_config = OpenSoraFORESIGHTConfig(
        warmup=8,
        recalculate=2,
        threshold=0.5,
    )
    config = OpenSoraConfig(enable_foresight=True, foresight_config=foresight_config)
    engine = VideoSysEngine(config)
    generate_func(engine, prompt_list, "./sora_opensora_foresight_8_2_0.5_30steps", loop=1)

Where we only found the "recalculate" hyper parameter.

By the way, could you please further clarify what is the default Warm Up Steps W set in your paper for the Open-Sora models?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions