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
18 19 20 21 22 23 24 25 26 27 28 29 30 31 | |