huchenlei / ComfyUI-layerdiffuse

Layer Diffuse custom nodes
Apache License 2.0
1.29k stars 133 forks source link

[Bug]: Using the latest diffusers 0.27.2, your plugin will cause a lot of deprecation warnings. #72

Open wibur0620 opened 2 months ago

wibur0620 commented 2 months ago

What happened?

I am using Diffusers 0.27.2. After installing your plugin, I got a lot of deprecation warnings.

Steps to reproduce the problem

D:\AI\ComfyUI>call conda activate D:\AI\ComfyUI\venv-comfyui ComfyUI startup time: 2024-04-11 04:03:25.455083 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: D:\AI\ComfyUI\venv-comfyui\python.exe ** Log path: D:\AI\ComfyUI\comfyui.log

Prestartup times for custom nodes: 0.0 seconds: D:\AI\ComfyUI\custom_nodes\rgthree-comfy 0.2 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 8188 MB, total RAM 65268 MB xformers version: 0.0.25.post1 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync VAE dtype: torch.bfloat16 Using xformers cross attention [Crystools INFO] Crystools version: 1.12.0 [Crystools INFO] CPU: 12th Gen Intel(R) Core(TM) i7-12650H - Arch: AMD64 - OS: Windows 10 [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 4060 Laptop GPU [Crystools INFO] NVIDIA Driver: 551.86 Comfy-Easy-Use (v1.1.4): Loaded D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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) D:\AI\ComfyUI\venv-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)

Loading: ComfyUI-Manager (V2.16.1)

ComfyUI Revision: 2121 [831511a1] | Released on '2024-04-09'

[ReActor] - STATUS - Running v0.4.2-b2 in ComfyUI Torch version: 2.2.2+cu121 [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json

ComfyUI-Workflow-Encrypt: Copy .js from 'D:\AI\ComfyUI\custom_nodes\ComfyUI-Workflow-Encrypt\js\comfyui-workflow-encrypt.js' to 'D:\AI\ComfyUI\web\extensions\comfyui-workflow-encrypt'

Workspace manager - Openning file hash dict

Loading: Workspace Manager (V1.0.0)

[comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\AI\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'] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json

😺dzNodes: LayerStyle -> Invalid FONT directory, default to be used. check D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini

😺dzNodes: LayerStyle -> Invalid LUT directory, default to be used. check D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini

😺dzNodes: LayerStyle -> Find 31 LUTs in D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut

😺dzNodes: LayerStyle -> Find 3 Fonts in D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font

[tinyterraNodes] Loaded

[rgthree] Loaded 37 exciting nodes. [rgthree] Will use rgthree's optimized recursive execution.

Import times for custom nodes: 0.0 seconds: D:\AI\ComfyUI\custom_nodes\websocket_image_save.py 0.0 seconds: D:\AI\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION 0.0 seconds: D:\AI\ComfyUI\custom_nodes\LoadLoraWithTags 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Logic 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-N-Sidebar 0.0 seconds: D:\AI\ComfyUI\custom_nodes\Vector_Sculptor_ComfyUI 0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-tcd-scheduler 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_Noise 0.0 seconds: D:\AI\ComfyUI\custom_nodes\masquerade-nodes-comfyui 0.0 seconds: D:\AI\ComfyUI\custom_nodes\cg-image-picker 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-ResAdapter 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Prompt-Preview 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-mape-Helpers 0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-portrait-master 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_InstantID 0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-inpaint-nodes 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_VisualStylePrompting 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-sudo-latent-upscale 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Video-Matting 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_Native_DynamiCrafter 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 0.0 seconds: D:\AI\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 0.0 seconds: D:\AI\ComfyUI\custom_nodes\rgthree-comfy 0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-workspace-manager 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Workflow-Encrypt 0.0 seconds: D:\AI\ComfyUI\custom_nodes\OneButtonPrompt 0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-DDColor 0.1 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 0.1 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_smZNodes 0.1 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle 0.1 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 0.2 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Long-CLIP 0.2 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Easy-Use 0.3 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-clip-interrogator 0.4 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager 0.4 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis 0.4 seconds: D:\AI\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.8 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-reactor-node 2.9 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Crystools

Starting server

To see the GUI go to: http://127.0.0.1:8188 FETCH DATA from: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json FETCH DATA from: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json

What should have happened?

1

Commit where the problem happens

ComfyUI: ComfyUI-layerdiffuse:

Sysinfo

1

Console logs

** ComfyUI startup time: 2024-04-11 04:03:25.455083
[2024-04-11 04:03] ** Platform: Windows
[2024-04-11 04:03] ** Python version: 3.11.8 | packaged by Anaconda, Inc. | (main, Feb 26 2024, 21:34:05) [MSC v.1916 64 bit (AMD64)]
[2024-04-11 04:03] ** Python executable: D:\AI\ComfyUI\venv-comfyui\python.exe
[2024-04-11 04:03] ** Log path: D:\AI\ComfyUI\comfyui.log
[2024-04-11 04:03] 
Prestartup times for custom nodes:
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\rgthree-comfy
[2024-04-11 04:03]    0.2 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager
[2024-04-11 04:03] 
Total VRAM 8188 MB, total RAM 65268 MB
[2024-04-11 04:03] xformers version: 0.0.25.post1
[2024-04-11 04:03] Set vram state to: NORMAL_VRAM
[2024-04-11 04:03] Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
[2024-04-11 04:03] VAE dtype: torch.bfloat16
[2024-04-11 04:03] Using xformers cross attention
[2024-04-11 04:03] [Crystools INFO] Crystools version: 1.12.0
[2024-04-11 04:03] [Crystools INFO] CPU: 12th Gen Intel(R) Core(TM) i7-12650H - Arch: AMD64 - OS: Windows 10
[2024-04-11 04:03] [Crystools INFO] GPU/s:
[2024-04-11 04:03] [Crystools INFO] 0) NVIDIA GeForce RTX 4060 Laptop GPU
[2024-04-11 04:03] [Crystools INFO] NVIDIA Driver: 551.86
[2024-04-11 04:03] Comfy-Easy-Use (v1.1.4): Loaded
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] D:\AI\ComfyUI\venv-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)
[2024-04-11 04:03] ### Loading: ComfyUI-Manager (V2.16.1)
[2024-04-11 04:03] ### ComfyUI Revision: 2121 [831511a1] | Released on '2024-04-09'
[2024-04-11 04:03] [ReActor] - STATUS - Running v0.4.2-b2 in ComfyUI
[2024-04-11 04:03] Torch version: 2.2.2+cu121
[2024-04-11 04:03] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[2024-04-11 04:03] ### ComfyUI-Workflow-Encrypt: Copy .js from 'D:\AI\ComfyUI\custom_nodes\ComfyUI-Workflow-Encrypt\js\comfyui-workflow-encrypt.js' to 'D:\AI\ComfyUI\web\extensions\comfyui-workflow-encrypt'
[2024-04-11 04:03] Workspace manager - Openning file hash dict
[2024-04-11 04:03] ### Loading: Workspace Manager (V1.0.0)
[2024-04-11 04:03] [comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\AI\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[2024-04-11 04:03] [comfyui_controlnet_aux] | INFO -> Using symlinks: False
[2024-04-11 04:03] [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
[2024-04-11 04:03] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[2024-04-11 04:03] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[2024-04-11 04:03] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[2024-04-11 04:03] # 😺dzNodes: LayerStyle -> Invalid FONT directory, default to be used. check D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini
[2024-04-11 04:03] # 😺dzNodes: LayerStyle -> Invalid LUT directory, default to be used. check D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini
[2024-04-11 04:03] # 😺dzNodes: LayerStyle -> Find 31 LUTs in D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut
[2024-04-11 04:03] # 😺dzNodes: LayerStyle -> Find 3 Fonts in D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font
[2024-04-11 04:03] [tinyterraNodes] Loaded
[2024-04-11 04:03] 
[2024-04-11 04:03] [rgthree] Loaded 37 exciting nodes.
[2024-04-11 04:03] [rgthree] Will use rgthree's optimized recursive execution.
[2024-04-11 04:03] 
[2024-04-11 04:03] 
Import times for custom nodes:
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\websocket_image_save.py
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\LoadLoraWithTags
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Logic
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-N-Sidebar
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\Vector_Sculptor_ComfyUI
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-tcd-scheduler
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_Noise
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\masquerade-nodes-comfyui
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\cg-image-picker
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-ResAdapter
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Prompt-Preview
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-mape-Helpers
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-portrait-master
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_InstantID
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-inpaint-nodes
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_VisualStylePrompting
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-sudo-latent-upscale
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Video-Matting
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_Native_DynamiCrafter
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\rgthree-comfy
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-workspace-manager
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Workflow-Encrypt
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\OneButtonPrompt
[2024-04-11 04:03]    0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-DDColor
[2024-04-11 04:03]    0.1 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
[2024-04-11 04:03]    0.1 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_smZNodes
[2024-04-11 04:03]    0.1 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_LayerStyle
[2024-04-11 04:03]    0.1 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
[2024-04-11 04:03]    0.2 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Long-CLIP
[2024-04-11 04:03]    0.2 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Easy-Use
[2024-04-11 04:03]    0.3 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-clip-interrogator
[2024-04-11 04:03]    0.4 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager
[2024-04-11 04:03]    0.4 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
[2024-04-11 04:03]    0.4 seconds: D:\AI\ComfyUI\custom_nodes\comfyui_controlnet_aux
[2024-04-11 04:03]    0.8 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-reactor-node
[2024-04-11 04:03]    2.9 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Crystools
[2024-04-11 04:03] 
[2024-04-11 04:03] Starting server

[2024-04-11 04:03] To see the GUI go to: http://127.0.0.1:8188
[2024-04-11 04:07] FETCH DATA from: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json
[2024-04-11 04:07] FETCH DATA from: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json

Workflow json file

1

Additional information

1

hben35096 commented 1 month ago

Me too image