MCPcopy Create free account
hub / github.com/OPPO-Mente-Lab/X2I / encode

Method encode

x2i_comfyui/nodes.py:135–138  ·  view source on GitHub ↗
(self, mllm, proj, image_paths=None, video_paths=None, audio_paths=None, text=None)

Source from the content-addressed store, hash-verified

133 DESCRIPTION = "mllm encode"
134
135 def encode(self, mllm, proj, image_paths=None, video_paths=None, audio_paths=None, text=None):
136 # print(f"encode mllm: {mllm}")
137 conditioning = mllm.encode(proj, image_paths, video_paths, audio_paths, text)
138 return (conditioning,)
139
140
141class ProjLoader:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected