Skip to content

Commit

Permalink
Allow using a connection for custom tile size (#2880)
Browse files Browse the repository at this point in the history
* Allow using a connection for custom tile size

* Update backend/src/packages/chaiNNer_pytorch/pytorch/processing/upscale_image.py

Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>

* Add handles to others

---------

Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
  • Loading branch information
joeyballentine and RunDevelopment authored May 19, 2024
1 parent 3a71aa0 commit 43964ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def estimate():
max=None,
default=TILE_SIZE_256,
unit="px",
has_handle=False,
)
),
if_group(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def estimate():
max=None,
default=TILE_SIZE_256,
unit="px",
has_handle=False,
)
),
if_group(Condition.type(1, "Image { channels: 4 } "))(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def estimate():
max=None,
default=TILE_SIZE_256,
unit="px",
has_handle=False,
).with_id(6),
),
if_group(
Expand Down

0 comments on commit 43964ab

Please sign in to comment.