-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Commits on Nov 30, 2023
-
Add nodes for tile splitting and merging. The main motivation for the…
…se nodes is for use in tiled upscaling workflows.
Configuration menu - View commit details
-
Copy full SHA for 9da7888 - Browse repository at this point
Copy the full SHA 9da7888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd882d - Browse repository at this point
Copy the full SHA 3fd882dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c959f0 - Browse repository at this point
Copy the full SHA 6c959f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0277815 - Browse repository at this point
Copy the full SHA 0277815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 078b8eb - Browse repository at this point
Copy the full SHA 078b8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0cc75 - Browse repository at this point
Copy the full SHA 7a0cc75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281e8e9 - Browse repository at this point
Copy the full SHA 281e8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef52b4b - Browse repository at this point
Copy the full SHA ef52b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d757f68 - Browse repository at this point
Copy the full SHA d757f68View commit details -
Rename CropLatentsInvocation -> CropLatentsCoreInvocation to prevent …
…conflict with custom node. And other minor tidying.
Configuration menu - View commit details
-
Copy full SHA for 27a67ae - Browse repository at this point
Copy the full SHA 27a67aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd5354 - Browse repository at this point
Copy the full SHA 8dd5354View commit details -
Add width and height fields to TileToPropertiesInvocation output to a…
…void having to calculate them with math nodes.
Configuration menu - View commit details
-
Copy full SHA for ce0b0af - Browse repository at this point
Copy the full SHA ce0b0afView commit details -
Infer a tight-fitting output image size from the passed tiles in Merg…
…eTilesToImageInvocation.
Configuration menu - View commit details
-
Copy full SHA for fee53fc - Browse repository at this point
Copy the full SHA fee53fcView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9d288e1 - Browse repository at this point
Copy the full SHA 9d288e1View commit details -
Change input field ordering of CropLatentsCoreInvocation to match Ima…
…geCropInvocation.
Configuration menu - View commit details
-
Copy full SHA for 2387825 - Browse repository at this point
Copy the full SHA 2387825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 972b854 - Browse repository at this point
Copy the full SHA 972b854View commit details