comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
57.57k stars 6.1k forks source link

After update all comfyui requirement repeat every time it load #2975

Open kakachiex2 opened 8 months ago

kakachiex2 commented 8 months ago

After update all in ComfyUI requirement repeat every time it load

K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( 2024-03-05 00:53:30.815453: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0. 2024-03-05 00:53:31.797555: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0. K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-3D-Pack\lgm\core\attention.py:22: UserWarning: xFormers is available (Attention) warnings.warn("xFormers is available (Attention)") K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( [Crystools INFO] Crystools version: 1.11.0 [Crystools INFO] CPU: AMD Ryzen 7 2700X Eight-Core Processor - Arch: AMD64 - OS: Windows 10 [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 2060 [Crystools INFO] NVIDIA Driver: 546.33 K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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.0): Loaded

Loading: ComfyUI-Impact-Pack (V4.83.1)

Loading: ComfyUI-Impact-Pack (Subpack: V0.4)

[Impact Pack] Wildcards loading done. K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node(

Loading: ComfyUI-Manager (V2.9)

ComfyUI Revision: 2046 [a38b9b3a] | Released on '2024-03-04'

[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/custom-node-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: K:\ComfyUI\ComfyUI_Ex\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

clip_interrogator_model not found: K:\ComfyUI\ComfyUI_Ex\ComfyUI\models\clip_interrogator/Salesforce/blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base

ClipInterrogator.available True

text_generator_model not found: K:\ComfyUI\ComfyUI_Ex\ComfyUI\models\prompt_generator/text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main

zh_en_model not found: K:\ComfyUI\ComfyUI_Ex\ComfyUI\models\prompt_generator/opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main

PromptGenerate.available True ChinesePrompt.available True RembgNode_.available True

[ReActor] - STATUS - Running v0.4.1-b11 in ComfyUI Torch version: 2.2.0+cu121 3D OpenPose Editor: Loaded

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: K:\ComfyUI\ComfyUI_Ex\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 Pillow已安装,且版本为10.1.0。 huggingface_hub已安装,但版本0.16.4不符合要求的0.20.1,将尝试安装正确版本。 Requirement already satisfied: huggingface_hub==0.20.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (0.20.1) Requirement already satisfied: filelock in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (3.13.1) Requirement already satisfied: fsspec>=2023.5.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (2024.2.0) Requirement already satisfied: requests in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (2.28.1) Requirement already satisfied: tqdm>=4.42.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (4.66.1) Requirement already satisfied: pyyaml>=5.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (6.0.1) Requirement already satisfied: typing-extensions>=3.7.4.3 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (4.10.0) Requirement already satisfied: packaging>=20.9 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (23.2) Requirement already satisfied: colorama in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from tqdm>=4.42.1->huggingface_hub==0.20.1) (0.4.6) Requirement already satisfied: charset-normalizer<3,>=2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface_hub==0.20.1) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface_hub==0.20.1) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface_hub==0.20.1) (1.26.13) Requirement already satisfied: certifi>=2017.4.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface_hub==0.20.1) (2022.12.7) huggingface_hub已更新至版本0.20.1。 transformers已安装,但版本4.31.0不符合要求的4.36.2,将尝试安装正确版本。 Requirement already satisfied: transformers==4.36.2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (4.36.2) Requirement already satisfied: filelock in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (3.13.1) Requirement already satisfied: huggingface-hub<1.0,>=0.19.3 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (0.20.1) Requirement already satisfied: numpy>=1.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (1.26.4) Requirement already satisfied: packaging>=20.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (23.2) Requirement already satisfied: pyyaml>=5.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (6.0.1) Requirement already satisfied: regex!=2019.12.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (2023.12.25) Requirement already satisfied: requests in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (2.28.1) Requirement already satisfied: tokenizers<0.19,>=0.14 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (0.15.2) Requirement already satisfied: safetensors>=0.3.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (0.4.2) Requirement already satisfied: tqdm>=4.27 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (4.66.1) Requirement already satisfied: fsspec>=2023.5.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub<1.0,>=0.19.3->transformers==4.36.2) (2024.2.0) Requirement already satisfied: typing-extensions>=3.7.4.3 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub<1.0,>=0.19.3->transformers==4.36.2) (4.10.0) Requirement already satisfied: colorama in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from tqdm>=4.27->transformers==4.36.2) (0.4.6) Requirement already satisfied: charset-normalizer<3,>=2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->transformers==4.36.2) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->transformers==4.36.2) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->transformers==4.36.2) (1.26.13) Requirement already satisfied: certifi>=2017.4.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->transformers==4.36.2) (2022.12.7) transformers已更新至版本4.36.2。 einops已安装,但版本0.6.0不符合要求的0.7.0,将尝试安装正确版本。 Requirement already satisfied: einops==0.7.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (0.7.0) einops已更新至版本0.7.0。 torchvision is already installed. accelerate已安装,但版本0.21.0不符合要求的0.25.0,将尝试安装正确版本。 Requirement already satisfied: accelerate==0.25.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (0.25.0) Requirement already satisfied: numpy>=1.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (1.26.4) Requirement already satisfied: packaging>=20.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (23.2) Requirement already satisfied: psutil in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (5.9.8) Requirement already satisfied: pyyaml in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (6.0.1) Requirement already satisfied: torch>=1.10.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (2.2.0+cu121) Requirement already satisfied: huggingface-hub in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (0.20.1) Requirement already satisfied: safetensors>=0.3.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (0.4.2) Requirement already satisfied: filelock in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (3.13.1) Requirement already satisfied: typing-extensions>=4.8.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (4.10.0) Requirement already satisfied: sympy in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (1.12) Requirement already satisfied: networkx in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (3.2.1) Requirement already satisfied: jinja2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (3.1.2) Requirement already satisfied: fsspec in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (2024.2.0) Requirement already satisfied: requests in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->accelerate==0.25.0) (2.28.1) Requirement already satisfied: tqdm>=4.42.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->accelerate==0.25.0) (4.66.1) Requirement already satisfied: colorama in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from tqdm>=4.42.1->huggingface-hub->accelerate==0.25.0) (0.4.6) Requirement already satisfied: MarkupSafe>=2.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from jinja2->torch>=1.10.0->accelerate==0.25.0) (2.1.3) Requirement already satisfied: charset-normalizer<3,>=2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->accelerate==0.25.0) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->accelerate==0.25.0) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->accelerate==0.25.0) (1.26.13) Requirement already satisfied: certifi>=2017.4.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->accelerate==0.25.0) (2022.12.7) Requirement already satisfied: mpmath>=0.19 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from sympy->torch>=1.10.0->accelerate==0.25.0) (1.3.0) accelerate已更新至版本0.25.0。 timm已安装,但版本0.6.13不符合要求的0.9.12,将尝试安装正确版本。 Requirement already satisfied: timm==0.9.12 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (0.9.12) Requirement already satisfied: torch>=1.7 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (2.2.0+cu121) Requirement already satisfied: torchvision in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (0.17.0+cu121) Requirement already satisfied: pyyaml in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (6.0.1) Requirement already satisfied: huggingface-hub in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (0.20.1) Requirement already satisfied: safetensors in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (0.4.2) Requirement already satisfied: filelock in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (3.13.1) Requirement already satisfied: typing-extensions>=4.8.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (4.10.0) Requirement already satisfied: sympy in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (1.12) Requirement already satisfied: networkx in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (3.2.1) Requirement already satisfied: jinja2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (3.1.2) Requirement already satisfied: fsspec in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (2024.2.0) Requirement already satisfied: requests in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->timm==0.9.12) (2.28.1) Requirement already satisfied: tqdm>=4.42.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->timm==0.9.12) (4.66.1) Requirement already satisfied: packaging>=20.9 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->timm==0.9.12) (23.2) Requirement already satisfied: numpy in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torchvision->timm==0.9.12) (1.26.4) Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torchvision->timm==0.9.12) (10.2.0) Requirement already satisfied: colorama in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from tqdm>=4.42.1->huggingface-hub->timm==0.9.12) (0.4.6) Requirement already satisfied: MarkupSafe>=2.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from jinja2->torch>=1.7->timm==0.9.12) (2.1.3) Requirement already satisfied: charset-normalizer<3,>=2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->timm==0.9.12) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->timm==0.9.12) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->timm==0.9.12) (1.26.13) Requirement already satisfied: certifi>=2017.4.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->timm==0.9.12) (2022.12.7) Requirement already satisfied: mpmath>=0.19 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from sympy->torch>=1.7->timm==0.9.12) (1.3.0) timm已更新至版本0.9.12。

kakachiex2 commented 8 months ago

And every time I click queue prompt nothing happen.

kakachiex2 commented 8 months ago

And this is at the end :

[tinyterraNodes] Loaded [comfy_mtb] | INFO -> loaded 64 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. Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success! K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\failfast-comfyui-extensions\extensions K:\ComfyUI\ComfyUI_Ex\ComfyUI\web\extensions\failfast-comfyui-extensions 2024-03-05 01:04:53.675 | WARNING | Jovimetrix.nodes.utility::49 - no gifski support

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

Total VRAM 6144 MB, total RAM 65488 MB xformers version: 0.0.24 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 2060 : cudaMallocAsync VAE dtype: torch.float32

Import times for custom nodes: 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\kohya_hiresfix.py 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-SDXL-EmptyLatentImage 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\cg-use-everywhere 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Image-Captioning-in-ComfyUI 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Lora-Training-in-Comfy 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_Cutoff 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_3dPoseEditor 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\cg-image-picker 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui-tooling-nodes 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-SVD-ZHO 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Selector-CoInput-Multilingual 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-I2VGenXL 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-layerdiffusion 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\CrasHUtils 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Crystools-save 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-ZHO 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\failfast-comfyui-extensions 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\wlsh_nodes 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\efficiency-nodes-comfyui 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\rgthree-comfy 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Diffusers-X-Adapter 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_essentials 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-KJNodes 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfy_mtb 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Easy-Use 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui-reactor-node 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_smZNodes 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 0.3 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 0.5 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-InstantID 0.7 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_Seg_VITON 0.8 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Manager 0.9 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-SUPIR 1.4 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Jovimetrix 1.6 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-3D-Pack 1.9 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui-mixlab-nodes 3.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Crystools 4.2 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\a-person-mask-generator 37.7 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Comfyui_image2prompt

https_key OK: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui-mixlab-nodes\https\certificate.crt K:\ComfyUI\ComfyUI_Ex\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 [comfy_mtb] | WARNING -> > No fonts found in the comfy folder, place at least one font file somewhere in ComfyUI's hierarchy FETCH DATA from: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [comfy_mtb] | WARNING -> > No fonts found in the comfy folder, place at least one font file somewhere in ComfyUI's hierarchy

read_workflow_json_files_all K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui-mixlab-nodes\app\

ltdrdata commented 8 months ago

Disable all custom nodes and try again.

kakachiex2 commented 8 months ago

ok

kakachiex2 commented 8 months ago

I found that ComfyUI-layerdiffusion and ComfyUI-Diffusers-X-Adapter are the one causing this problem know is less but this happens after updating comfyui here is the new message.

K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( xformers version: 0.0.24 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 2060 : cudaMallocAsync VAE dtype: torch.float32 Using xformers cross attention K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-3D-Pack\lgm\core\attention.py:22: UserWarning: xFormers is available (Attention) warnings.warn("xFormers is available (Attention)") K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( [Crystools INFO] Crystools version: 1.11.0 [Crystools INFO] CPU: AMD Ryzen 7 2700X Eight-Core Processor - Arch: AMD64 - OS: Windows 10 [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 2060 [Crystools INFO] NVIDIA Driver: 546.33 K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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.0): Loaded K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node(

Loading: ComfyUI-Impact-Pack (V4.83.1)

Loading: ComfyUI-Impact-Pack (Subpack: V0.4)

[Impact Pack] Wildcards loading done. K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node(

Loading: ComfyUI-Manager (V2.9)

ComfyUI Revision: 2046 [a38b9b3a] | Released on '2024-03-04'

kakachiex2 commented 8 months ago

I remove all extension and leave only the manager and tinyterra an other K:\ComfyUI\ComfyUI_Ex\ComfyUI>K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\python.exe -s K:\ComfyUI\ComfyUI_Ex\ComfyUI\main.py ComfyUI startup time: 2024-03-05 19:30:03.522624 Platform: Windows Python version: 3.11.8 | packaged by Anaconda, Inc. | (main, Feb 26 2024, 21:34:05) [MSC v.1916 64 bit (AMD64)] Python executable: K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\python.exe ** Log path: K:\ComfyUI\ComfyUI_Ex\ComfyUI\comfyui.log

Prestartup times for custom nodes: 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 6144 MB, total RAM 65488 MB K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( xformers version: 0.0.24 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 2060 : cudaMallocAsync VAE dtype: torch.float32 Using xformers cross attention K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( [Crystools INFO] Crystools version: 1.11.0 [Crystools INFO] CPU: AMD Ryzen 7 2700X Eight-Core Processor - Arch: AMD64 - OS: Windows 10 [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 2060 [Crystools INFO] NVIDIA Driver: 546.33

Loading: ComfyUI-Manager (V2.9)

ComfyUI Revision: 2046 [a38b9b3a] | Released on '2024-03-04'

[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/custom-node-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [tinyterraNodes] Loaded

Import times for custom nodes: 0.4 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Manager 1.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 3.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Crystools

Starting server

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

wangfeng35 commented 8 months ago

try to pip install diffusers==0.25.0

kakachiex2 commented 8 months ago

If I install diffuser 0.25 it will make some extension unstable and even not load I prefer to keep the warning is not a big problem looks like some extensions are using function that are deprecate or will be deprecate.

Pauweltje commented 8 months ago

After update all in ComfyUI requirement repeat every time it load

K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( 2024-03-05 00:53:30.815453: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0. 2024-03-05 00:53:31.797555: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0. K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-3D-Pack\lgm\core\attention.py:22: UserWarning: xFormers is available (Attention) warnings.warn("xFormers is available (Attention)") K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( [Crystools INFO] Crystools version: 1.11.0 [Crystools INFO] CPU: AMD Ryzen 7 2700X Eight-Core Processor - Arch: AMD64 - OS: Windows 10 [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 2060 [Crystools INFO] NVIDIA Driver: 546.33 K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytree_node( K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\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.0): Loaded

Loading: ComfyUI-Impact-Pack (V4.83.1)

Loading: ComfyUI-Impact-Pack (Subpack: V0.4)

[Impact Pack] Wildcards loading done. K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node(

Loading: ComfyUI-Manager (V2.9)

ComfyUI Revision: 2046 [a38b9b3] | Released on '2024-03-04'

[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/custom-node-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: K:\ComfyUI\ComfyUI_Ex\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

clip_interrogator_model not found: K:\ComfyUI\ComfyUI_Ex\ComfyUI\models\clip_interrogator/Salesforce/blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base

ClipInterrogator.available True

text_generator_model not found: K:\ComfyUI\ComfyUI_Ex\ComfyUI\models\prompt_generator/text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main

zh_en_model not found: K:\ComfyUI\ComfyUI_Ex\ComfyUI\models\prompt_generator/opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main

PromptGenerate.available True

ChinesePrompt.available True RembgNode_.available True

[ReActor] - STATUS - Running v0.4.1-b11 in ComfyUI

Torch version: 2.2.0+cu121 3D OpenPose Editor: Loaded

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: K:\ComfyUI\ComfyUI_Ex\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 Pillow已安装,且版本为10.1.0。 huggingface_hub已安装,但版本0.16.4不符合要求的0.20.1,将尝试安装正确版本。 Requirement already satisfied: huggingface_hub==0.20.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (0.20.1) Requirement already satisfied: filelock in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (3.13.1) Requirement already satisfied: fsspec>=2023.5.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (2024.2.0) Requirement already satisfied: requests in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (2.28.1) Requirement already satisfied: tqdm>=4.42.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (4.66.1) Requirement already satisfied: pyyaml>=5.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (6.0.1) Requirement already satisfied: typing-extensions>=3.7.4.3 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (4.10.0) Requirement already satisfied: packaging>=20.9 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface_hub==0.20.1) (23.2) Requirement already satisfied: colorama in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from tqdm>=4.42.1->huggingface_hub==0.20.1) (0.4.6) Requirement already satisfied: charset-normalizer<3,>=2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface_hub==0.20.1) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface_hub==0.20.1) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface_hub==0.20.1) (1.26.13) Requirement already satisfied: certifi>=2017.4.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface_hub==0.20.1) (2022.12.7) huggingface_hub已更新至版本0.20.1。 transformers已安装,但版本4.31.0不符合要求的4.36.2,将尝试安装正确版本。 Requirement already satisfied: transformers==4.36.2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (4.36.2) Requirement already satisfied: filelock in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (3.13.1) Requirement already satisfied: huggingface-hub<1.0,>=0.19.3 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (0.20.1) Requirement already satisfied: numpy>=1.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (1.26.4) Requirement already satisfied: packaging>=20.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (23.2) Requirement already satisfied: pyyaml>=5.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (6.0.1) Requirement already satisfied: regex!=2019.12.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (2023.12.25) Requirement already satisfied: requests in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (2.28.1) Requirement already satisfied: tokenizers<0.19,>=0.14 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (0.15.2) Requirement already satisfied: safetensors>=0.3.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (0.4.2) Requirement already satisfied: tqdm>=4.27 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from transformers==4.36.2) (4.66.1) Requirement already satisfied: fsspec>=2023.5.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub<1.0,>=0.19.3->transformers==4.36.2) (2024.2.0) Requirement already satisfied: typing-extensions>=3.7.4.3 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub<1.0,>=0.19.3->transformers==4.36.2) (4.10.0) Requirement already satisfied: colorama in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from tqdm>=4.27->transformers==4.36.2) (0.4.6) Requirement already satisfied: charset-normalizer<3,>=2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->transformers==4.36.2) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->transformers==4.36.2) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->transformers==4.36.2) (1.26.13) Requirement already satisfied: certifi>=2017.4.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->transformers==4.36.2) (2022.12.7) transformers已更新至版本4.36.2。 einops已安装,但版本0.6.0不符合要求的0.7.0,将尝试安装正确版本。 Requirement already satisfied: einops==0.7.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (0.7.0) einops已更新至版本0.7.0。 torchvision is already installed. accelerate已安装,但版本0.21.0不符合要求的0.25.0,将尝试安装正确版本。 Requirement already satisfied: accelerate==0.25.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (0.25.0) Requirement already satisfied: numpy>=1.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (1.26.4) Requirement already satisfied: packaging>=20.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (23.2) Requirement already satisfied: psutil in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (5.9.8) Requirement already satisfied: pyyaml in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (6.0.1) Requirement already satisfied: torch>=1.10.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (2.2.0+cu121) Requirement already satisfied: huggingface-hub in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (0.20.1) Requirement already satisfied: safetensors>=0.3.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from accelerate==0.25.0) (0.4.2) Requirement already satisfied: filelock in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (3.13.1) Requirement already satisfied: typing-extensions>=4.8.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (4.10.0) Requirement already satisfied: sympy in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (1.12) Requirement already satisfied: networkx in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (3.2.1) Requirement already satisfied: jinja2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (3.1.2) Requirement already satisfied: fsspec in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.10.0->accelerate==0.25.0) (2024.2.0) Requirement already satisfied: requests in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->accelerate==0.25.0) (2.28.1) Requirement already satisfied: tqdm>=4.42.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->accelerate==0.25.0) (4.66.1) Requirement already satisfied: colorama in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from tqdm>=4.42.1->huggingface-hub->accelerate==0.25.0) (0.4.6) Requirement already satisfied: MarkupSafe>=2.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from jinja2->torch>=1.10.0->accelerate==0.25.0) (2.1.3) Requirement already satisfied: charset-normalizer<3,>=2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->accelerate==0.25.0) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->accelerate==0.25.0) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->accelerate==0.25.0) (1.26.13) Requirement already satisfied: certifi>=2017.4.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->accelerate==0.25.0) (2022.12.7) Requirement already satisfied: mpmath>=0.19 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from sympy->torch>=1.10.0->accelerate==0.25.0) (1.3.0) accelerate已更新至版本0.25.0。 timm已安装,但版本0.6.13不符合要求的0.9.12,将尝试安装正确版本。 Requirement already satisfied: timm==0.9.12 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (0.9.12) Requirement already satisfied: torch>=1.7 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (2.2.0+cu121) Requirement already satisfied: torchvision in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (0.17.0+cu121) Requirement already satisfied: pyyaml in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (6.0.1) Requirement already satisfied: huggingface-hub in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (0.20.1) Requirement already satisfied: safetensors in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from timm==0.9.12) (0.4.2) Requirement already satisfied: filelock in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (3.13.1) Requirement already satisfied: typing-extensions>=4.8.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (4.10.0) Requirement already satisfied: sympy in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (1.12) Requirement already satisfied: networkx in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (3.2.1) Requirement already satisfied: jinja2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (3.1.2) Requirement already satisfied: fsspec in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torch>=1.7->timm==0.9.12) (2024.2.0) Requirement already satisfied: requests in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->timm==0.9.12) (2.28.1) Requirement already satisfied: tqdm>=4.42.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->timm==0.9.12) (4.66.1) Requirement already satisfied: packaging>=20.9 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from huggingface-hub->timm==0.9.12) (23.2) Requirement already satisfied: numpy in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torchvision->timm==0.9.12) (1.26.4) Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from torchvision->timm==0.9.12) (10.2.0) Requirement already satisfied: colorama in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from tqdm>=4.42.1->huggingface-hub->timm==0.9.12) (0.4.6) Requirement already satisfied: MarkupSafe>=2.0 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from jinja2->torch>=1.7->timm==0.9.12) (2.1.3) Requirement already satisfied: charset-normalizer<3,>=2 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->timm==0.9.12) (2.1.1) Requirement already satisfied: idna<4,>=2.5 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->timm==0.9.12) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->timm==0.9.12) (1.26.13) Requirement already satisfied: certifi>=2017.4.17 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from requests->huggingface-hub->timm==0.9.12) (2022.12.7) Requirement already satisfied: mpmath>=0.19 in k:\comfyui\comfyui_ex\python_miniconda_env\comfyui\lib\site-packages (from sympy->torch>=1.7->timm==0.9.12) (1.3.0) timm已更新至版本0.9.12。

Yes I have the same thing too, this is really annoying...hope someone has a fix!

clayne commented 8 months ago

I don't have this issue with ComfyUI itself but definitely see it with ComfyUI-layerdiffuse.

chalkncheese commented 8 months ago

I receive these warnings related to Diffusers too each time I launch ComfyUI, does anyone have a fix yet ?

clayne commented 8 months ago

I receive these warnings related to Diffusers too each time I launch ComfyUI, does anyone have a fix yet ?

The fix is to disable the custom node(s) causing it. Until they're updated there's nothing you can do about the deprecation warnings.

nihilityer commented 6 months ago

Add the following code in main.py to ignore the warning, you must know what you are doing

import warnings
warnings.filterwarnings("ignore", category=FutureWarning, module="diffusers")