In the img2img API, I want to reuse the ControlNet image of the IP-Adapter, similar to OpenPose. Is that feasible?
`{
"module": "none",
"model": "ip-adapter-faceid-plusv2_sd15 [6e14fc1a]",
"control_mode": "Balanced",
"resize_mode": "Crop and Resize",
"enabled": True,
"weight": 1.7,
"guidance_start": 0.0,
"guidance_end": 1.0,
In the img2img API, I want to reuse the ControlNet image of the IP-Adapter, similar to OpenPose. Is that feasible? `{ "module": "none", "model": "ip-adapter-faceid-plusv2_sd15 [6e14fc1a]", "control_mode": "Balanced", "resize_mode": "Crop and Resize", "enabled": True, "weight": 1.7, "guidance_start": 0.0, "guidance_end": 1.0,
"input_mode": "batch",