-
Notifications
You must be signed in to change notification settings - Fork 59
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
Missing Node Types, When loading the graph, the following node types were not found: DeepTranslatorTextNode #94
Comments
重新 git clone 之后就可以了。Just re-git clone it. |
This branch (is experimental) (#94) is needed to be able to disable unnecessary nodes, the |
Thank you. When I put the modified _init.py in the previous node folder, alekpet can also be used normally. -- Config settings --CONFIG = {} -- Config settings --CONFIG = {} |
Logically, it should have pulled data from config.json # Global settings
if GLOBAL_SETTINGS is not None:
is_check_enabled_nodes = GLOBAL_SETTINGS.get(
"check_enabled_nodes", True) File "global_settings": {
"check_enabled_nodes": false
} |
I followed this method and changed is_check_enabled_nodes in
At the same time, I changed global_settings check_enabled_nodes in
AlekPet also works properly. |
I can't use alekpet node, please help me figure out what's going on. This happened since I installed some python dependencies yesterday. “Missing Node Types, When loading the graph, the following node types were not found: DeepTranslatorTextNode”
The text was updated successfully, but these errors were encountered: