We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2596325 + 5a4a883 commit 0e6027dCopy full SHA for 0e6027d
__init__.py
@@ -6,5 +6,6 @@
6
7
from .modeling_utils import ModelMixin
8
from .models.unet import UNetModel
9
+from .models.unet_glide import UNetGLIDEModel
10
from .pipeline_utils import DiffusionPipeline
11
from .schedulers.gaussian_ddpm import GaussianDDPMScheduler
models/__init__.py
@@ -17,3 +17,4 @@
17
# limitations under the License.
18
19
from .unet import UNetModel
20
+from .unet_glide import UNetGLIDEModel
0 commit comments