MCPcopy Create free account
hub / github.com/Lightricks/ComfyUI-LTXVideo / required

Method required

latent_norm.py:207–217  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

205
206 @classmethod
207 def required(s):
208 return {
209 "model": ("MODEL",),
210 "factors": (
211 "STRING",
212 {
213 "default": "0.9, 0.75, 0.0",
214 "tooltip": "Comma-separated list of factors, each factor will be used for one step.",
215 },
216 ),
217 }
218
219 @classmethod
220 def optional(s):

Callers 2

INPUT_TYPESMethod · 0.80
INPUT_TYPESMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected