Commit Graph

1302 Commits

Author SHA1 Message Date
patil-suraj 573fbdff16 fix pipeline from_pretrained 2022-06-10 01:20:27 +02:00
patil-suraj cc81901054 process image 2022-06-10 01:12:23 +02:00
patil-suraj 7ac909d62a make ldm work, add classifier free guidence 2022-06-10 00:03:04 +02:00
patil-suraj 9a1a6e97e0 rebase 2022-06-09 18:41:20 +02:00
patil-suraj f1823bbef9 get the ldm pipeline working 2022-06-09 18:39:51 +02:00
Patrick von Platen 1122c7079a
Update README.md 2022-06-09 18:31:37 +02:00
Patrick von Platen 2852c80540 update readme 2022-06-09 18:21:29 +02:00
Patrick von Platen 97226d97d4 upload cleaner scripts 2022-06-09 18:18:18 +02:00
Patrick von Platen 8d6494439c Merge branch 'main' of https://github.com/huggingface/diffusers 2022-06-09 17:14:31 +02:00
Patrick von Platen 999d3856b3 make code cleaner 2022-06-09 17:14:28 +02:00
patil-suraj e3820fa3f6 Merge branch 'main' of https://github.com/huggingface/diffusers into main 2022-06-09 16:40:45 +02:00
patil-suraj 302ac73b74 add LatentDiffusion pipeline 2022-06-09 16:40:20 +02:00
Patrick von Platen 27039cd37c Merge branch 'main' of https://github.com/huggingface/diffusers 2022-06-09 16:31:05 +02:00
Patrick von Platen 8841d0d1a9 improve ddim comments 2022-06-09 16:31:02 +02:00
Patrick von Platen f035fbfba7 improve ddim comments 2022-06-09 16:30:56 +02:00
anton-l 1f4d817c32 Merge remote-tracking branch 'origin/main' 2022-06-09 15:29:58 +02:00
anton-l e3dfaf82ad save local pipeline modules 2022-06-09 15:29:51 +02:00
patil-suraj 4229101ea2 Merge branch 'main' of https://github.com/huggingface/diffusers into main 2022-06-09 14:16:54 +02:00
anton-l 99540747b5 Merge remote-tracking branch 'origin/main' 2022-06-09 14:16:51 +02:00
patil-suraj d1af9d91a0 move vqvae in top models dir 2022-06-09 14:16:51 +02:00
anton-l 528b12931c make style 2022-06-09 14:15:35 +02:00
patil-suraj 9fc2b6c529 Merge branch 'main' of https://github.com/huggingface/diffusers into main 2022-06-09 14:12:43 +02:00
anton-l f23bb3e813 remove CLIPTextModel from src 2022-06-09 14:12:39 +02:00
patil-suraj 758f9d2201 add some comments 2022-06-09 14:12:22 +02:00
Patrick von Platen cbb19ee84e fix setup 2022-06-09 14:06:58 +02:00
Patrick von Platen 2234877e01 fix tests 2022-06-09 11:02:32 +00:00
anton-l 9dd6085b0e Merge branch 'main' of github.com:huggingface/diffusers 2022-06-09 13:00:13 +02:00
Patrick von Platen 7ba3130cc2 upload & fix 2022-06-09 10:58:50 +00:00
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