Skip to content

Rename frame_bff_size to frame_buffer_size for consistency#5

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-viper-issue
Draft

Rename frame_bff_size to frame_buffer_size for consistency#5
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-viper-issue

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 12, 2026

The frame_buffer_size parameter was stored and referenced internally as frame_bff_size throughout the codebase, creating unnecessary naming inconsistency.

Changes

  • src/streamdiffusion/pipeline.py: Renamed self.frame_bff_sizeself.frame_buffer_size (9 occurrences)
  • utils/wrapper.py: Renamed stream.frame_bff_sizestream.frame_buffer_size (10 occurrences)

All references now use the full descriptive name matching the parameter.

Original prompt

This section details on the original issue you should resolve

<issue_title>Viper</issue_title>
<issue_description>V</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: cybermorena <168934764+cybermorena@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Viper issue as per original description Rename frame_bff_size to frame_buffer_size for consistency Feb 12, 2026
Copilot AI requested a review from cybermorena February 12, 2026 08:21
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.

Viper

2 participants