B
B
@sashakid Did you find solution?
``` export default function connect(mapToProps, actions = {}) { return Child => { return React.forwardRef((props, ref) => { return ( {mappedProps => } ); }); }; } ```
Is there anyway to not lock the queue during the img2img request? That's preventing the progress API from getting hit
@Mikubill is there a way to have non-blocking API methods?
@ljleb any ideas on how to fix this?
@ljleb tested both routes with new API config and object like `data.alwayson_scripts = { controlnet: { args: [ { guidance_start: data.controlnet_guidance, guidance_end: data.controlnet_guidance, model: data.controlnet_model, module: data.controlnet_module, weight: data.controlnet_weight, processor_res:...
@ljleb are you able to upload a mask to the API? If so, can you send your settings config from your API call?
@ljleb any update here?