- 01 Mar, 2024 2 commits
-
-
Sayak Paul authored
fix: path
-
YiYi Xu authored
* add Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 29 Feb, 2024 5 commits
-
-
M. Tolga Cangöz authored
* Add copyright notice to relevant files and fix typos * Set `timestep_spacing` parameter of `StableDiffusionXLPipeline`'s scheduler to `'trailing'`. * Update `StableDiffusionXLPipeline.from_single_file` by including EulerAncestralDiscreteScheduler with `timestep_spacing="trailing"` param. * Update model loading method in SDXL Turbo documentation
-
Dhruv Nair authored
* update * update
-
Sayak Paul authored
-
Sayak Paul authored
-
Sayak Paul authored
* use uv for installing stuff in the workflows. * fix: from source installation command when using uv. * fix uv venv issue * edit editable installation. * fix quality installation * checking * make editable. * more check * check * add: export step * venv handling. * checking. * fix: dependency workflows. * peft tests. * proper way to initialize env. * Empty-Commit * Empty-Commit
-
- 28 Feb, 2024 6 commits
-
-
Aryan authored
update
-
elucida authored
* move model helper function in pipeline to EfficiencyMixin --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
YiYi Xu authored
* fix * fix * remove stalebot's ability to close issues --------- Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Dhruv Nair authored
update
-
Sayak Paul authored
* fix kwarg * Empty-Commit
-
Sayak Paul authored
make tests conditional and other things.
-
- 27 Feb, 2024 13 commits
-
-
Beinsezii authored
* DPMMultistep rescale_betas_zero_snr * DPM upcast samples in step() * DPM rescale_betas_zero_snr UT * DPMSolverMulti move sample upcast after model convert Avoids having to re-use the dtype. * Add a newline for Ruff
-
M. Tolga Cangöz authored
Fix typos, formatting and remove trailing whitespace
-
Suraj Patil authored
* add DPM scheduler with EDM formulation * set sigmas in init * add _compute_sigmas * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * address some review comments * up, * add tests --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Suraj Patil authored
* Add EDMEulerScheduler * address review comments * fix import * fix test * add tests * add co-author Co-authored-by: @dg845 dgu8957@gmail.com
-
Sayak Paul authored
remove uv from docker jax tpu
-
Suraj Patil authored
* denormalize latents with the mean and std if available * fix denormalize * add latent mean and std in vae config * address sayak's comment
-
Dhruv Nair authored
* update * update * update * update --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
move to uv in the Dockerfiles.
-
Sayak Paul authored
* log_validation unification for controlnet. * additional fixes. * remove print. * better reuse and loading * make final inference run conditional. * Update examples/controlnet/README_sdxl.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * resize the control image in the snippet. --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Sayak Paul authored
* pass revision in the loading_kwarhs. * remove revision from load_sub_model.
-
Younes Belkada authored
* copy the state dict in load lora weights * fixup
-
Sayak Paul authored
edit templates to remove patrick's name.
-
jinghuan-Chen authored
* Make LoRACompatibleConv padding_mode work. * Format code style. * add fast test * Update src/diffusers/models/lora.py Simplify the code by patrickvonplaten. Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * code refactor * apply patrickvonplaten suggestion to simplify the code. * rm test_lora_layers_old_backend.py and add test case in test_lora_layers_peft.py * update test case. --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 26 Feb, 2024 7 commits
-
-
M. Tolga Cangöz authored
* Fix typos
-
Dhruv Nair authored
* update * make style
-
jiqing-feng authored
resize first Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Stephen authored
* pass linear projection parameter to mid block * add cond_proj_dim to motion UNet * run style and quality checks
-
Aryan authored
* fix img2vid; update to latest ip-adapter impl * update README * update animatediff controlnet to latest impl
-
Vinh H. Pham authored
* modularize log validation * run make style * revert import wandb * fix code quality & import wandb --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Vinh H. Pham authored
* modulize log validation * run make style and refactor wanddb support * remove redundant initialization --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 25 Feb, 2024 3 commits
-
-
Steven Liu authored
* updates * feedback
-
Fabio Rigano authored
* Fix IPAdapterAttnProcessor * Fix batch_to_head_dim and revert reshape
-
Aryan authored
* fix denoising start * fix tests * remove debug
-
- 24 Feb, 2024 2 commits
-
-
M. Tolga Cangöz authored
Refactor StableDiffusionReferencePipeline to inherit from DiffusionPipeline rather than StableDiffusionPipeline
-
caiyueliang authored
-
- 23 Feb, 2024 2 commits
-
-
bimsarapathiraja authored
-
Chong-U Lim authored
-