Skip to content

Commit

Permalink
Change tiling mode to discouraged
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed May 28, 2024
1 parent b91950a commit d703f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ def load(self, state_dict: StateDict) -> ImageModelDescriptor[RetinexFormer]:
input_channels=in_channels,
output_channels=out_channels,
size_requirements=SizeRequirements(multiple_of=8),
tiling=ModelTiling.SUPPORTED,
tiling=ModelTiling.DISCOURAGED,
call_fn=_call_fn,
)

0 comments on commit d703f67

Please sign in to comment.