awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • cumulo-autumn/streamdiffusionAvatar cumulo-autumn

    cumulo-autumn/StreamDiffusion

    10,770Vezi pe 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
    Vezi pe GitHub↗10,770
  • pickle-com/glassAvatar pickle-com

    pickle-com/glass

    7,537Vezi pe 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
    Vezi pe GitHub↗7,537
  1. Home
  2. Data & Databases
  3. Data Buffering
  4. Binary Data Buffers
  5. Queue-Based Buffers
  6. Asynchronous Generation Buffers