In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
1.1k
stars
78
forks
source link
ChatGLMTokenizer._pad() got an unexpected keyword argument 'padding_side' #423
Closed
samen168 closed 1 month ago
ComfyUI Error Report
Error Details
Exception Message: ChatGLMTokenizer._pad() got an unexpected keyword argument 'padding_side'
Stack Trace
2024-10-10 13:50:05,384 - root - INFO - Total VRAM 12281 MB, total RAM 32578 MB 2024-10-10 13:50:05,385 - root - INFO - pytorch version: 2.1.2+cu118 2024-10-10 13:50:05,846 - root - INFO - xformers version: 0.0.23.post1+cu118 2024-10-10 13:50:05,846 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-10 13:50:05,847 - root - INFO - Disabling smart memory management 2024-10-10 13:50:05,847 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync 2024-10-10 13:50:08,007 - root - INFO - Using xformers cross attention 2024-10-10 13:50:09,343 - root - INFO - [Prompt Server] web root: H:\sd\comfy-torch-2.1.2+cu118\web 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path checkpoints H:/sd/stable-diffusion\models/Stable-diffusion 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path clip H:/sd/stable-diffusion\models/clip/ 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path clip_vision H:/sd/stable-diffusion\models/clip_vision/ 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path configs H:/sd/stable-diffusion\models/Stable-diffusion 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path vae H:/sd/stable-diffusion\models/VAE 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path loras H:/sd/stable-diffusion\models/Lora 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path loras H:/sd/stable-diffusion\models/LyCORIS 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path upscale_models H:/sd/stable-diffusion\models/ESRGAN 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path upscale_models H:/sd/stable-diffusion\models/RealESRGAN 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path upscale_models H:/sd/stable-diffusion\models/SwinIR 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path embeddings H:/sd/stable-diffusion\models/embeddings 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path hypernetworks H:/sd/stable-diffusion\models/hypernetworks 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path controlnet H:/sd/stable-diffusion\models/ControlNet 2024-10-10 13:50:09,346 - root - INFO - Adding extra search path ipadapter H:/sd/stable-diffusion\models/ipadapter 2024-10-10 13:50:27,490 - root - INFO - Total VRAM 12281 MB, total RAM 32578 MB 2024-10-10 13:50:27,490 - root - INFO - pytorch version: 2.1.2+cu118 2024-10-10 13:50:27,490 - root - INFO - xformers version: 0.0.23.post1+cu118 2024-10-10 13:50:27,490 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-10 13:50:27,490 - root - INFO - Disabling smart memory management 2024-10-10 13:50:27,490 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync 2024-10-10 13:50:28,435 - root - WARNING - Traceback (most recent call last): File "H:\sd\comfy-torch-2.1.2+cu118\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "H:\sd\comfy-torch-2.1.2+cu118\custom_nodes\ComfyUI-Inference-Core-Nodes__init__.py", line 1, in
from inference_core_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
ModuleNotFoundError: No module named 'inference_core_nodes'
2024-10-10 13:50:28,435 - root - WARNING - Cannot import H:\sd\comfy-torch-2.1.2+cu118\custom_nodes\ComfyUI-Inference-Core-Nodes module for custom nodes: No module named 'inference_core_nodes'
Workflow too large. Please manually upload the workflow from local file system.