Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI [Team travelling; No release between 2024-09-28 and 2024-09-30]
https://www.comfy.org/
GNU General Public License v3.0
474 stars 63 forks source link

[Bug]: when applying custom_frontend,UI can't work;when don't apply it ,UI works well. #291

Closed metsweet999 closed 1 month ago

metsweet999 commented 1 month ago

Frontend Version

1.2.9

Expected Behavior

apply frontend in https://github.com/Comfy-Org/ComfyUI_frontend, to fix some UI problems that was fixed in https://github.com/Comfy-Org/ComfyUI_frontend but not fixed in https://github.com/comfyanonymous/ComfyUI.

Actual Behavior

when use " "E:\ComfyUI_Max\python_embeded\python.exe" -u -s "E:\ComfyUI_Max\ComfyUI\main.py" --windows-standalone-build pause " in run_nvidia.bat, works well, UI displays normally.

when use " "E:\ComfyUI_Max\python_embeded\python.exe" -u -s "E:\ComfyUI_Max\ComfyUI\main.py" --windows-standalone-build --front-end-version Comfy-Org/ComfyUI_frontend@latest pause " in run_nvidia.bat, saw "Downloading frontend(Comfy-Org_ComfyUI_frontend) version(1.2.9) to (E:\ComfyUI_Max\ComfyUI\web_custom_versions\Comfy-Org_ComfyUI_frontend\1.2.9)" in console info, and a success was displayed, files also can be seen in "E:\ComfyUI_Max\ComfyUI\web_custom_versions\Comfy-Org_ComfyUI_frontend\1.2.9", UI was opened at http://127.0.0.1:8188/, but nothing displays. when restart the 2nd time ,still, UI was opened at http://127.0.0.1:8188/, but nothing displays.

image

image

Steps to Reproduce

i think maybe can't be more detailed than described in "Actual Behavior"colummn.

Debug Logs

E:\ComfyUI_Max>"E:\ComfyUI_Max\python_embeded\python.exe" -u -s "E:\ComfyUI_Max\ComfyUI\main.py" --windows-standalone-build --front-end-version Comfy-Org/ComfyUI_frontend@latest
[START] Security scan
WARNING: Ignoring invalid distribution ~nnxruntime (E:\ComfyUI_Max\python_embeded\Lib\site-packages)
[DONE] Security scan
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-08-04 13:07:37.214339
** 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: E:\ComfyUI_Max\python_embeded\python.exe
** ComfyUI Path: E:\ComfyUI_Max\ComfyUI
** Log path: E:\ComfyUI_Max\comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Marigold
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\rgthree-comfy
   2.2 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 8192 MB, total RAM 32581 MB
pytorch version: 2.2.0+cu121
E:\ComfyUI_Max\python_embeded\Lib\site-packages\requests\__init__.py:109: RequestsDependencyWarning: urllib3 (2.2.2) or chardet (5.2.0)/charset_normalizer (2.1.1) doesn't match a supported version!
  warnings.warn(
xformers version: 0.0.24
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
Using xformers cross attention
[Prompt Server] web root: E:\ComfyUI_Max\ComfyUI\web_custom_versions\Comfy-Org_ComfyUI_frontend\1.2.9
Adding extra search path checkpoints E:/sd-webui-aki/sd-webui-aki-v4.8/models/Stable-diffusion
Adding extra search path configs E:/sd-webui-aki/sd-webui-aki-v4.8/models/Stable-diffusion
Adding extra search path vae E:/sd-webui-aki/sd-webui-aki-v4.8/models/VAE
Adding extra search path loras E:/sd-webui-aki/sd-webui-aki-v4.8/models/Lora
Adding extra search path loras E:/sd-webui-aki/sd-webui-aki-v4.8/models/LyCORIS
Adding extra search path upscale_models E:/sd-webui-aki/sd-webui-aki-v4.8/models/ESRGAN
Adding extra search path upscale_models E:/sd-webui-aki/sd-webui-aki-v4.8/models/RealESRGAN
Adding extra search path upscale_models E:/sd-webui-aki/sd-webui-aki-v4.8/models/SwinIR
Adding extra search path embeddings E:/sd-webui-aki/sd-webui-aki-v4.8/embeddings
Adding extra search path hypernetworks E:/sd-webui-aki/sd-webui-aki-v4.8/models/hypernetworks
Adding extra search path controlnet E:/sd-webui-aki/sd-webui-aki-v4.8/models/ControlNet
Web extensions folder found at E:\ComfyUI_Max\ComfyUI\web\extensions\ComfyLiterals
[Allor]: v.2 : 14bff6a
[START] Security scan
WARNING: Ignoring invalid distribution ~nnxruntime (E:\ComfyUI_Max\python_embeded\Lib\site-packages)
[DONE] Security scan
[ComfyUI-Manager] Logging failed: [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'comfyui.log' -> 'comfyui.prev.log'
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-08-04 13:07:45.245126
** 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: E:\ComfyUI_Max\python_embeded\python.exe
** ComfyUI Path: E:\ComfyUI_Max\ComfyUI
** Log path: E:\ComfyUI_Max\comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Marigold
   1.9 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Manager

[Allor]: Attention! You are currently using an unstable main update branch.
         This branch is intended for the development of Allor v.2.

         Please be aware that changes made in Allor v.2 may disrupt your current workflow.
         Nodes may be renamed, parameters within them may be altered or even removed.

         If backward compatibility of your workflow is important to you, consider this.
         You can change the branch_name_param parameter to v1 in your config_json.

         If you are prepared for potential changes, you can modify your configuration file.
         To accept, switch the confirm_unstable_param parameter in your config_json to true.
         This will result in this warning no longer appearing.

[Allor]: We appreciate your support and understanding during this transition period.
         Thank you and welcome to Allor v.2.

[Allor]: 0 nodes were overridden.
[Allor]: 12 modules were enabled.
[Allor]: 98 nodes were loaded.
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using ckpts path: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using symlinks: False
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
  warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")
Adding E:\ComfyUI_Max\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 E:\ComfyUI_Max\ComfyUI\custom_nodes\efficiency-nodes-comfyui
Loaded ControlNetPreprocessors nodes from E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui_controlnet_aux
Loaded AdvancedControlNet nodes from E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
Could not find AnimateDiff nodes
Loaded IPAdapter nodes from E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
Loaded VideoHelperSuite from E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
### Loading: ComfyUI-Impact-Pack (V5.18.16)
[WARN] ComfyUI-Impact-Pack: custom_wildcards path not found: C:\AI\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\custom_wildcards. Using default path.
### Loading: ComfyUI-Impact-Pack (Subpack: V0.6)
### Loading: ComfyUI-Impact-Pack (V5.18.16)
[Impact Pack] Wildcards loading done.
Loaded ImpactPack nodes from E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
[Impact Pack] Wildcards loading done.
[Crystools INFO] Crystools version: 1.15.0
[Crystools INFO] CPU: Unknown - Arch: Unknown - OS: Windows 10
[Crystools INFO] Pynvml (Nvidia) initialized.
[Crystools INFO] GPU/s:
[Crystools INFO] 0) NVIDIA GeForce RTX 3060
[Crystools INFO] NVIDIA Driver: 552.44
Comfy-Easy-Use v1.2.1: Loaded
Total VRAM 8192 MB, total RAM 32581 MB
pytorch version: 2.2.0+cu121
xformers version: 0.0.24
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
E:\ComfyUI_Max\python_embeded\Lib\site-packages\diffusers\models\dual_transformer_2d.py:20: FutureWarning: `DualTransformer2DModel` is deprecated and will be removed in version 0.29. Importing `DualTransformer2DModel` from `diffusers.models.dual_transformer_2d` is deprecated and this will be removed in a future version. Please use `from diffusers.models.transformers.dual_transformer_2d import DualTransformer2DModel`, instead.
  deprecate("DualTransformer2DModel", "0.29", deprecation_message)
E:\ComfyUI_Max\python_embeded\Lib\site-packages\diffusers\models\transformer_2d.py:20: FutureWarning: `Transformer2DModelOutput` is deprecated and will be removed in version 0.29. Importing `Transformer2DModelOutput` from `diffusers.models.transformer_2d` is deprecated and this will be removed in a future version. Please use `from diffusers.models.transformers.transformer_2d import Transformer2DModelOutput`, instead.
  deprecate("Transformer2DModelOutput", "0.29", deprecation_message)
E:\ComfyUI_Max\python_embeded\Lib\site-packages\diffusers\models\transformer_2d.py:25: FutureWarning: `Transformer2DModel` is deprecated and will be removed in version 0.29. Importing `Transformer2DModel` from `diffusers.models.transformer_2d` is deprecated and this will be removed in a future version. Please use `from diffusers.models.transformers.transformer_2d import Transformer2DModel`, instead.
  deprecate("Transformer2DModel", "0.29", deprecation_message)
### Loading: ComfyUI-Impact-Pack (V5.18.16)
[Impact Pack] Wildcards loading done.
### Loading: ComfyUI-Inspire-Pack (V0.82.5)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
E:\ComfyUI_Max\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)
### Loading: ComfyUI-Manager (V2.48.2)
### ComfyUI Revision: 2453 [7cd0cdfc] *DETACHED | Released on '2024-08-02'
[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/github-stats.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
--------------
 ### Mixlab Nodes: Loaded
ChatGPT.available True
edit_mask.available True
LaMaInpainting.available True
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
ClipInterrogator.available False
PromptGenerate.available True
ChinesePrompt.available True
RembgNode_.available True
ffmpeg could not be found. Using ffmpeg from imageio-ffmpeg.
TripoSR.available
 --------------
Failed to auto update `Quality of Life Suit`
QualityOfLifeSuit_Omar92_DIR: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
[ReActor] - STATUS - Running v0.5.1-a6 in ComfyUI
Torch version: 2.2.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
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
Workspace manager - Openning file hash dict
🦄🦄Loading: Workspace Manager (V2.1.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
------------------------------------------
### [START] ComfyUI AlekPet Nodes ###
Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading]
Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading]
Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading]
Node -> ExtrasNode: PreviewTextNode, HexToHueNode, ColorsCorrectNode [Loading]
Node -> PoseNode: PoseNode [Loading]
Node -> IDENode: IDENode [Loading]
Node -> PainterNode: PainterNode [Loading]
### [END] ComfyUI AlekPet Nodes ###
# 😺dzNodes: LayerStyle -> Invalid FONT directory, default to be used. check E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini
# 😺dzNodes: LayerStyle -> Invalid LUT directory, default to be used. check E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini
# 😺dzNodes: LayerStyle -> Find 1 LUTs in E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut
# 😺dzNodes: LayerStyle -> Find 1 Fonts in E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font
[comfy_mtb] | INFO -> loaded 80 nodes successfuly
[comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.

[rgthree] Loaded 40 epic nodes.

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 installed.
WAS Node Suite: Finished. Loaded 218 nodes successfully.

        "Art is not freedom from discipline, but disciplined freedom." - John F. Kennedy

Import times for custom nodes:
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\Cup-ClipBoard
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_ResolutionSelector
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\sdxl_prompt_styler
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-openpose-editor
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\cg-use-everywhere
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_Noise
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui-prompt-composer
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Eagle-PNGInfo
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_TiledKSampler
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\efficiency-nodes-comfyui
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Logic
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\masquerade-nodes-comfyui
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\stability-ComfyUI-nodes
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_VisualStylePrompting
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_densediffusion
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_InstantID
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyLiterals
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui-lama-remover
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui_controlnet_aux
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_omost
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui-portrait-master
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui-inpaint-nodes
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Video-Matting
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_essentials
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\Comfy_KepListStuff
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-IC-Light
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-KJNodes
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfy-qr
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Marigold
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfy_mtb
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui-workspace-manager
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui_bmad_nodes
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_smZNodes
   0.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
   0.1 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-IDM-VTON
   0.1 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui_segment_anything
   0.1 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
   0.1 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
   0.2 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui-reactor-node
   0.3 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Anyline
   0.3 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Crystools
   0.3 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.4 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\clipseg.py
   0.6 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_LayerStyle
   0.7 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Manager
   0.8 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyMath
   1.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Vextra-Nodes
   1.1 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui-mixlab-nodes
   1.2 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-SUPIR
   1.9 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
   2.2 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\comfyui-art-venture
   3.0 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\was-node-suite-comfyui
   3.9 seconds: E:\ComfyUI_Max\ComfyUI\custom_nodes\ComfyUI-Allor

Starting server
To see the GUI go to: http://192.168.0.101:8188 or http://127.0.0.1:8188
To see the GUI go to: https://192.168.0.101:8189 or https://127.0.0.1:8189

Browser Logs

litegraph.css:1

   Failed to load resource: the server responded with a status of 404 (Not Found)

materialdesignicons.min.css:1

   Failed to load resource: the server responded with a status of 404 (Not Found)

style.css:1

   Failed to load resource: the server responded with a status of 404 (Not Found)

litegraph.core.js:1

   Failed to load resource: the server responded with a status of 404 (Not Found)

litegraph.extensions.js:1

   Failed to load resource: the server responded with a status of 404 (Not Found)

127.0.0.1/:1 Error handling response: TypeError: Cannot read properties of undefined (reading 'isM3U8Video') at chrome-extension://ncennffkjdiamlpmcbajkmaiiiddgioo/assets/content.js-34284acd.js:1:20524 127.0.0.1/:1 Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist. 127.0.0.1/:1 Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist. 127.0.0.1/:1 Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist. 127.0.0.1/:1 Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist. content.js-34284acd.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'exception') at content.js-34284acd.js:1:33968 app.js:2 Uncaught TypeError: Cannot read properties of undefined (reading 'app') at app.js:2:52 litegraph.css:1

   Failed to load resource: the server responded with a status of 404 (Not Found)

materialdesignicons.min.css:1

   Failed to load resource: the server responded with a status of 404 (Not Found)

style.css:1

   Failed to load resource: the server responded with a status of 404 (Not Found)

What browsers do you use to access the UI ?

No response

Other

No response

metsweet999 commented 1 month ago

and later i have tried to copy data in "E:\ComfyUI_Max\ComfyUI\web_custom_versions\Comfy-Org_ComfyUI_frontend\1.2.9" directly to "E:\ComfyUI_Max\ComfyUI\web", using " "E:\ComfyUI_Max\python_embeded\python.exe" -u -s "E:\ComfyUI_Max\ComfyUI\main.py" --windows-standalone-build pause " in run_nvidia.bat file, same result, UI opened in brower, but all black, nothing displayed. image

huchenlei commented 1 month ago

Did you try disable all custom nodes according to instructions?

You might also want to clear browser cache as these 404 likely comes from browser loading cached index.html

huchenlei commented 1 month ago

image

metsweet999 commented 1 month ago

had just tried ur method: disable cache and refresh brower.

worked! thank u for all great works. the new frontend is beautiful.