go-livepeer
go-livepeer copied to clipboard
chore: update OS storage to be same on all pipelines
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
- [ ]
makeruns successfully - [ ] All tests in
./test.shpass - [ ] README and other documentation updated
- [ ] Pending changelog updated