mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 01:26:00 +03:00
[GH-ISSUE #50] Issue running local model on a newly installed Windows 11 machine. #25
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheGreyRaven on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/jehna/humanify/issues/50
Hey!
I have a freshly installed Windows 11 machine with Node 22 installed, when I try to run
humanify local <file>.jsI get the following crash:I have also downloaded the local model, any ideas what could be wrong?
@jehna commented on GitHub (Aug 22, 2024):
How much GPU memory does your NVIDIA RTX A500 have? Humanify should run with 7gb GPU memory pretty well, but no guarantees for a system with less memory than that.
You can however use the
--disableGpuflag to run the model on your CPU. This may be slower though.@TheGreyRaven commented on GitHub (Aug 22, 2024):
It has 4GB of Video memory so that could be the issue, though even if I run
humanify local --disableGpu <file>I still get the exact same crash:@jehna commented on GitHub (Aug 24, 2024):
Seems that you've found a bug! I'll create a patch for that, thank you for sending good debug info
@0xdevalias commented on GitHub (Aug 26, 2024):
With the bugfix PR merged now, can this issue be closed?
@TheGreyRaven commented on GitHub (Aug 26, 2024):
Glad to help out, I did a small workaround for now by running humanify through WSL with installed Nvidia drivers and there everything works great!
@TheGreyRaven commented on GitHub (Jan 21, 2025):
Hello again, so I have once again tried to run the project on my Windows 11 machine but it seems like the bug is still present.
Once again it runs fine in WSL
@0xdevalias commented on GitHub (Mar 24, 2025):
@TheGreyRaven Can you confirm that when you say the bug is still present, what version of
humanifyare you running, and are you passing the--disableGpuflag as suggested earlier, etc?I notice the last error was:
Whereas this one is:
Not sure if the nuance between those two makes a difference, but figured I would note it just in case.