diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-14 11:46:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 11:46:27 +0300 |
commit | 80adb6979d46bbb832254004cac4f4f9bec9efb3 (patch) | |
tree | e206ee60f9be21e9e20d483213b7d0a610d2bdbd /modules/sd_hijack_xlmr.py | |
parent | 1dcd6723242c3d691610f9ed937951baea49c2d1 (diff) | |
parent | 3ddc76342298ad0b2d14cb571ceb48c0b0c4176d (diff) |
Merge branch 'dev' into find_vae
Diffstat (limited to 'modules/sd_hijack_xlmr.py')
-rw-r--r-- | modules/sd_hijack_xlmr.py | 2 |
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):
|