Open garychan22 opened 2 months ago
Hi, We updated the perflow scheduler recently. Considering the stability, we forced the inference steps to be equal to or larger than the number of windows. The multiview experiments were implemented before the update and used only one step, [1000]. You can remove the three lines and try one-step inference for wonder3d.
hi, thanks for the great project here. i have a question about the one-step multiview generation with wonder3d. though in the demo code the num_inference_steps is set as 1, while in the scheduler_perflow.py, the behavior is reset to at least config.num_time_windows (4) steps (the actual timesteps are [1000, 750, 500, 250]),
is my understanding right?