MCPcopy 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
53class 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

sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected