awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 repositorios

Awesome GitHub RepositoriesClassifier-Guided Methods

Guides the reverse diffusion process by injecting classifier gradients to steer sample quality toward higher fidelity.

Distinct from Diffusion Sampling Methods: Distinct from general Diffusion Sampling Methods: specifically uses classifier gradients for guidance, not numerical solvers or discretization methods.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Classifier-Guided Methods. Refine with filters or upvote what's useful.

Awesome Classifier-Guided Methods GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openai/guided-diffusionAvatar de openai

    openai/guided-diffusion

    7,395Ver en GitHub↗

    This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion pipeline that chains a base diffusion model with a dedicated upsampler to progressively increase image resolution in stages, and uses classifier-guided diffusion sampling to steer the reverse diffusion process toward higher-quality outputs. The framework provides tools for training diffusion models from scratch using distributed processes with gradient accumulation, as well as training classifier models that provide gradient-based guidance during sampling. It supports both un

    Provides classifier-guided diffusion sampling that injects classifier gradients to steer sample quality toward higher fidelity.

    Python
    Ver en GitHub↗7,395
  • openai/glide-text2imAvatar de openai

    openai/glide-text2im

    3,688Ver en GitHub↗

    GLIDE is a generative model designed for text-to-image synthesis, image editing, and the contextual filling of masked image regions. It uses a guided diffusion process to transform random noise into high-resolution imagery that aligns with descriptive text prompts. The system provides specialized capabilities for modifying existing visuals, including the ability to alter specific image elements and iteratively refine selected regions through text-driven guidance. It also functions as an inpainting tool, filling missing or masked sections of an image with new content that blends naturally with

    Incorporates a separate classifier to guide the diffusion sampling process for better text alignment.

    Python
    Ver en GitHub↗3,688
  1. Home
  2. Artificial Intelligence & ML
  3. Diffusion Sampling Methods
  4. Classifier-Guided Methods