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

Stable Audio Pipeline implementation Bounty [$850] #52

Open
JJassonn69 opened this issue Aug 27, 2024 · 2 comments · May be fixed by livepeer/ai-worker#241
Open

Stable Audio Pipeline implementation Bounty [$850] #52

JJassonn69 opened this issue Aug 27, 2024 · 2 comments · May be fixed by livepeer/ai-worker#241
Assignees
Labels
AI AI SPE bounties approved Bounties approved by Ecosystem team. bounty Software bounies.

Comments

@JJassonn69
Copy link
Collaborator

Overview

To enhance the feature set of our ai-network, we aim to implement a text-to-audio pipeline using the Stable Audio model by Stability AI. This new pipeline will open up exciting possibilities for media generation within our network, enabling users to convert text inputs into high-quality audio outputs. By adding this functionality 🔧, we are expanding the capabilities of the Livepeer AI network, allowing for a more comprehensive suite of tools that support creative and practical applications in media creation. 🔥

We are calling on the community to help implement this crucial pipeline on the AI-worker side of the ai-subnet project. Integrating this pipeline will complement our existing pipelines, creating a more robust infrastructure for complete media generation. This will empower developers, content creators, and other stakeholders to seamlessly generate audio from textual data, thereby enriching the creative potential and utility of the ai-subnet. 🚀


Required Skillset


Bounty Requirements

  1. Implementation: Develop a working /text-to-audio route and pipeline in the AI-worker repository. This pipeline should be accessible on docker port 8008.
  2. Functionality: The pipeline must accept text input as a prompt and return an audio file as output. Also, the parameters such as Duration, Diffusion Steps, and CFG Scale for the audio generation should be tuneable.

Scope Exclusions

  • This bounty does NOT cover the complete end-to-end implementation of this pipeline on the go-livepeer side, including payment logic and job routing. These aspects will be addressed by the AI SPE team or in a future bounty.

Implementation Tips

To understand how to create a new pipeline, you can refer to recent pull requests where new pipelines were added:

Pull Request #96
Pull Request #103

Additionally, make sure to:

  • Utilize Earlier Work: There are implementations of stable audio in huggingface spaces, so review those works. This can provide valuable insights and a foundation for your work.
  • Utilize Developer Documentation: Check out our developer documentation for the worker and runner. These resources provide valuable tips for speeding up your development process by mocking pipelines and enabling direct debugging.
  • Generate OpenAPI Spec: Run the runner/gen_openapi.py file to generate the updated OpenAPI spec.
  • Generate Go-Livepeer Bindings: In the main repository folder, run the make command to generate the necessary bindings, ensuring your implementation works seamlessly with the go-livepeer repository.

How to Apply

  1. Express Your Interest: Comment on this issue to indicate your interest and explain why you're the ideal candidate for the task.
  2. Wait for Review: Our team will review expressions of interest and select the best candidate.
  3. Get Assigned: If selected, we'll assign the GitHub issue to you.
  4. Start Working: Dive into your task! If you need assistance or guidance, comment on the issue or join the discussions in the #developer-lounge channel on our Discord server.
  5. Submit Your Work: Create a pull request in the relevant repository and request a review.
  6. Notify Us: Comment on this GitHub issue when your pull request is ready for review.
  7. Receive Your Bounty: We'll arrange the bounty payment once your pull request is approved.
  8. Gain Recognition: Your valuable contributions will be showcased in our project's changelog.

Thank you for your interest in contributing to our project! 💛

Warning

Please wait for the issue to be assigned to you before starting work. To prevent duplication of effort, submissions for unassigned issues will not be accepted.

@rickstaa rickstaa added AI AI SPE bounties approved Bounties approved by Ecosystem team. bounty Software bounies. labels Aug 27, 2024
@lukiod
Copy link

lukiod commented Aug 29, 2024

Intreasted might help with the audio to vedio thing as might get exp with the pipelines

@rickstaa
Copy link
Collaborator

@lukiod thanks again for being such a dedicated bounty hunter 🚀. Your work is truly appreciated by the community. I assigned you to the issue.

@lukiod lukiod linked a pull request Oct 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI AI SPE bounties approved Bounties approved by Ecosystem team. bounty Software bounies.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@rickstaa @JJassonn69 @lukiod and others