awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • openai/guided-diffusionopenai का अवतार

    openai/guided-diffusion

    7,395GitHub पर देखें↗

    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
    GitHub पर देखें↗7,395
  • openai/glide-text2imopenai का अवतार

    openai/glide-text2im

    3,688GitHub पर देखें↗

    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
    GitHub पर देखें↗3,688
  1. Home
  2. Artificial Intelligence & ML
  3. Diffusion Sampling Methods
  4. Classifier-Guided Methods