diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-17 09:26:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 09:26:26 +0300 |
commit | 85232a5b26666854deae59cf950f744740dd5c37 (patch) | |
tree | 3af76d8c6ba3173ffd925336d902da058df4e02d /modules/sd_hijack_xlmr.py | |
parent | 56a2672831751480f94a018f861f0143a8234ae8 (diff) | |
parent | 4b07f2f584596604c4499efb0b0295e96985080f (diff) |
Merge branch 'dev' into taesd-a
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):
|