- 26 Jul, 2024 6 commits
-
-
Aryan authored
* fix step index out of bounds * add test for free_init with different schedulers * add test to vid2vid and pia
-
Dhruv Nair authored
* update * update * update
-
Dhruv Nair authored
update
-
RandomGamingDev authored
added accelerator based gradient accumulation for basic_example Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* introduce to promote reusability. * up * add more tests * up * remove comments. * fix fuse_nan test * clarify the scope of fuse_lora and unfuse_lora * remove space * rewrite fuse_lora a bit. * feedback * copy over load_lora_into_text_encoder. * address dhruv's feedback. * fix-copies * fix issubclass. * num_fused_loras * fix * fix * remove mapping * up * fix * style * fix-copies * change to SD3TransformerLoRALoadersMixin * Apply suggestions from code review Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> * up * handle wuerstchen * up * move lora to lora_pipeline.py * up * fix-copies * fix documentation. * comment set_adapters(). * fix-copies * fix set_adapters() at the model level. * fix? * fix * loraloadermixin. --------- Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Sayak Paul authored
remove all is from auraflow.
-
- 25 Jul, 2024 10 commits
-
-
efwfe authored
fix guidance_scale value not equal with the value in comments
-
mazharosama authored
modify in_channels in network_config params Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com>
-
asfiyab-nvidia authored
* Update TensorRT img2img pipeline Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * Update TensorRT version installed Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * make style and quality Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * Update examples/community/stable_diffusion_tensorrt_img2img.py Co-authored-by:
Tolga Cangöz <46008593+tolgacangoz@users.noreply.github.com> * Update examples/community/README.md Co-authored-by:
Tolga Cangöz <46008593+tolgacangoz@users.noreply.github.com> * Apply style and quality using ruff 0.1.5 Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> --------- Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> Co-authored-by:
Tolga Cangöz <46008593+tolgacangoz@users.noreply.github.com> Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Sayak Paul authored
* introduce to promote reusability. * up * add more tests * up * remove comments. * fix fuse_nan test * clarify the scope of fuse_lora and unfuse_lora * remove space * rewrite fuse_lora a bit. * feedback * copy over load_lora_into_text_encoder. * address dhruv's feedback. * fix-copies * fix issubclass. * num_fused_loras * fix * fix * remove mapping * up * fix * style * fix-copies * change to SD3TransformerLoRALoadersMixin * Apply suggestions from code review Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> * up * handle wuerstchen * up * move lora to lora_pipeline.py * up * fix-copies * fix documentation. * comment set_adapters(). * fix-copies * fix set_adapters() at the model level. * fix? * fix --------- Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Aryan authored
* speed up animatediff tests * fix pia test_ip_adapter_single * fix tests/pipelines/pia/test_pia.py::PIAPipelineFastTests::test_dict_tuple_outputs_equivalent * update * fix ip adapter tests * skip test_from_pipe_consistent_config tests * fix prompt_embeds test * update test_from_pipe_consistent_config tests * fix expected_slice values * remove temporal_norm_num_groups from UpBlockMotion --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Dhruv Nair authored
* update * update * update
-
Sayak Paul authored
* check for assertions. * update with correct slices. * okay * style * get it ready * update * update * update --------- Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com>
-
Sanchit Gandhi authored
Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
RandomGamingDev authored
added line allowing gradient accumulation to work for basic_training example
-
- 24 Jul, 2024 4 commits
-
-
Sayak Paul authored
fix
-
Dhruv Nair authored
update
-
Sayak Paul authored
* remove residual i. * rename to aura_flow in pipeline test
-
Sayak Paul authored
* start debugging the problem, * start * fix * fix * fix imports. * handle hunyuan * remove residuals. * add a check for making sure there's appropriate procs. * add more rigor to the tests. * fix test * remove redundant check * fix-copies * move check_qkv_fusion_matches_attn_procs_length and check_qkv_fusion_processors_exist.
-
- 23 Jul, 2024 8 commits
-
-
Dhruv Nair authored
update
-
Tolga Cangöz authored
* chore: Update is_google_colab check to use environment variable * Check Colab with all possible COLAB_* env variables * Remove unnecessary word * Make `_is_google_colab` more inclusive * Revert "Make `_is_google_colab` more inclusive" This reverts commit 6406db21ac46139c20ccae20ccb44877eec87ba7. * Make `_is_google_colab` more inclusive. * chore: Update import_utils.py with notebook check improvement * Refactor import_utils.py to improve notebook detection for VS Code's notebook * chore: Remove `is_notebook()` function and related code --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Vinh H. Pham authored
* add test for temporal transformer * remove unused variable * fix code quality --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
akbaig authored
Co-authored-by:Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
Aritra Roy Gosthipaty authored
* chore: initial model size reduction * chore: fixing expected values for failing tests * requested edits --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Dhruv Nair authored
update
-
Sayak Paul authored
* check if runner helps. * remove caching * gpus * update runner group
-
Vishnu V Jaddipal authored
* Add attentionless VAE support * make style and quality, fix-copies --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 22 Jul, 2024 4 commits
-
-
Sayak Paul authored
proper skipping of request caching test
-
Jiwook Han authored
fix_ethical_guidelines.md
-
Sayak Paul authored
small fixes to pag guide.
-
Seongsu Park authored
* remove unused docs * add ko-18n docs * docs typo, edit etc * reorder list, add `in translation` in toctree * fix minor translation * fix docs minor tone, etc
-
- 21 Jul, 2024 1 commit
-
-
Sayak Paul authored
* SD3 training fixes Co-authored-by:
bghira <59658056+bghira@users.noreply.github.com> * rewrite noise addition part to respect the eqn. * styler * Update examples/dreambooth/README_sd3.md Co-authored-by:
Kashif Rasul <kashif.rasul@gmail.com> --------- Co-authored-by:
bghira <59658056+bghira@users.noreply.github.com> Co-authored-by:
Kashif Rasul <kashif.rasul@gmail.com>
-
- 20 Jul, 2024 4 commits
-
-
Lucain authored
Mention model_info.id instead of model_info.modelId
-
Pierre Chapuis authored
-
王奇勋 authored
* 2d rotary pos emb dim * make style --------- Co-authored-by:haofanwang <haofanwang.ai@gmail.com>
-
shinetzh authored
* fix loop bug in SlicedAttnProcessor --------- Co-authored-by:neoshang <neoshang@tencent.com>
-
- 19 Jul, 2024 1 commit
-
-
Álvaro Somoza authored
* initial commit * apply suggestion to sdxl pipelines * apply fix to sd pipelines
-
- 18 Jul, 2024 2 commits
-
-
Dhruv Nair authored
* update * update * update
-
Dhruv Nair authored
* update * update
-