jy0205 / Pyramid-Flow

Code of Pyramidal Flow Matching for Efficient Video Generative Modeling
https://pyramid-flow.github.io/
MIT License
2.4k stars 233 forks source link

add seed + autoupdate duration #189

Closed cocktailpeanut closed 5 days ago

cocktailpeanut commented 5 days ago
  1. Added seed (by default 0, which randomizes the seed every time)
  2. Duration maximum value gets auto-updated whenever you switch between 768p and 384p (31 and 16, respectively). Note that the default value is always set to 16 since the 31 frame option might require too much resources for certain machines while 16 works fine.

Here's what it looks like:

update_e

feifeiobama commented 5 days ago

Thank you for the commit!