Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cientgu/VQ-Diffusion
/ decode
Method
decode
image_synthesis/modeling/codecs/base_codec.py:26–27 ·
view source on GitHub ↗
(self, img_seq)
Source
from the content-addressed store, hash-verified
24
raise
NotImplementedError
25
26
def
decode(self, img_seq):
27
raise
NotImplementedError
28
29
def
forward(self, **kwargs):
30
raise
NotImplementedError
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected