You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response:
{
"output": {
"status": "error",
"message": "the image does not exist in the specified output folder: /comfyui/output/ComfyUI_00006_.png"
},
"id": "test_job"
}
The text was updated successfully, but these errors were encountered:
I get the same error when running a workflow on a deployed worker. Not sure if its something to do with my network volume, which is at /workspace/ComfyUI
{
"delayTime": 1069,
"executionTime": 1214,
"id": "357d0fbd-.....",
"output": {
"message": "the image does not exist in the specified output folder: /comfyui/output/ComfyUI_temp_drjfn_00001_.png",
"status": "error"
},
"status": "COMPLETED"
}
Request:
curl -X 'POST'
'http://localhost:8888/runsync'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{"input":{"workflow":{"3":{"inputs":{"seed":1337,"steps":20,"cfg":8,"sampler_name":"euler","scheduler":"normal","denoise":1,"model":["4",0],"positive":["6",0],"negative":["7",0],"latent_image":["5",0]},"class_type":"KSampler"},"4":{"inputs":{"ckpt_name":"sd_xl_base_1.0.safetensors"},"class_type":"CheckpointLoaderSimple"},"5":{"inputs":{"width":512,"height":512,"batch_size":1},"class_type":"EmptyLatentImage"},"6":{"inputs":{"text":"apple","clip":["4",1]},"class_type":"CLIPTextEncode"},"7":{"inputs":{"text":"text, watermark","clip":["4",1]},"class_type":"CLIPTextEncode"},"8":{"inputs":{"samples":["3",0],"vae":["4",2]},"class_type":"VAEDecode"},"9":{"inputs":{"filename_prefix":"ComfyUI","images":["8",0]},"class_type":"SaveImage"}}}}'
Response:
{
"output": {
"status": "error",
"message": "the image does not exist in the specified output folder: /comfyui/output/ComfyUI_00006_.png"
},
"id": "test_job"
}
The text was updated successfully, but these errors were encountered: