awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesAsynchronous Generation Buffers

Buffers used to decouple high-frequency generative input and output operations to prevent data bottlenecks.

Distinct from Queue-Based Buffers: Focuses on decoupling AI generation I/O rather than simple byte-sequence shifting in memory.

Explore 2 awesome GitHub repositories matching data & databases · Asynchronous Generation Buffers. Refine with filters or upvote what's useful.

Awesome Asynchronous Generation Buffers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cumulo-autumn/streamdiffusioncumulo-autumn 的头像

    cumulo-autumn/StreamDiffusion

    10,770在 GitHub 上查看↗

    StreamDiffusion is an interactive generative AI framework and inference engine designed for the low-latency delivery of image and video streams. It provides a real-time Stable Diffusion pipeline for text-to-image and image-to-image generation, enabling the creation of continuous generative image streams with minimized computational delay. The framework optimizes throughput using a pre-computed cache engine and residual-based guidance approximation to reduce the number of required model passes. It further manages GPU load through similarity-based frame skipping, which avoids redundant computat

    Employs dedicated asynchronous queues to decouple input and output operations during high-frequency image generation.

    Python
    在 GitHub 上查看↗10,770
  • pickle-com/glasspickle-com 的头像

    pickle-com/glass

    7,537在 GitHub 上查看↗

    Glass is an AI desktop assistant and screen-to-LLM interface that processes visual and auditory context from a computer to automate tasks. It functions as a tool for screen analysis, bridging real-time desktop captures with large language models to extract semantic meaning and data insights. The system enables AI-assisted desktop interaction by recording live screen and audio data to provide a persistent digital memory for processing. This allows the application to analyze visible screen information and trigger automation workflows through global keyboard shortcuts.

    Implements buffers to decouple high-frequency screen and audio captures from high-latency LLM inference.

    JavaScriptelectronlocal-firstnextjs
    在 GitHub 上查看↗7,537
  1. Home
  2. Data & Databases
  3. Data Buffering
  4. Binary Data Buffers
  5. Queue-Based Buffers
  6. Asynchronous Generation Buffers