Open anilsathyan7 opened 5 months ago
I'm facing the exact same error.
Still getting that error as well - Can anyone do the LORAS either? Don't get an error message using them but it doesn't seem to work at all.
I'm also getting this error when trying to use _loralinks or _custom_sdmodel. I just can't figure it out or if I'm doing something wrong. Have you managed to make it work? I tried by pasting the downloadable link eg. https://civitai.com/api/download/models/40665 with no luck.
Getting error in replicate demo (https://replicate.com/philz1337x/clarity-upscaler) and running same docker image locally, if we add sd_model url in options:-
File "/root/.pyenv/versions/3.10.4/lib/python3.10/site-packages/cog/server/worker.py", line 217, in _predict result = predict(**payload) File "/src/predict.py", line 463, in predict os.remove(path_to_custom_checkpoint) UnboundLocalError: local variable 'path_to_custom_checkpoint' referenced before assignment {"error": "local variable 'path_to_custom_checkpoint' referenced before assignment", "prediction_id": null, "logger": "cog.server.runner", "timestamp": "2024-06-29T10:56:39.592964Z", "severity": "INFO", "message": "prediction failed"}
custom_sd_model: "https://civitai.com/api/download/models/245598" Replicate logs:-