patil-suraj
|
23d50522e7
|
remove unused files
|
2022-06-15 09:41:23 +02:00 |
anton-l
|
31a7c75be9
|
Merge remote-tracking branch 'origin/main'
|
2022-06-14 18:25:33 +02:00 |
anton-l
|
7fe05bb311
|
Bugfixes for the training example
|
2022-06-14 18:25:22 +02:00 |
patil-suraj
|
be736cb248
|
delete unused files
|
2022-06-14 15:31:36 +02:00 |
patil-suraj
|
542c78686f
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-14 12:51:40 +02:00 |
patil-suraj
|
147d8e0702
|
add test for loading model from pipeline module
|
2022-06-14 12:50:40 +02:00 |
patil-suraj
|
d81b56ba5c
|
allow loading model from pipeline module
|
2022-06-14 12:50:27 +02:00 |
Patrick von Platen
|
da1f920ef1
|
finalize pndm
|
2022-06-14 10:50:05 +00:00 |
Patrick von Platen
|
9b7e6f495f
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-14 10:39:25 +00:00 |
Patrick von Platen
|
df64f624c0
|
finish pndm
|
2022-06-14 10:39:21 +00:00 |
anton-l
|
1fd02631fa
|
Merge remote-tracking branch 'origin/main'
|
2022-06-14 12:37:38 +02:00 |
anton-l
|
57243fd565
|
GLIDE integration test
|
2022-06-14 12:37:28 +02:00 |
Patrick von Platen
|
f0a99e7684
|
finish
|
2022-06-14 10:22:53 +00:00 |
Patrick von Platen
|
4dce43ccaa
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-14 10:17:48 +00:00 |
Patrick von Platen
|
559b8cbf46
|
finish pndm
|
2022-06-14 10:17:45 +00:00 |
anton-l
|
d10441d877
|
Revert config eq
|
2022-06-14 11:43:05 +02:00 |
anton-l
|
3979f6eaa4
|
Merge remote-tracking branch 'origin/main'
|
2022-06-14 11:33:31 +02:00 |
anton-l
|
bb30664285
|
Move the training example
|
2022-06-14 11:33:24 +02:00 |
Patrick von Platen
|
7d8bf1a909
|
make pndm easier
|
2022-06-14 08:51:00 +00:00 |
anton-l
|
418888a566
|
Pokemon DDPM training
|
2022-06-14 08:00:23 +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 |