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 #153
Merged
Merged
Merge changes #153
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
delete vae and text encoders after use Co-authored-by: Sayak Paul <[email protected]>
* Fix PyTorch's convention for inplace functions * Fix import structure in __init__.py and update config loading logic in test_config.py * Update configuration access * Fix typos * Trim trailing white spaces * Fix typo in logger name * Revert "Fix PyTorch's convention for inplace functions" This reverts commit f65dc4a. * Fix typo in step_index property description * Revert "Update configuration access" This reverts commit 8d44e87. * Revert "Fix import structure in __init__.py and update config loading logic in test_config.py" This reverts commit 2ad5e8b. * Fix typos * Fix typos * Fix typos * Fix a typo: tranform -> transform
* clean up the kohya_conversion utility * state dict assignment
Co-authored-by: Sayak Paul <[email protected]>
* Add Cascade to Auto T2I + Decoder mappings * ruff autofix --------- Co-authored-by: Sayak Paul <[email protected]>
Co-authored-by: Sayak Paul <[email protected]>
Co-authored-by: Sayak Paul <[email protected]>
Co-authored-by: Sayak Paul <[email protected]>
…eds (#7338) * pop scale from the top-level unet instead of getting it. * improve readability. * Apply suggestions from code review Co-authored-by: YiYi Xu <[email protected]> * fix a little bit. --------- Co-authored-by: YiYi Xu <[email protected]>
* update * fix
* add missing copied from statements in tcd scheduler * update docstring --------- Co-authored-by: Sayak Paul <[email protected]>
…r than float32 (#7356) * Correction for non-integral image resolutions with quantizations other than float32. * Support for training, and use of diffusers-style casting.
* fix * fix * add a tests * fix --------- Co-authored-by: Sayak Paul <[email protected]> Co-authored-by: yiyixuxu <yixu310@gmail,com>
* debugging * let's see the numbers * let's see the numbers * let's see the numbers * restrict tolerance. * increase inference steps. * shallow copy of cross_attentionkwargs * remove print
…ultiple image embeddings for a single prompt. (#7381) * fix * update * update --------- Co-authored-by: Sayak Paul <[email protected]>
* Update pipeline_controlnet_sd_xl_img2img.py fix: safetensors load error * fix for pass test --------- Co-authored-by: YiYi Xu <[email protected]>
* Fix ControlNetModel.from_unet do not load add_embedding * delete white space in blank line --------- Co-authored-by: Sayak Paul <[email protected]>
* Change path to posix * running isort * run style and quality checks --------- Co-authored-by: Sayak Paul <[email protected]>
* add: four names to citations. * add: steven
* clean dep installation step in push_tests * fix: deps
* cleanse and refactor lora testing suite. * more cleanup. * make check_if_lora_correctly_set a utility function * fix: typo * retrigger ci * style
* checking to improve pipelines. * more fixes. * add: tip to encourage the usage of revision * Apply suggestions from code review * retrigger ci --------- Co-authored-by: YiYi Xu <[email protected]>
* Fix typos * Fix typo in SVD.md
Co-authored-by: Sayak Paul <[email protected]>
This reverts commit 78990dd.
add missing output image
* add * add tiling * fix * fix * fix * give community script its own readme * Update examples/community/README_community_scripts.md Co-authored-by: Steven Liu <[email protected]> * Update examples/community/README_community_scripts.md Co-authored-by: Steven Liu <[email protected]> * Update examples/community/README_community_scripts.md Co-authored-by: Steven Liu <[email protected]> * Update examples/community/README_community_scripts.md --------- Co-authored-by: Alexis Rolland <[email protected]> Co-authored-by: Steven Liu <[email protected]>
* add: space for calculating memory usahe. * Update docs/source/en/using-diffusers/loading.md Co-authored-by: Steven Liu <[email protected]> --------- Co-authored-by: Steven Liu <[email protected]>
* fix freeinit impl * fix progress bar * fix progress bar and remove old code * fix num_inference_steps==1 case for freeinit by atleast running 1 step when fast sampling enabled
…leDiffusionPanoramaPipeline` (#7262) * Add properties and `IPAdapterTesterMixin` tests for `StableDiffusionPanoramaPipeline` * Update torch manual seed to use `torch.Generator(device=device)` * Refactor 📞🔙 to support `callback_on_step_end` * make fix-copies
* barebones orpo * remove reference model. * full implementation * change default of beta_orpo * add a training command. * fix: dataloading issues. * interpreting the formulation. * revert styling * add: wds full blown version * fix: per_gpu_batch_siz * start debuggin * debugging * remove print * fix * remove filter keys. * turn on non-blocking calls. * device_placement * let's see. * add bigger training run command * reinitialize generator for fair repro * add: detailed readme and requirements --------- Co-authored-by: Sayak Paul <[email protected]>
* update * update * update
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.