"tests/vscode:/vscode.git/clone" did not exist on "6b04d61cf6c105de9f2530b5bfca2d65fc9e29d7"
- 16 Aug, 2022 1 commit
-
-
Patrick von Platen authored
* [Half precision] Make sure half-precision is correct * Update src/diffusers/models/unet_2d.py * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py * correct some tests * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> * finalize * finish Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
- 15 Aug, 2022 1 commit
-
-
Suraj Patil authored
* allow custom height width * raise if height width are not mul of 8
-
- 14 Aug, 2022 1 commit
-
-
Suraj Patil authored
* add stable diffusion pipeline * get rid of multiple if/else * batch_size is unused * add type hints * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py * fix some bugs Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 13 Aug, 2022 1 commit
-
-
Suraj Patil authored
fix typo in condirion
-
- 12 Aug, 2022 1 commit
-
-
Suraj Patil authored
use inspect instead of unused kwargs
-
- 11 Aug, 2022 2 commits
-
-
Suraj Patil authored
-
Suraj Patil authored
-
- 10 Aug, 2022 1 commit
-
-
Suraj Patil authored
-
- 09 Aug, 2022 2 commits
-
-
Anton Lozhkov authored
* karras + VE, not flexible yet * Fix inputs incompatibility with the original unet * Roll back sigma scaling * Apply suggestions from code review * Old comment * Fix doc
-
Suraj Patil authored
make text model generic
-
- 06 Aug, 2022 3 commits
-
-
Pedro Cuenca authored
-
Pedro Cuenca authored
Fix arg key for `dataset_name` The example training script was changed in #152, but not `create_model_card`.
-
Suraj Patil authored
* pass downsample_padding in encoder * update tests
-
- 05 Aug, 2022 1 commit
-
-
Suraj Patil authored
add cross_attention_dim as an argument
-
- 03 Aug, 2022 1 commit
-
-
Eyal Mazuz authored
* Extented the ability of ddpm scheduler to utilize model that also predict the variance. * Update src/diffusers/schedulers/scheduling_ddpm.py Co-authored-by:Anton Lozhkov <aglozhkov@gmail.com>
-
- 28 Jul, 2022 2 commits
-
-
anton-l authored
-
Patrick von Platen authored
* [Vae and AutoencoderKL clean] * save intermediate finished work * more progress * more progress * finish modeling code * save intermediate * finish * Correct tests
-
- 27 Jul, 2022 1 commit
-
-
Anton Lozhkov authored
* Add torch_device to the VE pipeline * Mark the training test with slow
-
- 22 Jul, 2022 1 commit
-
-
Omar Sanseviero authored
* Expose schedulers * Update __init__.py Co-authored-by:Anton Lozhkov <anton@huggingface.co>
-
- 21 Jul, 2022 15 commits
-
-
David Marx authored
-
Manuel Romero authored
-
Patrick von Platen authored
-
Patrick von Platen authored
final fixes before release
-
anton-l authored
-
anton-l authored
-
Lysandre Debut authored
* Typos * Credits and roadmap * Second version
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Nathan Lambert authored
* work in progress, fixing tests for numpy and make deterministic * make tests pass via pytorch * make pytorch == numpy test cleaner * change default tensor format pndm --> pt
-
- 20 Jul, 2022 6 commits
-
-
Patrick von Platen authored
up
-
Patrick von Platen authored
* up * change model name * renaming * more changes * up * up * up * save checkpoint * finish api / naming * finish config renaming * rename all weights * finish really
-
Patrick von Platen authored
-
Nathan Lambert authored
* organize PNDM tests, begin API change * clean timestep API PNDM * update pipeline PNDM * fix typo * API clean round 2 * small nit
-
anton-l authored
-
Anton Lozhkov authored
-