Serverless Comfyui not recognizing model_patches folder on network volume
Hi there, I've been trying to get my workflow to run on comfyui and I'm getting stuck with an error that it's returning to me. I am not using any custom nodes, just base level nodes that are included with Comfyui. My workflow contains the
ModelPatchLoader
node that looks for models in the model_patches
folder. I've added the folder and model to my network volume and have verified that they are there. But I keep getting this response from the endpoint:
{'delayTime': 618, 'error': 'Workflow validation failed:\n• Node 39 (errors): [{\'type\': \'value_not_in_list\', \'message\': \'Value not in list\', \'details\': "name: \'uso-flux1-projector-v1.safetensors\' not in []", \'extra_info\': {\'input_name\': \'name\', \'input_config\': [[], {}], \'received_value\': \'uso-flux1-projector-v1.safetensors\'}}]\n• Node 39 (dependent_outputs): [\'9\']\n• Node 39 (class_type): ModelPatchLoader', 'executionTime': 323, 'id': 'sync-445ef416-ddcf-4a2c-bba7-fd6bc9e192a3-u1', 'status': 'FAILED', 'workerId': 'aehi12zofrz99h'}
Would love if you are able to provide any insight into this for me. Thank you.1 Reply
hey there, just following up if anyone has any direction on this?