Skip to content

Commit a94968f

Browse files
committed
Add FlaxModelMixin to __init__.py
1 parent 82311a5 commit a94968f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
__version__ = "0.4.0.dev0"
1111

1212
from .configuration_utils import ConfigMixin
13+
from .modeling_flax_utils import FlaxModelMixin
1314
from .modeling_utils import ModelMixin
1415
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel
1516
from .onnx_utils import OnnxRuntimeModel

0 commit comments

Comments
 (0)