awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repositorios

Awesome GitHub RepositoriesGeneration Utilities

Auxiliary tools and modules that enhance generative AI workflows through visualization, prefilling, and model extension capabilities.

Explore 13 awesome GitHub repositories matching artificial intelligence & ml · Generation Utilities. Refine with filters or upvote what's useful.

Awesome Generation Utilities GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • automatic1111/stable-diffusion-webuiAvatar de AUTOMATIC1111

    AUTOMATIC1111/stable-diffusion-webui

    163,743Ver en GitHub↗

    Stable Diffusion Web UI is a browser-based interface designed for managing text-to-image generation tasks. It provides a centralized dashboard for controlling generative processes, including native support for multi-stage model architectures to facilitate high-quality image refinement. The platform distinguishes itself through granular control over the generation process, offering tools for precise parameter management and advanced prompt engineering. Users can customize generation styles and capabilities by integrating external model-extension formats, such as textual inversions, low-rank ad

    Centralizes image generation, model management, and configuration tasks within a unified browser-based dashboard.

    Pythonaiai-artdeep-learning
    Ver en GitHub↗163,743
  • huggingface/transformersAvatar de huggingface

    huggingface/transformers

    161,630Ver en GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Splits long prompt processing across multiple forward passes to prevent blocking other concurrent requests during generation.

    Pythonaudiodeep-learningdeepseek
    Ver en GitHub↗161,630
  • comfy-org/comfyuiAvatar de Comfy-Org

    Comfy-Org/ComfyUI

    117,227Ver en GitHub↗

    ComfyUI is a node-based generative AI orchestration engine designed for constructing, testing, and executing complex image and video synthesis pipelines. By utilizing a directed acyclic graph execution model, the platform allows users to build reproducible workflows through modular, interconnected processing blocks without requiring manual code implementation. It serves as both a local environment for high-performance model inference and a production-ready server for deploying generative capabilities. The platform distinguishes itself through its focus on workflow portability and extensibilit

    Empowers users to design and execute sophisticated generative AI workflows through a graphical interface without writing code.

    Pythonaicomfycomfyui
    Ver en GitHub↗117,227
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Ver en GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Breaks large input processing tasks into smaller segments to allow for better interleaving with decode requests and reduce latency spikes.

    Pythonattentionblackwellcuda
    Ver en GitHub↗29,079
  • rollup/rollupAvatar de rollup

    rollup/rollup

    26,288Ver en GitHub↗

    Rollup is an ES module bundler and JavaScript module transpiler. It functions as a build tool that combines JavaScript modules into optimized files and converts modern JavaScript and JSX into various output formats for different runtime environments. The project is distinguished by its static-analysis tree shaking engine, which removes unused code and dead exports to minimize bundle size. It also acts as a code splitting orchestrator, partitioning modules into separate chunks to optimize network requests and load times. The tool provides a hook-based plugin system for extending build logic,

    Allows plugins to access and manipulate the internal chunk graph to emit prebuilt chunks.

    JavaScript
    Ver en GitHub↗26,288
  • automaapp/automaAvatar de AutomaApp

    AutomaApp/automa

    21,425Ver en GitHub↗

    Automa is a browser-based automation platform that enables users to build, schedule, and execute repetitive web tasks through a visual, no-code interface. By operating as a browser extension, it provides a canvas-based environment where users construct workflows by connecting functional blocks to interact with web elements, manage browser state, and process data. The platform distinguishes itself through its deep integration with the browser environment, allowing for complex orchestration such as event-driven triggers, cross-origin request handling, and the ability to package workflows as sta

    A canvas-based interface for designing, debugging, and scheduling complex browser automation tasks without writing manual code.

    Vueautomationbrowser-automationbrowser-extension
    Ver en GitHub↗21,425
  • browseros-ai/browserosAvatar de browseros-ai

    browseros-ai/BrowserOS

    9,401Ver en GitHub↗

    BrowserOS is an AI agent browser orchestrator and automation framework designed to manage browser state and execute complex web workflows. It functions as a local AI browser assistant and a Model Context Protocol controller, enabling the control of browser tabs, windows, and navigation through programmable AI agents and standardized context protocols. The system distinguishes itself through a graph-based visual workflow builder for creating repeatable automation sequences and the use of markdown-based files to define agent personalities and task recipes. It supports multi-provider orchestrati

    Features a canvas-based visual graph builder for designing and executing repeatable browser automation workflows.

    C++agentbrowserbrowseros
    Ver en GitHub↗9,401
  • dusty-nv/jetson-inferenceAvatar de dusty-nv

    dusty-nv/jetson-inference

    8,734Ver en GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Accelerates the initial computation of contextual understanding using chunked prefill and KV cache reuse.

    C++caffecomputer-visiondeep-learning
    Ver en GitHub↗8,734
  • zhaochenyang20/awesome-ml-sys-tutorialAvatar de zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371Ver en GitHub↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Implements chunked prefill mechanisms to process large input sequences in segments, maintaining attention masking across fragmented computation steps.

    Python
    Ver en GitHub↗5,371
  • flashinfer-ai/flashinferAvatar de flashinfer-ai

    flashinfer-ai/flashinfer

    4,996Ver en GitHub↗

    FlashInfer is a library of high-performance GPU kernels purpose-built for accelerating large language model inference. It provides optimized implementations for attention operations (including flash attention, page attention, multi-head latent attention, and cascade attention) using paged key-value caches, fused kernel composition, and just-in-time compilation. The library also includes specialized kernels for mixture-of-experts layers, block-scaled low-precision quantization (FP8, FP4), and distributed collective communication. What distinguishes FlashInfer is its fused all-reduce communicat

    Launches concurrent prefill and decode in a single GPU kernel to overlap chunked prefills with decode.

    Pythonattentioncudadistributed-inference
    Ver en GitHub↗4,996
  • skyzh/tiny-llmAvatar de skyzh

    skyzh/tiny-llm

    4,304Ver en GitHub↗

    tiny-llm is a large language model inference engine and transformer model implementation. It serves as a quantized model runtime and paged key-value cache manager, providing a specialized inference stack optimized for Apple Silicon. The system distinguishes itself through high-throughput execution techniques, including continuous batching and paged attention. It utilizes a paged memory system to eliminate fragmentation during token generation and employs on-the-fly dequantization of compressed weights to reduce the memory footprint during matrix multiplication. The project covers a broad ran

    Implements mechanisms to split long prompt processing into smaller segments to prevent memory spikes.

    Pythoncourselarge-language-modelllm
    Ver en GitHub↗4,304
  • lightningpixel/modlyAvatar de lightningpixel

    lightningpixel/modly

    4,140Ver en GitHub↗

    Modly es un generador local de modelos 3D mediante IA que convierte imágenes bidimensionales en mallas tridimensionales. Es una herramienta centrada en la privacidad que procesa los datos directamente en la tarjeta gráfica del host utilizando inferencia acelerada por GPU. El sistema sirve como un framework extensible de modelos de IA, permitiendo la integración de extensiones de modelos externos y archivos de tiempo de ejecución desde repositorios remotos. Utiliza una arquitectura de plugins basada en manifiestos para añadir nuevos métodos de generación cargando metadatos y archivos desde sistemas de control de versiones externos. El conjunto de herramientas incluye una interfaz de línea de comandos para activar flujos de trabajo de generación y exportar activos de malla para automatización mediante scripts. También cuenta con sistemas de gestión de modelos para realizar un seguimiento de la descarga, el estado de carga y los flujos de eventos en tiempo real de los modelos de IA desplegados.

    Supports modular model extensions to augment the system's generative 3D capabilities.

    TypeScript
    Ver en GitHub↗4,140
  • paddlepaddle/fastdeployAvatar de PaddlePaddle

    PaddlePaddle/FastDeploy

    3,700Ver en GitHub↗

    FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models. It provides the infrastructure to launch model services that process combined image, video, and text inputs, exposing these capabilities through a standardized, OpenAI-compatible API for chat and text completions. The project distinguishes itself through advanced inference pipeline engineering and GPU optimization. It employs speculative decoding, tensor parallelism, and a disaggregated execution model that separates prefill and decode phases across different hardware resourc

    Implements mechanisms to split prompt processing into chunks to prevent blocking and stabilize GPU memory usage.

    Pythonernieernie-45ernie-45-vl
    Ver en GitHub↗3,700
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generation Utilities

Explorar subetiquetas

  • Chunked Prefill Mechanisms4 sub-etiquetasSplitting prompt processing to prevent blocking during generation.
  • Generative AI DashboardsBrowser-based interfaces providing visual controls for image synthesis, model management, and workflow automation.
  • Model Extension ModulesSupport for modular model extensions like LoRA, Textual Inversion, and Hypernetworks to augment generative model capabilities.
  • Visual Workflow Builders1 sub-etiquetaNode-based graphical interfaces for designing and executing complex generative AI pipelines without manual coding.