mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
Fixed "No newline at end of file".
This commit is contained in:
parent
2abc417834
commit
8dbacc7d01
1 changed files with 1 additions and 1 deletions
|
|
@ -398,4 +398,4 @@ class Script(scripts.Script):
|
|||
return
|
||||
|
||||
ppmo.mask_for_overlay = self.masks_for_overlay[ppmo.index]
|
||||
ppmo.overlay_image = self.overlay_images[ppmo.index]
|
||||
ppmo.overlay_image = self.overlay_images[ppmo.index]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue