diff options
author | AngelBottomless <aria1th@naver.com> | 2023-11-16 10:03:45 +0000 |
---|---|---|
committer | AngelBottomless <aria1th@naver.com> | 2023-11-16 10:03:45 +0000 |
commit | 472c22cc8a46b825545d5c86bd2745269430d7b0 (patch) | |
tree | bb45a053a8aa9b96aada1b1a4f8b798a7cf89513 | |
parent | bcfaf3979a9f93e37c418b58c75b02d9570b4354 (diff) | |
download | stable-diffusion-webui-gfx803-472c22cc8a46b825545d5c86bd2745269430d7b0.tar.gz stable-diffusion-webui-gfx803-472c22cc8a46b825545d5c86bd2745269430d7b0.tar.bz2 stable-diffusion-webui-gfx803-472c22cc8a46b825545d5c86bd2745269430d7b0.zip |
fix ruff - add newline
-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 + ) |