Added new Ultralytics param inpaintSize#299
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches✨ Simplify code
Comment |
There was a problem hiding this comment.
Pull request overview
Adds a new optional inpaintSize field to the IUltralytics dataclass, per the changelog note for 0.5.14. However, the PR also modifies the production WebSocket endpoint, which appears unrelated and incorrect.
Changes:
- Add
inpaintSize: Optional[int]toIUltralytics. - Change the production WebSocket URL in
BASE_RUNWARE_URLSfromrunware.aitorunware.dev.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| runware/types.py | Adds the new inpaintSize optional field to IUltralytics. |
| runware/utils.py | Modifies the production WebSocket URL — appears unrelated to the PR's purpose and likely a regression. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added
IUltralyticsnow includes:inpaintSize: Optional[int]