go-livepeer icon indicating copy to clipboard operation
go-livepeer copied to clipboard

chore: update OS storage to be same on all pipelines

Open ad-astra-video opened this issue 1 year ago • 0 comments

What does this pull request do? Explain your changes. (required) Updates the OS storage used by aiRequestParams on ImageToImage and Upscale pipelines to use requestID similar to TextToImage and ImageToVideo.

Specific updates (required)

  • Updated drivers.NodeStorage.NewSession to use requestID created in handler to use as path for URL to download results.

How did you test each of these updates (required)

  • not needed, replacing random manifest ID with random manifest ID created a few lines up in handler.

Does this pull request close any open issues?

Checklist:

  • [ ] Read the contribution guide
  • [ ] make runs successfully
  • [ ] All tests in ./test.sh pass
  • [ ] README and other documentation updated
  • [ ] Pending changelog updated

ad-astra-video avatar Jul 02 '24 15:07 ad-astra-video