RunpodR
Runpod2y ago
5 replies
Manacloud

Error generating images

Everything was working fine but now we're getting this error -


{
"delayTime": 2992,
"error": "handler: Error modifying config.json
Error message: sed: can't read /src/stable-diffusion-custom/vae/config.json: No such file or directory

traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/runpod/serverless/modules/job.py", line 70, in run_job
job_output = handler(job)
File "/src/rp_handler.py", line 124, in handler
model_name = selected_model(
File "/src/rp_custom_model.py", line 131, in selected_model
raise RuntimeError(
RuntimeError: Error modifying config.json
Error message: sed: can't read /src/stable-diffusion-custom/vae/config.json: No such file or directory

",
"executionTime": 31772,
"id": "c2ab1deb-b6e1-4a0c-a4fe-c445f2cab160-e1",
"status": "FAILED"
Solution
Do you download model from HuggingFace? If so they page is down
Was this page helpful?