- 27 Aug, 2022 1 commit
-
-
Evita authored
-
- 26 Aug, 2022 4 commits
-
-
Suraj Patil authored
* expand latents before the check, style * update readme
-
Anton Lozhkov authored
* Init CI * clarify cpu * style * Check scripts quality too * Drop smi for cpu tests * Run PR tests on cpu docker envs * Update .github/workflows/push_tests.yml Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Try minimal python container * Print env, install stable GPU torch * Manual torch install * remove deprecated platform.dist() Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Logan authored
* add inpainting * added proper noising of init_latent as reccommened by jackloomen (https://github.com/huggingface/diffusers/pull/241#issuecomment-1226283542) * move image preprocessing inside pipeline and allow non 512x512 mask
-
Nathan Lambert authored
* Update README.md * Update README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 25 Aug, 2022 4 commits
-
-
Pedro Cuenca authored
* Accept latents as input for StableDiffusionPipeline. * Notebook to demonstrate reusable seeds (latents). * More accurate type annotation Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Review comments: move to device, raise instead of assert. * Actually commit the test notebook. I had mistakenly pushed an empty file instead. * Adapt notebook to Colab. * Update examples readme. * Move notebook to personal repo. Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
Anton Lozhkov authored
Style scripts
-
Anton Lozhkov authored
Pin black==22.3
-
Patrick von Platen authored
* CleanResNet * refactor more * correct
-
- 24 Aug, 2022 2 commits
-
-
Kashif Rasul authored
* added test workflow and fixed failing test * 4 decimal places
-
Kashif Rasul authored
* split tests_modeling_utils * Fix SD tests .to(device) * fix merge * Fix style Co-authored-by:anton-l <anton@huggingface.co>
-
- 23 Aug, 2022 3 commits
-
-
Suraj Patil authored
raise error if strength is not in desired range
-
Suraj Patil authored
* boom boom * reorganise examples * add image2image in example inference * add readme * fix example * update colab url * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * fix init_timestep * update colab url * update main readme * rename readme Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Yih-Dar authored
remove dead code in resnet.py Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
- 22 Aug, 2022 12 commits
-
-
anton-l authored
-
anton-l authored
-
Patrick von Platen authored
-
Anton Lozhkov authored
-
anton-l authored
-
anton-l authored
-
anton-l authored
-
Anton Lozhkov authored
-
anton-l authored
-
Suraj Patil authored
add add_noise method in more schedulers
-
Nathan Lambert authored
-
Pedro Cuenca authored
Restore `is_modelcards_available` in `.utils`. Otherwise attempting to import `hub_utils` (in training scripts, for example), fails. This was removed during the refactor in df90f0ce.
-
- 21 Aug, 2022 2 commits
-
-
Pedro Cuenca authored
* Update README for 0.2.3 release: * Apply suggestions from code review Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Patrick von Platen authored
-
- 20 Aug, 2022 1 commit
-
-
Anton Lozhkov authored
-
- 19 Aug, 2022 3 commits
-
-
Pedro Cuenca authored
* Implement `pipeline.to(device)` * DiffusionPipeline.to() decides best device on None. * Breaking change: torch_device removed from __call__ `pipeline.to()` now has PyTorch semantics. * Use kwargs and deprecation notice Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Apply torch_device compatibility to all pipelines. * style Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
anton-l <anton@huggingface.co>
-
Suraj Patil authored
-
Suraj Patil authored
* add SafetyChecker * better name, fix checker * add checker in main init * remove from main init * update logic to detect pipeline module * style * handle all safety logic in safety checker * draw text * can't draw * small fixes * treat special care as nsfw * remove commented lines * update safety checker
-
- 18 Aug, 2022 1 commit
-
-
Anton Lozhkov authored
* Support one-string prompts in LDM * Add other features from SD too
-
- 17 Aug, 2022 5 commits
-
-
Anton Lozhkov authored
* Add is_<framework>_available, refactor import utils * deps * quality
-
Anton Lozhkov authored
* Revive Make utils * Add datasets for training too
-
Suraj Patil authored
use default params in __call__
-
Suraj Patil authored
-
Suraj Patil authored
init pipeline once
-
- 16 Aug, 2022 2 commits
-
-
-
Patrick von Platen authored
-