Skip to content

Commit 0e6027d

Browse files
authored
Merge pull request huggingface#1 from huggingface/add-glide
Add glide modeling files
2 parents 2596325 + 5a4a883 commit 0e6027d

File tree

3 files changed

+645
-0
lines changed

3 files changed

+645
-0
lines changed

__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66

77
from .modeling_utils import ModelMixin
88
from .models.unet import UNetModel
9+
from .models.unet_glide import UNetGLIDEModel
910
from .pipeline_utils import DiffusionPipeline
1011
from .schedulers.gaussian_ddpm import GaussianDDPMScheduler

models/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
# limitations under the License.
1818

1919
from .unet import UNetModel
20+
from .unet_glide import UNetGLIDEModel

0 commit comments

Comments
 (0)