Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModelTC/LightX2V
/ __init__
Method
__init__
tools/convert/quant/quant.py:54–56 ·
view source on GitHub ↗
(self, weight)
Source
from the content-addressed store, hash-verified
52
53
if
not comfyui_mode:
54
scales = scales.view(org_w_shape[0], -1)
55
w_q = w_q.reshape(org_w_shape)
56
57
return
w_q, scales, self.extra
58
59
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected