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

Add image tiling nodes to enable Tiled Upscaling #5142

Merged
merged 16 commits into from
Nov 30, 2023

Commits on Nov 30, 2023

  1. Add nodes for tile splitting and merging. The main motivation for the…

    …se nodes is for use in tiled upscaling workflows.
    RyanJDick authored and hipsterusername committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9da7888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd882d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c959f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0277815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    078b8eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a0cc75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    281e8e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef52b4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d757f68 View commit details
    Browse the repository at this point in the history
  10. Rename CropLatentsInvocation -> CropLatentsCoreInvocation to prevent …

    …conflict with custom node. And other minor tidying.
    RyanJDick authored and hipsterusername committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    27a67ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8dd5354 View commit details
    Browse the repository at this point in the history
  12. Add width and height fields to TileToPropertiesInvocation output to a…

    …void having to calculate them with math nodes.
    RyanJDick authored and hipsterusername committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ce0b0af View commit details
    Browse the repository at this point in the history
  13. Infer a tight-fitting output image size from the passed tiles in Merg…

    …eTilesToImageInvocation.
    RyanJDick authored and hipsterusername committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fee53fc View commit details
    Browse the repository at this point in the history
  14. Re-organize merge_tiles_with_linear_blending(...) to merge rows horiz…

    …ontally first and then vertically. This change achieves slightly more natural blending on the corners where 4 tiles overlap.
    RyanJDick authored and hipsterusername committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9d288e1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2387825 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    972b854 View commit details
    Browse the repository at this point in the history