diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-12 21:08:19 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-12 21:08:19 +0000 |
commit | 5cf623c58ef3c158e8b25f7c3d516ffc16769fa4 (patch) | |
tree | 9a4eeda327b633dd2d881d125547d33fd0a131ff /modules/sd_models_xl.py | |
parent | 60397a7800d7e01d9a75e0179e3d2c10aa0002a9 (diff) | |
download | stable-diffusion-webui-gfx803-5cf623c58ef3c158e8b25f7c3d516ffc16769fa4.tar.gz stable-diffusion-webui-gfx803-5cf623c58ef3c158e8b25f7c3d516ffc16769fa4.tar.bz2 stable-diffusion-webui-gfx803-5cf623c58ef3c158e8b25f7c3d516ffc16769fa4.zip |
linter
Diffstat (limited to 'modules/sd_models_xl.py')
-rw-r--r-- | modules/sd_models_xl.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/sd_models_xl.py b/modules/sd_models_xl.py index e8e270c3..9224c1a3 100644 --- a/modules/sd_models_xl.py +++ b/modules/sd_models_xl.py @@ -1,7 +1,5 @@ from __future__ import annotations
-import sys
-
import torch
import sgm.models.diffusion
|