Error at start: horde_worker_regen.download_models:download_all_models:33 - 'reGenBridgeData' object has no attribute 'meta_skip_instructions'
#385
-
As indicated, when I run This was working recently. This is on Fedora Linux 39 with an RTX 3060. Worker is up to date on main. My
Any ideas as to what is going wrong and how to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry you encountered this issue. There has been a flurry of updates in different places the past few days; my guess this is related to that. You can try the following in the worker directory: git remote prune origin && git pull
./update-runtime.sh
./horde-bridge.sh If this issue isn't resolved by doing this, please me know. |
Beta Was this translation helpful? Give feedback.
Sorry you encountered this issue.
There has been a flurry of updates in different places the past few days; my guess this is related to that.
You can try the following in the worker directory:
git remote prune origin && git pull ./update-runtime.sh ./horde-bridge.sh
If this issue isn't resolved by doing this, please me know.