Utils
detect_image_output(workflow_output)
¶
Detect the first available image output field in workflow output.
Source code in inference/core/interfaces/webrtc_worker/utils.py
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | |
parse_video_file_chunk(message)
¶
Parse video file chunk message.
Returns: (chunk_index, total_chunks, payload)
Source code in inference/core/interfaces/webrtc_worker/utils.py
193 194 195 196 197 198 199 200 201 | |