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
I'm also getting this error when trying to use lora_links or custom_sd_model. 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:-
The text was updated successfully, but these errors were encountered: