anton-l
|
decac197cf
|
Merge branch 'main' of github.com:huggingface/diffusers
|
2022-06-09 12:46:43 +02:00 |
patil-suraj
|
2fa1d64841
|
remove incorrect args
|
2022-06-09 12:46:02 +02:00 |
anton-l
|
ae73d95e41
|
Merge branch 'main' of github.com:huggingface/diffusers
|
2022-06-09 12:43:03 +02:00 |
anton-l
|
c6c659f231
|
improve the glide example
|
2022-06-09 12:42:59 +02:00 |
patil-suraj
|
4f761e95c7
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-09 12:41:40 +02:00 |
patil-suraj
|
6b66999e75
|
make ALL_IMPORTABLE_CLASSES static
|
2022-06-09 12:40:23 +02:00 |
Patrick von Platen
|
b02d0d6be3
|
merge
|
2022-06-09 12:39:31 +02:00 |
Patrick von Platen
|
49257b4abf
|
finish transformers removal
|
2022-06-09 12:36:37 +02:00 |
patil-suraj
|
02cdd68331
|
genric logic to get load method for custom model
|
2022-06-09 12:21:56 +02:00 |
Patrick von Platen
|
09e1b0b46f
|
remove transformers dependency
|
2022-06-09 11:49:23 +02:00 |
patil-suraj
|
74d2da9950
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-09 11:48:32 +02:00 |
patil-suraj
|
397b31c84f
|
allow loading modules from hub
|
2022-06-09 11:48:21 +02:00 |
anton-l
|
c6a33e3d24
|
fix tokenizers pipeline
|
2022-06-09 11:43:51 +02:00 |
anton-l
|
dc6324d44b
|
end-to-end glide pipeline with DDIM scheduler for upscaling
|
2022-06-09 10:53:53 +02:00 |
anton-l
|
ff89f80869
|
Merge branch 'main' of github.com:huggingface/diffusers
|
2022-06-08 17:11:12 +02:00 |
anton-l
|
f9cdb4ddf1
|
Convert glide upsampling weights
|
2022-06-08 17:11:08 +02:00 |
Patrick von Platen
|
46dae846df
|
add clip to ddim
|
2022-06-08 13:09:49 +00:00 |
Patrick von Platen
|
485797b846
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-08 12:24:48 +00:00 |
Patrick von Platen
|
33e5a8313b
|
finish DDIM
|
2022-06-08 12:24:45 +00:00 |
Suraj Patil
|
67533c798c
|
Add VQVAE
add vqvae
|
2022-06-08 14:12:13 +02:00 |
patil-suraj
|
f4ee3498b3
|
add vqvae
|
2022-06-08 14:11:35 +02:00 |
anton-l
|
43e728d307
|
Merge remote-tracking branch 'origin/main'
|
2022-06-08 13:51:59 +02:00 |
anton-l
|
383dc795c9
|
glide is alive!
|
2022-06-08 13:51:46 +02:00 |
Patrick von Platen
|
9fdbc14ec1
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-08 10:52:11 +00:00 |
Patrick von Platen
|
ef044a7231
|
save clean-up
|
2022-06-08 10:52:07 +00:00 |
anton-l
|
d754ce5f3b
|
transformer-guided glide sampling
|
2022-06-08 12:32:46 +02:00 |
Patrick von Platen
|
e8977e957c
|
save intermediate
|
2022-06-08 10:21:49 +00:00 |
anton-l
|
07ffe73f79
|
Style
|
2022-06-08 11:53:12 +02:00 |
anton-l
|
bb98a5b709
|
Merge branch 'main' of github.com:huggingface/diffusers
Conflicts:
src/diffusers/__init__.py
src/diffusers/models/__init__.py
|
2022-06-08 11:48:25 +02:00 |
anton-l
|
1e21f06160
|
Classifier-free guidance scheduler + GLIDe pipeline
|
2022-06-08 11:47:47 +02:00 |
Suraj Patil
|
b53924c749
|
Merge pull request #6 from huggingface/add-ldm
add unet ldm in init
|
2022-06-08 11:45:19 +02:00 |
patil-suraj
|
4d53a52150
|
add unet ldm in init
|
2022-06-08 11:44:27 +02:00 |
Patrick von Platen
|
ee71a3b63b
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-08 09:42:37 +00:00 |
Patrick von Platen
|
7a1323b62f
|
add first version of ddim
|
2022-06-08 09:42:31 +00:00 |
Suraj Patil
|
e7026edc85
|
Add UNet for Latent Diffusion
|
2022-06-08 11:31:24 +02:00 |
patil-suraj
|
b903d3d3c1
|
fix einsum
|
2022-06-08 11:30:14 +02:00 |
patil-suraj
|
a9374a0228
|
remove unused imports
|
2022-06-08 11:29:42 +02:00 |
patil-suraj
|
2f24ce1ce3
|
rename to UNetLDMModel
|
2022-06-08 11:29:28 +02:00 |
patil-suraj
|
4ea4429d1a
|
add unet for ldm
|
2022-06-08 11:29:09 +02:00 |
Patrick von Platen
|
86064df7b5
|
fix
|
2022-06-08 09:14:50 +00:00 |
Patrick von Platen
|
2665677b0a
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-08 09:13:50 +00:00 |
Patrick von Platen
|
ae81c3d696
|
make from pretrained more general
|
2022-06-08 09:13:47 +00:00 |
Patrick von Platen
|
db3757aa06
|
up
|
2022-06-08 08:42:11 +00:00 |
Patrick von Platen
|
5a784f98a6
|
Dev version
|
2022-06-07 19:41:50 +02:00 |
anton-l
|
d1715d3385
|
Merge branch 'main' of github.com:huggingface/diffusers
|
2022-06-07 19:02:16 +02:00 |
anton-l
|
db2a1077c0
|
Add glide text encoder
|
2022-06-07 19:01:58 +02:00 |
Patrick von Platen
|
3e801673d6
|
remove ipdb
|
2022-06-07 17:00:21 +00:00 |
Patrick von Platen
|
f8a9bb6f63
|
merge
|
2022-06-07 16:59:48 +00:00 |
Patrick von Platen
|
6f88cc92e9
|
adapt final unpreciseness
|
2022-06-07 16:59:12 +00:00 |
Patrick von Platen
|
89af440e32
|
check with other device
|
2022-06-07 18:55:10 +02:00 |