Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ai): add upscaling pipeline #3077

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Conversation

rickstaa
Copy link
Member

@rickstaa rickstaa commented Jun 10, 2024

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

This pull request supersedes #3075 created by @mikezupper, as I was unable to push directly to that request. It adds support for Huggingface's superresolution upscaling pipeline directly to the Livepeer network.

Specific updates (required)

  • It establishes the communication pipeline to transmit an up-scaling job from the gateway to the orchestrator, and subsequently execute it in the AI-runner.

How did you test each of these updates (required)

  • I tested whether the pipeline worked using a off-chain and on-chain gateway and orchestrator.

Does this pull request close any open issues?

Checklist:

@rickstaa rickstaa changed the base branch from master to ai-video June 10, 2024 14:03
mikezupper and others added 2 commits June 10, 2024 19:23
This commit ensures that the right golang client bindings response and
request types are used. It also cleans up the codebase a bit.
@rickstaa rickstaa force-pushed the feature/add-image-upscale-2 branch from 44da6b4 to f3bff22 Compare June 10, 2024 17:24
@rickstaa rickstaa changed the title feature/add image upscale 2 feat(ai): add upscaling pipeline Jun 10, 2024
@rickstaa rickstaa merged commit b2933cf into ai-video Jun 10, 2024
7 of 9 checks passed
@rickstaa rickstaa deleted the feature/add-image-upscale-2 branch June 10, 2024 18:21
eliteprox pushed a commit to eliteprox/go-livepeer that referenced this pull request Jul 26, 2024
* add upscale image support using stabilityai/stable-diffusion-x4-upscaler model

* fix(ai): fix ai-worker client bindings

This commit ensures that the right golang client bindings response and
request types are used. It also cleans up the codebase a bit.

---------

Co-authored-by: Mike Zupper <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants