Skip to content

feat: add auto_resize flag for outpainting support#392

Open
ryanontheinside wants to merge 1 commit intoryanontheinside/feat/support-vace-combinationsfrom
ryanontheinside/feat/outpainting-on-vace-combinations
Open

feat: add auto_resize flag for outpainting support#392
ryanontheinside wants to merge 1 commit intoryanontheinside/feat/support-vace-combinationsfrom
ryanontheinside/feat/outpainting-on-vace-combinations

Conversation

@ryanontheinside
Copy link
Collaborator

depends upon #388

Adds auto_resize parameter to first/last frame image handling:

  • auto_resize=True (default): Existing behavior - scale image to fill target dimensions

    • auto_resize=False: Center image at original size, pad with black, generate spatial mask for outpainting regions

    This allows users to send smaller images and let the model generate content in the surrounding area, rather than always scaling to fit.

Adds auto_resize parameter to first/last frame image handling:
- auto_resize=True (default): Existing behavior - scale image to fill target dimensions
  - auto_resize=False: Center image at original size, pad with black, generate spatial mask for outpainting regions

  This allows users to send smaller images and let the model generate content in the surrounding area, rather than always scaling to fit.

Signed-off-by: RyanOnTheInside <7623207+ryanontheinside@users.noreply.github.com>
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.

1 participant