- 30 Aug, 2022 3 commits
-
-
Patrick von Platen authored
* [README] Add readme for SD * fix * fix * up * uP
-
Patrick von Platen authored
* [Examples readme] * Improve * more * save * save * save more * up * up * Apply suggestions from code review Co-authored-by:
Nathan Lambert <nathan@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * up * make deterministic * up * better * up * add generator to img2img pipe * save * make pipelines deterministic * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py Co-authored-by:
Anton Lozhkov <anton@huggingface.co> * apply all changes * more correctnios * finish * improve table * more fixes * up * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Anton Lozhkov <anton@huggingface.co> * Update src/diffusers/pipelines/README.md Co-authored-by:
Suraj Patil <surajp815@gmail.com> * add better links * fix more * finish Co-authored-by:
Nathan Lambert <nathan@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Anton Lozhkov <anton@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
hysts authored
* Refactor progress bar of pipeline __call__ * Make any tqdm configs available * remove init * add some tests * remove file * finish * make style * improve progress bar test Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 29 Aug, 2022 4 commits
-
-
Anton Lozhkov authored
* Support K-LMS in img2img * Apply review suggestions
-
nicolas-dufour authored
* Fixed add_noise in LMSDiscreteScheduler * Linting * Update src/diffusers/schedulers/scheduling_lms_discrete.py Co-authored-by:
Anton Lozhkov <aglozhkov@gmail.com> Co-authored-by:
Anton Lozhkov <aglozhkov@gmail.com>
-
Patrick von Platen authored
* [Tests] Make sure tests are on GPU * move more models * speed up tests
-
Pulkit Mishra authored
adds missing torch import to example
-
- 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
-