-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sketch-to-Image Pipeline Implementation Bounty [$900] #57
Comments
👋 I would like to give this a try. I have a lot experience in python with flask/FastAPI, and k8s/docker, decent experience in AI related fields |
I am interested in this task. I have strong background in python, but I come from Reasearch and Development sector related to signal processing domain. It will be a great learning experience for me. |
Hey @yaodingyd, Thanks so much for your interest in contributing to our open-source ecosystem! Apologies for the delayed response—we've been busy wrapping up deliverables ahead of Token2049 🚀. I had a chance to review your profile, and I believe you're a great fit for this bounty. I've gone ahead and assigned it to you. Looking forward to your contributions! |
Hey @diszrythm, Thank you for your enthusiasm in contributing to our ecosystem! 🚀 Unfortunately, I've already assigned this bounty to @yaodingyd, but don't worry—there will be plenty more opportunities coming up that you can jump on. 🔧 Stay tuned! |
Hi @yaodingyd,, apologies for the delay in getting back to you. I just reviewed your submitted solution, and we’re ready to process the payment for your work. Ultimately, we decided to incorporate your contribution into a larger pull request, but we will ensure you are properly credited for your efforts. Could you please join our Discord server and ping me ( Thank you for your understanding, and we appreciate your contribution 🚀! |
@rickstaa |
Overview
We're excited to expand the capabilities of our AI-Network by introducing a new sketch-to-image pipeline. This innovative feature will allow users to generate creative images from simple sketches, adding multiple avenues for AI-enhanced art creation to our AI network. 🔥
We’re inviting the community to assist in implementing this new pipeline within the AI-worker component of the
AI-Network
. By contributing to this pipeline, you will empower artistic visions and speed up the creation utilizing the decentalized Livepeer AI-Network. 🚀Required Skillset
Bounty Requirements
/sketch-to-image
route and pipeline within the AI-worker repository. This new pipeline must be accessible via Docker on port8800
.negative_prompt
,controlnet_conditioning_scale
,num_inference_steps
,width
, andheight
based on the model's requirements.Scope Exclusions
Implementation Tips
To learn how to create a new pipeline, refer to the Hugging Face spaces. You can also explore the following pull requests to see how other pipelines were implemented:
In some cases, you may not be able to integrate the new pipeline directly into the regular AI Runner Docker container due to dependency conflicts or missing packages. If this occurs, you can follow the approach outlined in livepeer/ai-worker#185 to create a custom container for the pipeline. This approach uses the regular AI runner as the base while keeping the base container lean.
Additionally, keep the following best practices in mind:
sketch-to-draw
available in Hugging Face documentation and this space. These can serve as helpful starting points.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’re excited to see your interest in contributing to our project! 💛
Warning
Please ensure the issue is assigned to you before starting work. To prevent duplication of efforts, unassigned issue submissions will not be accepted.
The text was updated successfully, but these errors were encountered: