You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Version: 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
Embedded Python: true
PyTorch Version: 2.5.1+cu124
Devices
Name: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
Type: cuda
VRAM Total: 17175150592
VRAM Free: 886410744
Torch VRAM Total: 15334375424
Torch VRAM Free: 652955128
Logs
2025-02-01T20:42:31.929023 - 0.0 seconds:2025-02-01T20:42:31.929023 - 2025-02-01T20:42:31.929023 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy2025-02-01T20:42:31.929023 -
2025-02-01T20:42:31.929023 - 2.0 seconds:2025-02-01T20:42:31.929023 - 2025-02-01T20:42:31.929023 - D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager2025-02-01T20:42:31.929023 -
2025-02-01T20:42:31.929023 -
2025-02-01T20:42:33.067009 - Total VRAM 16380 MB, total RAM 98135 MB
2025-02-01T20:42:33.067009 - pytorch version: 2.5.1+cu124
2025-02-01T20:42:33.067522 - Set vram state to: NORMAL_VRAM
2025-02-01T20:42:33.068027 - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
2025-02-01T20:42:33.720274 - Using pytorch cross attention
2025-02-01T20:42:34.656531 - [Prompt Server] web root: D:\ComfyUI_windows_portable\ComfyUI\web
2025-02-01T20:42:34.977060 - xFormers not available
2025-02-01T20:42:34.978061 - xFormers not available
2025-02-01T20:42:35.388855 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 853, in _get_module
return importlib.import_module("." + module_name, self.__name__)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "importlib\__init__.py", line 90, in import_module
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 995, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\loaders\unet.py", line 46, in <module>
from .lora_pipeline import LORA_WEIGHT_NAME, LORA_WEIGHT_NAME_SAFE, TEXT_ENCODER_NAME, UNET_NAME
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\loaders\lora_pipeline.py", line 36, in <module>
from .lora_base import LoraBaseMixin
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\loaders\lora_base.py", line 47, in <module>
from peft.tuners.tuners_utils import BaseTunerLayer
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\peft\__init__.py", line 22, in <module>
from .auto import (
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\peft\auto.py", line 31, in <module>
from .config import PeftConfig
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\peft\config.py", line 24, in <module>
from .utils import CONFIG_NAME, PeftType, TaskType
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\peft\utils\__init__.py", line 22, in <module>
from .loftq_utils import replace_lora_weights_loftq
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\peft\utils\loftq_utils.py", line 26, in <module>
from huggingface_hub.errors import HFValidationError, LocalEntryNotFoundError
ImportError: cannot import name 'LocalEntryNotFoundError' from 'huggingface_hub.errors' (D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\errors.py)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 853, in _get_module
return importlib.import_module("." + module_name, self.__name__)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "importlib\__init__.py", line 90, in import_module
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 995, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\autoencoders\__init__.py", line 1, in <module>
from .autoencoder_asym_kl import AsymmetricAutoencoderKL
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\autoencoders\autoencoder_asym_kl.py", line 23, in <module>
from .vae import DecoderOutput, DiagonalGaussianDistribution, Encoder, MaskConditionDecoder
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\autoencoders\vae.py", line 25, in <module>
from ..unets.unet_2d_blocks import (
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\unets\__init__.py", line 6, in <module>
from .unet_2d import UNet2DModel
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\unets\unet_2d.py", line 24, in <module>
from .unet_2d_blocks import UNetMidBlock2D, get_down_block, get_up_block
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\unets\unet_2d_blocks.py", line 36, in <module>
from ..transformers.dual_transformer_2d import DualTransformer2DModel
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\transformers\__init__.py", line 13, in <module>
from .prior_transformer import PriorTransformer
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\transformers\prior_transformer.py", line 9, in <module>
from ...loaders import PeftAdapterMixin, UNet2DConditionLoadersMixin
File "<frozen importlib._bootstrap>", line 1412, in _handle_fromlist
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 843, in __getattr__
module = self._get_module(self._class_to_module[name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 855, in _get_module
raise RuntimeError(
RuntimeError: Failed to import diffusers.loaders.unet because of the following error (look up to see its traceback):
cannot import name 'LocalEntryNotFoundError' from 'huggingface_hub.errors' (D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\errors.py)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 995, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper\__init__.py", line 1, in <module>
from .nodes import NODE_CLASS_MAPPINGS as NODES_CLASS, NODE_DISPLAY_NAME_MAPPINGS as NODES_DISPLAY
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper\nodes.py", line 12, in <module>
from .hyvideo.diffusion.schedulers import FlowMatchDiscreteScheduler
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper\hyvideo\diffusion\__init__.py", line 1, in <module>
from .pipelines import HunyuanVideoPipeline
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper\hyvideo\diffusion\pipelines\__init__.py", line 1, in <module>
from .pipeline_hunyuan_video import HunyuanVideoPipeline
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper\hyvideo\diffusion\pipelines\pipeline_hunyuan_video.py", line 31, in <module>
from diffusers.pipelines.pipeline_utils import DiffusionPipeline
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 44, in <module>
from ..models import AutoencoderKL
File "<frozen importlib._bootstrap>", line 1412, in _handle_fromlist
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 843, in __getattr__
module = self._get_module(self._class_to_module[name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 855, in _get_module
raise RuntimeError(
RuntimeError: Failed to import diffusers.models.autoencoders.autoencoder_kl because of the following error (look up to see its traceback):
Failed to import diffusers.loaders.unet because of the following error (look up to see its traceback):
cannot import name 'LocalEntryNotFoundError' from 'huggingface_hub.errors' (D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\errors.py)
2025-02-01T20:42:35.392507 - Cannot import D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper module for custom nodes: Failed to import diffusers.models.autoencoders.autoencoder_kl because of the following error (look up to see its traceback):
Failed to import diffusers.loaders.unet because of the following error (look up to see its traceback):
cannot import name 'LocalEntryNotFoundError' from 'huggingface_hub.errors' (D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\errors.py)
2025-02-01T20:42:35.394042 - ### Loading: ComfyUI-Impact-Pack (V8.8)2025-02-01T20:42:35.394042 -
2025-02-01T20:42:35.454331 - [Impact Pack] Wildcards loading done.2025-02-01T20:42:35.454331 -
2025-02-01T20:42:35.467715 - Total VRAM 16380 MB, total RAM 98135 MB
2025-02-01T20:42:35.467715 - pytorch version: 2.5.1+cu124
2025-02-01T20:42:35.468228 - Set vram state to: NORMAL_VRAM
2025-02-01T20:42:35.468228 - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
2025-02-01T20:42:35.495557 - ### Loading: ComfyUI-Manager (V3.13)
2025-02-01T20:42:35.661818 - ### ComfyUI Version: v0.3.6-10-gf7695b5f | Released on '2024-12-03'
2025-02-01T20:42:36.267430 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-02-01T20:42:36.306121 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-02-01T20:42:36.369740 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-02-01T20:42:36.425787 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-02-01T20:42:36.440624 - D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albumentations\__init__.py:13: UserWarning: A new version of Albumentations is available: 2.0.2 (you have 1.4.15). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
check_for_updates()
2025-02-01T20:42:36.443177 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-02-01T20:42:36.761140 - D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
2025-02-01T20:42:36.762778 - Please 'pip install xformers'2025-02-01T20:42:36.762778 -
2025-02-01T20:42:36.763806 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-02-01T20:42:36.763806 -
2025-02-01T20:42:36.832537 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts�[0m
2025-02-01T20:42:36.834042 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2025-02-01T20:42:36.834042 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2025-02-01T20:42:36.842050 - DWPose: Onnxruntime with acceleration providers detected2025-02-01T20:42:36.842050 -
2025-02-01T20:42:36.854090 - �[1;35m### [START] ComfyUI AlekPet Nodes �[1;34mv1.0.47�[0m�[1;35m ###�[0m2025-02-01T20:42:36.854090 -
2025-02-01T20:42:37.292672 - �[92mNode -> ChatGLMNode: �[93mChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode, ChatGLM4InstructNode, ChatGLM4InstructMediaNode�[0m �[92m[Loading] �[0m2025-02-01T20:42:37.294555 -
2025-02-01T20:42:37.295065 - �[92mNode -> ArgosTranslateNode: �[93mArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode�[0m �[92m[Loading] �[0m2025-02-01T20:42:37.295585 -
2025-02-01T20:42:37.299876 - �[92mNode -> DeepTranslatorNode: �[93mDeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode�[0m �[92m[Loading] �[0m2025-02-01T20:42:37.299876 -
2025-02-01T20:42:37.302876 - �[92mNode -> GoogleTranslateNode: �[93mGoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode�[0m �[92m[Loading] �[0m2025-02-01T20:42:37.303876 -
2025-02-01T20:42:37.305384 - �[92mNode -> ExtrasNode: �[93mPreviewTextNode, HexToHueNode, ColorsCorrectNode�[0m �[92m[Loading] �[0m2025-02-01T20:42:37.306383 -
2025-02-01T20:42:37.306383 - �[92mNode -> PoseNode: �[93mPoseNode�[0m �[92m[Loading] �[0m2025-02-01T20:42:37.306383 -
2025-02-01T20:42:37.330688 - �[92mNode -> IDENode: �[93mIDENode�[0m �[92m[Loading] �[0m2025-02-01T20:42:37.330688 -
2025-02-01T20:42:37.417977 - �[92mNode -> PainterNode: �[93mPainterNode�[0m �[92m[Loading] �[0m2025-02-01T20:42:37.418487 -
2025-02-01T20:42:37.418487 - �[1;35m### [END] ComfyUI AlekPet Nodes ###�[0m2025-02-01T20:42:37.418487 -
2025-02-01T20:42:37.891003 - # 😺dzNodes: LayerStyle -> �[1;33mCannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to �[4mhttps://github.com/chflame163/ComfyUI_LayerStyle/issues/5�[0m�[m2025-02-01T20:42:37.891597 -
2025-02-01T20:42:37.960336 - Please 'pip install xformers'2025-02-01T20:42:37.960336 -
2025-02-01T20:42:37.961336 - Nvidia APEX normalization not installed, using PyTorch LayerNorm2025-02-01T20:42:37.961336 -
2025-02-01T20:42:38.178693 - FaceDetailer: Model directory already exists2025-02-01T20:42:38.178693 -
2025-02-01T20:42:38.178693 - FaceDetailer: Model already exists2025-02-01T20:42:38.178693 -
2025-02-01T20:42:38.234115 -
2025-02-01T20:42:38.234115 - �[92m[rgthree-comfy] Loaded 42 magnificent nodes. 🎉�[00m2025-02-01T20:42:38.234115 -
2025-02-01T20:42:38.234115 -
2025-02-01T20:42:38.250195 -
Import times for custom nodes:
2025-02-01T20:42:38.250195 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-02-01T20:42:38.250195 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4-master
2025-02-01T20:42:38.250195 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bnb_nf4_fp4_Loaders
2025-02-01T20:42:38.250195 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Translation-main
2025-02-01T20:42:38.250195 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_joy-caption-alpha-two
2025-02-01T20:42:38.250195 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_JC2
2025-02-01T20:42:38.250195 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SLK_joy_caption_two
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\wavespeed
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\teacache
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_CXH_joy_caption
2025-02-01T20:42:38.250704 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_patches_ll
2025-02-01T20:42:38.251221 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2
2025-02-01T20:42:38.251221 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2025-02-01T20:42:38.251221 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IPAdapter-Flux
2025-02-01T20:42:38.251221 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-02-01T20:42:38.251221 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2025-02-01T20:42:38.251221 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2025-02-01T20:42:38.251221 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-02-01T20:42:38.251221 - 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2025-02-01T20:42:38.251221 - 0.1 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll
2025-02-01T20:42:38.251221 - 0.1 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
2025-02-01T20:42:38.251221 - 0.1 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2025-02-01T20:42:38.251221 - 0.2 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\DZ-FaceDetailer
2025-02-01T20:42:38.251750 - 0.3 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2025-02-01T20:42:38.251750 - 0.4 seconds (IMPORT FAILED): D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hunyuanvideowrapper
2025-02-01T20:42:38.251750 - 1.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2025-02-01T20:42:38.251750 - 1.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
2025-02-01T20:42:38.251750 -
2025-02-01T20:42:38.258974 - Starting server
2025-02-01T20:42:38.258974 - To see the GUI go to: http://127.0.0.1:8188
2025-02-01T20:42:38.832553 - FETCH DATA from: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2025-02-01T20:42:38.832553 - 2025-02-01T20:42:38.836665 - [DONE]2025-02-01T20:42:38.836665 -
2025-02-01T20:42:39.619897 - ['anime_lora.safetensors', 'art_lora.safetensors', 'disney_lora.safetensors', 'furry_lora.safetensors', 'mjv6_lora.safetensors', 'realism_lora.safetensors', 'scenery_lora.safetensors']2025-02-01T20:42:39.619897 -
2025-02-01T20:42:39.619897 - ['anime_lora.safetensors', 'art_lora.safetensors', 'disney_lora.safetensors', 'furry_lora.safetensors', 'mjv6_lora.safetensors', 'realism_lora.safetensors', 'scenery_lora.safetensors']2025-02-01T20:42:39.619897 -
2025-02-01T20:42:43.546695 - got prompt
2025-02-01T20:42:43.592439 - Using pytorch attention in VAE
2025-02-01T20:42:43.593966 - Using pytorch attention in VAE
2025-02-01T20:42:43.908600 - FETCH ComfyRegistry Data: 5/322025-02-01T20:42:43.909111 -
2025-02-01T20:42:44.126739 - D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mediapipe\tasks\python\vision\image_segmenter.py:158: UserWarning: MessageFactory class is deprecated. Please use GetMessageClass() instead of MessageFactory.GetPrototype. MessageFactory class will be removed after 2024.
graph_config = self._runner.get_graph_config()
2025-02-01T20:42:46.601071 - # 😺dzNodes: LayerStyle -> �[1;32mPersonMaskUltra Processed 1 image(s).�[m2025-02-01T20:42:46.602071 -
2025-02-01T20:42:48.125509 - clip missing: ['text_projection.weight']
2025-02-01T20:42:48.480452 - Requested to load FluxClipModel_
2025-02-01T20:42:49.681572 - loaded completely 9.5367431640625e+25 4777.53759765625 True
2025-02-01T20:42:50.246146 - Requested to load AutoencodingEngine
2025-02-01T20:42:50.324328 - loaded completely 9.5367431640625e+25 159.87335777282715 True
2025-02-01T20:42:50.889857 - model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16
2025-02-01T20:42:50.890857 - model_type FLUX
2025-02-01T20:42:52.404996 - FETCH ComfyRegistry Data: 10/322025-02-01T20:42:52.408598 -
2025-02-01T20:42:54.445357 - Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CUDAExecutionProvider': {'device_id': '0', 'has_user_compute_stream': '0', 'cudnn_conv1d_pad_to_nc1d': '0', 'user_compute_stream': '0', 'gpu_external_alloc': '0', 'gpu_mem_limit': '18446744073709551615', 'enable_cuda_graph': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'do_copy_in_default_stream': '1', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'prefer_nhwc': '0', 'use_ep_level_unified_stream': '0', 'use_tf32': '1', 'sdpa_kernel': '0', 'fuse_conv_bias': '0'}, 'CPUExecutionProvider': {}}2025-02-01T20:42:54.445357 -
2025-02-01T20:42:54.533829 - find model:2025-02-01T20:42:54.533829 - 2025-02-01T20:42:54.534341 - D:\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\1k3d68.onnx2025-02-01T20:42:54.534341 - 2025-02-01T20:42:54.534854 - landmark_3d_682025-02-01T20:42:54.534854 - 2025-02-01T20:42:54.534854 - ['None', 3, 192, 192]2025-02-01T20:42:54.534854 - 2025-02-01T20:42:54.535371 - 0.02025-02-01T20:42:54.535371 - 2025-02-01T20:42:54.535371 - 1.02025-02-01T20:42:54.535371 -
2025-02-01T20:42:54.590692 - Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CUDAExecutionProvider': {'device_id': '0', 'has_user_compute_stream': '0', 'cudnn_conv1d_pad_to_nc1d': '0', 'user_compute_stream': '0', 'gpu_external_alloc': '0', 'gpu_mem_limit': '18446744073709551615', 'enable_cuda_graph': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'do_copy_in_default_stream': '1', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'prefer_nhwc': '0', 'use_ep_level_unified_stream': '0', 'use_tf32': '1', 'sdpa_kernel': '0', 'fuse_conv_bias': '0'}, 'CPUExecutionProvider': {}}2025-02-01T20:42:54.598297 -
2025-02-01T20:42:54.603944 - find model:2025-02-01T20:42:54.603944 - 2025-02-01T20:42:54.603944 - D:\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\2d106det.onnx2025-02-01T20:42:54.603944 - 2025-02-01T20:42:54.603944 - landmark_2d_1062025-02-01T20:42:54.603944 - 2025-02-01T20:42:54.603944 - ['None', 3, 192, 192]2025-02-01T20:42:54.604453 - 2025-02-01T20:42:54.604453 - 0.02025-02-01T20:42:54.604453 - 2025-02-01T20:42:54.604453 - 1.02025-02-01T20:42:54.604453 -
2025-02-01T20:42:54.617132 - Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CUDAExecutionProvider': {'device_id': '0', 'has_user_compute_stream': '0', 'cudnn_conv1d_pad_to_nc1d': '0', 'user_compute_stream': '0', 'gpu_external_alloc': '0', 'gpu_mem_limit': '18446744073709551615', 'enable_cuda_graph': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'do_copy_in_default_stream': '1', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'prefer_nhwc': '0', 'use_ep_level_unified_stream': '0', 'use_tf32': '1', 'sdpa_kernel': '0', 'fuse_conv_bias': '0'}, 'CPUExecutionProvider': {}}2025-02-01T20:42:54.622643 -
2025-02-01T20:42:54.631566 - find model:2025-02-01T20:42:54.631566 - 2025-02-01T20:42:54.632571 - D:\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\genderage.onnx2025-02-01T20:42:54.632571 - 2025-02-01T20:42:54.632571 - genderage2025-02-01T20:42:54.634075 - 2025-02-01T20:42:54.637085 - ['None', 3, 96, 96]2025-02-01T20:42:54.637085 - 2025-02-01T20:42:54.637529 - 0.02025-02-01T20:42:54.642119 - 2025-02-01T20:42:54.643142 - 1.02025-02-01T20:42:54.643142 -
2025-02-01T20:42:54.874907 - Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CUDAExecutionProvider': {'device_id': '0', 'has_user_compute_stream': '0', 'cudnn_conv1d_pad_to_nc1d': '0', 'user_compute_stream': '0', 'gpu_external_alloc': '0', 'gpu_mem_limit': '18446744073709551615', 'enable_cuda_graph': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'do_copy_in_default_stream': '1', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'prefer_nhwc': '0', 'use_ep_level_unified_stream': '0', 'use_tf32': '1', 'sdpa_kernel': '0', 'fuse_conv_bias': '0'}, 'CPUExecutionProvider': {}}2025-02-01T20:42:54.874907 -
2025-02-01T20:42:55.019219 - find model:2025-02-01T20:42:55.019730 - 2025-02-01T20:42:55.019730 - D:\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\glintr100.onnx2025-02-01T20:42:55.019730 - 2025-02-01T20:42:55.019730 - recognition2025-02-01T20:42:55.019730 - 2025-02-01T20:42:55.019730 - ['None', 3, 112, 112]2025-02-01T20:42:55.019730 - 2025-02-01T20:42:55.020241 - 127.52025-02-01T20:42:55.020241 - 2025-02-01T20:42:55.020241 - 127.52025-02-01T20:42:55.020241 -
2025-02-01T20:42:55.072110 - Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CUDAExecutionProvider': {'device_id': '0', 'has_user_compute_stream': '0', 'cudnn_conv1d_pad_to_nc1d': '0', 'user_compute_stream': '0', 'gpu_external_alloc': '0', 'gpu_mem_limit': '18446744073709551615', 'enable_cuda_graph': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'do_copy_in_default_stream': '1', 'cudnn_conv_use_max_workspace': '1', 'tunable_op_enable': '0', 'tunable_op_tuning_enable': '0', 'tunable_op_max_tuning_duration_ms': '0', 'enable_skip_layer_norm_strict_mode': '0', 'prefer_nhwc': '0', 'use_ep_level_unified_stream': '0', 'use_tf32': '1', 'sdpa_kernel': '0', 'fuse_conv_bias': '0'}, 'CPUExecutionProvider': {}}2025-02-01T20:42:55.073111 -
2025-02-01T20:42:55.075617 - find model:2025-02-01T20:42:55.075617 - 2025-02-01T20:42:55.075617 - D:\ComfyUI_windows_portable\ComfyUI\models\insightface\models\antelopev2\scrfd_10g_bnkps.onnx2025-02-01T20:42:55.075617 - 2025-02-01T20:42:55.077617 - detection2025-02-01T20:42:55.077617 - 2025-02-01T20:42:55.084122 - [1, 3, '?', '?']2025-02-01T20:42:55.084122 - 2025-02-01T20:42:55.084122 - 127.52025-02-01T20:42:55.084122 - 2025-02-01T20:42:55.084122 - 128.02025-02-01T20:42:55.084122 -
2025-02-01T20:42:55.084122 - set det-size:2025-02-01T20:42:55.084122 - 2025-02-01T20:42:55.085128 - (640, 640)2025-02-01T20:42:55.085128 -
2025-02-01T20:42:55.085128 - Loaded EVA02-CLIP-L-14-336 model config.
2025-02-01T20:42:55.100855 - Shape of rope freq: torch.Size([576, 64])
2025-02-01T20:43:00.100905 - Loading pretrained EVA02-CLIP-L-14-336 weights (eva_clip).
2025-02-01T20:43:00.755031 - incompatible_keys.missing_keys: ['visual.rope.freqs_cos', 'visual.rope.freqs_sin', 'visual.blocks.0.attn.rope.freqs_cos', 'visual.blocks.0.attn.rope.freqs_sin', 'visual.blocks.1.attn.rope.freqs_cos', 'visual.blocks.1.attn.rope.freqs_sin', 'visual.blocks.2.attn.rope.freqs_cos', 'visual.blocks.2.attn.rope.freqs_sin', 'visual.blocks.3.attn.rope.freqs_cos', 'visual.blocks.3.attn.rope.freqs_sin', 'visual.blocks.4.attn.rope.freqs_cos', 'visual.blocks.4.attn.rope.freqs_sin', 'visual.blocks.5.attn.rope.freqs_cos', 'visual.blocks.5.attn.rope.freqs_sin', 'visual.blocks.6.attn.rope.freqs_cos', 'visual.blocks.6.attn.rope.freqs_sin', 'visual.blocks.7.attn.rope.freqs_cos', 'visual.blocks.7.attn.rope.freqs_sin', 'visual.blocks.8.attn.rope.freqs_cos', 'visual.blocks.8.attn.rope.freqs_sin', 'visual.blocks.9.attn.rope.freqs_cos', 'visual.blocks.9.attn.rope.freqs_sin', 'visual.blocks.10.attn.rope.freqs_cos', 'visual.blocks.10.attn.rope.freqs_sin', 'visual.blocks.11.attn.rope.freqs_cos', 'visual.blocks.11.attn.rope.freqs_sin', 'visual.blocks.12.attn.rope.freqs_cos', 'visual.blocks.12.attn.rope.freqs_sin', 'visual.blocks.13.attn.rope.freqs_cos', 'visual.blocks.13.attn.rope.freqs_sin', 'visual.blocks.14.attn.rope.freqs_cos', 'visual.blocks.14.attn.rope.freqs_sin', 'visual.blocks.15.attn.rope.freqs_cos', 'visual.blocks.15.attn.rope.freqs_sin', 'visual.blocks.16.attn.rope.freqs_cos', 'visual.blocks.16.attn.rope.freqs_sin', 'visual.blocks.17.attn.rope.freqs_cos', 'visual.blocks.17.attn.rope.freqs_sin', 'visual.blocks.18.attn.rope.freqs_cos', 'visual.blocks.18.attn.rope.freqs_sin', 'visual.blocks.19.attn.rope.freqs_cos', 'visual.blocks.19.attn.rope.freqs_sin', 'visual.blocks.20.attn.rope.freqs_cos', 'visual.blocks.20.attn.rope.freqs_sin', 'visual.blocks.21.attn.rope.freqs_cos', 'visual.blocks.21.attn.rope.freqs_sin', 'visual.blocks.22.attn.rope.freqs_cos', 'visual.blocks.22.attn.rope.freqs_sin', 'visual.blocks.23.attn.rope.freqs_cos', 'visual.blocks.23.attn.rope.freqs_sin']
2025-02-01T20:43:00.838521 - FETCH ComfyRegistry Data: 15/322025-02-01T20:43:00.849702 -
2025-02-01T20:43:03.213664 - Loading PuLID-Flux model.
2025-02-01T20:43:04.492917 - Requested to load PulidFluxModel
2025-02-01T20:43:04.801855 - loaded completely 9.5367431640625e+25 1085.09765625 True
2025-02-01T20:43:04.822892 - D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torchvision\models\_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead.
warnings.warn(
2025-02-01T20:43:04.828041 - D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torchvision\models\_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`.
warnings.warn(msg)
2025-02-01T20:43:05.846191 - D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\insightface\utils\transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`.
P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4
2025-02-01T20:43:06.504650 - Requested to load Flux
2025-02-01T20:43:08.439537 - FETCH ComfyRegistry Data: 20/322025-02-01T20:43:08.439537 -
2025-02-01T20:43:10.439022 - loaded partially 10912.93084375 10912.858459472656 0
2025-02-01T20:43:10.445042 - torch.Size([1, 1, 1024, 568])2025-02-01T20:43:10.445042 -
2025-02-01T20:43:10.449007 -
0%| | 0/15 [00:00<?, ?it/s]2025-02-01T20:43:10.480162 -
0%| | 0/15 [00:00<?, ?it/s]2025-02-01T20:43:10.480162 -
2025-02-01T20:43:10.498976 - !!! Exception during processing !!! DoubleStreamBlock.forward() got an unexpected keyword argument 'attn_mask'
2025-02-01T20:43:10.502633 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_custom_sampler.py", line 633, in sample
samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 904, in sample
output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
return self.wrappers[self.idx](self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 442, in pulid_outer_sample_wrappers_with_override
out = wrapper_executor(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 103, in __call__
return new_executor.execute(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 873, in outer_sample
output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 857, in inner_sample
samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 714, 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_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 729, in sample_dpmpp_2m
denoised = model(x, sigmas[i] * s_in, **extra_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 384, in __call__
out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 839, in __call__
return self.predict_noise(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 842, 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_windows_portable\ComfyUI\comfy\samplers.py", line 364, in sampling_function
out = calc_cond_batch(model, conds, x, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 200, in calc_cond_batch
return executor.execute(model, conds, x_in, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 313, in _calc_cond_batch
output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 128, in apply_model
return comfy.patcher_extension.WrapperExecutor.new_class_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 111, in execute
return self.wrappers[self.idx](self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\pulidflux.py", line 467, in pulid_apply_model_wrappers
out = wrapper_executor(x, t, c_concat, c_crossattn, control, transformer_options, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 103, in __call__
return new_executor.execute(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 157, in _apply_model
model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\model.py", line 184, in forward
out = self.forward_orig(img, img_ids, context, txt_ids, timestep, y, guidance, control, transformer_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 185, in pulid_forward_orig
out = blocks_replace[("double_block", i)]({"img": img,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 69, in __call__
out = extra_options["original_block"](input_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_pulid_flux_ll\PulidFluxHook.py", line 178, in block_wrap
out["img"], out["txt"] = block(img=args["img"],
^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: DoubleStreamBlock.forward() got an unexpected keyword argument 'attn_mask'
2025-02-01T20:43:10.507147 - Prompt executed in 26.95 seconds
2025-02-01T20:43:16.826008 - FETCH ComfyRegistry Data: 25/322025-02-01T20:43:16.826008 -
2025-02-01T20:43:26.872851 - FETCH ComfyRegistry Data: 30/322025-02-01T20:43:26.873032 -
2025-02-01T20:43:30.674226 - FETCH ComfyRegistry Data [DONE]2025-02-01T20:43:30.674226 -
2025-02-01T20:43:30.714323 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-02-01T20:43:30.739215 - nightly_channel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/remote
2025-02-01T20:43:30.739725 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-02-01T20:43:30.739725 - 2025-02-01T20:43:31.340900 - [DONE]2025-02-01T20:43:31.340900 -
2025-02-01T20:43:31.357405 - [ComfyUI-Manager] All startup tasks have been completed.
2025-02-01T21:31:58.743748 - got prompt
2025-02-01T21:31:58.785673 - Failed to validate prompt for output 50:
2025-02-01T21:31:58.785673 - * LoadImage 65:
2025-02-01T21:31:58.785673 - - Custom validation failed for node: image - Invalid image file: 微信图片_20241021015230.jpg
2025-02-01T21:31:58.785673 - * LoadFluxIPAdapter 64:
2025-02-01T21:31:58.785673 - - Value not in list: ipadatper: 'flux-ip-adapter.safetensors' not in ['ip_adapter.safetensors']
2025-02-01T21:31:58.785673 - - Value not in list: clip_vision: 'clip_vision_l.safetensors' not in ['EVA02_CLIP_L_336_psz14_s6B.pt', 'model.safetensors', 'sigclip_vision_patch14_384.safetensors']
2025-02-01T21:31:58.785673 - * UNETLoader 67:
2025-02-01T21:31:58.786675 - - Value not in list: unet_name: 'flux1-dev-fp8.safetensors' not in ['Flux Fill dev - fp8_e4m3fn.safetensors', 'flux1-canny-dev-lora.safetensors', 'flux1-canny-dev.safetensors', 'flux1-depth-dev-lora.safetensors', 'flux1-depth-dev.safetensors', 'flux1-dev-fp8-e5m2.safetensors', 'flux1-dev.safetensors', 'flux1-fill-dev.safetensors', 'flux1-schnell-fp8-e4m3fn.safetensors', 'flux1-schnell.safetensors', 'hunyuan_video\\hunyuan_video_t2v_720p_bf16.safetensors']
2025-02-01T21:31:58.786675 - * LoadImage 54:
2025-02-01T21:31:58.786675 - - Custom validation failed for node: image - Invalid image file: 微信图片_20241021010956.jpg
2025-02-01T21:31:58.786675 - * PulidFluxModelLoader 45:
2025-02-01T21:31:58.786675 - - Value not in list: pulid_file: 'pulid_flux_v0.9.0.safetensors' not in ['pulid_flux_v0.9.1.safetensors']
2025-02-01T21:31:58.786675 - Output will be ignored
2025-02-01T21:31:58.786675 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-02-01T21:32:36.577105 - got prompt
2025-02-01T21:32:36.600014 - Failed to validate prompt for output 50:
2025-02-01T21:32:36.600524 - * LoadFluxIPAdapter 64:
2025-02-01T21:32:36.600524 - - Value not in list: ipadatper: 'flux-ip-adapter.safetensors' not in ['ip_adapter.safetensors']
2025-02-01T21:32:36.600524 - - Value not in list: clip_vision: 'clip_vision_l.safetensors' not in ['EVA02_CLIP_L_336_psz14_s6B.pt', 'model.safetensors', 'sigclip_vision_patch14_384.safetensors']
2025-02-01T21:32:36.600524 - * UNETLoader 67:
2025-02-01T21:32:36.600524 - - Value not in list: unet_name: 'flux1-dev-fp8.safetensors' not in ['Flux Fill dev - fp8_e4m3fn.safetensors', 'flux1-canny-dev-lora.safetensors', 'flux1-canny-dev.safetensors', 'flux1-depth-dev-lora.safetensors', 'flux1-depth-dev.safetensors', 'flux1-dev-fp8-e5m2.safetensors', 'flux1-dev.safetensors', 'flux1-fill-dev.safetensors', 'flux1-schnell-fp8-e4m3fn.safetensors', 'flux1-schnell.safetensors', 'hunyuan_video\\hunyuan_video_t2v_720p_bf16.safetensors']
2025-02-01T21:32:36.600524 - * PulidFluxModelLoader 45:
2025-02-01T21:32:36.601033 - - Value not in list: pulid_file: 'pulid_flux_v0.9.0.safetensors' not in ['pulid_flux_v0.9.1.safetensors']
2025-02-01T21:32:36.601033 - Output will be ignored
2025-02-01T21:32:36.601033 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-02-01T21:32:59.325927 - got prompt
2025-02-01T21:32:59.334892 - Failed to validate prompt for output 50:
2025-02-01T21:32:59.334892 - * LoadFluxIPAdapter 64:
2025-02-01T21:32:59.335892 - - Value not in list: ipadatper: 'flux-ip-adapter.safetensors' not in ['ip_adapter.safetensors']
2025-02-01T21:32:59.335892 - - Value not in list: clip_vision: 'clip_vision_l.safetensors' not in ['EVA02_CLIP_L_336_psz14_s6B.pt', 'model.safetensors', 'sigclip_vision_patch14_384.safetensors']
2025-02-01T21:32:59.335892 - * UNETLoader 67:
2025-02-01T21:32:59.335892 - - Value not in list: unet_name: 'flux1-dev-fp8.safetensors' not in ['Flux Fill dev - fp8_e4m3fn.safetensors', 'flux1-canny-dev-lora.safetensors', 'flux1-canny-dev.safetensors', 'flux1-depth-dev-lora.safetensors', 'flux1-depth-dev.safetensors', 'flux1-dev-fp8-e5m2.safetensors', 'flux1-dev.safetensors', 'flux1-fill-dev.safetensors', 'flux1-schnell-fp8-e4m3fn.safetensors', 'flux1-schnell.safetensors', 'hunyuan_video\\hunyuan_video_t2v_720p_bf16.safetensors']
2025-02-01T21:32:59.336893 - Output will be ignored
2025-02-01T21:32:59.336893 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-02-01T21:33:18.216646 - got prompt
2025-02-01T21:33:18.226954 - Failed to validate prompt for output 50:
2025-02-01T21:33:18.226954 - * LoadFluxIPAdapter 64:
2025-02-01T21:33:18.226954 - - Value not in list: clip_vision: 'clip_vision_l.safetensors' not in ['EVA02_CLIP_L_336_psz14_s6B.pt', 'model.safetensors', 'sigclip_vision_patch14_384.safetensors']
2025-02-01T21:33:18.226954 - Output will be ignored
2025-02-01T21:33:18.226954 - invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}}
2025-02-01T21:34:02.927574 - got prompt
2025-02-01T21:34:03.272959 - clip missing: ['text_projection.weight']
2025-02-01T21:34:03.273468 - Requested to load FluxClipModel_
2025-02-01T21:34:05.986333 - loaded completely 9.5367431640625e+25 4778.66259765625 True
2025-02-01T21:34:33.499347 - 0 models unloaded.
2025-02-01T21:34:34.968288 - !!! Exception during processing !!! 'NoneType' object has no attribute 'model'
2025-02-01T21:34:34.973860 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils\hub.py", line 403, in cached_file
resolved_file = hf_hub_download(
^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils\_deprecation.py", line 101, in inner_f
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils\_validators.py", line 106, in _inner_fn
validate_repo_id(arg_value)
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils\_validators.py", line 160, in validate_repo_id
raise HFValidationError(
huggingface_hub.errors.HFValidationError: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: 'D:\ComfyUI_windows_portable\ComfyUI\models\clip_vision\EVA02_CLIP_L_336_psz14_s6B.pt'.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui\nodes.py", line 515, in loadmodel
clip = FluxClipViT(path_clip)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui\clip.py", line 23, in __init__
self.model = CLIPVisionModelWithProjection.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\modeling_utils.py", line 3487, in from_pretrained
_adapter_model_path = find_adapter_config_file(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils\peft_utils.py", line 88, in find_adapter_config_file
adapter_cached_filename = cached_file(
^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils\hub.py", line 469, in cached_file
raise EnvironmentError(
OSError: Incorrect path_or_model_id: 'D:\ComfyUI_windows_portable\ComfyUI\models\clip_vision\EVA02_CLIP_L_336_psz14_s6B.pt'. Please provide either the path to a local folder or the repo_id of a model on the Hub.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui\nodes.py", line 517, in loadmodel
clip = load_clip_vision(path_clip).model
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'model'
2025-02-01T21:34:34.977304 - Prompt executed in 32.03 seconds
Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
{"last_node_id":68,"last_link_id":140,"nodes":[{"id":49,"type":"VAEDecode","pos":[1068,612],"size":[226.21446228027344,47.05443572998047],"flags":{},"order":15,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":138,"label":"Latent"},{"name":"vae","type":"VAE","link":88,"label":"VAE"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[89],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":10,"type":"VAELoader","pos":[-72,770],"size":[311.81634521484375,60.429901123046875],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[88],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["ae.safetensors"]},{"id":41,"type":"DualCLIPLoaderGGUF","pos":[-66,908],"size":[304.79254150390625,106],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[128,140],"slot_index":0,"shape":3,"label":"CLIP"}],"properties":{"Node name for S&R":"DualCLIPLoaderGGUF"},"widgets_values":["t5xxl_fp8_e4m3fn.safetensors","clip_l.safetensors","flux"]},{"id":68,"type":"CLIPTextEncode","pos":[300,840],"size":[361.4112243652344,152.13790893554688],"flags":{},"order":11,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":140,"label":"CLIP"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[139],"shape":3,"label":"条件"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["",[false,true]]},{"id":63,"type":"ApplyFluxIPAdapter","pos":[1646.24169921875,80.9394760131836],"size":[315,98],"flags":{},"order":13,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":130,"label":"模型"},{"name":"ip_adapter_flux","type":"IP_ADAPTER_FLUX","link":132,"label":"IPAdapter_Flux"},{"name":"image","type":"IMAGE","link":133,"label":"图像"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[134],"slot_index":0,"shape":3,"label":"模型"}],"properties":{"Node name for S&R":"ApplyFluxIPAdapter"},"widgets_values":[0.5]},{"id":51,"type":"PulidFluxEvaClipLoader","pos":[475,256],"size":[318.5528259277344,26],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"EVA_CLIP","type":"EVA_CLIP","links":[123],"slot_index":0,"shape":3,"label":"EVA_CLIP"}],"properties":{"Node name for S&R":"PulidFluxEvaClipLoader"},"widgets_values":[]},{"id":53,"type":"PulidFluxInsightFaceLoader","pos":[475,122],"size":[323.0992126464844,58],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"FACEANALYSIS","type":"FACEANALYSIS","links":[124],"slot_index":0,"shape":3,"label":"FACEANALYSIS"}],"properties":{"Node name for S&R":"PulidFluxInsightFaceLoader"},"widgets_values":["CPU"]},{"id":62,"type":"ApplyPulidFlux","pos":[841,145],"size":[307.4846496582031,223.11947631835938],"flags":{},"order":12,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":137,"label":"model"},{"name":"pulid_flux","type":"PULIDFLUX","link":125,"label":"pulid_flux"},{"name":"eva_clip","type":"EVA_CLIP","link":123,"label":"eva_clip"},{"name":"face_analysis","type":"FACEANALYSIS","link":124,"label":"face_analysis"},{"name":"image","type":"IMAGE","link":126,"label":"image"},{"name":"attn_mask","type":"MASK","link":null,"shape":7,"label":"attn_mask"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[130],"slot_index":0,"shape":3,"label":"MODEL"}],"properties":{"Node name for S&R":"ApplyPulidFlux"},"widgets_values":[0.85,0,0.9]},{"id":27,"type":"EmptySD3LatentImage","pos":[306,1053],"size":[315,106],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[136],"slot_index":0,"shape":3,"label":"Latent"}],"properties":{"Node name for S&R":"EmptySD3LatentImage"},"widgets_values":[768,1024,1],"color":"#323","bgcolor":"#535"},{"id":6,"type":"CLIPTextEncode","pos":[300,612],"size":[368.17437744140625,151.1114959716797],"flags":{},"order":10,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":128,"label":"CLIP"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[135],"slot_index":0,"label":"条件"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["A young woman with long, straight brown hair is wearing an oversized white crew-neck sweatshirt. The word \"BERKELEY\" is embroidered in light blue on her sweater. She is sitting outside near some trees and grasses. She has pale skin, freckles, and cute features. She is wearing black leggings and is holding branches of a blossoming cherry tree. The lighting is soft, and the colors are pastel, creating an aesthetic and dreamy atmosphere",[false,true]],"color":"#232","bgcolor":"#353"},{"id":66,"type":"KSampler","pos":[713,615],"size":[315,262],"flags":{},"order":14,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":134,"label":"模型"},{"name":"positive","type":"CONDITIONING","link":135,"label":"正面条件"},{"name":"negative","type":"CONDITIONING","link":139,"label":"负面条件"},{"name":"latent_image","type":"LATENT","link":136,"label":"Latent"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[138],"slot_index":0,"shape":3,"label":"Latent"}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[41351721242305,"randomize",20,1,"euler","normal",1]},{"id":50,"type":"PreviewImage","pos":[1337,605],"size":[919.4117431640625,596.4400024414062],"flags":{},"order":16,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":89,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":54,"type":"LoadImage","pos":[121,77],"size":[307.7537841796875,399.1070556640625],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[126],"slot_index":0,"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["ComfyUI_temp_tfpoa_00007_.png","image"]},{"id":65,"type":"LoadImage","pos":[1271.241943359375,90.93949127197266],"size":[315,314],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[133],"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["flux_redux_model_example.png","image"]},{"id":45,"type":"PulidFluxModelLoader","pos":[472,355],"size":[318.29986572265625,58],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"PULIDFLUX","type":"PULIDFLUX","links":[125],"slot_index":0,"shape":3,"label":"PULIDFLUX"}],"properties":{"Node name for S&R":"PulidFluxModelLoader"},"widgets_values":["pulid_flux_v0.9.1.safetensors"]},{"id":67,"type":"UNETLoader","pos":[-72,624],"size":[315,82],"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[137],"shape":3,"label":"模型"}],"properties":{"Node name for S&R":"UNETLoader"},"widgets_values":["Flux Fill dev - fp8_e4m3fn.safetensors","fp8_e4m3fn"]},{"id":64,"type":"LoadFluxIPAdapter","pos":[1647.24169921875,242.9395294189453],"size":[315,106],"flags":{},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"ipadapterFlux","type":"IP_ADAPTER_FLUX","links":[132],"shape":3,"label":"IPAdapter_Flux"}],"properties":{"Node name for S&R":"LoadFluxIPAdapter"},"widgets_values":["ip_adapter.safetensors","EVA02_CLIP_L_336_psz14_s6B.pt","GPU"]}],"links":[[88,10,0,49,1,"VAE"],[89,49,0,50,0,"IMAGE"],[123,51,0,62,2,"EVA_CLIP"],[124,53,0,62,3,"FACEANALYSIS"],[125,45,0,62,1,"PULIDFLUX"],[126,54,0,62,4,"IMAGE"],[128,41,0,6,0,"CLIP"],[130,62,0,63,0,"MODEL"],[132,64,0,63,1,"IP_ADAPTER_FLUX"],[133,65,0,63,2,"IMAGE"],[134,63,0,66,0,"MODEL"],[135,6,0,66,1,"CONDITIONING"],[136,27,0,66,3,"LATENT"],[137,67,0,62,0,"MODEL"],[138,66,0,49,0,"LATENT"],[139,68,0,66,2,"CONDITIONING"],[140,41,0,68,0,"CLIP"]],"groups":[{"id":1,"title":"pulid","bounding":[68,-26,1123,543],"color":"#3f789e","font_size":22,"flags":{}},{"id":2,"title":"IPA","bounding":[1228,-25,794,541],"color":"#3f789e","font_size":22,"flags":{}}],"config":{},"extra":{"ds":{"scale":0.6209213230591556,"offset":[392.96640305151345,55.60076837864675]},"workspace_info":{"id":"zWLoht8W8MdG0vG7XU4Sc","saveLock":false,"cloudID":null,"coverMediaPath":null},"node_versions":{"comfy-core":"v0.3.6-10-gf7695b5","ComfyUI-GGUF":"5875c52f59baca3a9372d68c43a3775e21846fe0","x-flux-comfyui":"00328556efc9472410d903639dc9e68a8471f7ac","comfyui_pulid_flux_ll":"c5ea2586fde2100759869ef86a21b44c7cb2086f"}},"version":0.4}
Additional Context
(Please add any additional context or steps to reproduce the error here)
The text was updated successfully, but these errors were encountered:
ComfyUI Error Report
Error Details
Stack Trace
System Information
Devices
Logs
Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
Additional Context
(Please add any additional context or steps to reproduce the error here)
The text was updated successfully, but these errors were encountered: