forked from huggingface/diffusers
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge changes #142
Merged
Merged
Merge changes #142
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add animatediff vid2vid to docs * Update docs/source/en/api/pipelines/animatediff.md Co-authored-by: Steven Liu <[email protected]> * apply suggestions from review --------- Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Sayak Paul <[email protected]>
…6707) * update * update * update
* initial commit for unconditional/class-conditional consistency training script * make style * Add entry for consistency training script in community README. * Move consistency training script from community to research_projects/consistency_training * Add requirements.txt and README to research_projects/consistency_training directory. * Manually revert community README changes for consistency training. * Fix path to script after moving script to research projects. * Add option to load U-Net weights from pretrained model. --------- Co-authored-by: Patrick von Platen <[email protected]>
* Add UFOGenScheduler with diffusers imports changed from relative to absolute. * make style * Add community README entry for UFOGenScheduler.
* feat: explicitly tag to diffusers when using push_to_hub * remove tags. * reset repo. * Apply suggestions from code review Co-authored-by: Patrick von Platen <[email protected]> * fix: tests * fix: push_to_hub behaviour for tagging from save_pretrained * Apply suggestions from code review Co-authored-by: Lucain <[email protected]> * Apply suggestions from code review Co-authored-by: Lucain <[email protected]> * import fixes. * add library name to existing model card. * add: standalone test for generate_model_card * fix tests for standalone method * moved library_name to a better place. * merge create_model_card and generate_model_card. * fix test * address lucain's comments * fix return identation * Apply suggestions from code review Co-authored-by: Lucain <[email protected]> * address further comments. * Update src/diffusers/pipelines/pipeline_utils.py Co-authored-by: Lucain <[email protected]> --------- Co-authored-by: Patrick von Platen <[email protected]> Co-authored-by: Lucain <[email protected]>
…R on the denominator (#6307) * fix minsnr implementation for v-prediction case * format code * always compute snr when snr_gamma is specified --------- Co-authored-by: Sayak Paul <[email protected]>
changed to posix Co-authored-by: Sayak Paul <[email protected]>
Change os.path to pathlib
* Add unload_textual_inversion * Fix dicts in tokenizer * Fix quality * Apply suggestions from code review Co-authored-by: YiYi Xu <[email protected]> * Fix variable name after last update --------- Co-authored-by: YiYi Xu <[email protected]>
* move transformer scripts to transformers modules * move transformer model test * move prior transformer test to directory * fix doc path * correct doc path * add: __init__.py
* Update lora.md with a more accurate description of rank * Update docs/source/en/training/lora.md Co-authored-by: Steven Liu <[email protected]> --------- Co-authored-by: Steven Liu <[email protected]>
…6751) * Fix mixed precision fine-tuning for text-to-image-lora-sdxl example. * fix text_encoder_two bug. --------- Co-authored-by: Sajad Norouzi <[email protected]>
* udpate slices * up * hopefully last one --------- Co-authored-by: yiyixuxu <yixu310@gmail,com>
…eo pipelines (#6715) update
…a movement. (#6704) * load cumprod tensor to device Signed-off-by: woshiyyya <[email protected]> * fixing ci Signed-off-by: woshiyyya <[email protected]> * make fix-copies Signed-off-by: woshiyyya <[email protected]> --------- Signed-off-by: woshiyyya <[email protected]>
…6736) Fix bug in ResnetBlock2D.forward when not USE_PEFT_BACKEND and using scale_shift for time emb where the lora scale gets overwritten. Co-authored-by: Sayak Paul <[email protected]>
* Update train_diffusion_dpo.py Address #6702 * Update train_diffusion_dpo_sdxl.py * Empty-Commit --------- Co-authored-by: Sayak Paul <[email protected]>
* update * update --------- Co-authored-by: Sayak Paul <[email protected]>
…ss (#6762) * add is_flaky to test_model_cpu_offload_forward_pass * style * update --------- Co-authored-by: Dhruv Nair <[email protected]>
add ipo and hinge loss to dpo trainer
* update * update * updaet * add tests and docs * clean up * add to toctree * fix copies * pr review feedback * fix copies * fix tests * update docs * update * update * update docs * update * update * update * update
add missing param
--------- Co-authored-by: yiyixuxu <yixu310@gmail,com> Co-authored-by: Alvaro Somoza <[email protected]> Co-authored-by: Patrick von Platen <[email protected]>
move sigma to device Co-authored-by: yiyixuxu <yixu310@gmail,com> Co-authored-by: Sayak Paul <[email protected]>
--------- Co-authored-by: Dhruv Nair <[email protected]> Co-authored-by: Patrick von Platen <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
* add * remove transformer --------- Co-authored-by: yiyixuxu <yixu310@gmail,com>
* harmonize the module structure for models in tests * make the folders modules. --------- Co-authored-by: YiYi Xu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.