- 02 May, 2024 3 commits
-
-
Dhruv Nair authored
update
-
yunseong Cho authored
fix key error for different order Co-authored-by:
yunseong <yunseong.cho@superlabs.us> Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Aritra Roy Gosthipaty authored
chore: initial size reduction of models
-
- 01 May, 2024 4 commits
-
-
YiYi Xu authored
update prepare_ip_adapter_ for pix2pix
-
YiYi Xu authored
* up * add comment to the tests + fix dit --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* fix: device module tests * remove patch file * Empty-Commit
-
Dhruv Nair authored
* update * update
-
- 30 Apr, 2024 8 commits
-
-
Steven Liu authored
* community pipelines * feedback * consolidate
-
Tolga Cangöz authored
Fix cpu offload
-
Dhruv Nair authored
* add debug workflow * update
-
Linoy Tsaban authored
* add blora * add blora * add blora * add blora * little changes * little changes * remove redundancies * fixes * add B LoRA to readme * style * inference * defaults + path to loras+ generation * minor changes * style * minor changes * minor changes * blora arg * added --lora_unet_blocks * style * Update examples/advanced_diffusion_training/README.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * add commit hash to B-LoRA repo cloneing * change inference, remove cloning * change inference, remove cloning add section about configureable unet blocks * change inference, remove cloning add section about configureable unet blocks * Apply suggestions from code review --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* introduce _no_split_modules. * unnecessary spaces. * remove unnecessary kwargs and style * fix: accelerate imports. * change to _determine_device_map * add the blocks that have residual connections. * add: CrossAttnUpBlock2D * add: testin * style * line-spaces * quality * add disk offload test without safetensors. * checking disk offloading percentages. * change model split * add: utility for checking multi-gpu requirement. * model parallelism test * splits. * splits. * splits * splits. * splits. * splits. * offload folder to test_disk_offload_with_safetensors * add _no_split_modules * fix-copies
-
Aritra Roy Gosthipaty authored
* chore: reducing model sizes * chore: shrinks further * chore: shrinks further * chore: shrinking model for img2img pipeline * chore: reducing size of model for inpaint pipeline --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Aritra Roy Gosthipaty authored
* chore: reducing unet size for faster tests * review suggestions --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Aritra Roy Gosthipaty authored
chore: reducing model size for ddim fast pipeline Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 29 Apr, 2024 7 commits
-
-
Clint Adams authored
FlaxStableDiffusionSafetyChecker sets main_input_name to "clip_input". This makes StableDiffusionSafetyChecker consistent. Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
RuiningLi authored
* Added get_velocity function to EulerDiscreteScheduler. * Fix white space on blank lines * Added copied from statement * back to the original. --------- Co-authored-by:
Ruining Li <ruining@robots.ox.ac.uk> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
jschoormans authored
* added TextualInversionMixIn to controlnet_inpaint_sd_xl pipeline --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
Dhruv Nair authored
* update * update
-
Yushu authored
swap the order for do_classifier_free_guidance concat with repeat Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Dhruv Nair authored
add debug workflow Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Nilesh authored
* Check for latents, before calling prepare_latents - sdxlImg2Img * Added latents check for all the img2img pipeline * Fixed silly mistake while checking latents as None
-
- 28 Apr, 2024 1 commit
-
-
Jenyuan-Huang authored
* enable control ip-adapter per-transformer block on-the-fly --------- Co-authored-by:
sayakpaul <spsayakpaul@gmail.com> Co-authored-by:
ResearcherXman <xhs.research@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 27 Apr, 2024 2 commits
-
-
Sayak Paul authored
* introduce sigma schedule. Co-authored-by:
Suraj Patil <surajp815@gmail.com> * address yiyi * update docstrings. * implement the schedule for EDMDPMSolverMultistepScheduler --------- Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
A new function compute_dream_and_update_latents has been added to the training utilities that allows you to do DREAM rectified training in line with the paper https://arxiv.org/abs/2312.00210. The method can be used with an extra argument in the train_text_to_image.py script. Co-authored-by: Jimmy <39@
🇺🇸 .com>
-
- 26 Apr, 2024 4 commits
-
-
Fabio Rigano authored
* [Docs] Update image masking and face id example * Update docs * Fix docs
-
Beinsezii authored
-
Steven Liu authored
fix Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
btlorch authored
* Convert channel order to BGR for the watermark encoder. Convert the watermarked BGR images back to RGB. Fixes #6292 * Revert channel order before stacking images to overcome limitations that negative strides are currently not supported --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 25 Apr, 2024 5 commits
-
-
Steven Liu authored
* refactor * code snippets * fix path * fix path in guide * code outputs * align toctree title * title * fix title
-
Steven Liu authored
* reproducibility * feedback * feedback * fix path * github link
-
Sayak Paul authored
* fix lora device test * fix more. * fix more/ * quality * empty --------- Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com>
-
Sayak Paul authored
decorate UNetControlNetXSModelTests::test_forward_no_control with is_flaky
-
Sayak Paul authored
fix small nits in pixart sigma
-
- 24 Apr, 2024 3 commits
-
-
Junsong Chen authored
* support PixArt-DMD --------- Co-authored-by:
jschen <chenjunsong4@h-partners.com> Co-authored-by:
badayvedat <badayvedat@gmail.com> Co-authored-by:
Vedat Baday <54285744+badayvedat@users.noreply.github.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
yiyixuxu <yixu310@gmail,com>
-
Dhruv Nair authored
update
-
Dhruv Nair authored
update
-
- 23 Apr, 2024 3 commits
-
-
Steven Liu authored
* toctree * optim * feedback * improve overview
-
Sayak Paul authored
fix: json lines ordering.
-
Sai-Suraj-27 authored
* Fixed wrong decorator by modifying it to @classmethod. * Updated the method and it's argument. --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-