Open rickstaa opened 4 months ago
This bounty was implemented by @lukiod in https://github.com/livepeer/ai-worker/pull/134.
This bounty was implemented by @lukiod in livepeer/ai-worker#134.
I think you mean @JJassonn69.
Hi, I'm interested in this bounty
Overview
Since its implementation, the stable-fast optimization has enhanced the image-to-video pipeline by providing a 50% speed-up. The primary drawback is that it utilizes dynamic pre-tracing to optimize requests, causing a longer response time on the first try. However, if the first request involves the largest possible image size, all smaller image sizes will also be pre-traced.
This optimization feature was initially not added to the text-to-image, image-to-image, and upscale pipelines due to the support for batch requests at that time, which required pre-tracing each batch size. Since then, we've transitioned from batch requests to sequential requests to mitigate memory issues and improve performance. Consequently, pre-tracing for these pipelines has become feasible again ๐.
We are seeking a dedicated community member to apply the existing code from this pull request to the text-to-image, image-to-image, and upscale pipelines. Completing this bounty will significantly enhance network performance by enabling orchestrators to achieve a 50% speed-up in these pipelines โก๐.
Required Skillset
Bounty Requirements
Bounty Requirements
SFAST_WARMUP=true
, ensuring orchestrators achieve the quickest response times.Implementation Tips
How to Apply
Thank you for your interest in contributing to our project ๐!