livepeer / go-livepeer

Official Go implementation of the Livepeer protocol
http://livepeer.org
MIT License
537 stars 165 forks source link

fix I2I latency score #3093

Closed rickstaa closed 2 weeks ago

rickstaa commented 2 weeks ago

What does this pull request do? Explain your changes. (required)

This pull request ensures that the number of requested output images are also taken into account for the I2I pipeline. This is already done for the T2I pipeline but this logic was missing in the I2I pipeline causing the latency score to be incorrect.

Specific updates (required)

How did you test each of these updates (required)

Run the code locally.

Does this pull request close any open issues?

AI-504

Checklist: