kijai / ComfyUI-Florence2

Inference Microsoft Florence2 VLM
MIT License
741 stars 50 forks source link

FlashAttention2 has been toggled on, but it cannot be used due to the following error: the package flash_attn seems to be not installed #66

Open adapmal opened 2 months ago

adapmal commented 2 months ago

The report has been copied to the clipb

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.1.3-20-gc90459e
- **Arguments:** ComfyUI\main.py --windows-standalone-build
- **OS:** nt
- **Python Version:** 3.11.9 (tags/v3.11.9:de54cf5, Apr  2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.3.1+cu121
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 25756696576
  - **VRAM Free:** 7415387640
  - **Torch VRAM Total:** 5033164800
  - **Torch VRAM Free:** 23553528

## Logs

2024-08-31 00:32:18,516 - root - INFO - Total VRAM 24564 MB, total RAM 65372 MB 2024-08-31 00:32:18,517 - root - INFO - pytorch version: 2.3.1+cu121 2024-08-31 00:32:18,517 - root - INFO - Set vram state to: NORMAL_VRAM 2024-08-31 00:32:18,517 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync 2024-08-31 00:32:19,000 - root - INFO - Using pytorch cross attention 2024-08-31 00:32:19,585 - root - INFO - [Prompt Server] web root: G:\AI\ComfyUI_windows_portable\ComfyUI\web 2024-08-31 00:32:19,586 - root - INFO - Adding extra search path checkpoints G:/AI\stable-diffusion-webui/models/Stable-diffusion/ 2024-08-31 00:32:19,586 - root - INFO - Adding extra search path checkpoints G:/AI\ComfyUI/models/unet/ 2024-08-31 00:32:19,586 - root - INFO - Adding extra search path checkpoints G:/AI\pinokio/drive/drives/peers/d1722479978661/supir_checkpoints/ 2024-08-31 00:32:19,586 - root - INFO - Adding extra search path checkpoints F:/_IA 2024-08-31 00:32:19,586 - root - INFO - Adding extra search path configs G:/AI\stable-diffusion-webui/models/Stable-diffusion 2024-08-31 00:32:19,586 - root - INFO - Adding extra search path vae G:/AI\stable-diffusion-webui/models/VAE 2024-08-31 00:32:19,586 - root - INFO - Adding extra search path loras G:/AI\stable-diffusion-webui/models/Lora 2024-08-31 00:32:19,586 - root - INFO - Adding extra search path upscale_models G:/AI\stable-diffusion-webui/models/ESRGAN 2024-08-31 00:32:19,587 - root - INFO - Adding extra search path upscale_models G:/AI\stable-diffusion-webui/models/RealESRGAN 2024-08-31 00:32:19,587 - root - INFO - Adding extra search path upscale_models G:/AI\stable-diffusion-webui/models/SwinIR 2024-08-31 00:32:19,587 - root - INFO - Adding extra search path embeddings G:/AI\stable-diffusion-webui/embeddings/ 2024-08-31 00:32:19,587 - root - INFO - Adding extra search path hypernetworks G:/AI\stable-diffusion-webui/models/hypernetworks 2024-08-31 00:32:19,587 - root - INFO - Adding extra search path controlnet G:/AI\stable-diffusion-webui/extensions/sd-webui-controlnet/models 2024-08-31 00:32:20,348 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools__init__.py", line 10, in from .core import version, logger File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\core__init__.py", line 5, in from .common import * File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\core\common.py", line 4, in from deepdiff import DeepDiff ModuleNotFoundError: No module named 'deepdiff'

2024-08-31 00:32:20,348 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools module for custom nodes: No module named 'deepdiff' 2024-08-31 00:32:20,352 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts__init.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts\nodes\init__.py", line 1, in from .combinatorial import DPCombinatorialGenerator File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts\nodes\combinatorial.py", line 3, in from dynamicprompts.enums import SamplingMethod ModuleNotFoundError: No module named 'dynamicprompts'

2024-08-31 00:32:20,352 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts module for custom nodes: No module named 'dynamicprompts' 2024-08-31 00:32:20,725 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF__init__.py", line 7, in from .nodes import NODE_CLASS_MAPPINGS File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF\nodes.py", line 3, in import gguf ModuleNotFoundError: No module named 'gguf'

2024-08-31 00:32:20,725 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF module for custom nodes: No module named 'gguf' 2024-08-31 00:32:20,732 - root - INFO - Total VRAM 24564 MB, total RAM 65372 MB 2024-08-31 00:32:20,732 - root - INFO - pytorch version: 2.3.1+cu121 2024-08-31 00:32:20,733 - root - INFO - Set vram state to: NORMAL_VRAM 2024-08-31 00:32:20,733 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync 2024-08-31 00:32:20,822 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ\nodes.py", line 18, in from .liveportrait.live_portrait_pipeline import LivePortraitPipeline File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ\liveportrait\live_portrait_pipeline.py", line 16, in from .utils.filter import smooth File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ\liveportrait\utils\filter.py", line 3, in from pykalman import KalmanFilter ModuleNotFoundError: No module named 'pykalman'

2024-08-31 00:32:20,822 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ module for custom nodes: No module named 'pykalman' 2024-08-31 00:32:21,484 - root - INFO - -------------- 2024-08-31 00:32:21,484 - root - INFO -  ### Mixlab Nodes: Loaded 2024-08-31 00:32:21,484 - root - INFO - ChatGPT.available True 2024-08-31 00:32:21,485 - root - INFO - editmask.available True 2024-08-31 00:32:21,652 - root - INFO - ClipInterrogator.available True 2024-08-31 00:32:21,798 - root - INFO - PromptGenerate.available True 2024-08-31 00:32:21,798 - root - INFO - ChinesePrompt.available True 2024-08-31 00:32:21,798 - root - INFO - RembgNode.available True 2024-08-31 00:32:21,804 - root - INFO - TripoSR.available False 2024-08-31 00:32:21,804 - root - INFO - MiniCPMNode.available 2024-08-31 00:32:21,804 - root - INFO -  --------------  2024-08-31 00:32:21,807 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OllamaGemini__init__.py", line 21, in from .GeminiOllamaNode import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OllamaGemini\GeminiOllamaNode.py", line 3, in import google.generativeai as genai ModuleNotFoundError: No module named 'google.generativeai'

2024-08-31 00:32:21,807 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OllamaGemini module for custom nodes: No module named 'google.generativeai' 2024-08-31 00:32:21,821 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost\nodes.py", line 8, in from .utils import loading as loading_utils File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost\utils\loading.py", line 3, in from colour.io.luts.iridas_cube import read_LUT_IridasCube, LUT3D, LUT3x1D ModuleNotFoundError: No module named 'colour'

2024-08-31 00:32:21,821 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost module for custom nodes: No module named 'colour' 2024-08-31 00:32:21,826 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node__init__.py", line 23, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in from insightface.app.common import Face ModuleNotFoundError: No module named 'insightface'

2024-08-31 00:32:21,826 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'insightface' 2024-08-31 00:32:21,854 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR__init.py", line 1, in from .nodes import SUPIR_Upscale File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\nodes.py", line 11, in from .sgm.util import instantiate_from_config File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\sgm__init__.py", line 1, in from .models import AutoencodingEngine, DiffusionEngine File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\sgm\models\init__.py", line 1, in from .autoencoder import AutoencodingEngine File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\sgm\models\autoencoder.py", line 6, in import pytorch_lightning as pl ModuleNotFoundError: No module named 'pytorch_lightning'

2024-08-31 00:32:21,854 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR module for custom nodes: No module named 'pytorch_lightning' 2024-08-31 00:32:21,855 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVD__init__.py", line 1, in from .comfyui_svd import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS ImportError: cannot import name 'NODE_CLASS_MAPPINGS' from 'ComfyUI-SVD.comfyui_svd' (G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVD\comfyui_svd.py)

2024-08-31 00:32:21,855 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVD module for custom nodes: cannot import name 'NODE_CLASS_MAPPINGS' from 'ComfyUI-SVD.comfyui_svd' (G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVD\comfyui_svd.py) 2024-08-31 00:32:21,858 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops__init.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops\nodes\init__.py", line 3, in from .save_surreal import SaveJsonToSurreal, SaveTextToSurreal File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops\nodes\save_surreal.py", line 1, in from .surreal import surreal_connect File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops\nodes\surreal.py", line 1, in from surrealist import Surreal ModuleNotFoundError: No module named 'surrealist'

2024-08-31 00:32:21,858 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops module for custom nodes: No module named 'surrealist' 2024-08-31 00:32:21,878 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyuiExtremeDetail_v10\init.py'

2024-08-31 00:32:21,878 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyuiExtremeDetail_v10 module for custom nodes: [Errno 2] No such file or directory: 'G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyuiExtremeDetail_v10\init.py' 2024-08-31 00:32:25,553 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything__init__.py", line 1, in from .node import * File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything\node.py", line 19, in from local_groundingdino.util.utils import clean_state_dict as local_groundingdino_clean_state_dict File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything\local_groundingdino\util\utils.py", line 12, in from local_groundingdino.util.slconfig import SLConfig File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything\local_groundingdino\util\slconfig.py", line 13, in from addict import Dict ModuleNotFoundError: No module named 'addict'

2024-08-31 00:32:25,553 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything module for custom nodes: No module named 'addict' 2024-08-31 00:32:25,591 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_controlnet_preprocessors__init__.py", line 1, in from custom_nodes.comfy_controlnet_preprocessors.nodes import edge_line, normal_depth_map, pose, semseg, others File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_controlnet_preprocessors__init.py", line 1, in from custom_nodes.comfy_controlnet_preprocessors.nodes import edge_line, normal_depth_map, pose, semseg, others File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_controlnet_preprocessors\nodes\pose.py", line 5, in from .. import mp_pose_hand File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_controlnet_preprocessors\mp_pose_hand\init__.py", line 2, in import mediapipe as mp ModuleNotFoundError: No module named 'mediapipe'

2024-08-31 00:32:25,592 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_controlnet_preprocessors module for custom nodes: No module named 'mediapipe' 2024-08-31 00:32:25,615 - root - WARNING - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\controlnet-scribble-sdxl-1.0\init.py'

2024-08-31 00:32:25,615 - root - WARNING - Cannot import G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\controlnet-scribble-sdxl-1.0 module for custom nodes: [Errno 2] No such file or directory: 'G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\controlnet-scribble-sdxl-1.0\init.py' 2024-08-31 00:32:27,098 - root - INFO - Import times for custom nodes: 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\gcLatentTunnel.py 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-pzc-multiworkspace 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\controlnet-scribble-sdxl-1.0 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVDResizer 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyuiExtremeDetail_v10 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\FreeU_Advanced 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVD 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Pic2Story 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Skimmed_CFG 2024-08-31 00:32:27,098 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVD-ZHO 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YOLO 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-nodes 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_PromptStylers 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Jjk-Nodes 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Saver 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Stable-Diffusion-temperature-settings 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OllamaGemini 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\images-grid-comfy-plugin 2024-08-31 00:32:27,099 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LogicUtils 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-reader-node 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-workspace-manager 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\All-IN-ONE-style 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_controlnet_preprocessors 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KwaiKolorsWrapper 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds (IMPORT FAILED): G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light 2024-08-31 00:32:27,100 - root - INFO - 0.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyuiManager_v012 2024-08-31 00:32:27,100 - root - INFO - 0.2 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture 2024-08-31 00:32:27,100 - root - INFO - 0.3 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\clipseg.py 2024-08-31 00:32:27,100 - root - INFO - 0.4 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-ppp 2024-08-31 00:32:27,100 - root - INFO - 0.4 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use 2024-08-31 00:32:27,100 - root - INFO - 0.4 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL 2024-08-31 00:32:27,100 - root - INFO - 0.7 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui 2024-08-31 00:32:27,100 - root - INFO - 1.0 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes 2024-08-31 00:32:27,100 - root - INFO - 3.6 seconds: G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_LLM_party 2024-08-31 00:32:27,100 - root - INFO - 2024-08-31 00:32:27,111 - root - INFO -

2024-08-31 00:32:27,111 - root - INFO -

Starting server 2024-08-31 00:32:27,111 - root - INFO - To see the GUI go to: http://192.168.0.14:8192 or http://127.0.0.1:8192 2024-08-31 00:32:27,111 - root - INFO - To see the GUI go to: https://192.168.0.14:8193 or https://127.0.0.1:8193 2024-08-31 00:32:29,329 - httpx - INFO - HTTP Request: GET https://api.openai.com/v1/models "HTTP/1.1 401 Unauthorized" 2024-08-31 00:32:43,735 - root - INFO - got prompt 2024-08-31 00:32:44,665 - root - INFO - model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16 2024-08-31 00:32:44,665 - root - INFO - modeltype FLUX 2024-08-31 00:32:48,328 - root - INFO - Using pytorch attention in VAE 2024-08-31 00:32:48,329 - root - INFO - Using pytorch attention in VAE 2024-08-31 00:32:48,639 - root - INFO - Requested to load FluxClipModel 2024-08-31 00:32:48,639 - root - INFO - Loading 1 new model 2024-08-31 00:32:48,644 - root - INFO - loaded completely 0.0 4777.53759765625 True 2024-08-31 00:32:55,226 - root - ERROR - !!! Exception during processing !!! FlashAttention2 has been toggled on, but it cannot be used due to the following error: the package flash_attn seems to be not installed. Please refer to the documentation of https://huggingface.co/docs/transformers/perf_infer_gpu_one#flashattention-2 to install Flash Attention 2. 2024-08-31 00:32:55,229 - root - ERROR - Traceback (most recent call last): File "G:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, 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 "G:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, 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 "G:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "G:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2\nodes.py", line 91, in loadmodel model = AutoModelForCausalLM.from_pretrained(model_path, attn_implementation=attention, device_map=device, torch_dtype=dtype,trust_remote_code=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\auto\auto_factory.py", line 559, in from_pretrained return model_class.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\modeling_utils.py", line 3782, in from_pretrained config = cls._autoset_attn_implementation( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\modeling_utils.py", line 1522, in _autoset_attn_implementation cls._check_and_enable_flash_attn_2( File "G:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\modeling_utils.py", line 1624, in _check_and_enable_flash_attn_2 raise ImportError(f"{preface} the package flash_attn seems to be not installed. {install_message}") ImportError: FlashAttention2 has been toggled on, but it cannot be used due to the following error: the package flash_attn seems to be not installed. Please refer to the documentation of https://huggingface.co/docs/transformers/perf_infer_gpu_one#flashattention-2 to install Flash Attention 2.

2024-08-31 00:32:55,231 - root - INFO - Prompt executed in 11.48 seconds

## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":70,"last_link_id":92,"nodes":[{"id":5,"type":"EmptyLatentImage","pos":{"0":1110,"1":-1060,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":110},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[23],"slot_index":0}],"properties":{"Node name for S&R":"EmptyLatentImage"},"widgets_values":[1024,1024,1]},{"id":6,"type":"CLIPTextEncode","pos":{"0":1030,"1":-1370,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":420,"1":160},"flags":{},"order":15,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":10}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[40],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["cute ellie wearing a maid outfit with a long black dress with a gold leaf pattern and a white apron eating a slice of an apple pie in the kitchen of an old dark victorian mansion with a bright window and very expensive stuff everywhere"]},{"id":8,"type":"VAEDecode","pos":{"0":1248,"1":192,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":210,"1":50},"flags":{},"order":36,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":24},{"name":"vae","type":"VAE","link":12}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[],"slot_index":0}],"properties":{"Node name for S&R":"VAEDecode"}},{"id":9,"type":"SaveImage","pos":{"0":210,"1":200,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":790,"1":840},"flags":{},"order":42,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":56}],"outputs":[],"properties":{"Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"]},{"id":10,"type":"VAELoader","pos":{"0":1500,"1":-1130,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":60},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[12],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["ae.sft"]},{"id":11,"type":"DualCLIPLoader","pos":{"0":-190,"1":-200,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":110},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[10],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"DualCLIPLoader"},"widgets_values":["t5xxl_fp8_e4m3fn.safetensors","clip_l.safetensors","flux"]},{"id":12,"type":"UNETLoader","pos":{"0":-1080,"1":2100,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":82},"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[44],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"UNETLoader"},"widgets_values":["flux1-dev-fp8.safetensors","fp8_e4m3fn"]},{"id":13,"type":"SamplerCustomAdvanced","pos":{"0":1610,"1":-760,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":360,"1":110},"flags":{},"order":33,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":37,"slot_index":0},{"name":"guider","type":"GUIDER","link":30,"slot_index":1},{"name":"sampler","type":"SAMPLER","link":19,"slot_index":2},{"name":"sigmas","type":"SIGMAS","link":20,"slot_index":3},{"name":"latent_image","type":"LATENT","link":23,"slot_index":4}],"outputs":[{"name":"output","type":"LATENT","links":[24],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"SamplerCustomAdvanced"}},{"id":16,"type":"KSamplerSelect","pos":{"0":1100,"1":-760,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":60},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"SAMPLER","type":"SAMPLER","links":[19],"shape":3}],"properties":{"Node name for S&R":"KSamplerSelect"},"widgets_values":["euler"]},{"id":17,"type":"BasicScheduler","pos":{"0":1200,"1":-590,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":110},"flags":{},"order":31,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":43,"slot_index":0}],"outputs":[{"name":"SIGMAS","type":"SIGMAS","links":[20],"shape":3}],"properties":{"Node name for S&R":"BasicScheduler"},"widgets_values":["ays+",20,1]},{"id":22,"type":"BasicGuider","pos":{"0":590,"1":-180,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":240,"1":50},"flags":{},"order":30,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":42,"slot_index":0},{"name":"conditioning","type":"CONDITIONING","link":40,"slot_index":1}],"outputs":[{"name":"GUIDER","type":"GUIDER","links":[30],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BasicGuider"}},{"id":25,"type":"RandomNoise","pos":{"0":1100,"1":-900,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":82},"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"NOISE","type":"NOISE","links":[37],"shape":3}],"properties":{"Node name for S&R":"RandomNoise"},"widgets_values":[1059071016374963,"randomize"]},{"id":27,"type":"LoraLoaderModelOnly","pos":{"0":420,"1":2300,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":82},"flags":{},"order":27,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":48}],"outputs":[{"name":"MODEL","type":"MODEL","links":[42,43],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LoraLoaderModelOnly"},"widgets_values":["FLUX\flux_realism_lora.safetensors",0.72]},{"id":30,"type":"LoraLoaderModelOnly","pos":{"0":-520,"1":2110,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":82},"flags":{},"order":16,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":44}],"outputs":[{"name":"MODEL","type":"MODEL","links":[47],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LoraLoaderModelOnly"},"widgets_values":["ellie_tlou_r8_flux_lora_v1_000002600.safetensors",1]},{"id":32,"type":"LoraLoaderModelOnly","pos":{"0":-70,"1":2070,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":82},"flags":{},"order":22,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":47}],"outputs":[{"name":"MODEL","type":"MODEL","links":[48],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LoraLoaderModelOnly"},"widgets_values":["FLUX\amateurphoto.safetensors",0.37]},{"id":33,"type":"Note","pos":{"0":-890,"1":2400,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":740,"1":360},"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[],"title":"Vídeo do Rodent","properties":{"text":""},"widgets_values":["https://www.youtube.com/watch?v=4d5zIBNuMRA"],"color":"#432","bgcolor":"#653"},{"id":35,"type":"ModelSamplingFlux","pos":{"0":-780,"1":140,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":240,"1":130},"flags":{},"order":18,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":75}],"outputs":[{"name":"MODEL","type":"MODEL","links":[49],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ModelSamplingFlux"},"widgets_values":[1.15,0.5,1024,1024]},{"id":36,"type":"Reroute","pos":{"0":-480,"1":150,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":[82,26],"flags":{},"order":25,"mode":0,"inputs":[{"name":"","type":"","link":49}],"outputs":[{"name":"MODEL","type":"MODEL","links":[83],"slot_index":0}],"properties":{"showOutputText":true,"horizontal":false}},{"id":37,"type":"CLIPTextEncodeFlux","pos":{"0":-1130,"1":380,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":640,"1":290},"flags":{},"order":20,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":53}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[85],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["anine art style cartoon, cotourtut, interesting details, cartoon iUustration","Anime art style person",3]},{"id":38,"type":"CLIPTextEncodeFlux","pos":{"0":-1130,"1":300,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":400,"1":200},"flags":{"collapsed":true},"order":19,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":52}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[50],"slot_index":0,"shape":3}],"title":"CLIPTextEncode (NEG)","properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["","",3.5]},{"id":39,"type":"Note","pos":{"0":-1140,"1":720,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":560,"1":140},"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["The clip prompt general ly doesn•t have much of an impact on the image compared to t5xxt so just\nput general stuff there. Feel free to change as appropnate!"],"color":"#432","bgcolor":"#653"},{"id":41,"type":"Reroute","pos":{"0":-480,"1":230,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":[140.8,26],"flags":{},"order":26,"mode":0,"inputs":[{"name":"","type":"","link":50}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[84],"slot_index":0}],"properties":{"showOutputText":true,"horizontal":false}},{"id":42,"type":"Reroute","pos":{"0":-430,"1":330,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":[75,26],"flags":{},"order":21,"mode":0,"inputs":[{"name":"","type":"","link":51}],"outputs":[{"name":"VAE","type":"VAE","links":[59],"slot_index":0}],"properties":{"showOutputText":true,"horizontal":false}},{"id":46,"type":"VAEDecode","pos":{"0":-50,"1":140,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":210,"1":50},"flags":{"collapsed":false},"order":41,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":87},{"name":"vae","type":"VAE","link":89}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[56],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEDecode"}},{"id":47,"type":"Note","pos":{"0":-200,"1":650,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":290,"1":130},"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["denoise = 1 for empty latent\ndenoise = <1 (—0.85) for image\nkeep CFG = 1.0\nays+ =\nhttps://github.com/pamparamn/ComfyUI-ppm\nSelect empty or img latent"],"color":"#432","bgcolor":"#653"},{"id":49,"type":"EmptySD3LatentImage","pos":{"0":-230,"1":850,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":110},"flags":{},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[71],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"EmptySD3LatentImage"},"widgets_values":[912,1120,1],"color":"#323","bgcolor":"#535"},{"id":50,"type":"CR Latent Input Switch","pos":{"0":-240,"1":1030,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":80},"flags":{},"order":39,"mode":0,"inputs":[{"name":"latent1","type":"LATENT","link":71},{"name":"latent2","type":"LATENT","link":70}],"outputs":[{"name":"LATENT","type":"LATENT","links":[86],"slot_index":0,"shape":3},{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"CR Latent Input Switch"},"widgets_values":[2]},{"id":51,"type":"LoadImage","pos":{"0":-1140,"1":1190,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":480,"1":600},"flags":{},"order":10,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[57],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["0 jonathan pe cacilda (1).JPG","image"]},{"id":54,"type":"ImageScaleToTotalPixels","pos":{"0":-580,"1":1350,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":82},"flags":{},"order":23,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":60}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[63],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageScaleToTotalPixels"},"widgets_values":["nearest-exact",1.25]},{"id":55,"type":"Reroute","pos":{"0":-190,"1":1180,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":[82,26],"flags":{},"order":28,"mode":0,"inputs":[{"name":"","type":"","link":63}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[64,77],"slot_index":0}],"properties":{"showOutputText":true,"horizontal":false}},{"id":56,"type":"GetImageSize","pos":{"0":-60,"1":1220,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":210,"1":50},"flags":{},"order":32,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":64}],"outputs":[{"name":"Width","type":"INT","links":[67],"slot_index":0,"shape":3},{"name":"Height","type":"INT","links":[66],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"GetImageSize"}},{"id":57,"type":"MathExpression|pysssss","pos":{"0":220,"1":1230,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":310,"1":180},"flags":{},"order":34,"mode":0,"inputs":[{"name":"a","type":"INT,FLOAT,IMAGE,LATENT","link":67},{"name":"b","type":"INT,FLOAT,IMAGE,LATENT","link":null},{"name":"c","type":"INT,FLOAT,IMAGE,LATENT","link":null}],"outputs":[{"name":"INT","type":"INT","links":[69],"slot_index":0,"shape":3},{"name":"FLOAT","type":"FLOAT","links":null,"shape":3}],"properties":{},"widgets_values":["floor(a / 16) 16"]},{"id":58,"type":"ImageScale","pos":{"0":680,"1":1190,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":260,"1":180},"flags":{},"order":37,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":77},{"name":"width","type":"INT","link":69,"widget":{"name":"width"}},{"name":"height","type":"INT","link":68,"widget":{"name":"height"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[65],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageScale"},"widgets_values":["nearest-exact",512,512,"center"]},{"id":59,"type":"MathExpression|pysssss","pos":{"0":230,"1":1500,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":310,"1":180},"flags":{},"order":35,"mode":0,"inputs":[{"name":"a","type":"INT,FLOAT,IMAGE,LATENT","link":66},{"name":"b","type":"INT,FLOAT,IMAGE,LATENT","link":null},{"name":"c","type":"INT,FLOAT,IMAGE,LATENT","link":null}],"outputs":[{"name":"INT","type":"INT","links":[68],"slot_index":0,"shape":3},{"name":"FLOAT","type":"FLOAT","links":null,"shape":3}],"properties":{},"widgets_values":["floor(a / 16) 16"]},{"id":60,"type":"Note","pos":{"0":-200,"1":1430,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":350,"1":280},"flags":{},"order":11,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["GetInageSize = stabiIity-ComfYUI-nodes\nCustom Scripts = ComfyUi-Custom-Scripts"],"color":"#432","bgcolor":"#653"},{"id":61,"type":"Note","pos":{"0":580,"1":1470,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":340,"1":260},"flags":{},"order":12,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["Should result in a nice size for\nFlux.l"],"color":"#432","bgcolor":"#653"},{"id":66,"type":"KSampler","pos":{"0":-210,"1":290,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":262},"flags":{},"order":40,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":83},{"name":"positive","type":"CONDITIONING","link":85},{"name":"negative","type":"CONDITIONING","link":84},{"name":"latent_image","type":"LATENT","link":86}],"outputs":[{"name":"LATENT","type":"LATENT","links":[87],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[290208035146564,"fixed",16,1,"deis","ays+",0.84]},{"id":53,"type":"VAEEncode","pos":{"0":-450,"1":1200,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":210,"1":50},"flags":{"collapsed":false},"order":38,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":65},{"name":"vae","type":"VAE","link":59}],"outputs":[{"name":"LATENT","type":"LATENT","links":[70],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEEncode"}},{"id":52,"type":"Reroute","pos":{"0":-650,"1":1180,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":[82,26],"flags":{},"order":17,"mode":0,"inputs":[{"name":"","type":"","link":57}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[60,90],"slot_index":0}],"properties":{"showOutputText":true,"horizontal":false}},{"id":68,"type":"Florence2Run","pos":{"0":-610,"1":1770,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":330,"1":360},"flags":{},"order":24,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":90},{"name":"florence2_model","type":"FL2MODEL","link":92}],"outputs":[{"name":"image","type":"IMAGE","links":null,"shape":3},{"name":"mask","type":"MASK","links":null,"shape":3},{"name":"caption","type":"STRING","links":[91],"slot_index":2,"shape":3},{"name":"data","type":"JSON","links":null,"shape":3}],"properties":{"Node name for S&R":"Florence2Run"},"widgets_values":["","region_caption",true,false,1024,3,true,"",991304472802336,"randomize"]},{"id":69,"type":"DownloadAndLoadFlorence2Model","pos":{"0":-600,"1":1570,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":110},"flags":{},"order":13,"mode":0,"inputs":[{"name":"lora","type":"PEFTLORA","link":null}],"outputs":[{"name":"florence2_model","type":"FL2MODEL","links":[92],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"DownloadAndLoadFlorence2Model"},"widgets_values":["microsoft/Florence-2-base","fp16","flash_attention_2"]},{"id":34,"type":"CheckpointLoaderSimple","pos":{"0":-1110,"1":150,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":100},"flags":{},"order":14,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[75],"slot_index":0,"shape":3},{"name":"CLIP","type":"CLIP","links":[52,53],"slot_index":1,"shape":3},{"name":"VAE","type":"VAE","links":[51,89],"slot_index":2,"shape":3}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["flux1-dev-fp8.safetensors"]},{"id":70,"type":"show_text_party","pos":{"0":-200,"1":1789,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0},"size":{"0":320,"1":60},"flags":{},"order":29,"mode":0,"inputs":[{"name":"text","type":"STRING","link":91,"widget":{"name":"text"}}],"outputs":[{"name":"STRING","type":"STRING","links":null,"shape":6}],"properties":{"Node name for S&R":"show_text_party"},"widgets_values":[""]}],"links":[[10,11,0,6,0,"CLIP"],[12,10,0,8,1,"VAE"],[19,16,0,13,2,"SAMPLER"],[20,17,0,13,3,"SIGMAS"],[23,5,0,13,4,"LATENT"],[24,13,0,8,0,"LATENT"],[30,22,0,13,1,"GUIDER"],[37,25,0,13,0,"NOISE"],[40,6,0,22,1,"CONDITIONING"],[42,27,0,22,0,"MODEL"],[43,27,0,17,0,"MODEL"],[44,12,0,30,0,"MODEL"],[47,30,0,32,0,"MODEL"],[48,32,0,27,0,"MODEL"],[49,35,0,36,0,""],[50,38,0,41,0,""],[51,34,2,42,0,""],[52,34,1,38,0,"CLIP"],[53,34,1,37,0,"CLIP"],[56,46,0,9,0,"IMAGE"],[57,51,0,52,0,""],[59,42,0,53,1,"VAE"],[60,52,0,54,0,"IMAGE"],[63,54,0,55,0,""],[64,55,0,56,0,"IMAGE"],[65,58,0,53,0,"IMAGE"],[66,56,1,59,0,"INT,FLOAT,IMAGE,LATENT"],[67,56,0,57,0,"INT,FLOAT,IMAGE,LATENT"],[68,59,0,58,2,"INT"],[69,57,0,58,1,"INT"],[70,53,0,50,1,"LATENT"],[71,49,0,50,0,"LATENT"],[75,34,0,35,0,"MODEL"],[77,55,0,58,0,"IMAGE"],[83,36,0,66,0,"MODEL"],[84,41,0,66,2,"CONDITIONING"],[85,37,0,66,1,"CONDITIONING"],[86,50,0,66,3,"LATENT"],[87,66,0,46,0,"LATENT"],[89,34,2,46,1,"VAE"],[90,52,0,68,0,"IMAGE"],[91,68,2,70,0,"STRING"],[92,69,0,68,1,"FL2MODEL"]],"groups":[{"title":"Group","bounding":[-1160,70,860,1030],"color":"#3f789e","font_size":24,"locked":false},{"title":"Group","bounding":[-250,70,360,1050],"color":"#3f789e","font_size":24,"locked":false},{"title":"Group","bounding":[140,70,860,1040],"color":"#3f789e","font_size":24,"locked":false},{"title":"Image","bounding":[-1150,1120,910,890],"color":"#444","font_size":24,"locked":false},{"title":"Do Maths","bounding":[-230,1130,1240,750],"color":"#444","font_size":24,"locked":false}],"config":{},"extra":{"ds":{"scale":1.0610764609500007,"offset":[967.3121449423197,-829.1562192092913]},"workspace_info":{"id":"q0Xoe7X-3o6H2P8_znU8H","saveLock":false,"cloudID":null,"coverMediaPath":null}},"version":0.4}



## Additional Context
(Please add any additional context or steps to reproduce the error here)
oard. Please paste it here.
YanXiaoAI commented 1 month ago

same error with you, did you fix it ?