Suraj Patil
|
f47066f707
|
Merge pull request #42 from huggingface/ldm-uncond-text
add test for ldm uncond
|
2022-06-29 15:34:29 +02:00 |
patil-suraj
|
859ffea2b1
|
add test for ldm uncond
|
2022-06-29 15:25:51 +02:00 |
patil-suraj
|
65788e46ed
|
add scaled_linear schedule in DDIM
|
2022-06-29 15:12:58 +02:00 |
Suraj Patil
|
eceeb97242
|
move the VAE models in src/models
move the VAE models in src/models
|
2022-06-29 13:59:41 +02:00 |
patil-suraj
|
333a8da678
|
add tests for AutoencoderKL
|
2022-06-29 13:52:04 +02:00 |
Patrick von Platen
|
814133ec9c
|
Merge pull request #41 from huggingface/fix_comments
[Resnets] Fix comments
|
2022-06-29 13:47:06 +02:00 |
Patrick von Platen
|
f15ab901a0
|
fix comments
|
2022-06-29 11:46:23 +00:00 |
Patrick von Platen
|
d1f2e3e47b
|
up
|
2022-06-29 11:43:30 +00:00 |
Patrick von Platen
|
1899457b24
|
Merge pull request #40 from huggingface/start_resnet_unificiation
resnet in one file
|
2022-06-29 12:47:07 +02:00 |
Patrick von Platen
|
ebf3717c37
|
resnet in one file
|
2022-06-29 10:46:29 +00:00 |
patil-suraj
|
976173a4bf
|
style
|
2022-06-29 12:34:28 +02:00 |
patil-suraj
|
bae04ea9d8
|
add test for VQModel
|
2022-06-29 12:34:24 +02:00 |
patil-suraj
|
0b7daa6de9
|
add forward for vq model
|
2022-06-29 11:56:19 +02:00 |
patil-suraj
|
99568c5a39
|
cleanup vae file
|
2022-06-29 11:53:58 +02:00 |
patil-suraj
|
2ac9b02609
|
remove AutoencoderKL from pipe __init__
|
2022-06-29 11:43:04 +02:00 |
patil-suraj
|
17e5b4921a
|
remove vae from ldm uncond pipe
|
2022-06-29 11:38:48 +02:00 |
patil-suraj
|
36e1893c6f
|
remove vae from ldm pipeline
|
2022-06-29 11:38:38 +02:00 |
patil-suraj
|
4d1536bb2e
|
add vae model
|
2022-06-29 11:38:27 +02:00 |
Patrick von Platen
|
e5d9baf0fe
|
Merge pull request #38 from huggingface/one_attentino_module
Unify attention modules
|
2022-06-29 01:10:33 +02:00 |
Patrick von Platen
|
c482d7bd4f
|
some clean up
|
2022-06-28 23:09:50 +00:00 |
Patrick von Platen
|
e47c97a451
|
no inference moed doesn't always work
|
2022-06-28 23:05:08 +00:00 |
Patrick von Platen
|
740326d2a2
|
Update README.md
|
2022-06-29 01:01:41 +02:00 |
Patrick von Platen
|
31d1f3c8c0
|
final fix
|
2022-06-28 22:59:21 +00:00 |
Patrick von Platen
|
635da72374
|
one attention module only
|
2022-06-28 22:41:39 +00:00 |
Patrick von Platen
|
79db3eb6ca
|
fix tests
|
2022-06-28 17:36:56 +00:00 |
Patrick von Platen
|
e372767c4d
|
Merge pull request #37 from huggingface/merg_unet_attn_into_glide
merge unet attention into glide attention
|
2022-06-28 19:33:06 +02:00 |
Patrick von Platen
|
c45fd7498c
|
merge unet attention into glide attention
|
2022-06-28 17:31:44 +00:00 |
Patrick von Platen
|
9dccc7dc42
|
refactor unet's attention
|
2022-06-28 17:19:53 +00:00 |
Patrick von Platen
|
52b3ff5eb9
|
unify ldm and glide attention
|
2022-06-28 11:29:16 +00:00 |
Patrick von Platen
|
fff981df2f
|
all attentions collected
|
2022-06-28 11:08:51 +00:00 |
Patrick von Platen
|
a42b900d27
|
finish pos embeddings
|
2022-06-28 11:03:53 +00:00 |
Patrick von Platen
|
bdecc3cffd
|
move pipelines into folders
|
2022-06-28 10:47:47 +00:00 |
Patrick von Platen
|
0efac0aac9
|
remove einops fully
|
2022-06-28 09:52:55 +00:00 |
Patrick von Platen
|
d74b804d05
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-28 09:50:24 +00:00 |
Patrick von Platen
|
a859b1992b
|
fix rl model tests
|
2022-06-28 09:50:21 +00:00 |
patil-suraj
|
22b63d155a
|
add LatentDiffusionUncondPipeline
|
2022-06-28 11:45:48 +02:00 |
Nathan Lambert
|
85d991a12a
|
Update README.md
|
2022-06-27 15:21:46 -04:00 |
Nathan Lambert
|
3a5c87055c
|
add RL test, remove conds from RL model input
|
2022-06-27 14:48:15 -04:00 |
Patrick von Platen
|
a2b72faff7
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-27 17:20:20 +00:00 |
Patrick von Platen
|
c9504bba10
|
add tests for sde ve vp models
|
2022-06-27 17:20:15 +00:00 |
patil-suraj
|
26ea58d4e1
|
Merge branch 'main' of https://github.com/huggingface/diffusers into main
|
2022-06-27 18:04:49 +02:00 |
patil-suraj
|
d1fb309381
|
consolidate downsample
|
2022-06-27 18:03:59 +02:00 |
patil-suraj
|
7b9b946cb2
|
add tests for downsample block
|
2022-06-27 18:03:51 +02:00 |
patil-suraj
|
b9de7172ba
|
add Downsample
|
2022-06-27 18:03:41 +02:00 |
Patrick von Platen
|
4261c3aadf
|
Make style
|
2022-06-27 15:59:04 +00:00 |
Patrick von Platen
|
932ce05d97
|
cancel einops
|
2022-06-27 15:39:41 +00:00 |
Patrick von Platen
|
4e08e0ca42
|
merge
|
2022-06-27 15:34:47 +00:00 |
Patrick von Platen
|
af6c143919
|
remove einops
|
2022-06-27 15:34:11 +00:00 |
anton-l
|
07ff0abff4
|
Glide and LDM training experiments
|
2022-06-27 17:25:59 +02:00 |
anton-l
|
3286dac6bf
|
Merge remote-tracking branch 'origin/main'
|
2022-06-27 17:11:11 +02:00 |