Skip to content

Guidance¤

Supported owner: artifex.generative_models.models.diffusion.guidance

Public Imports¤

from artifex.generative_models.models.diffusion import (
    ClassifierFreeGuidance,
    ClassifierGuidance,
    ConditionalDiffusionMixin,
    GuidedDiffusionModel,
    apply_guidance,
    cosine_guidance_schedule,
    linear_guidance_schedule,
)

Overview¤

The retained guidance surface is the top-level diffusion export set above. These owners cover classifier-free guidance, classifier guidance, the conditional diffusion mixin, the guided wrapper model, and the exported schedule helpers.

Family-local closures and per-instance helper methods remain implementation details rather than supported module-level API.