- 17 Jan, 2023 2 commits
-
-
Patrick von Platen authored
no more autocast
-
Suraj Patil authored
fix lr scheduler
-
- 16 Jan, 2023 5 commits
-
-
Haofan Wang authored
fix typos
-
Patrick von Platen authored
-
Patrick von Platen authored
* [Community] Fix merger * finish
-
Pedro Cuenca authored
Fix a couple typos in Dreambooth readme.
-
Sayak Paul authored
* Update README.md Co-authored-by:Pedro Cuenca <pedro@huggingface.co>
-
- 12 Jan, 2023 3 commits
-
-
Patrick von Platen authored
* Example tests * fix
-
klopsahlong authored
* implemented multi subject dreambooth in research_projects * minor edits to readme * added style and quality fixes Co-authored-by:Krista Opsahl-Ong <kristaopsahlong@gmail.com>
-
Haofan Wang authored
Update README.md
-
- 11 Jan, 2023 1 commit
-
-
Michael Krasnyk authored
TypeError: Size should be int or sequence. Got <class 'dict'>
-
- 10 Jan, 2023 1 commit
-
-
Patrick von Platen authored
-
- 09 Jan, 2023 2 commits
-
-
andreemic authored
changed named arg to self.tokenizer from `truncaton` to `truncation` according to Tokenizer docs (https://huggingface.co/docs/tokenizers/api/tokenizer#tokenizers.Tokenizer.truncation)
-
Fazzie-Maqianli authored
-
- 05 Jan, 2023 2 commits
-
-
Will Berman authored
* [dreambooth] low precision guard * fix * add docs to cli args * Update examples/dreambooth/train_dreambooth.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * style Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Fazzie-Maqianli authored
Support ColossalAi for Dreamblooth
-
- 04 Jan, 2023 6 commits
-
-
Peter Willemsen authored
* added first version of the tiled upscaling pipeline * reformatted to pass code quality tests
-
Patrick von Platen authored
-
Yasyf Mohamedali authored
* Various Fixes for Flax Dreambooth - Correctly update the progress bar every epoch - Allow specifying a pretrained VAE - Allow specifying a revision to pretrained models - Cache compiled models between invocations (speeds up TPU execution a lot!) - Save intermediate checkpoints by specifying `save_steps` * Don't die when save_steps is not set. * Address CR * Address comments * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Alex Redden authored
Fix default lr-scaling cli argument
-
Yasyf Mohamedali authored
* Support training SD V2 with Flax Mostly involves supporting a v_prediction scheduler. The implementation in #1777 doesn't take into account a recent refactor of `scheduling_utils_flax`, so this should be used instead. * Add to other top-level files.
-
Manfred Lindmark authored
fix resume step in train_text_to_image example
-
- 03 Jan, 2023 1 commit
-
-
Patrick von Platen authored
* [Deterministic torch randn] Allow tensors to be generated on CPU * fix more * up * fix more * up * Update src/diffusers/utils/torch_utils.py Co-authored-by:
Anton Lozhkov <anton@huggingface.co> * Apply suggestions from code review * up * up * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Anton Lozhkov <anton@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 02 Jan, 2023 3 commits
-
-
Pedro Cuenca authored
Fixes to the help for report_to in training scripts.
-
Suraj Patil authored
* misc fixes * more comments * Update examples/textual_inversion/textual_inversion.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * set transformers verbosity to warning Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Pedro Cuenca authored
Fix typo in train_dreambooth_inpaint.
-
- 30 Dec, 2022 4 commits
-
-
Suraj Patil authored
* allow using non-ema weights for training * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * address more review comment * reorganise a few lines * always pad text to max_length to match original training * ifx collate_fn * remove unused code * don't prepare ema_unet, don't register lr scheduler * style * assert => ValueError * add allow_tf32 * set log level * fix comment Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Suraj Patil authored
update loss computation
-
Pedro Cuenca authored
* Fix ema decay and clarify nomenclature. * Rename var.
-
Patrick von Platen authored
* move files a bit * more refactors * fix more * more fixes * fix more onnx * make style * upload * fix * up * fix more * up again * up * small fix * Update src/diffusers/__init__.py Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * correct Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 29 Dec, 2022 1 commit
-
-
Suraj Patil authored
Co-authored-by:Henrik Forstén <henrik.forsten@gmail.com> * update TI script * make flake happy * fix typo
-
- 28 Dec, 2022 1 commit
-
-
Partho authored
* initial * type hints * update scheduler type hint * add to README * add example generation to README * v -> mix_factor * load scheduler from pretrained
-
- 27 Dec, 2022 3 commits
-
-
kabachuha authored
* allow selecting precision to make DB class images addresses #1831 * add prior_generation_precision argument * correct prior_generation_precision's description Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
Katsuya authored
* Make xformers optional even if it is available * Raise exception if xformers is used but not available * Rename use_xformers to enable_xformers_memory_efficient_attention * Add a note about xformers in README * Reformat code style
-
Christopher Friesen authored
-
- 23 Dec, 2022 2 commits
-
-
Suraj Patil authored
* unwrap_model text encoder before accessing weights * fix another call * fix the right call
-
Patrick von Platen authored
* Remove hardcoded names from PT scripts * Apply suggestions from code review Co-authored-by:Suraj Patil <surajp815@gmail.com>
-
- 22 Dec, 2022 1 commit
-
-
Prathik Rao authored
* reorder model wrap * bug fix Co-authored-by:Prathik Rao <prathikrao@microsoft.com>
-
- 20 Dec, 2022 2 commits
-
-
Pedro Cuenca authored
* Section header for in-painting, inference from checkpoint. * Inference: link to section to perform inference from checkpoint. * Move Dreambooth in-painting instructions to the proper place.
-
Simon Kirsten authored
* [Flax] Stateless schedulers, fixes and refactors * Remove scheduling_common_flax and some renames * Update src/diffusers/schedulers/scheduling_pndm_flax.py Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-