MCPcopy Index your code
hub / github.com/kijai/ComfyUI-WanVideoWrapper / update

Method update

cache_methods/cache_methods.py:51–56  ·  view source on GitHub ↗

Update state for specific prediction

(self, pred_id, **kwargs)

Source from the content-addressed store, hash-verified

49 return pred_id
50
51 def update(self, pred_id, **kwargs):
52 """Update state for specific prediction"""
53 if pred_id not in self.states:
54 return None
55 for key, value in kwargs.items():
56 self.states[pred_id][key] = value
57
58 def get(self, pred_id):
59 return self.states.get(pred_id, {})

Callers 15

apply_loraFunction · 0.45
register_nodesFunction · 0.45
load_weightsFunction · 0.45
loadmodelMethod · 0.45
processMethod · 0.45
processMethod · 0.45
processMethod · 0.45
vace_encode_framesMethod · 0.45
vace_encode_masksMethod · 0.45
processMethod · 0.45
processMethod · 0.45
decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected