This website requires JavaScript.
Explore
Help
Sign In
AI
/
diffusers
Watch
1
Star
0
Fork
0
You've already forked diffusers
mirror of
https://github.com/huggingface/diffusers.git
synced
2026-01-27 17:22:53 +03:00
Code
Activity
Files
a2090375ca8e54e7494d73ba31ce91c50659e556
diffusers
/
tests
History
Suraj Patil
a2090375ca
[VAE] fix the downsample block in Encoder. (
#156
)
...
* pass downsample_padding in encoder * update tests
2022-08-06 17:36:07 +05:30
..
__init__.py
fix issues with loading, add test for pipeline
2022-06-07 15:40:36 +02:00
test_layers_utils.py
add tests for 1D Up/Downsample blocks (
#72
)
2022-07-04 11:41:04 +02:00
test_modeling_utils.py
[VAE] fix the downsample block in Encoder. (
#156
)
2022-08-06 17:36:07 +05:30
test_scheduler.py
finish pndm sampler
2022-07-21 01:50:12 +00:00
test_training.py
Add training and batched inference test for DDPM vs DDIM (
#140
)
2022-07-27 15:01:56 +02:00