stable-diffusion-webui/modules/models/flux/__init__.py

6 lines
72 B
Python
Raw Normal View History

2024-08-31 15:40:28 +08:00
from .flux import FLUX1Inferencer
__all__ = [
"FLUX1Inferencer",
]