Skip to content
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 36 commits into from
Mar 25, 2024
Merged

Merge changes #153

merged 36 commits into from
Mar 25, 2024

Conversation

Skquark
Copy link
Owner

@Skquark Skquark commented Mar 25, 2024

No description provided.

noskill and others added 30 commits March 18, 2024 20:03
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
* Add Cascade to Auto T2I + Decoder mappings

* ruff autofix

---------

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]>
* 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
* 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]>
a-r-r-o-w and others added 6 commits March 22, 2024 19:20
* 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
* strtobool

* replace Command from setuptools.
…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]>
@Skquark Skquark merged commit ff1b117 into Skquark:main Mar 25, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.