magic-research / piecewise-rectified-flow

PeRFlow: Piecewise Rectified Flow as Universal Plug-and-Play Accelerator
BSD 3-Clause "New" or "Revised" License
362 stars 22 forks source link

How to derive Equation 6 in this paper? #10

Open Zheng222 opened 2 weeks ago

Zheng222 commented 2 weeks ago

@HanshuYAN Thanks for your open-source code.

  1. Could you tell me how to derive Equation 6 in this paper?

  2. In the following code snippet, why is lambda_t and eta_t equal to the right equation? lambda_t = ( lambda_s * (t_e - t_s) ) / ( lambda_s *(t_c - t_s) + (t_e - t_c) ) eta_t = ( eta_s * (t_e - t_c) ) / ( lambda_s *(t_c - t_s) + (t_e - t_c) )