huchenlei / ComfyUI-layerdiffuse

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

Can generate no problem first que prompt, but after que again, it will have error #73

Open hakemz91 opened 2 months ago

hakemz91 commented 2 months ago

I thought I was crazy but I think there is problem with comfy or maybe the custom node but I cannot figure it out the problem....I attached here my workflow: 144_layer_diffusion_test.json

The problem is that the first launching of comfyui with the workflow, I can generate just fine. However if I que another, it will failed with the below error. But if I Ctrl+C comfyui and restart it again, it will que and generate just fine without error, until I que again. That is weird. So hope smart people can figure this out.

ComfyUI startup time: 2024-04-13 12:34:12.697903 Platform: Windows Python version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)] Python executable: D:\ComfyUI\ComfyUI\python_embeded\python.exe ** Log path: D:\ComfyUI\ComfyUI\comfyui.log

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

Total VRAM 12288 MB, total RAM 32554 MB xformers version: 0.0.25 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync VAE dtype: torch.bfloat16 Using xformers cross attention Adding extra search path checkpoints C:\FromOSBefore\AITools\stable-diffusion-webui\models/Stable-diffusion Adding extra search path configs C:\FromOSBefore\AITools\stable-diffusion-webui\models/Stable-diffusion Adding extra search path vae C:\FromOSBefore\AITools\stable-diffusion-webui\models/VAE Adding extra search path loras C:\FromOSBefore\AITools\stable-diffusion-webui\models/Lora Adding extra search path loras C:\FromOSBefore\AITools\stable-diffusion-webui\models/LyCORIS Adding extra search path upscale_models C:\FromOSBefore\AITools\stable-diffusion-webui\models/ESRGAN Adding extra search path upscale_models C:\FromOSBefore\AITools\stable-diffusion-webui\models/RealESRGAN Adding extra search path upscale_models C:\FromOSBefore\AITools\stable-diffusion-webui\models/SwinIR Adding extra search path embeddings C:\FromOSBefore\AITools\stable-diffusion-webui\embeddings Adding extra search path hypernetworks C:\FromOSBefore\AITools\stable-diffusion-webui\models/hypernetworks Adding extra search path controlnet C:\FromOSBefore\AITools\stable-diffusion-webui\extensions/sd-webui-controlnet/modelsAdding D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes to sys.path Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success! Loaded efficiency nodes from D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\efficiency-nodes-comfyui Loaded ControlNetPreprocessors nodes from D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux attempted relative import with no known parent package Could not find AnimateDiff nodes Loaded IPAdapter nodes from D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus Loaded VideoHelperSuite from D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite [Crystools INFO] Crystools version: 1.12.0 [Crystools INFO] CPU: 12th Gen Intel(R) Core(TM) i5-12400 - Arch: AMD64 - OS: Windows 10 [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 3060 [Crystools INFO] NVIDIA Driver: 535.98

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

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

[Impact Pack] Wildcards loading done.

Loading: ComfyUI-Inspire-Pack (V0.69.3)

Total VRAM 12288 MB, total RAM 32554 MB xformers version: 0.0.25 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync VAE dtype: torch.bfloat16 D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:249: FutureWarning: AutoencoderTinyBlock is deprecated and will be removed in version 0.29. Importing AutoencoderTinyBlock from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AutoencoderTinyBlock, instead. deprecate("AutoencoderTinyBlock", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:254: FutureWarning: UNetMidBlock2D is deprecated and will be removed in version 0.29. Importing UNetMidBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D, instead. deprecate("UNetMidBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:259: FutureWarning: UNetMidBlock2DCrossAttn is deprecated and will be removed in version 0.29. Importing UNetMidBlock2DCrossAttn from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DCrossAttn, instead. deprecate("UNetMidBlock2DCrossAttn", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:264: FutureWarning: UNetMidBlock2DSimpleCrossAttn is deprecated and will be removed in version 0.29. Importing UNetMidBlock2DSimpleCrossAttn from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DSimpleCrossAttn, instead. deprecate("UNetMidBlock2DSimpleCrossAttn", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:269: FutureWarning: AttnDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnDownBlock2D, instead. deprecate("AttnDownBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:274: FutureWarning: CrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import CrossAttnDownBlock2D, instead. deprecate("CrossAttnDownBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:279: FutureWarning: DownBlock2D is deprecated and will be removed in version 0.29. Importing DownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import DownBlock2D, instead. deprecate("DownBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:284: FutureWarning: AttnDownEncoderBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownEncoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnDownEncoderBlock2D, instead. deprecate("AttnDownEncoderBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:289: FutureWarning: AttnSkipDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnSkipDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnSkipDownBlock2D, instead. deprecate("AttnSkipDownBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:294: FutureWarning: SkipDownBlock2D is deprecated and will be removed in version 0.29. Importing SkipDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SkipDownBlock2D, instead. deprecate("SkipDownBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:299: FutureWarning: ResnetDownsampleBlock2D is deprecated and will be removed in version 0.29. Importing ResnetDownsampleBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import ResnetDownsampleBlock2D, instead. deprecate("ResnetDownsampleBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:304: FutureWarning: SimpleCrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing SimpleCrossAttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnDownBlock2D, instead. deprecate("SimpleCrossAttnDownBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:309: FutureWarning: KDownBlock2D is deprecated and will be removed in version 0.29. Importing KDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KDownBlock2D, instead. deprecate("KDownBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:314: FutureWarning: KCrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing KCrossAttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KCrossAttnDownBlock2D, instead. deprecate("KCrossAttnDownBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:319: FutureWarning: AttnUpBlock2D is deprecated and will be removed in version 0.29. Importing AttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnUpBlock2D, instead. deprecate("AttnUpBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:324: FutureWarning: CrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing CrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import CrossAttnUpBlock2D, instead. deprecate("CrossAttnUpBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:329: FutureWarning: UpBlock2D is deprecated and will be removed in version 0.29. Importing UpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UpBlock2D, instead. deprecate("UpBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:334: FutureWarning: UpDecoderBlock2D is deprecated and will be removed in version 0.29. Importing UpDecoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UpDecoderBlock2D, instead. deprecate("UpDecoderBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:339: FutureWarning: AttnUpDecoderBlock2D is deprecated and will be removed in version 0.29. Importing AttnUpDecoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnUpDecoderBlock2D, instead. deprecate("AttnUpDecoderBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:344: FutureWarning: AttnSkipUpBlock2D is deprecated and will be removed in version 0.29. Importing AttnSkipUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnSkipUpBlock2D, instead. deprecate("AttnSkipUpBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:349: FutureWarning: SkipUpBlock2D is deprecated and will be removed in version 0.29. Importing SkipUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SkipUpBlock2D, instead. deprecate("SkipUpBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:354: FutureWarning: ResnetUpsampleBlock2D is deprecated and will be removed in version 0.29. Importing ResnetUpsampleBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import ResnetUpsampleBlock2D, instead. deprecate("ResnetUpsampleBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:359: FutureWarning: SimpleCrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing SimpleCrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnUpBlock2D, instead. deprecate("SimpleCrossAttnUpBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:364: FutureWarning: KUpBlock2D is deprecated and will be removed in version 0.29. Importing KUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KUpBlock2D, instead. deprecate("KUpBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:369: FutureWarning: KCrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing KCrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KCrossAttnUpBlock2D, instead. deprecate("KCrossAttnUpBlock2D", "0.29", deprecation_message) D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:375: FutureWarning: KAttentionBlock is deprecated and will be removed in version 0.29. Importing KAttentionBlock from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KAttentionBlock, instead. deprecate("KAttentionBlock", "0.29", deprecation_message)

Loading: ComfyUI-Manager (V2.17)

ComfyUI Revision: 2123 [4bd7d55b] | Released on '2024-04-11'

[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: D:\ComfyUI\ComfyUI\ComfyUI\models\lama/big-lama.pt,pls download from https://github.com/enesmsahin/simple-lama-inpainting/releases/download/v0.1.0/big-lama.pt

LaMaInpainting.available True

clip_interrogator_model not found: D:\ComfyUI\ComfyUI\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: D:\ComfyUI\ComfyUI\ComfyUI\models\prompt_generator/text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main

zh_en_model not found: D:\ComfyUI\ComfyUI\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


N-Suite Revision: dbeb9ae9

Current version of packaging: 23.2 Version of cpuinfo: Not found Current version of git: 3.1.42 Current version of moviepy: 1.0.3 Current version of cv2: 4.9.0 Current version of skbuild: 0.17.6 Version of typing: Not found Current version of diskcache: 5.6.3 Current version of llama_cpp: 0.2.26+cu121 Current version of timm: 0.9.12 [ReActor] - STATUS - Running v0.4.2-b2 in ComfyUI Torch version: 2.2.1+cu121 (pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider

Comfyroll Studio v1.76 : 175 Nodes Loaded

For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki

[START] ComfyUI AlekPet Nodes

Node -> DeepTranslatorNode [Loading] Node -> ExtrasNode [Loading] Node -> GoogleTranslateNode [Loading] Node -> PainterNode [Loading] Node -> PoseNode [Loading]

[END] ComfyUI AlekPet Nodes

[tinyterraNodes] Loaded

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

WAS Node Suite: OpenCV Python FFMPEG support is enabled WAS Node Suite Warning: ffmpeg_bin_path is not set in D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available. WAS Node Suite: Finished. Loaded 211 nodes successfully.

    "Art is the most intense mode of individualism that the world has known." - Oscar Wilde

Import times for custom nodes: 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\canvas_tab 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\efficiency-nodes-comfyui 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\hakkun_nodes.py 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\image-resize-comfyui 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-SDXL-EmptyLatentImage 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\websocket_image_save.py 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\sdxl_prompt_styler 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\cg-prompt-info 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_Noise 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\sdxl-recommended-res-calc 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\cg-use-everywhere 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui-tooling-nodes 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui-fitsize 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Image-Saver 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_InstantID 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_essentials 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_ELLA 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyMath 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui-inpaint-nodes 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfy-image-saver 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-nodes-hnmr 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Hangover-Moondream 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\rgthree-comfy 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-KJNodes 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui-dream-project 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 0.0 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 0.1 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis 0.1 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-layerdiffusion 0.1 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui-reactor-node 0.3 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 0.3 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager 0.5 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Image-Filters 0.5 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-SUPIR 0.5 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui-art-venture 0.7 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-N-Nodes 0.9 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes 1.3 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\was-node-suite-comfyui 2.6 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Crystools 7.4 seconds: D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet

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

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

read_workflow_json_files_all D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\app\

got prompt [rgthree] Using rgthree's optimized recursive execution. [rgthree] First run patching recursive_output_delete_if_changed and recursive_will_execute. [rgthree] Note: If execution seems broken due to forward ComfyUI changes, you can disable the optimization from rgthree settings in ComfyUI. model_type EPS Using xformers attention in VAE Using xformers attention in VAE clip missing: ['clip_l.logit_scale', 'clip_l.transformer.text_projection.weight', 'clip_g.logit_scale'] Requested to load SDXLClipModel Loading 1 new model Requested to load SDXL Loading 1 new model 100%|████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:06<00:00, 1.51s/it] Requested to load AutoencoderKL Loading 1 new model Requested to load SDXL Loading 1 new model 100%|██████████████████████████████████████████████████████████████████████████████████| 15/15 [00:26<00:00, 1.78s/it] 100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00, 1.71it/s] Requested to load SDXLClipModel Loading 1 new model Requested to load SDXL Loading 1 new model WARNING SHAPE MISMATCH diffusion_model.input_blocks.0.0.weight WEIGHT NOT MERGED torch.Size([320, 8, 3, 3]) != torch.Size([320, 4, 3, 3]) Merged with diffusion_model.input_blocks.0.0.weight channel changed from torch.Size([320, 4, 3, 3]) to [320, 8, 3, 3] 100%|████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:05<00:00, 1.44s/it] model_type EPS Using xformers attention in VAE Using xformers attention in VAE clip missing: ['clip_l.logit_scale', 'clip_l.transformer.text_projection.weight', 'clip_g.logit_scale'] Requested to load SDXLClipModel Loading 1 new model Requested to load AutoencoderKL Loading 1 new model [ApplyFooocusInpaint] 960 Lora keys loaded, 0 remaining keys not found in model. [comfyui-inpaint-nodes] Injecting patched comfy.model_patcher.ModelPatcher.calculate_weight Requested to load SDXL Loading 1 new model 100%|██████████████████████████████████████████████████████████████████████████████████| 28/28 [00:43<00:00, 1.54s/it] Prompt executed in 119.60 seconds got prompt [rgthree] Using rgthree's optimized recursive execution. Requested to load SDXL Loading 1 new model 100%|████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:06<00:00, 1.51s/it] Requested to load AutoencoderKL Loading 1 new model Requested to load SDXL Loading 1 new model 100%|██████████████████████████████████████████████████████████████████████████████████| 15/15 [00:27<00:00, 1.81s/it] 100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00, 1.73it/s] Requested to load SDXL Loading 1 new model WARNING SHAPE MISMATCH diffusion_model.input_blocks.0.0.weight WEIGHT NOT MERGED torch.Size([320, 8, 3, 3]) != torch.Size([320, 4, 3, 3]) 0%| | 0/4 [00:00<?, ?it/s] !!! Exception during processing !!! Traceback (most recent call last): File "D:\ComfyUI\ComfyUI\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\nodes.py", line 1344, in sample return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\nodes.py", line 1314, in common_ksampler samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 22, in informative_sample raise e File "D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample return original_sample(*args, *kwargs) # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 278, in motion_sample return orig_comfy_sample(model, noise, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control_reference.py", line 47, in refcn_sample return orig_comfy_sample(model, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\sample.py", line 37, in sample samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 755, in sample return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 657, in sample return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 644, in sample output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 623, in inner_sample samples = sampler.sample(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 534, in sample samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, self.extra_options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context return func(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\k_diffusion\sampling.py", line 539, in sample_dpmpp_sde denoised = model(x, sigmas[i] * s_in, *extra_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 272, in call out = self.inner_model(x, sigma, model_options=model_options, seed=seed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 610, in call return self.predict_noise(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 613, in predict_noise return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 258, in sampling_function out = calc_cond_batch(model, conds, x, timestep, model_options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\samplers.py", line 218, in calc_cond_batch output = model.apply_model(inputx, timestep, c).chunk(batch_chunks) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\model_base.py", line 97, in apply_model model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, extra_conds).float() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1511, in _wrapped_call_impl return self._call_impl(*args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1520, in _call_impl return forward_call(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\ldm\modules\diffusionmodules\openaimodel.py", line 850, in forward h = forward_timestep_embed(module, h, emb, context, transformer_options, time_context=time_context, num_video_frames=num_video_frames, image_only_indicator=image_only_indicator) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\ldm\modules\diffusionmodules\openaimodel.py", line 50, in forward_timestep_embed x = layer(x) ^^^^^^^^ File "D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1511, in _wrapped_call_impl return self._call_impl(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1520, in _call_impl return forward_call(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\ComfyUI\comfy\ops.py", line 66, in forward return super().forward(args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 460, in forward return self._conv_forward(input, self.weight, self.bias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI\ComfyUI\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 456, in _conv_forward return F.conv2d(input, weight, bias, self.stride, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Given groups=1, weight of size [320, 4, 3, 3], expected input[2, 8, 128, 128] to have 4 channels, but got 8 channels instead

Prompt executed in 51.85 seconds

YacratesWyh commented 1 month ago

Same problem when testing example https://github.com/huchenlei/ComfyUI-layerdiffuse/blob/main/examples/layer_diffusion_cond_fg_all.json @huchenlei Is it because of any prereq?

YacratesWyh commented 1 month ago

After a bit tracking, seems it's a block mismatch error WARNING SHAPE MISMATCH diffusion_model.input_blocks.0.0.weight WEIGHT NOT MERGED torch.Size([320, 8, 3, 3]) != torch.Size([320, 4, 3, 3]) In some cases it's merged, while some not so gots an error

YacratesWyh commented 1 month ago

I think by redowload all models would solve this problem, I'm twice checking. https://github.com/huchenlei/ComfyUI-layerdiffuse/issues/36