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
When running textgen-nvidia as of 7b9730e, and attempting to add a new character via Parameters -> Character:
FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/ypar8406iyb6r22n755ygvfbplwjs050-textgen-patchedSrc/nix/store/ypar8406iyb6r22n755ygvfbplwjs050-textgen-patchedSrc/characters/TestCharacter.yaml'
Where TestCharacter is the name of the character created through the UI wizard.
Needless to say, it probably is not supposed to be trying to write to the nix store, so, bug? :P
The text was updated successfully, but these errors were encountered:
Textgen upstream can only run inside of the same directory as the source code. To fix that, I made a bunch of symlinks which trick it into redirecting those state folders to ~/.textgen, though I haven't completely fixed it, as you've figured out. When it says it's writing to the Nix Store, this is fine, because the directory in the Nix Store that it's writing to is actually a symlink to ~/.textgen
Ah, that explains some of the weird symlink-ridden shell scripts I saw on my last skim through. But how are you dealing with the fact that ~/.textgen expands to multiple paths depending on which user is running it?
When running
textgen-nvidia
as of 7b9730e, and attempting to add a new character via Parameters -> Character:Where
TestCharacter
is the name of the character created through the UI wizard.Needless to say, it probably is not supposed to be trying to write to the nix store, so, bug? :P
The text was updated successfully, but these errors were encountered: