Trung0246 / ComfyUI-0246

Random nodes for ComfyUI
MIT License
93 stars 10 forks source link

Some other custom nodes being incompatible #25

Open thinker88 opened 4 months ago

thinker88 commented 4 months ago

I recently installed this custom node, after restarting. Comfyui doesn't load the manager. After removing the module the manager comes back.

Trung0246 commented 4 months ago

What? This sound weird. I don't think this is related to 0246 but more Manager specifically. I think you should better try to test by installing other modules first before checking if it's the problem related to 0246. Meanwhile you could try to open issue over at https://github.com/ltdrdata/ComfyUI-Manager

Feels free to reopen if there's confirmation from @ltdrdata.

drwootton commented 4 months ago

I know this seems weird but I ran into this today on my Linux system as well. The other symptom I see is that when I load a workflow, all of the nodes in the workflow are red and I get an error popup telling me the nodes can't be found. I think there's a recent change somewhere in a bunch of ComfyUI extensions since my install was working a few days ago. I updated everything this morning and broke my install. I rebuilt from scratch and got everything working again. I added back a few more extensions including this one and my install was broken again. By trial and error hiding extension directories I found that hiding this directory fixed the problem. I unhid the directory and the problem came back.

Trung0246 commented 4 months ago

Hm looks like I forgot to check on ComfyUI latest version. Will probably check when I have free time.

Trung0246 commented 4 months ago

Also @drwootton @thinker88 can you guys post log? Just copy paste what comfy dumped in the terminal to here or upload the log file.

Also can you guys confirm by starting ComfyUI from scratch without any plugins then exclusively add 0246 back to see if it break.

thinker88 commented 4 months ago

Here is my loading log (module ComfyUI-0246 loaded) -- Manager not appearing

G:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
** ComfyUI startup time: 2024-03-09 01:05:32.250105
** 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: G:\ComfyUI_windows_portable\python_embeded\python.exe
** Log path: G:\ComfyUI_windows_portable\comfyui.log
[ComfyUI-Manager] Logging failed: [WinError 32] The process cannot access the file because it is being used by another process: 'comfyui.log' -> 'comfyui.prev.log'
** ComfyUI startup time: 2024-03-09 01:05:32.303945
** 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: G:\ComfyUI_windows_portable\python_embeded\python.exe
** Log path: G:\ComfyUI_windows_portable\comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MagicAnimate
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\-----------ComfyUI-Manager

Total VRAM 24564 MB, total RAM 32628 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
Adding extra search path checkpoints G:\Stable-diffusion
Adding extra search path configs G:\Stable-diffusion
Adding extra search path vae I:\stable-diffusion CLEAN\stable-diffusion-webui\models\VAE
Adding extra search path loras I:\stable-diffusion CLEAN\stable-diffusion-webui\models\Lora
Adding extra search path loras I:\stable-diffusion CLEAN\stable-diffusion-webui\models\LyCORIS
Adding extra search path upscale_models I:\stable-diffusion CLEAN\stable-diffusion-webui\models\ESRGAN
Adding extra search path upscale_models I:\stable-diffusion CLEAN\stable-diffusion-webui\models\SwinIR
Adding extra search path embeddings I:\stable-diffusion CLEAN\stable-diffusion-webui\embeddings
Adding extra search path hypernetworks I:\stable-diffusion CLEAN\stable-diffusion-webui\models\hypernetworks
Adding extra search path controlnet I:\stable-diffusion CLEAN\stable-diffusion-webui\extensions\sd-webui-controlnet\models
### Loading: ComfyUI-Manager (V2.9)
### ComfyUI Revision: 2052 [55f37baa] | Released on '2024-03-07'
Traceback (most recent call last):
  File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1887, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\.git\\__init__.py'

Cannot import G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\.git module for custom nodes: [Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\.git\\__init__.py'
[ComfyUI-0️⃣ 2️⃣ 4️⃣ 6️⃣ ] Loaded all nodes and apis.
Adding G:\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Loaded efficiency nodes from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
Loaded ControlNetPreprocessors nodes from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
[Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI-Advanced-ControlNet\\control/control.py\\__init__.py'
Loaded AnimateDiff from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff\animatediff/sliding_schedule.py
Loaded IPAdapter nodes from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
Loaded VideoHelperSuite from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
Comfy-Easy-Use (v1.1.0): Loaded
### Loading: ComfyUI-Impact-Pack (V4.83.2)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.4)
### Loading: ComfyUI-Inspire-Pack (V0.65.6)
[Impact Pack] Wildcards loading done.
Package diffusers is already installed.
### Loading: ComfyUI-Manager (V2.9)
[ComfyUI-Manager] Some features are restricted due to your ComfyUI being outdated.
### ComfyUI Revision: 2052 [55f37baa] | Released on '2024-03-07'
[SD Prompt Reader] Node version: 1.3.1
[SD Prompt Reader] Core version: 1.3.4.post1
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[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
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
Failed to auto update `Quality of Life Suit`
QualityOfLifeSuit_Omar92_DIR: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
[ReActor] - STATUS - Running v0.4.1-b11 in ComfyUI
Torch version: 2.1.0+cu121
Imported node: DT_Flatten_Colors
Imported node: DT_FontText
Imported node: DT_GenerateNoise
Imported node: DT_Glitch_This
Imported node: DT_Hue_Rotation
Imported node: DT_Load_Picture_Index
Imported node: DT_PILGram
Imported node: DT_Pixel_Sort
Imported node: DT_Play_Sound_At_Execution
Imported node: DT_PromptGen
Imported node: DT_Solid_Color
Imported node: DT_Swap_Color_Mode
Imported node: DT_Flatten_Colors
Imported node: DT_FontText
Imported node: DT_GenerateNoise
Imported node: DT_Glitch_This
Imported node: DT_Hue_Rotation
Imported node: DT_Load_Picture_Index
Imported node: DT_PILGram
Imported node: DT_Pixel_Sort
Imported node: DT_Play_Sound_At_Execution
Imported node: DT_PromptGen
Imported node: DT_Solid_Color
Imported node: DT_Swap_Color_Mode
------------------------------------------
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
------------------------------------------
### [START] ComfyUI AlekPet Nodes ###
Node -> ArgosTranslateNode [Loading]
Node -> ExtrasNode [Loading]
Node -> PainterNode [Loading]
Node -> PoseNode [Loading]
Node -> TranslateNode [Loading]
### [END] ComfyUI AlekPet Nodes ###
FizzleDorf Custom Nodes: Loaded
Requirement already satisfied: segment_anything in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from -r requirements.txt (line 1)) (1.0)
Requirement already satisfied: timm in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from -r requirements.txt (line 2)) (0.6.13)
Requirement already satisfied: addict in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from -r requirements.txt (line 3)) (2.4.0)
Requirement already satisfied: yapf in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from -r requirements.txt (line 4)) (0.40.2)
Requirement already satisfied: torch>=1.7 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from timm->-r requirements.txt (line 2)) (2.1.0+cu121)
Requirement already satisfied: torchvision in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from timm->-r requirements.txt (line 2)) (0.16.0+cu121)
Requirement already satisfied: pyyaml in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from timm->-r requirements.txt (line 2)) (6.0.1)
Requirement already satisfied: huggingface-hub in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from timm->-r requirements.txt (line 2)) (0.17.3)
Requirement already satisfied: importlib-metadata>=6.6.0 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from yapf->-r requirements.txt (line 4)) (6.8.0)
Requirement already satisfied: platformdirs>=3.5.1 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from yapf->-r requirements.txt (line 4)) (4.0.0)
Requirement already satisfied: tomli>=2.0.1 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from yapf->-r requirements.txt (line 4)) (2.0.1)
Requirement already satisfied: zipp>=0.5 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from importlib-metadata>=6.6.0->yapf->-r requirements.txt (line 4)) (3.17.0)
Requirement already satisfied: filelock in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.13.1)
Requirement already satisfied: typing-extensions in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (4.8.0)
Requirement already satisfied: sympy in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (1.12)
Requirement already satisfied: networkx in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.2.1)
Requirement already satisfied: jinja2 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.1.2)
Requirement already satisfied: fsspec in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (2023.10.0)
Requirement already satisfied: requests in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (2.31.0)
Requirement already satisfied: tqdm>=4.42.1 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (4.66.1)
Requirement already satisfied: packaging>=20.9 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (23.2)
Requirement already satisfied: numpy in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision->timm->-r requirements.txt (line 2)) (1.26.2)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision->timm->-r requirements.txt (line 2)) (9.5.0)
Requirement already satisfied: colorama in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from tqdm>=4.42.1->huggingface-hub->timm->-r requirements.txt (line 2)) (0.4.6)
Requirement already satisfied: MarkupSafe>=2.0 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from jinja2->torch>=1.7->timm->-r requirements.txt (line 2)) (2.1.3)
Requirement already satisfied: charset-normalizer<4,>=2 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (1.26.18)
Requirement already satisfied: certifi>=2017.4.17 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (2023.7.22)
Requirement already satisfied: mpmath>=0.19 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from sympy->torch>=1.7->timm->-r requirements.txt (line 2)) (1.3.0)
Using pytorch cross attention
[tinyterraNodes] Loaded
[comfy_mtb] | INFO -> loaded 63 nodes successfuly
[comfy_mtb] | INFO -> Some nodes (4) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.
Total VRAM 24564 MB, total RAM 32628 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
VAE dtype: torch.bfloat16
G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\failfast-comfyui-extensions\extensions
G:\ComfyUI_windows_portable\ComfyUI\web\extensions\failfast-comfyui-extensions
G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\NodeGPT\AutoUpdate.json
[Power Noise Suite]: 🦚🦚🦚 Sup. 🦚🦚🦚
[Power Noise Suite]: Tamed 11 wild nodes.

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

Traceback (most recent call last):
  File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1887, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\sd-webui-extensions-updater\\__init__.py'

Cannot import G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-webui-extensions-updater module for custom nodes: [Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\sd-webui-extensions-updater\\__init__.py'
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 `G:\ComfyUI_windows_portable\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.

        "Do one thing every day that scares you." - Eleanor Roosevelt

Import times for custom nodes:
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg_custom_core
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\style_aligned_comfy
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl-recommended-res-calc
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_cspnodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlNet-LLLite-ComfyUI
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
   0.0 seconds (IMPORT FAILED): G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-webui-extensions-updater
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi-NoodleWebcam
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\lora-info
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Advanced-Noise
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_sd_krita_plugin_nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-composer
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion
   0.0 seconds (IMPORT FAILED): G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\.git
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PowerNoiseSuite
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\demofusion-comfyui
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-portrait-master
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\failfast-comfyui-extensions
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-reader-node
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LCM
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-0246
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MagicAnimate
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-control
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
   0.2 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-browser
   0.2 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-dnl13-seg
   0.2 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR
   0.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\-----------ComfyUI-Manager
   0.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\NodeGPT
   0.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
   0.5 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
   1.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt
   1.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
   1.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
   1.8 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Vextra-Nodes
   1.9 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
   4.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet

Starting server

To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\-----------ComfyUI-Manager\extension-node-map.json
Error: OpenAI API key is invalid OpenAI features wont work for you
QualityOfLifeSuit_Omar92::NSP ready
thinker88 commented 4 months ago

And here is the log without the module ComfyUI-0246 loaded and the Manager working again:

G:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
** ComfyUI startup time: 2024-03-09 01:08:38.495806
** 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: G:\ComfyUI_windows_portable\python_embeded\python.exe
** Log path: G:\ComfyUI_windows_portable\comfyui.log
[ComfyUI-Manager] Logging failed: [WinError 32] The process cannot access the file because it is being used by another process: 'comfyui.log' -> 'comfyui.prev.log'
** ComfyUI startup time: 2024-03-09 01:08:38.550341
** 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: G:\ComfyUI_windows_portable\python_embeded\python.exe
** Log path: G:\ComfyUI_windows_portable\comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MagicAnimate
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\-----------ComfyUI-Manager

Total VRAM 24564 MB, total RAM 32628 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
Adding extra search path checkpoints G:\Stable-diffusion
Adding extra search path configs G:\Stable-diffusion
Adding extra search path vae I:\stable-diffusion CLEAN\stable-diffusion-webui\models\VAE
Adding extra search path loras I:\stable-diffusion CLEAN\stable-diffusion-webui\models\Lora
Adding extra search path loras I:\stable-diffusion CLEAN\stable-diffusion-webui\models\LyCORIS
Adding extra search path upscale_models I:\stable-diffusion CLEAN\stable-diffusion-webui\models\ESRGAN
Adding extra search path upscale_models I:\stable-diffusion CLEAN\stable-diffusion-webui\models\SwinIR
Adding extra search path embeddings I:\stable-diffusion CLEAN\stable-diffusion-webui\embeddings
Adding extra search path hypernetworks I:\stable-diffusion CLEAN\stable-diffusion-webui\models\hypernetworks
Adding extra search path controlnet I:\stable-diffusion CLEAN\stable-diffusion-webui\extensions\sd-webui-controlnet\models
### Loading: ComfyUI-Manager (V2.9)
### ComfyUI Revision: 2052 [55f37baa] | Released on '2024-03-07'
Traceback (most recent call last):
  File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1887, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\.git\\__init__.py'

Cannot import G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\.git module for custom nodes: [Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\.git\\__init__.py'
Adding G:\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Loaded efficiency nodes from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
Loaded ControlNetPreprocessors nodes from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
[Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI-Advanced-ControlNet\\control/control.py\\__init__.py'
Loaded AnimateDiff from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff\animatediff/sliding_schedule.py
Loaded IPAdapter nodes from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
Loaded VideoHelperSuite from G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
Comfy-Easy-Use (v1.1.0): Loaded
### Loading: ComfyUI-Impact-Pack (V4.83.2)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.4)
### Loading: ComfyUI-Inspire-Pack (V0.65.6)
[Impact Pack] Wildcards loading done.
Package diffusers is already installed.
### Loading: ComfyUI-Manager (V2.9)
[ComfyUI-Manager] Some features are restricted due to your ComfyUI being outdated.
### ComfyUI Revision: 2052 [55f37baa] | Released on '2024-03-07'
[SD Prompt Reader] Node version: 1.3.1
[SD Prompt Reader] Core version: 1.3.4.post1
[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/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
Failed to auto update `Quality of Life Suit`
QualityOfLifeSuit_Omar92_DIR: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
[ReActor] - STATUS - Running v0.4.1-b11 in ComfyUI
Torch version: 2.1.0+cu121
Imported node: DT_Flatten_Colors
Imported node: DT_FontText
Imported node: DT_GenerateNoise
Imported node: DT_Glitch_This
Imported node: DT_Hue_Rotation
Imported node: DT_Load_Picture_Index
Imported node: DT_PILGram
Imported node: DT_Pixel_Sort
Imported node: DT_Play_Sound_At_Execution
Imported node: DT_PromptGen
Imported node: DT_Solid_Color
Imported node: DT_Swap_Color_Mode
Imported node: DT_Flatten_Colors
Imported node: DT_FontText
Imported node: DT_GenerateNoise
Imported node: DT_Glitch_This
Imported node: DT_Hue_Rotation
Imported node: DT_Load_Picture_Index
Imported node: DT_PILGram
Imported node: DT_Pixel_Sort
Imported node: DT_Play_Sound_At_Execution
Imported node: DT_PromptGen
Imported node: DT_Solid_Color
Imported node: DT_Swap_Color_Mode
------------------------------------------
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
------------------------------------------
### [START] ComfyUI AlekPet Nodes ###
Node -> ArgosTranslateNode [Loading]
Node -> ExtrasNode [Loading]
Node -> PainterNode [Loading]
Node -> PoseNode [Loading]
Node -> TranslateNode [Loading]
### [END] ComfyUI AlekPet Nodes ###
FizzleDorf Custom Nodes: Loaded
Requirement already satisfied: segment_anything in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from -r requirements.txt (line 1)) (1.0)
Requirement already satisfied: timm in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from -r requirements.txt (line 2)) (0.6.13)
Requirement already satisfied: addict in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from -r requirements.txt (line 3)) (2.4.0)
Requirement already satisfied: yapf in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from -r requirements.txt (line 4)) (0.40.2)
Requirement already satisfied: torch>=1.7 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from timm->-r requirements.txt (line 2)) (2.1.0+cu121)
Requirement already satisfied: torchvision in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from timm->-r requirements.txt (line 2)) (0.16.0+cu121)
Requirement already satisfied: pyyaml in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from timm->-r requirements.txt (line 2)) (6.0.1)
Requirement already satisfied: huggingface-hub in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from timm->-r requirements.txt (line 2)) (0.17.3)
Requirement already satisfied: importlib-metadata>=6.6.0 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from yapf->-r requirements.txt (line 4)) (6.8.0)
Requirement already satisfied: platformdirs>=3.5.1 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from yapf->-r requirements.txt (line 4)) (4.0.0)
Requirement already satisfied: tomli>=2.0.1 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from yapf->-r requirements.txt (line 4)) (2.0.1)
Requirement already satisfied: zipp>=0.5 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from importlib-metadata>=6.6.0->yapf->-r requirements.txt (line 4)) (3.17.0)
Requirement already satisfied: filelock in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.13.1)
Requirement already satisfied: typing-extensions in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (4.8.0)
Requirement already satisfied: sympy in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (1.12)
Requirement already satisfied: networkx in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.2.1)
Requirement already satisfied: jinja2 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.1.2)
Requirement already satisfied: fsspec in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (2023.10.0)
Requirement already satisfied: requests in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (2.31.0)
Requirement already satisfied: tqdm>=4.42.1 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (4.66.1)
Requirement already satisfied: packaging>=20.9 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (23.2)
Requirement already satisfied: numpy in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision->timm->-r requirements.txt (line 2)) (1.26.2)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision->timm->-r requirements.txt (line 2)) (9.5.0)
Requirement already satisfied: colorama in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from tqdm>=4.42.1->huggingface-hub->timm->-r requirements.txt (line 2)) (0.4.6)
Requirement already satisfied: MarkupSafe>=2.0 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from jinja2->torch>=1.7->timm->-r requirements.txt (line 2)) (2.1.3)
Requirement already satisfied: charset-normalizer<4,>=2 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (1.26.18)
Requirement already satisfied: certifi>=2017.4.17 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (2023.7.22)
Requirement already satisfied: mpmath>=0.19 in g:\comfyui_windows_portable\python_embeded\lib\site-packages (from sympy->torch>=1.7->timm->-r requirements.txt (line 2)) (1.3.0)
Using pytorch cross attention
[tinyterraNodes] Loaded
[comfy_mtb] | INFO -> loaded 63 nodes successfuly
[comfy_mtb] | INFO -> Some nodes (4) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.
Total VRAM 24564 MB, total RAM 32628 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
VAE dtype: torch.bfloat16
G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\failfast-comfyui-extensions\extensions
G:\ComfyUI_windows_portable\ComfyUI\web\extensions\failfast-comfyui-extensions
G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\NodeGPT\AutoUpdate.json
[Power Noise Suite]: 🦚🦚🦚 MooOoo!!! 🦚🦚🦚
[Power Noise Suite]: Tamed 11 wild nodes.

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

Traceback (most recent call last):
  File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1887, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\sd-webui-extensions-updater\\__init__.py'

Cannot import G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-webui-extensions-updater module for custom nodes: [Errno 2] No such file or directory: 'G:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\sd-webui-extensions-updater\\__init__.py'
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 `G:\ComfyUI_windows_portable\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 most powerful tool we have to connect with the world and express our individuality." - Unknown

Import times for custom nodes:
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\style_aligned_comfy
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg_custom_core
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl-recommended-res-calc
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_cspnodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlNet-LLLite-ComfyUI
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi-NoodleWebcam
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_sd_krita_plugin_nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Advanced-Noise
   0.0 seconds (IMPORT FAILED): G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-webui-extensions-updater
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\lora-info
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-composer
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PowerNoiseSuite
   0.0 seconds (IMPORT FAILED): G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\.git
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\demofusion-comfyui
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-portrait-master
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-reader-node
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\failfast-comfyui-extensions
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LCM
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MagicAnimate
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes
   0.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-control
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost
   0.1 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
   0.2 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-browser
   0.2 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-dnl13-seg
   0.2 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR
   0.2 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\NodeGPT
   0.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\-----------ComfyUI-Manager
   0.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
   0.5 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
   1.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt
   1.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Vextra-Nodes
   1.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
   1.3 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
   1.9 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
   4.0 seconds: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet

Starting server

To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\-----------ComfyUI-Manager\extension-node-map.json
Error: OpenAI API key is invalid OpenAI features wont work for you
QualityOfLifeSuit_Omar92::NSP ready
thinker88 commented 4 months ago

I did test it with a fresh version and it works fine, my guess is that I have other custom nodes that are not happy when installing yours

drwootton commented 4 months ago

Here are my logs, with and without the ComfyUI_0246 extension installed. with_0246.log without_0246.log

Trung0246 commented 4 months ago

@drwootton can you confirm fresh version of ComfyUI without any plugins then add back 0246 and Manager and see if that works on your side.

Trung0246 commented 4 months ago

For @thinker88 can you do something like this?

Before starting comfy server, open a stub page like http://example.com.

Then open the JS console by pressing Ctrl+shift+i.

Then start comfy. When a new tab opened, copy the address, then close that one. Then just go to the stub tab then paste the comfy GUI address in.

Wait for a couple minutes. Then can you copy and post the console log here?

I'm suspecting it's something to do with client side.

drwootton commented 4 months ago

I did the following

  1. Clone new copy of ComfyUI
  2. Create a virtual environment
  3. Activate the virtual environment
  4. pip install -r requirements.txt in the top level ComfyUI directory
  5. Created a symlink from my existing ComfyUI models directory to replace the models directory in my new clone
  6. Started ComfyUI
  7. Created a simple workflow, ran it and it worked
  8. Killed ComfyUI
  9. Cloned the ComfyUI-Manager repo in the custom_nodes directory
  10. cd to the top level ComfyUI-Manager directory
  11. pip install -r requirements.txt
  12. Start ComfyUI
  13. The manager option is available in the UI and my basic workflow still works, no problems
  14. Install the ComfyUI-0246 extension using the ComfyUI manager
  15. Restart ComfyUI and run the same workflow, still works correctly

I don't know what's going on here, but in my complete ComfyUI install the presence or absence of the ComfyUI-0246 extension breaks ComfyUI as noted above with no manager, and all workflow nodes colored red.

I also don't know Python that well or how ComfyUI works, but from my experience as a C programmer, a recent (within a week or two) commit either has function, variable or class name that collides with something else in a global namespace, or a recent commit registered something to a ComfyUI service that it didn't before and that clobbered something.

An remote possibility is that this is somehow order dependent in the way the custom_nodes directory is searched to find extensions is affected by the order of what extension thye search finds first

Trung0246 commented 4 months ago

Hm looks like on both cases some other custom nodes are in conflict with 0246. I'll probably try to find which common custom nodes cause it.

Trung0246 commented 4 months ago

Attempted to check similar custom nodes installed on both cases, these appeared:

ComfyUI_IPAdapter_plus
efficiency-nodes-comfyui
ComfyUI-VideoHelperSuite
comfyui_controlnet_aux
cg-use-everywhere
comfyui-tooling-nodes
PowerNoiseSuite
ComfyMath
ComfyUI-Custom-Scripts
ComfyUI_FizzNodes
ComfyUI_UltimateSDUpscale
ComfyUI-Frame-Interpolation
ComfyUI-AnimateDiff-Evolved
rgthree-comfy
Derfuu_ComfyUI_ModdedNodes
ComfyUI_Comfyroll_CustomNodes
ComfyUI-Inspire-Pack
facerestore_cf
ComfyUI-Easy-Use
ComfyUI-Impact-Pack
ComfyUI_tinyterraNodes
was-node-suite-comfyui

So I guess that boil down the conflict a bit.

thinker88 commented 4 months ago

Removing ComfyUI-Easy-Use (https://github.com/yolain/ComfyUI-Easy-Use), Manager and ComfyUI-0246 seems to work fine together