- 21 Jan, 2025 1 commit
-
-
Sayak Paul authored
change licensing to 2025 from 2024.
-
- 20 Jan, 2025 1 commit
-
-
baymax591 authored
* bugfix for npu not support float64 * is_mps is_npu --------- Co-authored-by:
白超 <baichao19@huawei.com> Co-authored-by:
hlky <hlky@hlky.ac>
-
- 10 Jan, 2025 2 commits
-
-
chaowenguo authored
* Update rerender_a_video.py * Update rerender_a_video.py * Update examples/community/rerender_a_video.py Co-authored-by:
hlky <hlky@hlky.ac> * Update rerender_a_video.py * make style --------- Co-authored-by:
hlky <hlky@hlky.ac> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
hlky authored
* Use Pipelines without unet * unet.config.in_channels * default_sample_size * is_unet_version_less_0_9_0 --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 09 Jan, 2025 2 commits
-
-
chaowenguo authored
* Update rerender_a_video.py * Update rerender_a_video.py * Update examples/community/rerender_a_video.py Co-authored-by:
hlky <hlky@hlky.ac> --------- Co-authored-by:
hlky <hlky@hlky.ac> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
Vladimir Mandic authored
* dont assume scheduler has optional config params * make style, make fix-copies * calculate_shift * fix-copies, usage in pipelines --------- Co-authored-by:hlky <hlky@hlky.ac>
-
- 08 Jan, 2025 2 commits
-
-
Bagheera authored
* fix for #7365, prevent pipelines from overriding provided prompt embeds * fix-copies * fix implementation * update --------- Co-authored-by:
bghira <bghira@users.github.com> Co-authored-by:
Aryan <aryan@huggingface.co> Co-authored-by:
sayakpaul <spsayakpaul@gmail.com>
-
Parag Ekbote authored
Add 5 Notebooks for Diffusers Community Pipelines.
-
- 07 Jan, 2025 3 commits
-
-
hlky authored
* Use pipelines without vae * getattr * vqvae --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Teriks authored
RFInversionFluxPipeline, small fix for enable_model_cpu_offload & enable_sequential_cpu_offload compatibility (#10480) RFInversionFluxPipeline.encode_image, device fix Use self._execution_device instead of self.device when selecting a device for the input image tensor. This allows for compatibility with enable_model_cpu_offload & enable_sequential_cpu_offload Co-authored-by:
Teriks <Teriks@users.noreply.github.com> Co-authored-by:
Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
hlky authored
Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 04 Jan, 2025 1 commit
-
-
chaowenguo authored
Update rerender_a_video.py
-
- 03 Jan, 2025 1 commit
-
-
chaowenguo authored
* Update rerender_a_video.py * Update rerender_a_video.py * make style --------- Co-authored-by:hlky <hlky@hlky.ac>
-
- 23 Dec, 2024 1 commit
-
-
Sayak Paul authored
* post release 0.32.0 * stylew
-
- 18 Dec, 2024 1 commit
-
-
hlky authored
* Use `torch` in `get_2d_rotary_pos_embed` * Add deprecation
-
- 17 Dec, 2024 1 commit
-
-
cjkangme authored
fix: fix typo that cause error
-
- 13 Dec, 2024 1 commit
-
-
Linoy Tsaban authored
* add decay * add decay * style
-
- 12 Dec, 2024 1 commit
-
-
hlky authored
* Remove `negative_*` from SDXL callback * Change example and add XL version
-
- 10 Dec, 2024 2 commits
-
-
Linoy Tsaban authored
* fix example in doc * remove redundancies * change param
-
Linoy Tsaban authored
* initial commit * update denoising loop * fix scheduling * style * fix import * fixes * fixes * style * fixes * change invert * change denoising & check inputs * shape & timesteps fixes * timesteps fixes * style * remove redundancies * small changes * update documentation a bit * update documentation a bit * update documentation a bit * style * change strength param, remove redundancies * style * forward ode loop change * add inversion progress bar * fix image_seq_len * revert to strength but == 1 by default. * style * add "copied from..." comments * credit authors * make style * return inversion outputs without self-assigning * adjust denoising loop to generate regular images if inverted latents are not provided * adjust denoising loop to generate regular images if inverted latents are not provided * fix import * comment * remove redundant line * modify comment on ti * Update examples/community/pipeline_flux_rf_inversion.py Co-authored-by:
hlky <hlky@hlky.ac> * Update examples/community/pipeline_flux_rf_inversion.py Co-authored-by:
hlky <hlky@hlky.ac> * Update examples/community/pipeline_flux_rf_inversion.py Co-authored-by:
hlky <hlky@hlky.ac> * Update examples/community/pipeline_flux_rf_inversion.py Co-authored-by:
hlky <hlky@hlky.ac> * Update examples/community/pipeline_flux_rf_inversion.py Co-authored-by:
hlky <hlky@hlky.ac> * Update examples/community/pipeline_flux_rf_inversion.py Co-authored-by:
hlky <hlky@hlky.ac> * Update examples/community/pipeline_flux_rf_inversion.py Co-authored-by:
hlky <hlky@hlky.ac> * fix syntax error --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
hlky <hlky@hlky.ac>
-
- 03 Dec, 2024 1 commit
-
-
Parag Ekbote authored
* Add Diffuser Notebooks for Community Scripts. * Add missing link. * Styling Improvement.
-
- 28 Nov, 2024 3 commits
-
-
Dimitri Barbot authored
* Add reference_attn & reference_adain support for sdxl with other controlnet * Update README.md * Update README.md by replacing human example with a cat one Replace human example with a cat one * Replace default human example with a cat one * Use example images from huggingface documentation-images repository --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
cjkangme authored
* [Fix] fix bugs of regional_prompting pipeline * [Feat] add base prompt feature * [Fix] fix __init__ pipeline error * [Fix] delete unused args * [Fix] improve string handling * [Docs] docs to use_base in regional_prompting * make style --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Dimitri Barbot authored
* Update sdxl reference community pipeline * Update README.md Add example images. * Style & quality * Use example images from huggingface documentation-images repository --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 27 Nov, 2024 1 commit
-
-
Parag Ekbote authored
* Add Notebooks for Community Scripts in ReadME. * Minor Script Improvement.
-
- 18 Nov, 2024 1 commit
-
-
Parag Ekbote authored
4 Notebooks for Community Scripts and minor script improvements.
-
- 13 Nov, 2024 1 commit
-
-
Parag Ekbote authored
* Add Notebooks on Community Scripts
-
- 08 Nov, 2024 1 commit
-
-
Michael Tkachuk authored
* refactored
-
- 06 Nov, 2024 1 commit
-
-
Sookwan Han authored
* Add new community pipeline for 'Adaptive Mask Inpainting', introduced in [ECCV2024] Beyond the Contact: Discovering Comprehensive Affordance for 3D Objects from Pre-trained 2D Diffusion Models
-
- 28 Oct, 2024 1 commit
-
-
Raul Ciotescu authored
* add the controlnet pipeline for pixart alpha --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
junsongc <cjs1020440147@icloud.com>
-
- 22 Oct, 2024 2 commits
-
-
Sayak Paul authored
* post-release * style
-
Tolga Cangöz authored
* [matryoshka.py] Add schedule_shifted_power attribute and update get_schedule_shifted method
-
- 19 Oct, 2024 1 commit
-
-
hlky authored
-
- 15 Oct, 2024 1 commit
-
-
wony617 authored
* [docs] refactoring docstrings in community/hd_painter.py * Update examples/community/hd_painter.py Co-authored-by:
Aryan <contact.aryanvs@gmail.com> * make style --------- Co-authored-by:
Aryan <contact.aryanvs@gmail.com> Co-authored-by:
Aryan <aryan@huggingface.co>
-
- 14 Oct, 2024 2 commits
-
-
Tolga Cangöz authored
-
Ryan Lin authored
* Flux - soft inpainting via differential diffusion * . * track changes to FluxInpaintPipeline * make mask arrangement simplier * make style --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Álvaro Somoza <asomoza@users.noreply.github.com> Co-authored-by:
asomoza <somoza.alvaro@gmail.com>
-
- 11 Oct, 2024 1 commit
-
-
M Saqlain authored
* Added diff diff support for kolors img2img * Fized relative imports * Fized relative imports * Added diff diff support for Kolors * Fized import issues * Added map * Fized import issues * Fixed naming issues * Added diffdiff support for Kolors img2img pipeline * Removed example docstrings * Added map input * Updated latents Co-authored-by:
Álvaro Somoza <asomoza@users.noreply.github.com> * Updated `original_with_noise` Co-authored-by:
Álvaro Somoza <asomoza@users.noreply.github.com> * Improved code quality --------- Co-authored-by:
Álvaro Somoza <asomoza@users.noreply.github.com>
-
- 25 Sep, 2024 1 commit
-
-
Sayak Paul authored
* batched implementation of flux cfg. * style. * readme * remove comments.
-
- 18 Sep, 2024 1 commit
-
-
Anatoly Belikov authored
* adapt masked im2im pipeline for SDXL * usage for masked im2im stable diffusion XL pipeline * style * style * style --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
- 16 Sep, 2024 1 commit
-
-
Linoy Tsaban authored
* true_cfg * add check negative prompt/embeds inputs * move to community pipelines * move to community pipelines * revert true cfg changes to the orig pipline * style --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-