lanczos's picture
deploy: labeling server
871ff87 verified
raw
history blame contribute delete
392 Bytes
"""Image-generation backends.
Only `flux2_klein` is active for the current dataset; see
`configs/generation.yaml` and `src/aamcq/prompt_render.py` for the pin.
"""
from aamcq.generation.base import GenerationBackend, GenerationResult
from aamcq.generation.registry import BACKEND_REGISTRY, get_backend
__all__ = ["GenerationBackend", "GenerationResult", "BACKEND_REGISTRY", "get_backend"]