Spaces:
Running
Running
| """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"] | |