Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Lightricks/ComfyUI-LTXVideo
/ ModelConfig
Class
ModelConfig
looping_sampler.py:53–61 ·
view source on GitHub ↗
Configuration for model components.
Source
from the content-addressed store, hash-verified
51
52
@dataclass
53
class
ModelConfig:
54
""
"Configuration for model components."
""
55
56
model: object
57
vae: object
58
noise: object
59
sampler: object
60
sigmas: object
61
guider: object
62
63
64
@comfy_node(
Callers
1
sample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected