mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 09:35:58 +03:00
[GH-ISSUE #207] Installation issue #55
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#55
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 @Zeng-aN on GitHub (Nov 9, 2024).
Original GitHub issue: https://github.com/jehna/humanify/issues/207
Hello there, I've encountered an installation issue, and the error message is as follows:
npm warn deprecated npmlog@6.0.2: This package is no longer supported.
npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
npm warn deprecated gauge@4.0.4: This package is no longer supported.
changed 280 packages in 53s
58 packages are looking for funding
The error message for the local model download is as follows:
(node:5657) [DEP0040] DeprecationWarning: The


punycodemodule is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...to show where the warning was created)Model "2b" already
The error message for executing the command
humanify local /Users/kali/Downloads/1.jsis as follows:node == v22.11.0
@jehna commented on GitHub (Nov 9, 2024):
Hey! These seem to be warning level messages from third party dependencies, which should not affect humanify's workings. What happens after the last
processing file 1/1message?@Zeng-aN commented on GitHub (Nov 9, 2024):
it has always been at 0%.
@jehna commented on GitHub (Nov 9, 2024):
What's your gpu? To me it seems that it just takes a lot of time to process if there's no other errors.
Have you tried
--disableGpu?@Zeng-aN commented on GitHub (Nov 10, 2024):
Thank you for your reply, my GPU is AMD Radeon Pro 5300M.
I will try the suggestions you've given.
@Zeng-aN commented on GitHub (Nov 10, 2024):
There has been progress, thank you for your solution, but the progress bar is still too slow
@jehna commented on GitHub (Nov 10, 2024):
If I googled correctly, there's 4gb of memory, which is probably too low for the model. I think you'd need much beefier gpu to run Humanify locally
@Zeng-aN commented on GitHub (Nov 10, 2024):
Yes, I'm also aware of this issue, and it took me 3 hours to complete only 10%. It's time to upgrade my equipment. Also, thank you for taking the time to answer my question.