diff options
Diffstat (limited to 'modules/hypertile.py')
-rw-r--r-- | modules/hypertile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hypertile.py b/modules/hypertile.py index fee24a8c..86acecdc 100644 --- a/modules/hypertile.py +++ b/modules/hypertile.py @@ -367,4 +367,4 @@ def hypertile_context_unet(model:nn.Module, aspect_ratio:float, tile_size:int, o disable=not enabled, max_depth=max_depth, is_sdxl=is_sdxl, - )
\ No newline at end of file + ) |