livepeer / ai-worker

https://livepeer.ai
MIT License
17 stars 26 forks source link

add upscale image support to AI pipelines #96

Closed mikezupper closed 5 months ago

mikezupper commented 5 months ago

add support to upscale images using timbrooks/instruct-pix2pix model

rickstaa commented 5 months ago

@mikezupper I made some small changes and updated the code with the latest version but apart from that this pull request seems good for a merge 👍🏻. Thanks!

rickstaa commented 5 months ago

@mikezupper, I noticed that this pull request did not work for me with go-livepeer. It seems you may have forgotten to add the route to the gen_openapi.py script or manually update the specs. I fixed the issues and now it works correctly. 👍🏻

I'm very happy with the cleanliness of the implementation. This serves as an excellent example of a pull request for adding a new pipeline. 🎉