aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack_xlmr.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-10 05:43:42 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-10 05:43:42 +0000
commitf741a98baccae100fcfb40c017b5c35c5cba1b0c (patch)
tree685027bfa989c99583bd4980f437443bf270cec0 /modules/sd_hijack_xlmr.py
parent96d6ca4199e7c5eee8d451618de5161cea317c40 (diff)
downloadstable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.tar.gz
stable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.tar.bz2
stable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.zip
imports cleanup for ruff
Diffstat (limited to 'modules/sd_hijack_xlmr.py')
-rw-r--r--modules/sd_hijack_xlmr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/sd_hijack_xlmr.py b/modules/sd_hijack_xlmr.py
index 4ac51c38..28528329 100644
--- a/modules/sd_hijack_xlmr.py
+++ b/modules/sd_hijack_xlmr.py
@@ -1,8 +1,6 @@
-import open_clip.tokenizer
import torch
from modules import sd_hijack_clip, devices
-from modules.shared import opts
class FrozenXLMREmbedderWithCustomWords(sd_hijack_clip.FrozenCLIPEmbedderWithCustomWords):