-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
[ERROR] An error occurred while retrieving information for the 'IF_ChatPrompt' node. message appeared at ComfyUI console. #133
Comments
Sry, more change needed. def load_presets(self, file_path):
# with open(file_path, 'r') as f:
with open(file_path, 'r', encoding='utf-8') as f: # Add encoding='utf-8' option.
presets = json.load(f)
return presets |
I added this now
should handle chinese letters |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Start ComfyUI (Windows) by run_nvidia_gpu.bat, Error messages reported.
Error messages at ComfyUI console.
Environment:
Windows 10 (22H2)
pytorch version: 2.4.1+cu124
Python version: 3.11.9
ComfyUI\custom_nodes\ComfyUI-IF_AI_tools info:
HEAD:
ref: refs/heads/main
FETCH_HEAD in ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools.git\FETCH_HEAD
Additional info
import error is not appeared.
Thanks.
The text was updated successfully, but these errors were encountered: