Commit Graph

220 Commits

Author SHA1 Message Date
patil-suraj d81b56ba5c allow loading model from pipeline module 2022-06-14 12:50:27 +02:00
Patrick von Platen ca72c1f81d Merge branch 'main' of https://github.com/huggingface/diffusers into main 2022-06-13 17:34:05 +00:00
Patrick von Platen 059a6e9d82 up 2022-06-13 17:34:02 +00:00
anton-l 55d29ab742 Merge remote-tracking branch 'origin/main' 2022-06-13 18:31:33 +02:00
anton-l 77451b3bf3 tune ddpm training 2022-06-13 18:31:27 +02:00
Patrick von Platen 809591b7b6 improve pndm 2022-06-13 16:29:22 +00:00
Patrick von Platen 11631e8154 merge 2022-06-13 16:03:49 +00:00
Patrick von Platen 13c5a0654f add pndm 2022-06-13 16:03:11 +00:00
Suraj Patil b8a6764025
update Library structure 2022-06-13 17:30:03 +02:00
Suraj Patil ddc89204e3
Update README.md 2022-06-13 17:16:40 +02:00
Suraj Patil d57107de48
update specch example 2022-06-13 17:15:52 +02:00
Suraj Patil f88322b728
Update README.md 2022-06-13 17:13:31 +02:00
anton-l a82d2592f1 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/diffusers/__init__.py
#	src/diffusers/pipelines/__init__.py
#	src/diffusers/schedulers/scheduling_ddim.py
2022-06-13 16:52:12 +02:00
anton-l ba21735c42 DDPM training example 2022-06-13 16:50:30 +02:00
patil-suraj 61dc11c713 register trained_betas and timestep_values 2022-06-13 16:39:50 +02:00
patil-suraj 29d9f02f83 BDDMPipeline -> BDDM 2022-06-13 15:52:31 +02:00
patil-suraj cdf58a4ec6 fix BDDMPipeline 2022-06-13 15:40:48 +02:00
patil-suraj b96c6ce193 remove trained_betas from ddim and add in ddpm 2022-06-13 15:06:28 +02:00
patil-suraj 2d1f7de28c Merge branch 'main' of https://github.com/huggingface/diffusers into main 2022-06-13 14:41:14 +02:00
patil-suraj bc72d297c6 make Diffwave subclass of ModelMixin 2022-06-13 14:41:09 +02:00
anton-l 77c80489f3 Merge remote-tracking branch 'origin/main' 2022-06-13 14:33:56 +02:00
anton-l bff9746da0 GLIDE + DDIM without artifacts 2022-06-13 14:33:48 +02:00
patil-suraj 86da45bc66 add BDDMPipeline in init 2022-06-13 14:29:31 +02:00
patil-suraj 99e6d64f8e add BDDMPipeline 2022-06-13 14:19:32 +02:00
anton-l 2f8e556b46 Merge branch 'main' of github.com:huggingface/diffusers 2022-06-13 12:45:40 +02:00
anton-l 3fe026e06c Glide tensor format 2022-06-13 12:44:45 +02:00
patil-suraj 730741862f add diffwave model 2022-06-13 11:40:48 +02:00
anton-l bf13b76aa3 Fix merge 2022-06-13 11:36:34 +02:00
anton-l 9c53019115 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/diffusers/__init__.py
#	src/diffusers/schedulers/__init__.py
#	src/diffusers/schedulers/glide_ddim.py
2022-06-13 11:35:23 +02:00
anton-l ca2635d9ee GlideDDIM -> DDIM 2022-06-13 11:33:50 +02:00
Patrick von Platen f28cb9e118 add dummy code for pmls 2022-06-13 10:58:34 +02:00
Patrick von Platen 1f66160e5d rename to scheduling 2022-06-13 10:48:08 +02:00
Patrick von Platen 27266abc9f rename schedulers 2022-06-13 10:39:53 +02:00
Patrick von Platen 5c21d96284
Update README.md 2022-06-13 00:17:26 +02:00
Patrick von Platen ed167940c5
Update README.md 2022-06-13 00:15:39 +02:00
Patrick von Platen 20d9178237 correct readme 2022-06-12 22:14:03 +00:00
Patrick von Platen 7764669c54 correct library loading 2022-06-12 22:10:40 +00:00
Patrick von Platen 12b10cbe09 finish refactor 2022-06-12 21:20:39 +00:00
Patrick von Platen 2d97544dc7 add more tests schedulers 2022-06-12 19:56:13 +00:00
Patrick von Platen bda825f910 load pipeline from source 2022-06-12 18:13:23 +00:00
Patrick von Platen e83ff11f57 make tests pass 2022-06-12 17:59:39 +00:00
Patrick von Platen 08e7f4b063 correct merge 2022-06-12 17:30:44 +00:00
Patrick von Platen acb948bd30 save intermediate 2022-06-12 17:28:58 +00:00
Patrick von Platen 8b8a339c49 save intermediate 2022-06-12 17:28:54 +00:00
Patrick von Platen a020285e8e update 2022-06-12 19:12:01 +02:00
Patrick von Platen e01bcbb765 rename to step 2022-06-12 19:07:56 +02:00
Patrick von Platen 2e9910bdb7
Update README.md 2022-06-12 00:24:20 +02:00
patil-suraj 2b29e7d830 Merge branch 'main' of https://github.com/huggingface/diffusers into main 2022-06-10 18:37:47 +02:00
patil-suraj 96306533cb add test for ldm 2022-06-10 18:37:45 +02:00
Suraj Patil 0f761a133f
add Latent diffusion example in readme 2022-06-10 16:33:58 +02:00