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

fix(model): fix indexing error in text2img and img2img postprocessing #501

Merged
merged 3 commits into from
Jan 27, 2024

Conversation

tonywang10101
Copy link
Contributor

Reason for Update:

  • Identified an issue with ControlNet and SDX where they produce unexpected results for non-square input images.

This Commit:

  • Resolves an indexing problem in the post-process phase for both text_to_image and image_to_image tasks, ensuring accurate handling of various image aspect ratios.

Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (544059e) 0.95% compared to head (8962877) 0.95%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #501   +/-   ##
=====================================
  Coverage   0.95%   0.95%           
=====================================
  Files         10      10           
  Lines       5999    5999           
=====================================
  Hits          57      57           
  Misses      5934    5934           
  Partials       8       8           
Flag Coverage Δ
unittests 0.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@heiruwu heiruwu merged commit 0ba505b into main Jan 27, 2024
16 checks passed
@heiruwu heiruwu deleted the ray-model-serving branch January 27, 2024 08:16
heiruwu pushed a commit that referenced this pull request Jan 30, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.21.3-alpha](v0.21.2-alpha...v0.21.3-alpha)
(2024-01-30)


### Bug Fixes

* **model:** fix indexing error in text2img and img2img postprocessing
([#501](#501))
([0ba505b](0ba505b))
* **model:** fix missing field in ray while serving img2img task
([#496](#496))
([f572f18](f572f18))
* **payload:** fix wrong form data key
([#503](#503))
([4d69e5e](4d69e5e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants