Rectified Flow: The Game-Changing Technique Powering Stable Diffusion 3 (Full Reimplementation!)

Поділитися
Вставка

КОМЕНТАРІ • 2

  • @gogopie64
    @gogopie64 Місяць тому +1

    Why does __get_item__ use the same index for both distributions? Shouldn't you pick 2 random indexes. Otherwise you have a constant pairing between the two distributions.

    • @papersin100linesofcode
      @papersin100linesofcode  Місяць тому +1

      Thank you for your question! Yes, the pseudocode involve creating a pairing of the data and sticking with it. If you use reflow to straighten the mapping, the reflow operations build new pairings. It depends on papers and implementations whether _get_item_ uses the same index or no.