File size: 392 Bytes
871ff87
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""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"]