mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-10 04:10:33 -08:00
Autofix Ruff W (not W605) (mostly whitespace)
This commit is contained in:
parent
431bc5a297
commit
49a55b410b
39 changed files with 167 additions and 166 deletions
|
|
@ -150,7 +150,7 @@ def inference(img, model, tile, tile_overlap, window_size, scale):
|
|||
for w_idx in w_idx_list:
|
||||
if state.interrupted or state.skipped:
|
||||
break
|
||||
|
||||
|
||||
in_patch = img[..., h_idx: h_idx + tile, w_idx: w_idx + tile]
|
||||
out_patch = model(in_patch)
|
||||
out_patch_mask = torch.ones_like(out_patch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue