OpenAIVideoSora2 Frontend pricing#5958
Merged
DrJKL merged 13 commits intoComfy-Org:mainfrom Oct 7, 2025
Merged
Conversation
… and 1080p for Sora-2 and Sora-2-pro
bigcat88
reviewed
Oct 7, 2025
…substring matching (size.includes('720')) with explicit
🎭 Playwright Test Results⏰ Completed at: 10/07/2025, 11:46:16 PM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
…substring matching (size.includes('720')) with explicit
bigcat88
previously approved these changes
Oct 7, 2025
Contributor
bigcat88
left a comment
There was a problem hiding this comment.
prices are displayed correctly
DrJKL
reviewed
Oct 7, 2025
…n and pricingCalculator which are now pure functions
…n and pricingCalculator which are now pure functions
DrJKL
previously approved these changes
Oct 7, 2025
75f365f to
e20a5f0
Compare
DrJKL
approved these changes
Oct 7, 2025
Contributor
|
I'll fix the vitest tests next. |
DrJKL
added a commit
that referenced
this pull request
Oct 8, 2025
## Summary Update expectations post-merge. See #5958
Contributor
|
github-actions bot
pushed a commit
that referenced
this pull request
Oct 8, 2025
test: update OpenAIVideoSora2 tests to use `size` instead of `resolution` Refactored all OpenAIVideoSora2 test cases in useNodePricing.test.ts to align with the updated node logic that replaces the `resolution` widget with `size`. Adjusted validation, pricing, and error message expectations accordingly. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5958-Update-OpenAIVideoSora2-tests-for-new-size-based-pricing-logic-2856d73d365081c9919dd256cce40492) by [Unito](https://www.unito.io)
Member
|
@marawan206 Successfully backported to #5967 |
DrJKL
added a commit
that referenced
this pull request
Oct 8, 2025
## Summary Update expectations post-merge. See #5958
AustinMroz
pushed a commit
that referenced
this pull request
Oct 8, 2025
Backport of #5958 to `core/1.27` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5967-backport-1-27-OpenAIVideoSora2-Frontend-pricing-2866d73d365081b8a146d579824a005d) by [Unito](https://www.unito.io) --------- Co-authored-by: Marwan Ahmed <155799754+marawan206@users.noreply.github.com> Co-authored-by: Alexander Brown <drjkl@comfy.org>
AustinMroz
pushed a commit
that referenced
this pull request
Oct 8, 2025
test: update OpenAIVideoSora2 tests to use `size` instead of `resolution` Refactored all OpenAIVideoSora2 test cases in useNodePricing.test.ts to align with the updated node logic that replaces the `resolution` widget with `size`. Adjusted validation, pricing, and error message expectations accordingly. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5958-Update-OpenAIVideoSora2-tests-for-new-size-based-pricing-logic-2856d73d365081c9919dd256cce40492) by [Unito](https://www.unito.io)
AustinMroz
pushed a commit
that referenced
this pull request
Oct 8, 2025
## Summary Update expectations post-merge. See #5958
Merged
AustinMroz
added a commit
that referenced
this pull request
Oct 8, 2025
Includes - Subgraph widget promotion fixes (#5911) - fix "what's changed" release toast attention level logic (#5959) - Fix: Missing Node Title Editor bug (#5963) - OpenAIVideoSora2 Frontend pricing (#5958) - hotfix: quick test updates for sora2 pricing badge. (#5966) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5986-Initial-1-28-backports-2866d73d365081448ff2c4827bdbb9e5) by [Unito](https://www.unito.io) --------- Co-authored-by: Christian Byrne <cbyrne@comfy.org> Co-authored-by: Alexander Brown <drjkl@comfy.org> Co-authored-by: Marwan Ahmed <155799754+marawan206@users.noreply.github.com>
arjansingh
pushed a commit
that referenced
this pull request
Oct 12, 2025
test: update OpenAIVideoSora2 tests to use `size` instead of `resolution` Refactored all OpenAIVideoSora2 test cases in useNodePricing.test.ts to align with the updated node logic that replaces the `resolution` widget with `size`. Adjusted validation, pricing, and error message expectations accordingly. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5958-Update-OpenAIVideoSora2-tests-for-new-size-based-pricing-logic-2856d73d365081c9919dd256cce40492) by [Unito](https://www.unito.io)
arjansingh
pushed a commit
that referenced
this pull request
Oct 12, 2025
## Summary Update expectations post-merge. See #5958
arjansingh
pushed a commit
that referenced
this pull request
Oct 13, 2025
test: update OpenAIVideoSora2 tests to use `size` instead of `resolution` Refactored all OpenAIVideoSora2 test cases in useNodePricing.test.ts to align with the updated node logic that replaces the `resolution` widget with `size`. Adjusted validation, pricing, and error message expectations accordingly. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5958-Update-OpenAIVideoSora2-tests-for-new-size-based-pricing-logic-2856d73d365081c9919dd256cce40492) by [Unito](https://www.unito.io)
arjansingh
pushed a commit
that referenced
this pull request
Oct 13, 2025
## Summary Update expectations post-merge. See #5958
This file contains hidden or 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
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.

test: update OpenAIVideoSora2 tests to use
sizeinstead ofresolutionRefactored all OpenAIVideoSora2 test cases in useNodePricing.test.ts to align with
the updated node logic that replaces the
resolutionwidget withsize.Adjusted validation, pricing, and error message expectations accordingly.
┆Issue is synchronized with this Notion page by Unito