- 07 Jan, 2025 6 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>
-
dependabot[bot] authored
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5 ) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
hlky authored
Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Rahul Raman authored
* make base code changes referred from train_instructpix2pix script in examples * change code to use PEFT as discussed in issue 10062 * update README training command * update README training command * refactor variable name and freezing unet * Update examples/research_projects/instructpix2pix_lora/train_instruct_pix2pix_lora.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * update README installation instructions. * cleanup code using make style and quality --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* qol improvements to the Flux script. * propagate the dataloader changes.
-
- 06 Jan, 2025 1 commit
-
-
Ameer Azam authored
Regarding the RunwayML path for V1.5 did change to stable-diffusion-v1-5/[stable-diffusion-v1-5/ stable-diffusion-inpainting] (#10476) * Update pipeline_controlnet.py * Update pipeline_controlnet_img2img.py runwayml Take-down so change all from to this stable-diffusion-v1-5/stable-diffusion-v1-5 * Update pipeline_controlnet_inpaint.py * runwayml take-down make change to sd-legacy * runwayml take-down make change to sd-legacy * runwayml take-down make change to sd-legacy * runwayml take-down make change to sd-legacy * Update convert_blipdiffusion_to_diffusers.py style change
-
- 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>
-
- 02 Jan, 2025 2 commits
-
-
Doug J authored
Enable VAE hash to be able to change with args change. If not, train_dataset_with_embeddiings may have row number inconsistency with train_dataset_with_vae. Co-authored-by:Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
Dev Rajput authored
Add correct number of channels when resuming from checkpoint for Flux Control LoRa training (#10422) * Add correct number of channels when resuming from checkpoint * Fix Formatting
-
- 30 Dec, 2024 1 commit
-
-
Sayak Paul authored
* add ds support to lora sd3. Co-authored-by:
leisuzz <jiangshuonb@gmail.com> * style. --------- Co-authored-by:
leisuzz <jiangshuonb@gmail.com> Co-authored-by:
Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
- 24 Dec, 2024 1 commit
-
-
Sayak Paul authored
* fix: registration of out_channels in the control flux scripts. * free memory.
-
- 23 Dec, 2024 2 commits
-
-
Sayak Paul authored
* post release 0.32.0 * stylew
-
Sayak Paul authored
* sana lora training tests and misc. * remove push to hub * Update examples/dreambooth/train_dreambooth_lora_sana.py Co-authored-by:
Aryan <aryan@huggingface.co> --------- Co-authored-by:
Aryan <aryan@huggingface.co>
-
- 19 Dec, 2024 1 commit
-
-
Sayak Paul authored
Update README_sana.md to update the default model
-
- 18 Dec, 2024 3 commits
-
-
Sayak Paul authored
fix: reamde -> readme
-
hlky authored
* Use `torch` in `get_2d_rotary_pos_embed` * Add deprecation
-
Sayak Paul authored
* feat: lora support for SANA. * make fix-copies * rename test class. * attention_kwargs -> cross_attention_kwargs. * Revert "attention_kwargs -> cross_attention_kwargs." This reverts commit 23433bf9bccc12e0f2f55df26bae58a894e8b43b. * exhaust 119 max line limit * sana lora fine-tuning script. * readme * add a note about the supported models. * Apply suggestions from code review Co-authored-by:
Aryan <aryan@huggingface.co> * style * docs for attention_kwargs. * remove lora_scale from pag pipeline. * copy fix --------- Co-authored-by:
Aryan <aryan@huggingface.co>
-
- 17 Dec, 2024 1 commit
-
-
cjkangme authored
fix: fix typo that cause error
-
- 15 Dec, 2024 1 commit
-
-
Junjie authored
* Add offload option in flux-control training * Update examples/flux-control/train_control_flux.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * modify help message * fix format --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 13 Dec, 2024 1 commit
-
-
Linoy Tsaban authored
* add decay * add decay * style
-
- 12 Dec, 2024 3 commits
-
-
hlky authored
* Remove `negative_*` from SDXL callback * Change example and add XL version
-
Sayak Paul authored
* update * add * update * add control-lora conversion script; make flux loader handle norms; fix rank calculation assumption * control lora updates * remove copied-from * create separate pipelines for flux control * make fix-copies * update docs * add tests * fix * Apply suggestions from code review Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * remove control lora changes * apply suggestions from review * Revert "remove control lora changes" This reverts commit 73cfc519c9b99b7dc3251cc6a90a5db3056c4819. * update * update * improve log messages * updates. * updates * support register_config. * fix * fix * fix * updates * updates * updates * fix-copies * fix * apply suggestions from review * add tests * remove conversion script; enable on-the-fly conversion * bias -> lora_bias. * fix-copies * peft.py * fix lora conversion * changes Co-authored-by:
a-r-r-o-w <contact.aryanvs@gmail.com> * fix-copies * updates for tests * fix * alpha_pattern. * add a test for varied lora ranks and alphas. * revert changes in num_channels_latents = self.transformer.config.in_channels // 8 * revert moe * add a sanity check on unexpected keys when loading norm layers. * contro lora. * fixes * fixes * fixes * tests * reviewer feedback * fix * proper peft version for lora_bias * fix-copies * updates * updates * updates * remove debug code * update docs * integration tests * nis * fuse and unload. * fix * add slices. * more updates. * button up readme * train() * add full fine-tuning version. * fixes * Apply suggestions from code review Co-authored-by:
Aryan <aryan@huggingface.co> * set_grads_to_none remove. * readme --------- Co-authored-by:
Aryan <aryan@huggingface.co> Co-authored-by:
yiyixuxu <yixu310@gmail.com> Co-authored-by:
a-r-r-o-w <contact.aryanvs@gmail.com>
-
Ethan Smith authored
* fix min-snr implementation https://github.com/kohya-ss/sd-scripts/blob/main/library/custom_train_functions.py#L66 * Update train_dreambooth.py fix variable name mse_loss_weights * fix divisor * make style --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 10 Dec, 2024 3 commits
-
-
Linoy Tsaban authored
* fix example in doc * remove redundancies * change param
-
hlky authored
Use torch in get_3d_rotary_pos_embed/_allegro
-
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>
-
- 06 Dec, 2024 3 commits
-
-
Yu Zheng authored
* support sd3.5 in controlnet --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
Juan Acevedo authored
* update ptxla example --------- Co-authored-by:
Juan Acevedo <jfacevedo@google.com> Co-authored-by:
Pei Zhang <zpcore@gmail.com> Co-authored-by:
Pei Zhang <piz@google.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Pei Zhang <pei@Peis-MacBook-Pro.local> Co-authored-by:
hlky <hlky@hlky.ac>
-
suzukimain authored
* Added example of model search. * Combine processing into one file * Add parameters for base model * Bug Fixes * bug fix * Create README.md * Update search_for_civitai_and_HF.py * Create requirements.txt * bug fix * Update README.md * bug fix * Correction of typos * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * apply the changes * Replace search_for_civitai_and_HF.py with pipeline_easy.py * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update examples/model_search/README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update README.md * Organize the table of parameters * Update README.md * Update README.md * Update README.md * make style * Fixing the style of pipeline * Fix pipeline style * fix --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
- 03 Dec, 2024 2 commits
-
-
aihao authored
* add data_dir parameter to load_dataset --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
hlky <hlky@hlky.ac>
-
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.
-
- 25 Nov, 2024 1 commit
-
-
SkyCol authored
Add files via upload
-
- 24 Nov, 2024 1 commit
-
-
Linoy Tsaban authored
* smol change to fix checkpoint saving & resuming (as done in train_dreambooth_sd3.py) * style * modify comment to explain reasoning behind hidden size check
-
- 19 Nov, 2024 1 commit
-
-
Parag Ekbote authored
* Move files to research-projects. * docs: add IP Adapter training instructions * Delete venv * Update examples/ip_adapter/tutorial_train_sdxl.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Cherry-picked commits and re-moved files to research_projects. * make style. * Update toctree and delete ip_adapter. * Nit Fix * Fix nit. * Fix nit. * Create training script for single GPU and set model format to .safetensors * Add sample inference script and restore _toctree * Restore toctree.yaml * fix spacing. * Update toctree.yaml --------- Co-authored-by:
AMohamedAakhil <a.aakhilmohamed@gmail.com> Co-authored-by:
BootesVoid <78485654+AMohamedAakhil@users.noreply.github.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-