comfyui-workspace-manager icon indicating copy to clipboard operation
comfyui-workspace-manager copied to clipboard

[BUG] The menu disappears

Open TFL-TFL opened this issue 11 months ago • 3 comments

Snipaste_2024-03-21_17-44-56

Sometimes I accidentally touch the menu and it disappears from the screen. Even if I restart ComfyUI, it won't display; unless I delete the node and clone the project again.

TFL-TFL avatar Mar 21 '24 09:03 TFL-TFL

Where did you touch and it disappears? When it disappears, can you F12->Console and see if there is any error logs? Also check the python terminal has any error logs?


From: TFL-TFL @.> Sent: Thursday, March 21, 2024 5:57:18 PM To: 11cafe/comfyui-workspace-manager @.> Cc: Subscribed @.***> Subject: [11cafe/comfyui-workspace-manager] [BUG] The menu disappears (Issue #300)

Snipaste_2024-03-21_17-44-56.png (view on web)https://github.com/11cafe/comfyui-workspace-manager/assets/63155358/47d33323-8b32-49ca-8f7e-d065f5e5a844

Sometimes I accidentally touch the menu and it disappears from the screen. Even if I restart ComfyUI, it won't display; unless I delete the node and clone the project again.

— Reply to this email directly, view it on GitHubhttps://github.com/11cafe/comfyui-workspace-manager/issues/300, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEMEEOICBBGRRNHEAR6TPWTYZKVH5AVCNFSM6AAAAABFBDMEOWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4TSNRZHA4DKNQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Weixuanf avatar Mar 21 '24 11:03 Weixuanf

It seems like I clicked on it with the left mouse button and scrolled up a little bit (I accidentally clicked it).

The node is successfully loaded, I didn't see any errors on the python terminal, but I saw this error in the console: image

I didn't find the "workspaceManagerPanel" element on the webpage: image

There are no IndexDB related errors.

There is another situation where the menu disappears. When I use the ComfyUI launcher developed by the AIGODLIKE developer on GitHub, there is a function to update nodes. After performing a one-click update on all nodes on the launcher, this issue also occurs. I don't know where there is a conflict.

Here are the terminal logs:

D:\05Tools\Stable_Diffusion\Blender_ComfyUI>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
** ComfyUI startup time: 2024-03-23 21:56:51.874177
** Platform: Windows
** Python version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct  2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]
** Python executable: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\python.exe
** Log path: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\comfyui.log
[Maras IT] Initialization

Prestartup times for custom nodes:
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-MarasIT-Nodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\rgthree-comfy
   0.1 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 6140 MB, total RAM 16120 MB
xformers version: 0.0.23.post1
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4050 Laptop GPU : cudaMallocAsync
VAE dtype: torch.bfloat16
Using xformers cross attention
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-ArtGallery\../../web/extensions/core/uploadImage.js
File already contains the necessary modifications.✅
File 'D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-ArtGallery\../../folder_paths.py' updated successfully.✅
File already contains the necessary modifications.✅
[Crystools INFO] Crystools version: 1.11.0
[Crystools INFO] CPU: 13th Gen Intel(R) Core(TM) i5-13500H - Arch: AMD64 - OS: Windows 10
[Crystools INFO] GPU/s:
[Crystools INFO] 0) NVIDIA GeForce RTX 4050 Laptop GPU
[Crystools INFO] NVIDIA Driver: 551.61
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:249: FutureWarning: `AutoencoderTinyBlock` is deprecated and will be removed in version 0.29. Importing `AutoencoderTinyBlock` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AutoencoderTinyBlock`, instead.
  deprecate("AutoencoderTinyBlock", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:254: FutureWarning: `UNetMidBlock2D` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D`, instead.
  deprecate("UNetMidBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:259: FutureWarning: `UNetMidBlock2DCrossAttn` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2DCrossAttn` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DCrossAttn`, instead.
  deprecate("UNetMidBlock2DCrossAttn", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:264: FutureWarning: `UNetMidBlock2DSimpleCrossAttn` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2DSimpleCrossAttn` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DSimpleCrossAttn`, instead.
  deprecate("UNetMidBlock2DSimpleCrossAttn", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:269: FutureWarning: `AttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnDownBlock2D`, instead.
  deprecate("AttnDownBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:274: FutureWarning: `CrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import CrossAttnDownBlock2D`, instead.
  deprecate("CrossAttnDownBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:279: FutureWarning: `DownBlock2D` is deprecated and will be removed in version 0.29. Importing `DownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import DownBlock2D`, instead.
  deprecate("DownBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:284: FutureWarning: `AttnDownEncoderBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownEncoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnDownEncoderBlock2D`, instead.
  deprecate("AttnDownEncoderBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:289: FutureWarning: `AttnSkipDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnSkipDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnSkipDownBlock2D`, instead.
  deprecate("AttnSkipDownBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:294: FutureWarning: `SkipDownBlock2D` is deprecated and will be removed in version 0.29. Importing `SkipDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SkipDownBlock2D`, instead.
  deprecate("SkipDownBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:299: FutureWarning: `ResnetDownsampleBlock2D` is deprecated and will be removed in version 0.29. Importing `ResnetDownsampleBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import ResnetDownsampleBlock2D`, instead.
  deprecate("ResnetDownsampleBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:304: FutureWarning: `SimpleCrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `SimpleCrossAttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnDownBlock2D`, instead.
  deprecate("SimpleCrossAttnDownBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:309: FutureWarning: `KDownBlock2D` is deprecated and will be removed in version 0.29. Importing `KDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KDownBlock2D`, instead.
  deprecate("KDownBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:314: FutureWarning: `KCrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `KCrossAttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KCrossAttnDownBlock2D`, instead.
  deprecate("KCrossAttnDownBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:319: FutureWarning: `AttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnUpBlock2D`, instead.
  deprecate("AttnUpBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:324: FutureWarning: `CrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `CrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import CrossAttnUpBlock2D`, instead.
  deprecate("CrossAttnUpBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:329: FutureWarning: `UpBlock2D` is deprecated and will be removed in version 0.29. Importing `UpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UpBlock2D`, instead.
  deprecate("UpBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:334: FutureWarning: `UpDecoderBlock2D` is deprecated and will be removed in version 0.29. Importing `UpDecoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UpDecoderBlock2D`, instead.
  deprecate("UpDecoderBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:339: FutureWarning: `AttnUpDecoderBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnUpDecoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnUpDecoderBlock2D`, instead.
  deprecate("AttnUpDecoderBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:344: FutureWarning: `AttnSkipUpBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnSkipUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnSkipUpBlock2D`, instead.
  deprecate("AttnSkipUpBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:349: FutureWarning: `SkipUpBlock2D` is deprecated and will be removed in version 0.29. Importing `SkipUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SkipUpBlock2D`, instead.
  deprecate("SkipUpBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:354: FutureWarning: `ResnetUpsampleBlock2D` is deprecated and will be removed in version 0.29. Importing `ResnetUpsampleBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import ResnetUpsampleBlock2D`, instead.
  deprecate("ResnetUpsampleBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:359: FutureWarning: `SimpleCrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `SimpleCrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnUpBlock2D`, instead.
  deprecate("SimpleCrossAttnUpBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:364: FutureWarning: `KUpBlock2D` is deprecated and will be removed in version 0.29. Importing `KUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KUpBlock2D`, instead.
  deprecate("KUpBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:369: FutureWarning: `KCrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `KCrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KCrossAttnUpBlock2D`, instead.
  deprecate("KCrossAttnUpBlock2D", "0.29", deprecation_message)
D:\05Tools\Stable_Diffusion\Blender_ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:375: FutureWarning: `KAttentionBlock` is deprecated and will be removed in version 0.29. Importing `KAttentionBlock` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KAttentionBlock`, instead.
  deprecate("KAttentionBlock", "0.29", deprecation_message)
Comfy-Easy-Use (v1.1.1): Loaded
### Loading: ComfyUI-Impact-Pack (V4.84)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.4)
[Impact Pack] Wildcards loading done.
### Loading: ComfyUI-Inspire-Pack (V0.68.2)
### Loading: ComfyUI-Manager (V2.7)
### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)
[Maras IT] Loaded
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
--------------
 ### Mixlab Nodes: Loaded
## lama torchscript model not found: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\models\lama/big-lama.pt,pls download from https://github.com/enesmsahin/simple-lama-inpainting/releases/download/v0.1.0/big-lama.pt
LaMaInpainting.available True
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
## clip_interrogator_model not found: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\models\clip_interrogator/Salesforce/blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base
ClipInterrogator.available True
TextGenerateNode.available False No module named 'lark'
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
RembgNode_.available True
 --------------
Using device cuda
[SD Prompt Reader] Node version: 1.3.1
[SD Prompt Reader] Core version: 1.3.4.post1
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
### Loading: Workspace Manager (V1.0.0)

From Bmad Custom Nodes
 Loaded 124 nodes:
  + api nodes (14)
  + simple utility nodes (58)
  + CV nodes (49)
  + color clip ade20k node (1)
  + extension dependent nodes (2)

------------------------------------------
Comfyroll Studio v1.76 :  175 Nodes Loaded
------------------------------------------
** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
------------------------------------------
[comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[comfyui_controlnet_aux] | INFO -> Using symlinks: False
[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
DWPose: Onnxruntime with acceleration providers detected
FizzleDorf Custom Nodes: Loaded
# 😺dzNodes: LayerStyle -> Cannot 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 https://github.com/chflame163/ComfyUI_LayerStyle/issues/5
# 😺dzNodes: LayerStyle -> Invalid FONT directory, default to be used. check D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini
# 😺dzNodes: LayerStyle -> Invalid LUT directory, default to be used. check D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini
# 😺dzNodes: LayerStyle -> Find 1 LUTs in D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut
# 😺dzNodes: LayerStyle -> Find 1 Fonts in D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font
[tinyterraNodes] Loaded
[ComfyUI_zfkun] check start
[ComfyUI_zfkun] "Pillow" is not installed. Trying to install.
Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
Requirement already satisfied: Pillow in d:\05tools\stable_diffusion\blender_comfyui\python_embeded\lib\site-packages (9.5.0)
[ComfyUI_zfkun] "Pillow" is installed
[ComfyUI_zfkun] all dependency installed
[ComfyUI_zfkun] check end
[ComfyUI_zfkun] boot start
[ComfyUI_zfkun] node install: preview_text.js
[ComfyUI_zfkun] node install: preview_text_multiline.js
[ComfyUI_zfkun] node install: share_screen.js
[ComfyUI_zfkun] boot end
Config Export Error[Errno 2] No such file or directory: 'C:\\Users\\NIER\\AppData\\Roaming\\Blender Foundation\\Blender\Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Patching UNetModel.forward
UNetModel.forward has been successfully patched.
[Power Noise Suite]: 🦚🦚🦚 MooOoo!!! 🦚🦚🦚
[Power Noise Suite]: Tamed 11 wild nodes.

[rgthree] Loaded 34 extraordinary nodes.
[rgthree] Will use rgthree's optimized recursive execution.

WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.
WAS Node Suite: `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.
WAS Node Suite: Finished. Loaded 212 nodes successfully.

        "Art is the bridge that connects imagination to reality." - Unknown


Import times for custom nodes:
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-N-Sidebar
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-tcd-scheduler
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Logic
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\cg-use-everywhere
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\Cup-ClipBoard
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_ab_samplercustom
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_Cutoff
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Hangover-Moondream
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_fabric
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-portrait-master
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_experiments
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\sdxl_prompt_styler
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_TiledKSampler
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-ArtGallery
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-instantId-faceswap
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\SD-Latent-Interposer
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_dagthomas
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_FizzNodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfy_clip_blip_node
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-inpaint-nodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Studio
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\FreeU_Advanced
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-PhotoMaker
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\PowerNoiseSuite
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\cup.py
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfy-qr
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-workspace-manager
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-MarasIT-Nodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-KJNodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-SUPIR
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_My_Custom_Nodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_bmad_nodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-prompt-reader-node
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_InstantID
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-MotionCtrl-SVD
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\CharacterFaceSwap
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Qwen-VL-API
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\efficiency-nodes-comfyui
   0.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.1 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
   0.1 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-MotionCtrl
   0.1 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved
   0.1 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui_segment_anything
   0.2 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-InstantID
   0.2 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
   0.3 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-dynamicprompts
   0.4 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\clipseg.py
   0.8 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
   0.8 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager
   1.0 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_LayerStyle
   1.5 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-LaMA-Preprocessor
   1.6 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes
   2.9 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Crystools
   4.4 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui
   5.6 seconds: D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_zfkun

https_key OK:  D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\https\certificate.crt D:\05Tools\Stable_Diffusion\Blender_ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\https\private.key
Starting server

To see the GUI go to: http://127.0.0.1:8188
To see the GUI go to: https://127.0.0.1:8189

TFL-TFL avatar Mar 23 '24 14:03 TFL-TFL

Same issue happened after update this node. Menu disappeared and display "idle" instead of. image

image

Additional instructions: After I deleted indexeddb, the icon displayed normally again. But all my previous workflows are gone. Of course, I used a chrome plug-in "IndexedDB Explorer" to export all the data before deleting it. But my problem now is that I don't know how to import it. I haven't found a suitable method online either. If anyone knows, please tell me. Thank you so much.

dingshanliang avatar Apr 04 '24 12:04 dingshanliang