diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-11 21:25:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 21:25:15 +0300 |
commit | abe32cefa39dee36d7f661d4e63c28ea8dd60c4f (patch) | |
tree | 1f1d817b59b49c6d3944c959151ce4c67d9041da /modules/processing.py | |
parent | b4aaa339d529c81859858f0bedcc72b44fccd3d0 (diff) | |
parent | 49a55b410b66b7dd9be9335d8a2e3a71e4f8b15c (diff) |
Merge pull request #10285 from akx/ruff-spacing
Indentation + ruff whitespace fixes
Diffstat (limited to 'modules/processing.py')
-rw-r--r-- | modules/processing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py index c3932d6b..f902b9df 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -164,7 +164,7 @@ class StableDiffusionProcessing: self.all_subseeds = None
self.iteration = 0
self.is_hr_pass = False
-
+
@property
def sd_model(self):
|