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
·

4 repositorios

Awesome GitHub RepositoriesLow-Step Sampling

Techniques for reducing the number of iterative denoising steps in diffusion models to accelerate image synthesis.

Distinct from Iterative Step Controllers: The candidates focus on software workflow step controllers or training engines, whereas this is about neural network sampling iterations.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Low-Step Sampling. Refine with filters or upvote what's useful.

Awesome Low-Step Sampling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • comfyanonymous/comfyuiAvatar de comfyanonymous

    comfyanonymous/ComfyUI

    117,322Ver en GitHub↗

    ComfyUI is a modular generative AI workflow orchestrator and node-based GUI for designing and executing complex diffusion model pipelines. It functions as both a visual interface for building generative logic graphs and a programmable backend API that exposes diffusion model operations for external integration. The system distinguishes itself through a graph-based execution model that supports differential workflow execution, re-running only modified nodes to reduce computation. It features dynamic model offloading to manage memory between system RAM and GPU VRAM and utilizes metadata-embedde

    Provides specialized schedulers to produce images in a single step or small number of iterations.

    Python
    Ver en GitHub↗117,322
  • wanshuiyin/auto-claude-code-research-in-sleepAvatar de wanshuiyin

    wanshuiyin/Auto-claude-code-research-in-sleep

    12,182Ver en GitHub↗

    This project is a machine learning research automation system designed to manage the full research lifecycle, from idea discovery to final paper submission. It utilizes markdown-based skill templates to execute autonomous research tasks and manage iterative loops of deep review and experimentation. The system distinguishes itself through integrated capabilities for academic communication and integrity auditing. It can automate the generation of LaTeX papers, conference slide decks, and evidence-grounded peer review rebuttals. To ensure rigor, it employs cross-model review routing and adversar

    Employs progressive distillation and consistency models to reduce sampling steps for faster generation.

    Pythonai-researchai-toolsaris
    Ver en GitHub↗12,182
  • openai/consistency_modelsAvatar de openai

    openai/consistency_models

    6,492Ver en GitHub↗

    This project is a framework for training and sampling generative models designed to produce high-quality images in few steps. It provides implementations for image generation models that transform random noise into structured visual data through an optimized sampling process. The system specializes in accelerating image generation through consistency distillation and consistency training. It includes tools to transform pre-trained diffusion models into faster versions by distilling knowledge from a teacher model into a student model, as well as methods to train consistency models from scratch

    Enables the production of high-quality images in a single step by mapping ODE trajectories back to the origin.

    Python
    Ver en GitHub↗6,492
  • hao-ai-lab/fastvideoAvatar de hao-ai-lab

    hao-ai-lab/FastVideo

    3,743Ver en GitHub↗

    FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine, a video diffusion training framework, and a modular pipeline orchestrator. It provides a distributed transformer optimizer and a distillation toolkit designed to reduce denoising steps and model complexity to increase frame rates. The project distinguishes itself through specialized acceleration techniques, including joint distillation and sparse attention training. It implements low-step video generation and weight quantization to FP8 or FP4 precision to increase throughput a

    Produces high-quality videos in only one to four steps using a specialized pipeline and scheduler.

    Pythondiffusersdiffusion-modelsdistillation
    Ver en GitHub↗3,743
  1. Home
  2. Artificial Intelligence & ML
  3. Low-Step Sampling

Explorar subetiquetas

  • Low-Step Video SamplingSpecialized sampling techniques that produce high-quality video in extremely few denoising iterations. **Distinct from Low-Step Sampling:** Specifically targets the video domain rather than general image synthesis in low-step sampling
  • Single-Step SamplingTechniques that allow a generative model to produce an image in a single sampling step. **Distinct from Low-Step Sampling:** Distinct from Low-Step Sampling: specifically targets the capability of producing a final image in exactly one step.