stable-diffusion-webui/modules/models/flux/__init__.py
2024-11-01 12:33:46 +09:00

6 lines
72 B
Python

from .flux import FLUX1Inferencer
__all__ = [
"FLUX1Inferencer",
]