You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are excited to announce the expansion of our AI Network with the introduction of Outpainting pipeline. This feature will enable advanced image expansion and modification techniques, improving the versatility of our AI network. 🔥
We are reaching out to the community to contribute to the implementation of this this essential pipeline within the AI-worker side of the AI-Network. Your contribution will be an invaluable addition to our image editing capabilites, pushing Livepeer AI Network at the forefront of AI-media generation. 🚀
Implementation: Develop a functional /out-paint route and pipeline within the AI-worker repository. This new pipeline should be accessible through Docker on port 8700.
Functionality: The pipeline must be able to take an initial image, and text input as a prompt, return an modified image as the result. It should also allow for optional parameters like negative_prompt, controlnet_conditioning_scale, num_inference_steps, and guidance_scale to be adjustable according to the outpainting model utilized.
Scope Exclusions
This bounty does NOT include the complete end-to-end implementation of this pipeline on the go-livepeer side, such as payment processing or job routing. These elements will be handled by the AI SPE team or in a future bounty.
Implementation Tips
To guide your development of the new pipeline, you can reference recent pull requests where other pipelines were introduced:
Leverage Previous Work: Examine existing implementations of outpainting available in Hugging Face documentation and this space. These can serve as valuable starting points.
Consult Developer Documentation: Our developer documentation for the worker and runner includes helpful tips for mocking pipelines and direct debugging, speeding up the development process.
Update OpenAPI Specification: Run the runner/gen_openapi.py script to generate an updated OpenAPI specification.
Generate Go-Livepeer Bindings: In the main repository directory, execute the make command to generate the necessary bindings, ensuring compatibility with the go-livepeer repository.
How to Apply
Express Interest: Comment on this issue to show your interest and explain why you are a great fit for this task.
Await Review: Our team will review expressions of interest and select the most suitable candidate.
Get Assigned: If chosen, the GitHub issue will be assigned to you.
Start Working: Begin the task! If you need help or guidance, comment on the issue or join discussions in the #developer-lounge channel on our Discord server.
Submit Your Work: Create a pull request in the relevant repository and request a review.
Notify Us: Comment on this GitHub issue when your pull request is ready for review.
Receive Your Bounty: Once your pull request is approved, we will arrange the bounty payment.
Earn Recognition: Your valuable contributions will be highlighted in our project's changelog.
We appreciate your interest in contributing to our project! 💛
⚠️ WARNING:
Please ensure the issue is assigned to you before beginning work. To avoid duplication of efforts, unassigned issue submissions will not be accepted.
The text was updated successfully, but these errors were encountered:
Overview
We are excited to announce the expansion of our AI Network with the introduction of Outpainting pipeline. This feature will enable advanced image expansion and modification techniques, improving the versatility of our AI network. 🔥
We are reaching out to the community to contribute to the implementation of this this essential pipeline within the AI-worker side of the
AI-Network
. Your contribution will be an invaluable addition to our image editing capabilites, pushing Livepeer AI Network at the forefront of AI-media generation. 🚀Required Skillset
Bounty Requirements
/out-paint
route and pipeline within the AI-worker repository. This new pipeline should be accessible through Docker on port8700
.negative_prompt
,controlnet_conditioning_scale
,num_inference_steps
, andguidance_scale
to be adjustable according to the outpainting model utilized.Scope Exclusions
Implementation Tips
To guide your development of the new pipeline, you can reference recent pull requests where other pipelines were introduced:
Additional pointers:
runner/gen_openapi.py
script to generate an updated OpenAPI specification.make
command to generate the necessary bindings, ensuring compatibility with the go-livepeer repository.How to Apply
#developer-lounge
channel on our Discord server.We appreciate your interest in contributing to our project! 💛
The text was updated successfully, but these errors were encountered: