Skip to content

InpaintModelConditioning.encode() missing 1 required positional argument: 'noise_mask' #554

Description

@AGhalibH

ComfyUI Error Report

Error Details

  • Node ID: 268
  • Node Type: easy kSamplerInpainting
  • Exception Type: TypeError
  • Exception Message: InpaintModelConditioning.encode() missing 1 required positional argument: 'noise_mask'

Stack Trace

  File "/home/aghalib/Downloads/git/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 "/home/aghalib/Downloads/git/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 "/home/aghalib/Downloads/git/ComfyUI/execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "/home/aghalib/Downloads/git/ComfyUI/execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/easyNodes.py", line 5905, in inpainting
    positive, negative, latent, _model = self.dd(_model, positive, negative, images, vae, mask)
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/easyNodes.py", line 5847, in dd
    positive, negative, latent = InpaintModelConditioning().encode(positive, negative, pixels, vae, mask)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: v0.3.4-5-gb4526d3
  • Arguments: main.py --fp16-unet
  • OS: posix
  • Python Version: 3.11.10 (main, Nov 5 2024, 05:11:21) [GCC 14.2.1 20240910]
  • Embedded Python: false
  • PyTorch Version: 2.5.1+rocm6.1

Devices

  • Name: cuda:0 AMD Radeon Graphics : native
    • Type: cuda
    • VRAM Total: 8573157376
    • VRAM Free: 7831428608
    • Torch VRAM Total: 400556032
    • Torch VRAM Free: 61480448

Logs

2024-11-28T06:03:06.156050 - [START] Security scan2024-11-28T06:03:06.156069 - 
2024-11-28T06:03:07.327393 - [DONE] Security scan2024-11-28T06:03:07.327423 - 
2024-11-28T06:03:07.381466 - ## ComfyUI-Manager: installing dependencies done.2024-11-28T06:03:07.381504 - 
2024-11-28T06:03:07.381530 - ** ComfyUI startup time:2024-11-28T06:03:07.381553 -  2024-11-28T06:03:07.381577 - 2024-11-28 06:03:07.3815152024-11-28T06:03:07.381598 - 
2024-11-28T06:03:07.381620 - ** Platform:2024-11-28T06:03:07.381645 -  2024-11-28T06:03:07.381665 - Linux2024-11-28T06:03:07.381684 - 
2024-11-28T06:03:07.381704 - ** Python version:2024-11-28T06:03:07.381722 -  2024-11-28T06:03:07.381740 - 3.11.10 (main, Nov  5 2024, 05:11:21) [GCC 14.2.1 20240910]2024-11-28T06:03:07.381758 - 
2024-11-28T06:03:07.381777 - ** Python executable:2024-11-28T06:03:07.381795 -  2024-11-28T06:03:07.381812 - /home/aghalib/Downloads/git/ComfyUI/venv/bin/python2024-11-28T06:03:07.381830 - 
2024-11-28T06:03:07.381848 - ** ComfyUI Path:2024-11-28T06:03:07.381866 -  2024-11-28T06:03:07.381883 - /home/aghalib/Downloads/git/ComfyUI2024-11-28T06:03:07.381901 - 
2024-11-28T06:03:07.381929 - ** Log path:2024-11-28T06:03:07.381973 -  2024-11-28T06:03:07.381996 - /home/aghalib/Downloads/git/ComfyUI/comfyui.log2024-11-28T06:03:07.382015 - 
2024-11-28T06:03:08.408913 - 
Prestartup times for custom nodes:2024-11-28T06:03:08.408946 - 
2024-11-28T06:03:08.408980 -    0.0 seconds:2024-11-28T06:03:08.408997 -  2024-11-28T06:03:08.409014 - /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Easy-Use2024-11-28T06:03:08.409030 - 
2024-11-28T06:03:08.409049 -    0.0 seconds:2024-11-28T06:03:08.409065 -  2024-11-28T06:03:08.409082 - /home/aghalib/Downloads/git/ComfyUI/custom_nodes/rgthree-comfy2024-11-28T06:03:08.409097 - 
2024-11-28T06:03:08.409116 -    2.3 seconds:2024-11-28T06:03:08.409131 -  2024-11-28T06:03:08.409147 - /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Manager2024-11-28T06:03:08.409163 - 
2024-11-28T06:03:08.409179 - 
2024-11-28T06:03:12.121838 - Total VRAM 8176 MB, total RAM 64230 MB
2024-11-28T06:03:12.121959 - pytorch version: 2.5.1+rocm6.1
2024-11-28T06:03:12.122124 - Set vram state to: NORMAL_VRAM
2024-11-28T06:03:12.122233 - Device: cuda:0 AMD Radeon Graphics : native
2024-11-28T06:03:13.411724 - Using sub quadratic optimization for cross attention, if you have memory or speed issues try using: --use-split-cross-attention
2024-11-28T06:03:14.557232 - [Prompt Server] web root: /home/aghalib/Downloads/git/ComfyUI/web
2024-11-28T06:03:14.733872 - /home/aghalib/Downloads/git/ComfyUI/venv/lib/python3.11/site-packages/kornia/feature/lightglue.py:44: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
  @torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
2024-11-28T06:03:15.084656 - ### Loading: ComfyUI-Manager (V2.52)2024-11-28T06:03:15.084705 - 
2024-11-28T06:03:15.133947 - ### ComfyUI Revision: 2859 [b4526d3f] | Released on '2024-11-24'2024-11-28T06:03:15.133983 - 
2024-11-28T06:03:15.747404 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2024-11-28T06:03:15.747522 - 
2024-11-28T06:03:15.919335 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-11-28T06:03:15.919457 - 
2024-11-28T06:03:15.967003 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2024-11-28T06:03:15.967045 - 
2024-11-28T06:03:15.984680 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts�[0m
2024-11-28T06:03:15.984765 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2024-11-28T06:03:15.984829 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2024-11-28T06:03:16.015569 - DWPose: Onnxruntime with acceleration providers detected2024-11-28T06:03:16.015605 - 
2024-11-28T06:03:16.100323 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-11-28T06:03:16.100368 - 
2024-11-28T06:03:16.159888 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-11-28T06:03:16.159947 - 
2024-11-28T06:03:16.260761 - NumExpr defaulting to 8 threads.
2024-11-28T06:03:17.200112 - Total VRAM 8176 MB, total RAM 64230 MB
2024-11-28T06:03:17.200215 - pytorch version: 2.5.1+rocm6.1
2024-11-28T06:03:17.200447 - Set vram state to: NORMAL_VRAM
2024-11-28T06:03:17.200536 - Device: cuda:0 AMD Radeon Graphics : native
2024-11-28T06:03:17.237922 - [AnimateDiffEvo] - �[0;31mERROR�[0m - No motion models found. Please download one and place in: ['/home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models', '/home/aghalib/Downloads/git/ComfyUI/models/animatediff_models']
2024-11-28T06:03:17.913626 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2024-11-28T06:03:17.913686 - 
2024-11-28T06:03:17.913775 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `/home/aghalib/Downloads/git/ComfyUI/custom_nodes/was-node-suite-comfyui/was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2024-11-28T06:03:17.913812 - 
2024-11-28T06:03:18.326882 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m218�[0m �[32mnodes successfully.�[0m2024-11-28T06:03:18.326921 - 
2024-11-28T06:03:18.326956 - 
	�[3m�[93m"Art is the stored honey of the human soul."�[0m�[3m - Theodore Dreiser�[0m
2024-11-28T06:03:18.326981 - 
2024-11-28T06:03:18.998734 - �[36;20m[comfy_mtb] | INFO -> loaded �[96m85�[0m nodes successfuly�[0m
2024-11-28T06:03:18.999060 - �[36;20m[comfy_mtb] | INFO -> Some nodes (5) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.�[0m
2024-11-28T06:03:19.062793 - # 😺dzNodes: LayerStyle -> �[1;33mCannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to �[4mhttps://github.com/chflame163/ComfyUI_LayerStyle/issues/5�[0m�[m2024-11-28T06:03:19.062831 - 
2024-11-28T06:03:19.139522 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2024-11-28T06:03:19.139554 - 
2024-11-28T06:03:19.139580 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2024-11-28T06:03:19.139599 - 
2024-11-28T06:03:19.203570 - [Crystools �[0;32mINFO�[0m] Crystools version: 1.21.0
2024-11-28T06:03:19.228503 - [Crystools �[0;32mINFO�[0m] CPU: AMD Ryzen 3 3100 4-Core Processor - Arch: x86_64 - OS: Linux 6.6.59-1-lts
2024-11-28T06:03:19.228799 - [Crystools �[0;31mERROR�[0m] Could not init pynvml (Nvidia).NVML Shared Library Not Found
2024-11-28T06:03:19.228958 - [Crystools �[0;33mWARNING�[0m] No GPU with CUDA detected.
2024-11-28T06:03:19.331134 - 
�[36mEfficiency Nodes:�[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...�[92mSuccess!�[0m2024-11-28T06:03:19.331171 - 
2024-11-28T06:03:19.336799 - �[34mFizzleDorf Custom Nodes: �[92mLoaded�[0m2024-11-28T06:03:19.336829 - 
2024-11-28T06:03:19.350683 - 
2024-11-28T06:03:19.350724 - �[92m[rgthree-comfy] Loaded 42 fantastic nodes. 🎉�[00m2024-11-28T06:03:19.350745 - 
2024-11-28T06:03:19.350765 - 
2024-11-28T06:03:19.373065 - ------------------------------------------2024-11-28T06:03:19.373099 - 
2024-11-28T06:03:19.373119 - �[34mComfyroll Studio v1.76 : �[92m 175 Nodes Loaded�[0m2024-11-28T06:03:19.373137 - 
2024-11-28T06:03:19.373155 - ------------------------------------------2024-11-28T06:03:19.373173 - 
2024-11-28T06:03:19.373192 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2024-11-28T06:03:19.373209 - 
2024-11-28T06:03:19.373228 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2024-11-28T06:03:19.373246 - 
2024-11-28T06:03:19.373265 - ------------------------------------------2024-11-28T06:03:19.373282 - 
2024-11-28T06:03:19.503214 - �[34m[ComfyUI-Easy-Use] server: �[0mv1.2.5 �[92mLoaded�[0m2024-11-28T06:03:19.503248 - 
2024-11-28T06:03:19.503272 - �[34m[ComfyUI-Easy-Use] web root: �[0m/home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Easy-Use/web_version/v2 �[92mLoaded�[0m2024-11-28T06:03:19.503291 - 
2024-11-28T06:03:19.504599 - ### Loading: ComfyUI-Inspire-Pack (V1.7)2024-11-28T06:03:19.504639 - 
2024-11-28T06:03:19.578437 - ### Loading: ComfyUI-Impact-Pack (V7.11.5)2024-11-28T06:03:19.578490 - 
2024-11-28T06:03:19.583636 - ### Loading: ComfyUI-Impact-Pack (Subpack: V0.8)2024-11-28T06:03:19.583673 - 
2024-11-28T06:03:19.607228 - [Impact Pack] Wildcards loading done.2024-11-28T06:03:19.607276 - 
2024-11-28T06:03:19.620138 - �[92m[tinyterraNodes] �[32mLoaded�[0m2024-11-28T06:03:19.620172 - 
2024-11-28T06:03:19.643847 - 
Import times for custom nodes:
2024-11-28T06:03:19.643952 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/websocket_image_save.py
2024-11-28T06:03:19.643999 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Inpaint-CropAndStitch
2024-11-28T06:03:19.644043 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-VisualArea-Nodes
2024-11-28T06:03:19.644085 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-post-processing-nodes
2024-11-28T06:03:19.644125 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-WD14-Tagger
2024-11-28T06:03:19.644166 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_SimpleTiles
2024-11-28T06:03:19.644207 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_TiledKSampler
2024-11-28T06:03:19.644247 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-TiledDiffusion
2024-11-28T06:03:19.644295 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Florence2
2024-11-28T06:03:19.644337 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
2024-11-28T06:03:19.644377 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-IC-Light
2024-11-28T06:03:19.644422 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-DDColor
2024-11-28T06:03:19.644463 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/comfyui-inpaint-nodes
2024-11-28T06:03:19.644503 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
2024-11-28T06:03:19.644544 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_FizzNodes
2024-11-28T06:03:19.644585 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale
2024-11-28T06:03:19.644625 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_essentials
2024-11-28T06:03:19.644665 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/OneButtonPrompt
2024-11-28T06:03:19.644706 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation
2024-11-28T06:03:19.644746 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-KJNodes
2024-11-28T06:03:19.644786 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet
2024-11-28T06:03:19.644826 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/rgthree-comfy
2024-11-28T06:03:19.644866 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/efficiency-nodes-comfyui
2024-11-28T06:03:19.644906 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-GGUF
2024-11-28T06:03:19.644946 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/Flux-Prompt-Generator
2024-11-28T06:03:19.644986 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_ExtraModels
2024-11-28T06:03:19.645026 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
2024-11-28T06:03:19.645065 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
2024-11-28T06:03:19.645105 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes
2024-11-28T06:03:19.645145 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
2024-11-28T06:03:19.645185 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_FaceAnalysis
2024-11-28T06:03:19.645224 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-DynamiCrafterWrapper
2024-11-28T06:03:19.645264 -    0.0 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/comfyui_controlnet_aux
2024-11-28T06:03:19.645320 -    0.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-segment-anything-2
2024-11-28T06:03:19.645363 -    0.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Manager
2024-11-28T06:03:19.645405 -    0.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Inspire-Pack
2024-11-28T06:03:19.645445 -    0.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_LayerStyle
2024-11-28T06:03:19.645486 -    0.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-AdvancedLivePortrait
2024-11-28T06:03:19.645526 -    0.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Crystools
2024-11-28T06:03:19.645567 -    0.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Easy-Use
2024-11-28T06:03:19.645612 -    0.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/comfyui-ollama
2024-11-28T06:03:19.645668 -    0.2 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
2024-11-28T06:03:19.645733 -    0.3 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-BrushNet
2024-11-28T06:03:19.645796 -    0.4 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Detail-Daemon
2024-11-28T06:03:19.645863 -    0.5 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Fluxpromptenhancer
2024-11-28T06:03:19.645925 -    0.6 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/comfyui_segment_anything
2024-11-28T06:03:19.645987 -    0.6 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/comfy_mtb
2024-11-28T06:03:19.646047 -    1.1 seconds: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/was-node-suite-comfyui
2024-11-28T06:03:19.646099 - 
2024-11-28T06:03:19.659862 - Starting server

2024-11-28T06:03:19.660102 - To see the GUI go to: http://127.0.0.1:8188
2024-11-28T06:03:22.786579 - FETCH DATA from: /home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json2024-11-28T06:03:22.786626 - 2024-11-28T06:03:22.793686 -  [DONE]2024-11-28T06:03:22.793740 - 
2024-11-28T06:03:23.450558 - [ERROR] An error occurred while retrieving information for the 'CR Select Font' node.
2024-11-28T06:03:23.451743 - Traceback (most recent call last):
  File "/home/aghalib/Downloads/git/ComfyUI/server.py", line 564, in get_object_info
    out[x] = node_info(x)
             ^^^^^^^^^^^^
  File "/home/aghalib/Downloads/git/ComfyUI/server.py", line 531, in node_info
    info['input'] = obj_class.INPUT_TYPES()
                    ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes/nodes/nodes_graphics_text.py", line 467, in INPUT_TYPES
    file_list = [f for f in os.listdir(font_dir) if os.path.isfile(os.path.join(font_dir, f)) and f.lower().endswith(".ttf")]
                            ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/fonts/truetype'

2024-11-28T06:04:14.014812 - got prompt
2024-11-28T06:04:14.664966 - /home/aghalib/Downloads/git/ComfyUI/venv/lib/python3.11/site-packages/albumentations/__init__.py:13: UserWarning: A new version of Albumentations is available: 1.4.21 (you have 1.4.15). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
  check_for_updates()
2024-11-28T06:04:17.069385 - Settings -> Mode=base, Device=cuda:0, Torchscript=disabled2024-11-28T06:04:17.069421 - 
2024-11-28T06:04:19.954953 - 
Inspyrenet Rembg: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:02<00:00,  2.88s/it]2024-11-28T06:04:19.955179 - 
Inspyrenet Rembg: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:02<00:00,  2.88s/it]2024-11-28T06:04:19.955216 - 
2024-11-28T06:04:20.331623 - Prompt executed in 6.31 seconds
2024-11-28T06:05:20.106569 - got prompt
2024-11-28T06:05:20.646686 - # 😺dzNodes: LayerStyle -> �[1;32mImageBlendAdvanceV2 Processed 1 image(s).�[m2024-11-28T06:05:20.646730 - 
2024-11-28T06:05:20.730671 - Prompt executed in 0.62 seconds
2024-11-28T06:05:26.963686 - got prompt
2024-11-28T06:05:27.511549 - # 😺dzNodes: LayerStyle -> �[1;32mImageBlendAdvanceV2 Processed 1 image(s).�[m2024-11-28T06:05:27.511598 - 
2024-11-28T06:05:27.563328 - Prompt executed in 0.60 seconds
2024-11-28T06:05:35.447063 - got prompt
2024-11-28T06:05:35.948867 - # 😺dzNodes: LayerStyle -> �[1;32mImageBlendAdvanceV2 Processed 1 image(s).�[m2024-11-28T06:05:35.948918 - 
2024-11-28T06:05:35.977642 - Prompt executed in 0.53 seconds
2024-11-28T06:05:43.938309 - got prompt
2024-11-28T06:05:44.447843 - # 😺dzNodes: LayerStyle -> �[1;32mImageBlendAdvanceV2 Processed 1 image(s).�[m2024-11-28T06:05:44.447902 - 
2024-11-28T06:05:44.482120 - Prompt executed in 0.54 seconds
2024-11-28T06:05:51.545734 - got prompt
2024-11-28T06:05:52.072895 - # 😺dzNodes: LayerStyle -> �[1;32mImageBlendAdvanceV2 Processed 1 image(s).�[m2024-11-28T06:05:52.074775 - 
2024-11-28T06:05:52.108788 - Prompt executed in 0.56 seconds
2024-11-28T06:05:59.401627 - got prompt
2024-11-28T06:05:59.925301 - # 😺dzNodes: LayerStyle -> �[1;32mImageBlendAdvanceV2 Processed 1 image(s).�[m2024-11-28T06:05:59.925346 - 
2024-11-28T06:05:59.961134 - Prompt executed in 0.56 seconds
2024-11-28T06:06:03.860680 - got prompt
2024-11-28T06:06:04.380354 - # 😺dzNodes: LayerStyle -> �[1;32mImageBlendAdvanceV2 Processed 1 image(s).�[m2024-11-28T06:06:04.380399 - 
2024-11-28T06:06:04.414743 - Prompt executed in 0.55 seconds
2024-11-28T06:13:30.963973 - got prompt
2024-11-28T06:13:31.010204 - �[1m�[33m[EasyUse] Loading models...�[0m2024-11-28T06:13:31.010417 - 
2024-11-28T06:13:31.631244 - model weight dtype torch.float16, manual cast: None
2024-11-28T06:13:31.636497 - model_type EPS
2024-11-28T06:13:34.434648 - Using split attention in VAE
2024-11-28T06:13:34.436527 - Using split attention in VAE
2024-11-28T06:13:36.014624 - �[1m�[36m[EasyUse] Load LORA:�[0m SDXL-Lightning/sdxl_lightning_8step_lora.safetensors: 1.0, 1.0, LBW=None, A=None, B=None2024-11-28T06:13:36.014666 - 
2024-11-28T06:13:36.468216 - �[1m�[33m[EasyUse] Positive encoding...�[0m2024-11-28T06:13:36.468256 - 
2024-11-28T06:13:36.468538 - �[1m�[36m[EasyUse] easy wildcards:�[0m positive: woman, brown kimono, intricate detailed, garden, outdoors2024-11-28T06:13:36.468575 - 
2024-11-28T06:13:36.472062 - Requested to load SDXLClipModel
2024-11-28T06:13:36.472137 - Loading 1 new model
2024-11-28T06:13:36.642383 - loaded completely 0.0 1560.802734375 True
2024-11-28T06:13:36.754390 - �[1m�[33m[EasyUse] Negative encoding...�[0m2024-11-28T06:13:36.754433 - 
2024-11-28T06:13:36.754476 - �[1m�[36m[EasyUse] easy wildcards:�[0m negative: 2024-11-28T06:13:36.754498 - 
2024-11-28T06:13:36.755764 - /home/aghalib/Downloads/git/ComfyUI/venv/lib/python3.11/site-packages/numpy/core/fromnumeric.py:3504: RuntimeWarning: Mean of empty slice.
  return _methods._mean(a, axis=axis, dtype=dtype,
2024-11-28T06:13:36.756038 - /home/aghalib/Downloads/git/ComfyUI/venv/lib/python3.11/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide
  ret = ret.dtype.type(ret / rcount)
2024-11-28T06:13:36.756180 - Requested to load SDXLClipModel
2024-11-28T06:13:36.756236 - Loading 1 new model
2024-11-28T06:13:38.495432 - Requested to load AutoencoderKL
2024-11-28T06:13:38.495788 - Loading 1 new model
2024-11-28T06:13:39.011346 - loaded completely 0.0 319.11416244506836 True
2024-11-28T06:13:39.711495 - !!! Exception during processing !!! InpaintModelConditioning.encode() missing 1 required positional argument: 'noise_mask'
2024-11-28T06:13:39.714519 - Traceback (most recent call last):
  File "/home/aghalib/Downloads/git/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 "/home/aghalib/Downloads/git/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 "/home/aghalib/Downloads/git/ComfyUI/execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "/home/aghalib/Downloads/git/ComfyUI/execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/easyNodes.py", line 5905, in inpainting
    positive, negative, latent, _model = self.dd(_model, positive, negative, images, vae, mask)
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/aghalib/Downloads/git/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/easyNodes.py", line 5847, in dd
    positive, negative, latent = InpaintModelConditioning().encode(positive, negative, pixels, vae, mask)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: InpaintModelConditioning.encode() missing 1 required positional argument: 'noise_mask'

2024-11-28T06:13:39.715308 - Prompt executed in 8.74 seconds

Attached Workflow

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

{"last_node_id":268,"last_link_id":520,"nodes":[{"id":248,"type":"LoadImage","pos":[50,60],"size":[320,310],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[491],"slot_index":0},{"name":"MASK","type":"MASK","links":null}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["ComfyUI_00001_.png","image"]},{"id":249,"type":"easy imageRemBg","pos":[420,60],"size":[320,340],"flags":{},"order":4,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":491}],"outputs":[{"name":"image","type":"IMAGE","links":[492],"slot_index":0},{"name":"mask","type":"MASK","links":null}],"properties":{"Node name for S&R":"easy imageRemBg"},"widgets_values":["Inspyrenet","Preview","ComfyUI",false]},{"id":251,"type":"EmptyImage","pos":[420,-130],"size":[320,130],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[493]}],"properties":{"Node name for S&R":"EmptyImage"},"widgets_values":[768,1344,1,0]},{"id":250,"type":"LayerUtility: ImageBlendAdvance V2","pos":[820,40],"size":[430,340],"flags":{},"order":5,"mode":0,"inputs":[{"name":"background_image","type":"IMAGE","link":493},{"name":"layer_image","type":"IMAGE","link":492},{"name":"layer_mask","type":"MASK","link":null,"shape":7}],"outputs":[{"name":"image","type":"IMAGE","links":[494,496],"slot_index":0},{"name":"mask","type":"MASK","links":[495],"slot_index":1}],"properties":{"Node name for S&R":"LayerUtility: ImageBlendAdvance V2"},"widgets_values":[false,"normal",100,45,30,"None",0.4,1,0,"lanczos",0],"color":"rgba(38, 73, 116, 0.7)"},{"id":254,"type":"easy a1111Loader","pos":[1240,510],"size":[400,390],"flags":{},"order":2,"mode":0,"inputs":[{"name":"optional_lora_stack","type":"LORA_STACK","link":null,"shape":7},{"name":"optional_controlnet_stack","type":"CONTROL_NET_STACK","link":null,"shape":7}],"outputs":[{"name":"pipe","type":"PIPE_LINE","links":[501],"slot_index":0},{"name":"model","type":"MODEL","links":null},{"name":"vae","type":"VAE","links":null}],"properties":{"Node name for S&R":"easy a1111Loader"},"widgets_values":["SDXL/juggernautXL_juggXIByRundiffusion.safetensors","Baked VAE",-2,"SDXL-Lightning/sdxl_lightning_8step_lora.safetensors",1,1,"768 x 1344",512,512,"woman, brown kimono, intricate detailed, garden, outdoors","",1,false]},{"id":257,"type":"InpaintPreprocessor","pos":[1720,640],"size":[320,80],"flags":{},"order":10,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":498},{"name":"mask","type":"MASK","link":499}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[500],"slot_index":0}],"properties":{"Node name for S&R":"InpaintPreprocessor"},"widgets_values":[true]},{"id":258,"type":"easy controlnetLoader++","pos":[2100,510],"size":[320,220],"flags":{},"order":13,"mode":0,"inputs":[{"name":"pipe","type":"PIPE_LINE","link":501},{"name":"image","type":"IMAGE","link":500},{"name":"control_net","type":"CONTROL_NET","link":null,"shape":7}],"outputs":[{"name":"pipe","type":"PIPE_LINE","links":[516],"slot_index":0},{"name":"positive","type":"CONDITIONING","links":null},{"name":"negative","type":"CONDITIONING","links":null}],"properties":{"Node name for S&R":"easy controlnetLoader++"},"widgets_values":["SDXL/controlnet-union-sdxl-1.0/diffusion_pytorch_model_promax.safetensors",0.8,0,0.5,1,"repaint"]},{"id":253,"type":"GrowMaskWithBlur","pos":[1320,180],"size":[320,250],"flags":{},"order":8,"mode":0,"inputs":[{"name":"mask","type":"MASK","link":495}],"outputs":[{"name":"mask","type":"MASK","links":[497],"slot_index":0},{"name":"mask_inverted","type":"MASK","links":[499,503],"slot_index":1}],"properties":{"Node name for S&R":"GrowMaskWithBlur"},"widgets_values":[0,0,true,false,0,1,1,false]},{"id":255,"type":"Reroute","pos":[1560,40],"size":[75,26],"flags":{},"order":7,"mode":0,"inputs":[{"name":"","type":"*","link":496}],"outputs":[{"name":"","type":"IMAGE","links":[498,505],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":265,"type":"Reroute","pos":[3160,40],"size":[75,26],"flags":{},"order":12,"mode":0,"inputs":[{"name":"","type":"*","link":511}],"outputs":[{"name":"","type":"IMAGE","links":[512,514],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":267,"type":"Reroute","pos":[3560,40],"size":[75,26],"flags":{},"order":14,"mode":0,"inputs":[{"name":"","type":"*","link":514}],"outputs":[{"name":"","type":"IMAGE","links":[515],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":262,"type":"easy preSampling","pos":[2510,510],"size":[320,240],"flags":{},"order":15,"mode":0,"inputs":[{"name":"pipe","type":"PIPE_LINE","link":516},{"name":"image_to_latent","type":"IMAGE","link":519,"shape":7},{"name":"latent","type":"LATENT","link":null,"shape":7},{"name":"seed","type":"INT","link":509,"widget":{"name":"seed"}}],"outputs":[{"name":"pipe","type":"PIPE_LINE","links":[517],"slot_index":0}],"properties":{"Node name for S&R":"easy preSampling"},"widgets_values":[8,1,"dpmpp_2m_sde","sgm_uniform",1,0,"fixed"]},{"id":268,"type":"easy kSamplerInpainting","pos":[2910,510],"size":[320,190],"flags":{},"order":16,"mode":0,"inputs":[{"name":"pipe","type":"PIPE_LINE","link":517},{"name":"model","type":"MODEL","link":null,"shape":7},{"name":"mask","type":"MASK","link":520,"shape":7}],"outputs":[{"name":"pipe","type":"PIPE_LINE","links":null},{"name":"image","type":"IMAGE","links":[518],"slot_index":1},{"name":"vae","type":"VAE","links":null}],"properties":{"Node name for S&R":"easy kSamplerInpainting"},"widgets_values":[0,"Preview",0,"ComfyUI","Differential Diffusion"]},{"id":256,"type":"ImageCompositeMasked","pos":[3320,140],"size":[320,150],"flags":{},"order":17,"mode":0,"inputs":[{"name":"destination","type":"IMAGE","link":518},{"name":"source","type":"IMAGE","link":512},{"name":"mask","type":"MASK","link":497,"shape":7}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[513],"slot_index":0}],"properties":{"Node name for S&R":"ImageCompositeMasked"},"widgets_values":[0,0,false]},{"id":261,"type":"Reroute","pos":[2330,40],"size":[75,26],"flags":{},"order":9,"mode":0,"inputs":[{"name":"","type":"*","link":505}],"outputs":[{"name":"","type":"IMAGE","links":[511,519],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":260,"type":"Reroute","pos":[2760,200],"size":[75,26],"flags":{},"order":11,"mode":0,"inputs":[{"name":"","type":"*","link":503}],"outputs":[{"name":"","type":"MASK","links":[520],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":252,"type":"PreviewImage","pos":[1410,-270],"size":[210,250],"flags":{},"order":6,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":494}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":266,"type":"Image Comparer (rgthree)","pos":[3710,140],"size":[610,670],"flags":{},"order":18,"mode":0,"inputs":[{"name":"image_a","type":"IMAGE","link":513,"dir":3},{"name":"image_b","type":"IMAGE","link":515,"dir":3}],"outputs":[],"properties":{"comparer_mode":"Slide"},"widgets_values":[[]]},{"id":264,"type":"easy seed","pos":[2100,800],"size":[320,110],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"seed","type":"INT","links":[509],"slot_index":0}],"properties":{"Node name for S&R":"easy seed"},"widgets_values":[1019573620146265,"fixed",null]}],"links":[[491,248,0,249,0,"IMAGE"],[492,249,0,250,1,"IMAGE"],[493,251,0,250,0,"IMAGE"],[494,250,0,252,0,"IMAGE"],[495,250,1,253,0,"MASK"],[496,250,0,255,0,"*"],[497,253,0,256,2,"MASK"],[498,255,0,257,0,"IMAGE"],[499,253,1,257,1,"MASK"],[500,257,0,258,1,"IMAGE"],[501,254,0,258,0,"PIPE_LINE"],[503,253,1,260,0,"*"],[505,255,0,261,0,"*"],[509,264,0,262,3,"INT"],[511,261,0,265,0,"*"],[512,265,0,256,1,"IMAGE"],[513,256,0,266,0,"IMAGE"],[514,265,0,267,0,"*"],[515,267,0,266,1,"IMAGE"],[516,258,0,262,0,"PIPE_LINE"],[517,262,0,268,0,"PIPE_LINE"],[518,268,1,256,0,"IMAGE"],[519,261,0,262,1,"IMAGE"],[520,260,0,268,2,"MASK"]],"groups":[{"id":3,"title":"1","bounding":[34,-349.6000061035156,4302,1275.5999755859375],"color":"#3f789e","font_size":24,"flags":{"pinned":true}}],"config":{},"extra":{"linkExtensions":[{"id":445,"parentId":3},{"id":454,"parentId":6},{"id":457,"parentId":8},{"id":460,"parentId":9},{"id":467,"parentId":4},{"id":470,"parentId":10},{"id":484,"parentId":12},{"id":485,"parentId":3}],"reroutes":[{"id":3,"pos":[81.7031021118164,1029.9761962890625],"linkIds":[445,457,460,467,485]},{"id":4,"parentId":3,"pos":[1071.9732666015625,1053.9146728515625],"linkIds":[457,460,467]},{"id":6,"pos":[87.71522521972656,2006.9801025390625],"linkIds":[454]},{"id":8,"parentId":4,"pos":[1618.1717529296875,1033.6556396484375],"linkIds":[457,460]},{"id":9,"parentId":8,"pos":[2045.2791748046875,1041.6302490234375],"linkIds":[460]},{"id":10,"pos":[1125.35302734375,1284.614501953125],"linkIds":[470]},{"id":12,"pos":[1516.43896484375,2005.398681640625],"linkIds":[484]}]},"version":0.4}

Additional Context

(Please add any additional context or steps to reproduce the error here)
20241128-troubleshooting

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions