Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vchitect/SEINE
/ encode
Method
encode
models/clip.py:28–29 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
26
super().__init__()
27
28
def
encode(self, *args, **kwargs):
29
raise
NotImplementedError
30
31
32
class
FrozenCLIPEmbedder(AbstractEncoder):
Callers
1
auto_inpainting
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected