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
controllable_talknet model downloads (at least these) are broken. Error is access denied.
These use gdown. Update gdown to fix.
See this issue: wkentaro/gdown#292
Other gdown based model downloads likely broken as well.
Manual model installs take alot longer since server restart is required.
Hello @ShoryuKyzan. Thank you so much for bringing this issue to my attention along with its solution. I have updated the appropriate image in the Docker Hub repository so it now uses gdown version 5.2.0 and I verified that it fixes the issue. You can update Hay Say by following the instructions here: https://github.com/hydrusbeta/hay_say_ui?tab=readme-ov-file#updating-hay-say
Alternatively, You can run a couple of commands to update gdown within the container without needing to redownload the entire image. First, you will need the name of the Hay Say UI container. Start Hay Say and execute the following command:
docker container ls
Under the "IMAGE" column, one of the rows will have the value "hydrusbeta/hay_say:hay_say_ui". Note the corresponding value under the NAMES columns:
Now execute the following two commands, replacing "hay_say_ui-hay_say_ui-1" with the name of your container if it is different:
Problem
controllable_talknet model downloads (at least these) are broken. Error is access denied.
These use gdown. Update gdown to fix.
See this issue: wkentaro/gdown#292
Other gdown based model downloads likely broken as well.
Manual model installs take alot longer since server restart is required.
Solution
At a minimum, update gdown to 4.7.3
This line:
hay_say_ui/Dockerfile
Line 42 in 3c86f6c
Testing
I've tested 4.7.3 and it works for controllable_talknet model downloads.
The text was updated successfully, but these errors were encountered: