-
Notifications
You must be signed in to change notification settings - Fork 9
[BUG] !!! Exception during processing !!! #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @Myka88, thanks for reporting. There seems to be a problem with the package In previous versions of this package, the required torch version was >= 2.2.0 and the script checks against this version. It seems that they updated the requirement to >= 2.4.0, but this is not updated in the installation script, which may be causing the problem. I may have missed this issue since my torch package is currently at version 2.4.0+cu124. Could you check the version of your Edit: I upgraded the packages which are used by the repository to the latest versions and check with the workflow. The node seems working. |
Hello @alpertunga-bile, thank you for your quick response to my issue. I've checked the
Perhaps i should downgrade In regard of the node requirements and because i had an ComfyUi installed in virtual environment, i reinstalled it completely with the original package that has I did a git pull from prompt-generator-comfyui folder and had 3 files updated, but got same error :
|
I checked with clear installations with the manual and portable versions and the node seems working. After searching, it seems the issue is not from the required packages or the node. I found that this is a bug in the set SETUPTOOLS_USE_DISTUTILS=stdlib |
Despite following all the steps given in repository and updated dependencies i still got errors
Actual Behavior:
AssertionError Prompt Generator
C:\Users\K\AppData\Local\Programs\Python\Python310\lib\distutils\core.py
Steps to Reproduce:
Run the workflow
Debug Logs
Windows 10 Pro
Python Version:** 3.10.6
Transformers : 4.44.2
Optimum : 1.22.0
ComfyUI Version:** v0.2.2-53-gad66f7c - (Installed in virtual environment)
Prompt generator version:
The text was updated successfully, but these errors were encountered: