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

[AI] Integrate Image-to-Image tasks for a generic image-to-image pipeline #3337

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RUFFY-369
Copy link

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

Adds support for the ai-worker pipeline which integrates image-to-image tasks into a generic framework. The current tasks in the generic frameworks include inpainting, outpainting and sketch-to-image

Corresponding AI-Worker PR: livepeer/ai-worker#388

Specific updates (required)

  • removes requirement of creating a separate pipeline for a specific task for eg., three different pipelines were required for the above mentioned tasks in the current scheme of things. This PR works on creating a generic framework for specific input-output pipeline where user can perform various tasks in that single pipeline itself by specifying the task parameter
  • Adds inpainting, outpainting and sketch-to-image as tasks in a single I2I generic pipeline

How did you test each of these updates (required)
Test was performed by running the gateway + worker locally.

Does this pull request close any open issues?

Checklist:

cc @rickstaa

@github-actions github-actions bot added go Pull requests that update Go code AI Issues and PR related to the AI-video branch. labels Dec 31, 2024
@RUFFY-369 RUFFY-369 requested a review from rickstaa January 1, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI Issues and PR related to the AI-video branch. go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant