nico
nico
Had the same issue, indeed https://github.com/grafana/alloy/pull/875 seems to fix it, thanks @wildum. (On a meta-note - I find this a bit irritating, the recommended Grafana solutions for log shipping towards...
Hi @aron, Example call for a ComfyUI workflow: ``` replicate.async_run( model, input={ "output_format": "png", "output_quality": 100, "randomise_seeds": True, "workflow_json": json.dumps(comfyui_json_dict) } ) ``` Example call for `nightmareai/real-esrgan:f121d640bd286e1fdc67f9799164c1d5be36ff74576ee11c803ae5b665dd46aa`: ``` replicate.async_run( model,...
Was with `v1.0.2` but just tried again with `v1.0.3`, no difference. My feeling is that it occurs more often when you try more concurrently, e.g. also leading to `5xx`s sometimes...