kijai / ComfyUI-SUPIR

SUPIR upscaling wrapper for ComfyUI
Other
1.48k stars 82 forks source link

SUPIR conditioner 'NoneType' object is not callable #162

Open 0002kgHg opened 1 week ago

0002kgHg commented 1 week ago

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.2.2-12-g967867d
- **Arguments:** main.py --listen 0.0.0.0
- **OS:** posix
- **Python Version:** 3.10.13 (main, Sep 11 2023, 13:44:35) [GCC 11.2.0]
- **Embedded Python:** false
- **PyTorch Version:** 2.3.1+cu121
## Devices

- **Name:** cuda:0 NVIDIA A100-SXM4-40GB : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 42505273344
  - **VRAM Free:** 33670573338
  - **Torch VRAM Total:** 5435817984
  - **Torch VRAM Free:** 31010074

## Logs

2024-09-13 08:50:09,935 - root - INFO - Total VRAM 40536 MB, total RAM 96678 MB 2024-09-13 08:50:09,935 - root - INFO - pytorch version: 2.3.1+cu121 2024-09-13 08:50:09,936 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-13 08:50:09,936 - root - INFO - Device: cuda:0 NVIDIA A100-SXM4-40GB : cudaMallocAsync 2024-09-13 08:50:11,362 - root - INFO - Using pytorch cross attention 2024-09-13 08:50:12,953 - root - INFO - [Prompt Server] web root: /comfyui/web 2024-09-13 08:50:12,955 - root - INFO - Adding extra search path checkpoints /data/projects/sd/models/Stable-diffusion 2024-09-13 08:50:12,955 - root - INFO - Adding extra search path configs /data/projects/sd/models/Stable-diffusion 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path vae /data/projects/sd/models/VAE 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path loras /data/projects/sd/models/Lora 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path loras /data/projects/sd/models/LyCORIS 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path upscale_models /data/projects/sd/models/ESRGAN 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path upscale_models /data/projects/sd/models/RealESRGAN 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path upscale_models /data/projects/sd/models/SwinIR 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path embeddings /data/projects/sd/embeddings 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path hypernetworks /data/projects/sd/models/hypernetworks 2024-09-13 08:50:12,956 - root - INFO - Adding extra search path controlnet /data/projects/sd/models/ControlNet 2024-09-13 08:50:31,311 - root - INFO - -------------- 2024-09-13 08:50:31,312 - root - INFO -  ### Mixlab Nodes: Loaded 2024-09-13 08:50:31,312 - root - INFO - ChatGPT.available True 2024-09-13 08:50:31,313 - root - INFO - editmask.available True 2024-09-13 08:50:31,317 - root - INFO - LaMaInpainting.available True 2024-09-13 08:50:32,308 - root - INFO - ClipInterrogator.available True 2024-09-13 08:50:32,536 - root - INFO - PromptGenerate.available True 2024-09-13 08:50:32,536 - root - INFO - ChinesePrompt.available True 2024-09-13 08:50:32,536 - root - INFO - RembgNode.available True 2024-09-13 08:50:32,774 - root - INFO - TripoSR.available 2024-09-13 08:50:32,775 - root - INFO - MiniCPMNode.available 2024-09-13 08:50:32,775 - root - INFO -  --------------  2024-09-13 08:50:35,363 - albumentations.check_version - ERROR - Error fetching version info Traceback (most recent call last): File "/root/anaconda3/envs/ComfyUI/lib/python3.10/urllib/request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/root/anaconda3/envs/ComfyUI/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/http/client.py", line 976, in send self.connect() File "/root/anaconda3/envs/ComfyUI/lib/python3.10/http/client.py", line 1455, in connect self.sock = self._context.wrap_socket(self.sock, File "/root/anaconda3/envs/ComfyUI/lib/python3.10/ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "/root/anaconda3/envs/ComfyUI/lib/python3.10/ssl.py", line 1104, in _create self.do_handshake() File "/root/anaconda3/envs/ComfyUI/lib/python3.10/ssl.py", line 1375, in do_handshake self._sslobj.do_handshake() TimeoutError: _ssl.c:990: The handshake operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/albumentations/check_version.py", line 29, in fetch_version_info with opener.open(url, timeout=2) as response: File "/root/anaconda3/envs/ComfyUI/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/root/anaconda3/envs/ComfyUI/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/root/anaconda3/envs/ComfyUI/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: 2024-09-13 08:50:37,602 - root - INFO - Total VRAM 40536 MB, total RAM 96678 MB 2024-09-13 08:50:37,602 - root - INFO - pytorch version: 2.3.1+cu121 2024-09-13 08:50:37,602 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-13 08:50:37,603 - root - INFO - Device: cuda:0 NVIDIA A100-SXM4-40GB : cudaMallocAsync 2024-09-13 08:50:37,897 - root - WARNING - Traceback (most recent call last): File "/comfyui/nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/comfyui/custom_nodes/ComfyUI-DeepFuze/init.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/comfyui/custom_nodes/ComfyUI-DeepFuze/nodes.py", line 30, in from .audio_playback import PlayBackAudio File "/comfyui/custom_nodes/ComfyUI-DeepFuze/audio_playback.py", line 1, in import sounddevice File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/sounddevice.py", line 71, in raise OSError('PortAudio library not found') OSError: PortAudio library not found

2024-09-13 08:50:37,897 - root - WARNING - Cannot import /comfyui/custom_nodes/ComfyUI-DeepFuze module for custom nodes: PortAudio library not found 2024-09-13 08:50:38,139 - root - INFO - Import times for custom nodes: 2024-09-13 08:50:38,139 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_IPAdapter_plus 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/websocket_image_save.py 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/AIGODLIKE-ComfyUI-Translation 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/sdxl_prompt_styler 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ControlNet-LLLite-ComfyUI 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/cg-use-everywhere 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/comfy-image-saver 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/cg-image-picker 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_Noise 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_ADV_CLIP_emb 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/stability-ComfyUI-nodes 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-post-processing-nodes 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_TiledKSampler 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-Impact-Pack 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-WD14-Tagger 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/sd-perturbed-attention 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_InstantID 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_experiments 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-IC-Light 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-VideoHelperSuite 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/wlsh_nodes 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/comfyui-inpaint-nodes 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/PowerNoiseSuite 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-Dev-Utils 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-Video-Matting 2024-09-13 08:50:38,140 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/comfyui_facetools 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_essentials 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-Custom-Scripts 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_UltimateSDUpscale 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_FaceAnalysis 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-AdvancedLivePortrait 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/Derfuu_ComfyUI_ModdedNodes 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-Frame-Interpolation 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-Advanced-ControlNet 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-KJNodes 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-BrushNet 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/rgthree-comfy 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-LivePortraitKJ 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-Marigold 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_Comfyroll_CustomNodes 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/comfyui-workspace-manager 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI-AnimateDiff-Evolved 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/ComfyUI_tinyterraNodes 2024-09-13 08:50:38,141 - root - INFO - 0.0 seconds: /comfyui/custom_nodes/comfyui_controlnet_aux 2024-09-13 08:50:38,141 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/ComfyUI-Crystools 2024-09-13 08:50:38,141 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/ComfyUI-clip-interrogator 2024-09-13 08:50:38,141 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/facerestore_cf 2024-09-13 08:50:38,141 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/ComfyUI-Inspire-Pack 2024-09-13 08:50:38,141 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/Comfyui-ergouzi-DGNJD 2024-09-13 08:50:38,141 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/ComfyUI_FaceShaper 2024-09-13 08:50:38,142 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/ComfyUI_smZNodes 2024-09-13 08:50:38,142 - root - INFO - 0.1 seconds (IMPORT FAILED): /comfyui/custom_nodes/ComfyUI-DeepFuze 2024-09-13 08:50:38,142 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/comfyui-reactor-node 2024-09-13 08:50:38,142 - root - INFO - 0.1 seconds: /comfyui/custom_nodes/comfyui_segment_anything 2024-09-13 08:50:38,142 - root - INFO - 0.2 seconds: /comfyui/custom_nodes/ComfyUI_LayerStyle 2024-09-13 08:50:38,142 - root - INFO - 0.2 seconds: /comfyui/custom_nodes/ComfyUI-Manager 2024-09-13 08:50:38,142 - root - INFO - 0.2 seconds: /comfyui/custom_nodes/ComfyUI-Easy-Use 2024-09-13 08:50:38,142 - root - INFO - 0.4 seconds: /comfyui/custom_nodes/ComfyUI-SUPIR 2024-09-13 08:50:38,142 - root - INFO - 0.4 seconds: /comfyui/custom_nodes/comfyui-art-venture 2024-09-13 08:50:38,142 - root - INFO - 1.0 seconds: /comfyui/custom_nodes/ComfyUI_FizzNodes 2024-09-13 08:50:38,142 - root - INFO - 1.2 seconds: /comfyui/custom_nodes/ComfyUI_Custom_Nodes_AlekPet 2024-09-13 08:50:38,142 - root - INFO - 1.5 seconds: /comfyui/custom_nodes/comfyui-mixlab-nodes 2024-09-13 08:50:38,142 - root - INFO - 1.8 seconds: /comfyui/custom_nodes/was-node-suite-comfyui 2024-09-13 08:50:38,142 - root - INFO - 2.5 seconds: /comfyui/custom_nodes/comfyui-liveportrait 2024-09-13 08:50:38,142 - root - INFO - 6.4 seconds: /comfyui/custom_nodes/ComfyUI-Allor 2024-09-13 08:50:38,142 - root - INFO - 7.1 seconds: /comfyui/custom_nodes/ComfyUI-YoloWorld-EfficientSAM 2024-09-13 08:50:38,142 - root - INFO - 2024-09-13 08:50:38,161 - root - INFO -

2024-09-13 08:50:38,161 - root - INFO -

Starting server 2024-09-13 08:50:38,163 - root - INFO - To see the GUI go to: http://0.0.0.0:8188 or http://127.0.0.1:8188 2024-09-13 08:50:38,163 - root - INFO - To see the GUI go to: https://0.0.0.0:8189 or https://127.0.0.1:8189 2024-09-13 15:59:09,804 - root - INFO - got prompt 2024-09-13 15:59:09,821 - root - WARNING - WARNING: list index out of range 2024-09-13 15:59:19,481 - root - INFO - model weight dtype torch.float16, manual cast: None 2024-09-13 15:59:19,505 - root - INFO - model_type EPS 2024-09-13 15:59:36,780 - root - INFO - Using pytorch attention in VAE 2024-09-13 15:59:36,784 - root - INFO - Using pytorch attention in VAE 2024-09-13 15:59:44,486 - root - INFO - Requested to load SDXL 2024-09-13 15:59:44,486 - root - INFO - Loading 1 new model 2024-09-13 15:59:45,668 - root - INFO - loaded completely 0.0 4897.0483474731445 True 2024-09-13 15:59:48,543 - root - INFO - Requested to load SDXLClipModel 2024-09-13 15:59:48,543 - root - INFO - Loading 1 new model 2024-09-13 15:59:48,726 - root - INFO - loaded completely 0.0 1560.802734375 True 2024-09-13 16:01:21,356 - root - INFO - Prompt executed in 131.54 seconds 2024-09-13 16:02:09,016 - root - INFO - got prompt 2024-09-13 16:02:09,027 - root - WARNING - WARNING: list index out of range 2024-09-13 16:03:27,149 - root - INFO - Prompt executed in 78.12 seconds 2024-09-13 16:03:53,924 - root - INFO - got prompt 2024-09-13 16:03:53,933 - root - WARNING - WARNING: list index out of range 2024-09-13 16:05:09,548 - root - INFO - Prompt executed in 75.62 seconds 2024-09-13 16:08:11,422 - root - INFO - got prompt 2024-09-13 16:08:11,433 - root - WARNING - WARNING: list index out of range 2024-09-13 16:08:22,888 - root - ERROR - !!! Exception during processing !!! The size of tensor a (4) must match the size of tensor b (128) at non-singleton dimension 3 2024-09-13 16:08:22,890 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 504, in sample _samples = self.sampler(denoiser, noised_z, cond=positive[i], uc=negative[i], x_center=sample.unsqueeze(0), control_scale=control_scale_end, File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/sampling.py", line 743, in call x_next[:, :, hi:hi_end, wi:wi_end] += _x tile_weights RuntimeError: The size of tensor a (4) must match the size of tensor b (128) at non-singleton dimension 3

2024-09-13 16:08:22,890 - root - INFO - Prompt executed in 11.46 seconds 2024-09-13 16:09:36,670 - root - INFO - got prompt 2024-09-13 16:09:36,678 - root - WARNING - WARNING: list index out of range 2024-09-13 16:09:42,495 - root - INFO - Prompt executed in 5.82 seconds 2024-09-13 16:09:56,068 - root - INFO - got prompt 2024-09-13 16:09:56,079 - root - WARNING - WARNING: list index out of range 2024-09-13 16:10:05,928 - root - ERROR - !!! Exception during processing !!! The size of tensor a (128) must match the size of tensor b (124) at non-singleton dimension 3 2024-09-13 16:10:05,934 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 504, in sample _samples = self.sampler(denoiser, noised_z, cond=positive[i], uc=negative[i], x_center=sample.unsqueeze(0), control_scale=control_scale_end, File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/sampling.py", line 731, in call _x, _old_denoised = self.sampler_step( File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/sampling.py", line 609, in sampler_step denoised = self.denoise(x, denoiser, sigma, cond, uc, control_scale=control_scale) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/sampling.py", line 573, in denoise denoised = denoiser(self.guider.prepare_inputs(x, sigma, cond, uc), control_scale) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 477, in denoiser = lambda input, sigma, c, control_scale: SUPIR_model.denoiser(SUPIR_model.model, input, sigma, c, control_scale) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/denoiser.py", line 73, in call return network(input c_in, c_noise, cond, control_scale) c_out + input c_skip File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/wrappers.py", line 91, in forward control = self.control_model(x=c.get("control", None), timesteps=t, xt=x, File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/SUPIR/modules/SUPIR_v0.py", line 535, in forward h += guided_hint RuntimeError: The size of tensor a (128) must match the size of tensor b (124) at non-singleton dimension 3

2024-09-13 16:10:05,935 - root - INFO - Prompt executed in 9.86 seconds 2024-09-13 16:11:44,996 - root - INFO - got prompt 2024-09-13 16:11:45,015 - root - WARNING - WARNING: list index out of range 2024-09-13 16:11:53,685 - root - ERROR - !!! Exception during processing !!! The size of tensor a (4) must match the size of tensor b (128) at non-singleton dimension 3 2024-09-13 16:11:53,685 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 504, in sample _samples = self.sampler(denoiser, noised_z, cond=positive[i], uc=negative[i], x_center=sample.unsqueeze(0), control_scale=control_scale_end, File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/sampling.py", line 743, in call x_next[:, :, hi:hi_end, wi:wi_end] += _x tile_weights RuntimeError: The size of tensor a (4) must match the size of tensor b (128) at non-singleton dimension 3

2024-09-13 16:11:53,686 - root - INFO - Prompt executed in 8.67 seconds 2024-09-13 16:13:08,844 - root - INFO - got prompt 2024-09-13 16:13:09,244 - root - WARNING - WARNING: list index out of range 2024-09-13 16:13:17,998 - root - ERROR - !!! Exception during processing !!! The size of tensor a (4) must match the size of tensor b (128) at non-singleton dimension 3 2024-09-13 16:13:17,998 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 504, in sample _samples = self.sampler(denoiser, noised_z, cond=positive[i], uc=negative[i], x_center=sample.unsqueeze(0), control_scale=control_scale_end, File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/sampling.py", line 515, in call x_next[:, :, hi:hi_end, wi:wi_end] += _x tile_weights RuntimeError: The size of tensor a (4) must match the size of tensor b (128) at non-singleton dimension 3

2024-09-13 16:13:17,999 - root - INFO - Prompt executed in 8.76 seconds 2024-09-13 16:14:57,632 - root - INFO - got prompt 2024-09-13 16:14:57,713 - root - ERROR - Failed to validate prompt for output 395: 2024-09-13 16:14:57,713 - root - ERROR - * SUPIR_model_loader_v2 73: 2024-09-13 16:14:57,713 - root - ERROR - - Value not in list: supir_model: 'up/SUPIR-v0Q.ckpt' not in ['AniMerge_v50.safetensors', 'DreamShaper_XL_V21_T.safetensors', 'UC/SUPIR-v0Q.ckpt', 'dreamshaper_8.safetensors', 'guiderank-1.safetensors', 'guiderank-2.safetensors', 'guiderank-3.safetensors', 'guiderank1.safetensors', 'majic-trexmix-1.fp16.safetensors', 'majicmixRealistic_v7.safetensors', 'realisticVisionV51_v51VAE.safetensors', 'sdXL_v10VAEFix.safetensors', 'v1-5-pruned-emaonly.safetensors'] 2024-09-13 16:14:57,713 - root - ERROR - Output will be ignored 2024-09-13 16:14:57,713 - root - ERROR - Failed to validate prompt for output 59: 2024-09-13 16:14:57,713 - root - ERROR - Output will be ignored 2024-09-13 16:15:07,280 - root - INFO - got prompt 2024-09-13 16:15:19,464 - root - INFO - Prompt executed in 21.75 seconds 2024-09-13 16:16:29,020 - root - INFO - got prompt 2024-09-13 16:19:01,839 - root - INFO - got prompt 2024-09-13 16:19:19,619 - root - INFO - Processing interrupted 2024-09-13 16:19:19,619 - root - INFO - Prompt executed in 239.78 seconds 2024-09-13 16:20:57,766 - root - INFO - Prompt executed in 97.78 seconds 2024-09-13 16:21:34,372 - root - INFO - got prompt 2024-09-13 16:22:45,459 - root - INFO - Prompt executed in 71.04 seconds 2024-09-13 16:23:25,268 - root - INFO - got prompt 2024-09-13 16:23:25,433 - root - INFO - Prompt executed in 0.16 seconds 2024-09-13 16:24:50,389 - root - INFO - got prompt 2024-09-13 16:24:54,261 - root - INFO - model weight dtype torch.float16, manual cast: None 2024-09-13 16:24:54,261 - root - INFO - model_type EPS 2024-09-13 16:25:06,388 - root - INFO - Using pytorch attention in VAE 2024-09-13 16:25:06,389 - root - INFO - Using pytorch attention in VAE 2024-09-13 16:25:06,617 - root - INFO - Requested to load SDXLClipModel 2024-09-13 16:25:06,617 - root - INFO - Loading 1 new model 2024-09-13 16:25:06,630 - root - INFO - loaded completely 0.0 1560.802734375 True 2024-09-13 16:25:07,763 - root - INFO - Requested to load SDXL 2024-09-13 16:25:07,763 - root - INFO - Loading 1 new model 2024-09-13 16:25:08,754 - root - INFO - loaded completely 0.0 4897.0483474731445 True 2024-09-13 16:25:09,807 - root - INFO - Requested to load SDXLClipModel 2024-09-13 16:25:09,807 - root - INFO - Loading 1 new model 2024-09-13 16:25:09,993 - root - INFO - loaded completely 0.0 1560.802734375 True 2024-09-13 16:25:20,349 - root - ERROR - !!! Exception during processing !!! The size of tensor a (4) must match the size of tensor b (128) at non-singleton dimension 3 2024-09-13 16:25:20,349 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 504, in sample _samples = self.sampler(denoiser, noised_z, cond=positive[i], uc=negative[i], x_center=sample.unsqueeze(0), control_scale=control_scale_end, File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/sampling.py", line 743, in call x_next[:, :, hi:hi_end, wi:wi_end] += _x tile_weights RuntimeError: The size of tensor a (4) must match the size of tensor b (128) at non-singleton dimension 3

2024-09-13 16:25:20,350 - root - INFO - Prompt executed in 29.95 seconds 2024-09-13 16:25:38,285 - root - INFO - got prompt 2024-09-13 16:25:48,055 - root - ERROR - !!! Exception during processing !!! The size of tensor a (24) must match the size of tensor b (128) at non-singleton dimension 2 2024-09-13 16:25:48,056 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 504, in sample _samples = self.sampler(denoiser, noised_z, cond=positive[i], uc=negative[i], x_center=sample.unsqueeze(0), control_scale=control_scale_end, File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/diffusionmodules/sampling.py", line 743, in call x_next[:, :, hi:hi_end, wi:wi_end] += _x tile_weights RuntimeError: The size of tensor a (24) must match the size of tensor b (128) at non-singleton dimension 2

2024-09-13 16:25:48,056 - root - INFO - Prompt executed in 9.76 seconds 2024-09-13 16:26:00,149 - root - INFO - got prompt 2024-09-13 16:26:38,927 - root - INFO - Prompt executed in 38.77 seconds 2024-09-13 16:29:16,533 - root - INFO - got prompt 2024-09-13 16:29:16,753 - root - INFO - Prompt executed in 0.21 seconds 2024-09-13 16:30:00,183 - root - INFO - got prompt 2024-09-13 16:30:04,930 - root - INFO - model weight dtype torch.float16, manual cast: None 2024-09-13 16:30:04,930 - root - INFO - model_type EPS 2024-09-13 16:30:05,395 - root - INFO - Using pytorch attention in VAE 2024-09-13 16:30:05,396 - root - INFO - Using pytorch attention in VAE 2024-09-13 16:30:05,583 - root - INFO - Requested to load SDXLClipModel 2024-09-13 16:30:05,583 - root - INFO - Loading 1 new model 2024-09-13 16:30:05,597 - root - INFO - loaded completely 0.0 1560.802734375 True 2024-09-13 16:30:06,686 - root - INFO - Requested to load SDXL 2024-09-13 16:30:06,686 - root - INFO - Loading 1 new model 2024-09-13 16:30:07,678 - root - INFO - loaded completely 0.0 4897.0483474731445 True 2024-09-13 16:30:08,687 - root - ERROR - !!! Exception during processing !!! Failed to load SDXL model 2024-09-13 16:30:08,689 - root - ERROR - Traceback (most recent call last): File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 916, in process pbar.update(1) File "/comfyui/comfy/utils.py", line 792, in update self.update_absolute(self.current + value) File "/comfyui/comfy/utils.py", line 789, in update_absolute self.hook(self.current, self.total, preview) File "/comfyui/main.py", line 168, in hook comfy.model_management.throw_exception_if_processing_interrupted() File "/comfyui/comfy/model_management.py", line 1121, in throw_exception_if_processing_interrupted raise InterruptProcessingException() comfy.model_management.InterruptProcessingException

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 918, in process raise Exception("Failed to load SDXL model") Exception: Failed to load SDXL model

2024-09-13 16:30:08,690 - root - INFO - Prompt executed in 8.50 seconds 2024-09-13 16:34:11,965 - root - INFO - got prompt 2024-09-13 16:34:24,669 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 16:34:24,671 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 16:34:24,672 - root - INFO - Prompt executed in 12.70 seconds 2024-09-13 16:39:26,092 - root - INFO - got prompt 2024-09-13 16:39:26,097 - root - ERROR - Failed to validate prompt for output 433: 2024-09-13 16:39:26,097 - root - ERROR - * SUPIR_model_loader_v2 73: 2024-09-13 16:39:26,097 - root - ERROR - - Value not in list: supir_model: 'up/SUPIR-v0Q.ckpt' not in ['AniMerge_v50.safetensors', 'DreamShaper_XL_V21_T.safetensors', 'UC/SUPIR-v0Q.ckpt', 'dreamshaper_8.safetensors', 'guiderank-1.safetensors', 'guiderank-2.safetensors', 'guiderank-3.safetensors', 'guiderank1.safetensors', 'majic-trexmix-1.fp16.safetensors', 'majicmixRealistic_v7.safetensors', 'realisticVisionV51_v51VAE.safetensors', 'sdXL_v10VAEFix.safetensors', 'v1-5-pruned-emaonly.safetensors'] 2024-09-13 16:39:26,097 - root - ERROR - Output will be ignored 2024-09-13 16:39:26,097 - root - ERROR - Failed to validate prompt for output 395: 2024-09-13 16:39:26,097 - root - ERROR - Output will be ignored 2024-09-13 16:39:26,097 - root - ERROR - Failed to validate prompt for output 59: 2024-09-13 16:39:26,097 - root - ERROR - Output will be ignored 2024-09-13 16:39:28,537 - root - INFO - Prompt executed in 2.44 seconds 2024-09-13 16:39:33,355 - root - INFO - got prompt 2024-09-13 16:39:42,179 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 16:39:42,179 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 16:39:42,180 - root - INFO - Prompt executed in 8.82 seconds 2024-09-13 16:40:09,507 - root - INFO - got prompt 2024-09-13 16:40:20,572 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 16:40:20,573 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 16:40:20,573 - root - INFO - Prompt executed in 11.06 seconds 2024-09-13 16:42:42,722 - root - INFO - got prompt 2024-09-13 16:42:44,589 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 16:42:44,590 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 16:42:44,590 - root - INFO - Prompt executed in 1.86 seconds 2024-09-13 16:43:24,481 - root - INFO - got prompt 2024-09-13 16:43:24,568 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 16:43:24,569 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 16:43:24,570 - root - INFO - Prompt executed in 0.08 seconds 2024-09-13 16:46:47,969 - root - INFO - got prompt 2024-09-13 16:47:27,753 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 16:47:27,753 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 16:47:27,754 - root - INFO - Prompt executed in 39.74 seconds 2024-09-13 16:50:15,117 - root - INFO - got prompt 2024-09-13 16:50:15,128 - root - WARNING - WARNING: list index out of range 2024-09-13 16:50:35,800 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 16:50:35,800 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 16:50:35,801 - root - INFO - Prompt executed in 20.67 seconds 2024-09-13 16:52:43,109 - root - INFO - got prompt 2024-09-13 16:52:43,119 - root - WARNING - WARNING: list index out of range 2024-09-13 16:53:03,980 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 16:53:03,981 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 16:53:03,981 - root - INFO - Prompt executed in 20.86 seconds 2024-09-13 17:00:05,470 - root - INFO - got prompt 2024-09-13 17:00:05,489 - root - WARNING - WARNING: list index out of range 2024-09-13 17:00:26,256 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 17:00:26,256 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 17:00:26,257 - root - INFO - Prompt executed in 20.77 seconds 2024-09-13 17:01:13,512 - root - INFO - got prompt 2024-09-13 17:01:13,522 - root - WARNING - WARNING: list index out of range 2024-09-13 17:01:34,222 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 17:01:34,222 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 17:01:34,223 - root - INFO - Prompt executed in 20.70 seconds 2024-09-13 17:03:20,623 - root - INFO - got prompt 2024-09-13 17:03:20,632 - root - WARNING - WARNING: list index out of range 2024-09-13 17:03:41,564 - root - ERROR - !!! Exception during processing !!! 'NoneType' object is not callable 2024-09-13 17:03:41,564 - root - ERROR - Traceback (most recent call last): File "/comfyui/execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "/comfyui/execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "/comfyui/execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "/comfyui/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 637, in condition _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning c = self(batch_c) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward emb_out = embedder(batch[embedder.input_key]) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1532, in _wrapped_call_impl return self._call_impl(*args, *kwargs) File "/root/anaconda3/envs/ComfyUI/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1541, in _call_impl return forward_call(args, **kwargs) File "/comfyui/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward batch_encoding = self.tokenizer( TypeError: 'NoneType' object is not callable

2024-09-13 17:03:41,565 - root - INFO - Prompt executed in 20.93 seconds

## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

Workflow too large. Please manually upload the workflow from local file system.


![sfsgsdfg](https://github.com/user-attachments/assets/47f0bcb3-5a24-41a9-9fe2-8b16d3b621f6)
Twelve615 commented 4 days ago

I'm getting the same error, and I don't really know why this error occurs when processing the prompt.

My workflow is here

image

error message

got prompt
Diffusion using fp16
Diffusion using bf16
Encoder using bf16
captions:  ['']
Sampler:  .sgm.modules.diffusionmodules.sampling.RestoreDPMPP2MSampler
sampler_config:  {'num_steps': 45, 'restore_cfg': -1.0, 's_churn': 5, 's_noise': 1.003, 'discretization_config': {'target': '.sgm.modules.diffusionmodules.discretizer.LegacyDDPMDiscretization'}, 'guider_config': {'target': '.sgm.modules.diffusionmodules.guiders.LinearCFG', 'params': {'scale': 4.0, 'scale_min': 2.0}}}
/root/miniconda3/lib/python3.10/site-packages/lightning_fabric/utilities/seed.py:53: 225563980492248 is not in bounds, numpy accepts from 0 to 4294967295
Seed set to 0
Using local prompt: 
['high_quality, detailed, a picture of a woman']
!!! Exception during processing !!! 'NoneType' object is not callable
Traceback (most recent call last):
  File "/root/ComfyUI/execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "/root/ComfyUI/execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "/root/ComfyUI/execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "/root/ComfyUI/execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/nodes.py", line 327, in process
    samples = self.model.batchify_sample(imgs, caps, num_steps=steps,
  File "/root/miniconda3/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
    return func(*args, **kwargs)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/SUPIR/models/SUPIR_model.py", line 128, in batchify_sample
    c, uc = self.prepare_condition(_z, p, p_p, n_p, N)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/SUPIR/models/SUPIR_model.py", line 189, in prepare_condition
    c, uc = self.conditioner.get_unconditional_conditioning(batch, batch_uc)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning
    c = self(batch_c)
  File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
    return forward_call(*args, **kwargs)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward
    emb_out = embedder(batch[embedder.input_key])
  File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
    return forward_call(*args, **kwargs)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward
    batch_encoding = self.tokenizer(
TypeError: 'NoneType' object is not callable

#13 [SUPIR_Upscale]: 0.98s
Prompt executed in 1.17 seconds
Twelve615 commented 4 days ago

I'm getting the same error, and I don't really know why this error occurs when processing the prompt.

My workflow is here

image

error message

got prompt
Diffusion using fp16
Diffusion using bf16
Encoder using bf16
captions:  ['']
Sampler:  .sgm.modules.diffusionmodules.sampling.RestoreDPMPP2MSampler
sampler_config:  {'num_steps': 45, 'restore_cfg': -1.0, 's_churn': 5, 's_noise': 1.003, 'discretization_config': {'target': '.sgm.modules.diffusionmodules.discretizer.LegacyDDPMDiscretization'}, 'guider_config': {'target': '.sgm.modules.diffusionmodules.guiders.LinearCFG', 'params': {'scale': 4.0, 'scale_min': 2.0}}}
/root/miniconda3/lib/python3.10/site-packages/lightning_fabric/utilities/seed.py:53: 225563980492248 is not in bounds, numpy accepts from 0 to 4294967295
Seed set to 0
Using local prompt: 
['high_quality, detailed, a picture of a woman']
!!! Exception during processing !!! 'NoneType' object is not callable
Traceback (most recent call last):
  File "/root/ComfyUI/execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "/root/ComfyUI/execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "/root/ComfyUI/execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "/root/ComfyUI/execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/nodes.py", line 327, in process
    samples = self.model.batchify_sample(imgs, caps, num_steps=steps,
  File "/root/miniconda3/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
    return func(*args, **kwargs)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/SUPIR/models/SUPIR_model.py", line 128, in batchify_sample
    c, uc = self.prepare_condition(_z, p, p_p, n_p, N)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/SUPIR/models/SUPIR_model.py", line 189, in prepare_condition
    c, uc = self.conditioner.get_unconditional_conditioning(batch, batch_uc)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 190, in get_unconditional_conditioning
    c = self(batch_c)
  File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
    return forward_call(*args, **kwargs)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 211, in forward
    emb_out = embedder(batch[embedder.input_key])
  File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
    return forward_call(*args, **kwargs)
  File "/root/ComfyUI/custom_nodes/ComfyUI-SUPIR/sgm/modules/encoders/modules.py", line 493, in forward
    batch_encoding = self.tokenizer(
TypeError: 'NoneType' object is not callable

#13 [SUPIR_Upscale]: 0.98s
Prompt executed in 1.17 seconds

When I use the model SUPIR-v0F_fp16.safetensors this error disappears, with SUPIR-v0Q this error appears again, these two models I downloaded from Model-Manager of ComfyUI-Manager image