Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InitFluxLoRATraining Couldn't build proto file into descriptor pool: duplicate file name sentencepiece_model.proto #93

Open
wazitang opened this issue Nov 12, 2024 · 0 comments

Comments

@wazitang
Copy link

InitFluxLoRATraining
Couldn't build proto file into descriptor pool: duplicate file name sentencepiece_model.proto

ComfyUI Error Report

Error Details

  • Node Type: InitFluxLoRATraining
  • Exception Type: TypeError
  • Exception Message: Couldn't build proto file into descriptor pool: duplicate file name sentencepiece_model.proto

Stack Trace

  File "E:\ComfyUI-aki-v1.3-2\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 "E:\ComfyUI-aki-v1.3-2\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 "E:\ComfyUI-aki-v1.3-2\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "E:\ComfyUI-aki-v1.3-2\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-FluxTrainer\nodes.py", line 523, in init_training
    training_loop = network_trainer.init_train(args)

  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-FluxTrainer\train_network.py", line 269, in init_train
    tokenize_strategy = self.get_tokenize_strategy(args)

  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-FluxTrainer\flux_train_network_comfy.py", line 157, in get_tokenize_strategy
    return strategy_flux.FluxTokenizeStrategy(t5xxl_max_token_length, args.tokenizer_cache_dir)

  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-FluxTrainer\library\strategy_flux.py", line 28, in __init__
    self.t5xxl = self._load_tokenizer(T5TokenizerFast, T5_XXL_TOKENIZER_ID, tokenizer_cache_dir=tokenizer_cache_dir)

  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-FluxTrainer\library\strategy_base.py", line 44, in _load_tokenizer
    tokenizer = model_class.from_pretrained(model_id, subfolder=subfolder)

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\transformers\tokenization_utils_base.py", line 2213, in from_pretrained
    return cls._from_pretrained(

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\transformers\tokenization_utils_base.py", line 2447, in _from_pretrained
    tokenizer = cls(*init_inputs, **init_kwargs)

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\transformers\models\t5\tokenization_t5_fast.py", line 119, in __init__
    super().__init__(

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\transformers\tokenization_utils_fast.py", line 119, in __init__
    fast_tokenizer = convert_slow_tokenizer(slow_tokenizer)

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\transformers\convert_slow_tokenizer.py", line 1628, in convert_slow_tokenizer
    return converter_class(transformer_tokenizer).converted()

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\transformers\convert_slow_tokenizer.py", line 553, in __init__
    model_pb2 = import_protobuf()

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\transformers\convert_slow_tokenizer.py", line 38, in import_protobuf
    from sentencepiece import sentencepiece_model_pb2

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\sentencepiece\sentencepiece_model_pb2.py", line 16, in <module>
    DESCRIPTOR = _descriptor.FileDescriptor(

  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\google\protobuf\descriptor.py", line 1228, in __new__
    return _message.default_pool.AddSerializedFile(serialized_pb)

System Information

  • ComfyUI Version: v0.2.7
  • Arguments: E:\ComfyUI-aki-v1.3-2\main.py --auto-launch --preview-method auto --disable-cuda-malloc
  • OS: nt
  • Python Version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.1.2+cu118

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 25756696576
    • VRAM Free: 21131532697
    • Torch VRAM Total: 0
    • Torch VRAM Free: 0

Logs

2024-11-12 21:30:44,401 - root - INFO - Total VRAM 24564 MB, total RAM 65306 MB
2024-11-12 21:30:44,401 - root - INFO - pytorch version: 2.1.2+cu118
2024-11-12 21:30:44,528 - root - INFO - xformers version: 0.0.23.post1+cu118
2024-11-12 21:30:44,528 - root - INFO - Set vram state to: NORMAL_VRAM
2024-11-12 21:30:44,528 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2024-11-12 21:30:45,214 - root - INFO - Using xformers cross attention
2024-11-12 21:30:45,616 - root - INFO - [Prompt Server] web root: E:\ComfyUI-aki-v1.3-2\web
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path checkpoints D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/Stable-diffusion
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path configs D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/Stable-diffusion
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path vae D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/VAE
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path loras D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/Lora
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path loras D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/LyCORIS
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path upscale_models D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/ESRGAN
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path upscale_models D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/RealESRGAN
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path upscale_models D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/SwinIR
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path embeddings D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\embeddings
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path hypernetworks D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/hypernetworks
2024-11-12 21:30:45,618 - root - INFO - Adding extra search path controlnet D:\sd-webui-aki-v4.8\sd-webui-aki-v4.8\models/ControlNet
2024-11-12 21:30:46,279 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
2024-11-12 21:30:46,279 - numexpr.utils - INFO - NumExpr defaulting to 8 threads.
2024-11-12 21:30:47,876 - root - WARNING - Traceback (most recent call last):
  File "E:\ComfyUI-aki-v1.3-2\nodes.py", line 2012, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON\__init__.py", line 3, in <module>
    from .model.cloth_masker import AutoMasker as AM
  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON\model\cloth_masker.py", line 9, in <module>
    from ..model.SCHP import SCHP  # type: ignore
  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON\model\SCHP\__init__.py", line 1, in <module>
    from . import networks
  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON\model\SCHP\networks\__init__.py", line 3, in <module>
    from .AugmentCE2P import resnet101
  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON\model\SCHP\networks\AugmentCE2P.py", line 21, in <module>
    from ..modules import InPlaceABNSync
  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON\model\SCHP\modules\__init__.py", line 1, in <module>
    from .bn import ABN, InPlaceABN, InPlaceABNSync
  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON\model\SCHP\modules\bn.py", line 10, in <module>
    from .functions import *
  File "E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON\model\SCHP\modules\functions.py", line 10, in <module>
    _backend = load(name="inplace_abn",
  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\torch\utils\cpp_extension.py", line 1308, in load
    return _jit_compile(
  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\torch\utils\cpp_extension.py", line 1710, in _jit_compile
    _write_ninja_file_and_build_library(
  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\torch\utils\cpp_extension.py", line 1793, in _write_ninja_file_and_build_library
    verify_ninja_availability()
  File "E:\ComfyUI-aki-v1.3-2\python\lib\site-packages\torch\utils\cpp_extension.py", line 1848, in verify_ninja_availability
    raise RuntimeError("Ninja is required to load C++ extensions")
RuntimeError: Ninja is required to load C++ extensions

2024-11-12 21:30:47,876 - root - WARNING - Cannot import E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON module for custom nodes: Ninja is required to load C++ extensions
2024-11-12 21:30:53,261 - datasets - INFO - PyTorch version 2.1.2+cu118 available.
2024-11-12 21:30:53,921 - root - INFO - Total VRAM 24564 MB, total RAM 65306 MB
2024-11-12 21:30:53,921 - root - INFO - pytorch version: 2.1.2+cu118
2024-11-12 21:30:53,921 - root - INFO - xformers version: 0.0.23.post1+cu118
2024-11-12 21:30:53,921 - root - INFO - Set vram state to: NORMAL_VRAM
2024-11-12 21:30:53,921 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2024-11-12 21:30:55,212 - albumentations.check_version - INFO - A new version of Albumentations is available: 1.4.21 (you have 1.4.11). Upgrade using: pip install --upgrade albumentations
2024-11-12 21:30:56,074 - root - INFO - --------------
2024-11-12 21:30:56,074 - root - INFO - �[91m ### Mixlab Nodes: �[93mLoaded
2024-11-12 21:30:56,075 - root - INFO - ChatGPT.available True
2024-11-12 21:30:56,075 - root - INFO - edit_mask.available True
2024-11-12 21:30:56,078 - root - INFO - LaMaInpainting.available True
2024-11-12 21:30:56,498 - root - INFO - ClipInterrogator.available True
2024-11-12 21:30:56,528 - root - INFO - PromptGenerate.available True
2024-11-12 21:30:56,528 - root - INFO - ChinesePrompt.available True
2024-11-12 21:30:56,528 - root - INFO - RembgNode_.available True
2024-11-12 21:30:56,740 - root - INFO - TripoSR.available
2024-11-12 21:30:56,740 - root - INFO - �[93m -------------- �[0m
2024-11-12 21:31:00,663 - comfyui-prompt-control - INFO - Use STYLE(weight_interpretation, normalization) at the start of a prompt to use advanced encodings
2024-11-12 21:31:00,663 - comfyui-prompt-control - INFO - Weight interpretations available: comfy,A1111,compel,comfy++,down_weight,perp
2024-11-12 21:31:00,664 - comfyui-prompt-control - INFO - Normalization types available: none,mean,length,length+mean
2024-11-12 21:31:13,111 - OpenGL.acceleratesupport - INFO - No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
2024-11-12 21:31:21,870 - root - WARNING - Traceback (most recent call last):
  File "E:\ComfyUI-aki-v1.3-2\nodes.py", line 2012, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\ComfyUI-aki-v1.3-2\\custom_nodes\\Upgraded-Depth-Anything-V2\\__init__.py'

2024-11-12 21:31:21,870 - root - WARNING - Cannot import E:\ComfyUI-aki-v1.3-2\custom_nodes\Upgraded-Depth-Anything-V2 module for custom nodes: [Errno 2] No such file or directory: 'E:\\ComfyUI-aki-v1.3-2\\custom_nodes\\Upgraded-Depth-Anything-V2\\__init__.py'
2024-11-12 21:31:25,782 - root - INFO - 
Import times for custom nodes:
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_FaceShaper
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\websocket_image_save.py
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\style_aligned_comfy
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\image-resize-comfyui
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_IPAdapter_plus
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-VideoHelperSuite
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-AutoSplitGridImage
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ControlNet-LLLite-ComfyUI
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\cg-use-everywhere
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui_TTP_Toolset
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\FreeU_Advanced
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-BRIA_AI-RMBG
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-ComfyCouple
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-GlifNodes
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\efficiency-nodes-comfyui
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Eagle-PNGInfo
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\cg-image-picker
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Jjk-Nodes
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\sdxl_prompt_styler
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_TiledKSampler
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\stability-ComfyUI-nodes
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_Noise
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Detail-Daemon
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\sdxl-recommended-res-calc
2024-11-12 21:31:25,782 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyLiterals
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui_face_parsing
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_SLK_joy_caption_two
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyUI_FrequencySeparation_RGB-HSV
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Chibi-Nodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui_controlnet_aux
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-lama-remover
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_HF_Servelress_Inference
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_InstantID
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-post-processing-nodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\wlsh_nodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-WD14-Tagger
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-AutomaticCFG
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Image-Saver
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\PowerNoiseSuite
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-portrait-master
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\images-grid-comfy-plugin
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_FizzNodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Impact-Pack
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-propost
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyMath
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_essentials
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui_CXH_joy_caption
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Florence2
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Kolors-MZ
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds (IMPORT FAILED): E:\ComfyUI-aki-v1.3-2\custom_nodes\Upgraded-Depth-Anything-V2
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-utils-nodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-DepthAnythingV2
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-various
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-AutoCropFaces
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-MimicMotionWrapper
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_UltimateSDUpscale
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Custom-Scripts
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Frame-Interpolation
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\OmniGen-ComfyUI
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Advanced-ControlNet
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\CharacterFaceSwap
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfy-image-saver
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-KJNodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Marigold
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-ollama
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\x-flux-comfyui
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-GGUF
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\rgthree-comfy
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-LivePortraitKJ
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-JakeUpgrade
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-IC-Light
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui_bmad_nodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-JDCN
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_FaceAnalysis
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-liveportrait
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-workspace-manager
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\facerestore_cf
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-dream-project
2024-11-12 21:31:25,783 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Inspire-Pack
2024-11-12 21:31:25,784 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-prompt-control
2024-11-12 21:31:25,784 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfy_mtb
2024-11-12 21:31:25,784 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-reactor-node
2024-11-12 21:31:25,784 - root - INFO -    0.0 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Qwen-VL-API
2024-11-12 21:31:25,784 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-FluxTrainer
2024-11-12 21:31:25,784 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\PuLID_ComfyUI
2024-11-12 21:31:25,784 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui_segment_anything
2024-11-12 21:31:25,784 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
2024-11-12 21:31:25,784 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_LayerStyle
2024-11-12 21:31:25,784 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-tensorops
2024-11-12 21:31:25,784 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\DZ-FaceDetailer
2024-11-12 21:31:25,784 - root - INFO -    0.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Gemini
2024-11-12 21:31:25,784 - root - INFO -    0.2 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-AdvancedLivePortrait
2024-11-12 21:31:25,784 - root - INFO -    0.3 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_Fill-Nodes
2024-11-12 21:31:25,784 - root - INFO -    0.4 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-art-venture
2024-11-12 21:31:25,784 - root - INFO -    0.4 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Image-Filters
2024-11-12 21:31:25,784 - root - INFO -    0.4 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Manager
2024-11-12 21:31:25,784 - root - INFO -    0.6 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\bilbox-comfyui
2024-11-12 21:31:25,784 - root - INFO -    0.6 seconds (IMPORT FAILED): E:\ComfyUI-aki-v1.3-2\custom_nodes\Comfyui-CatVTON
2024-11-12 21:31:25,784 - root - INFO -    0.7 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Easy-Use
2024-11-12 21:31:25,784 - root - INFO -    0.9 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui-mixlab-nodes
2024-11-12 21:31:25,784 - root - INFO -    1.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-InstantID
2024-11-12 21:31:25,784 - root - INFO -    3.9 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUi-Ollama-YN
2024-11-12 21:31:25,784 - root - INFO -    3.9 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\was-node-suite-comfyui
2024-11-12 21:31:25,784 - root - INFO -    5.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI-Crystools
2024-11-12 21:31:25,784 - root - INFO -    8.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\comfyui_LLM_party
2024-11-12 21:31:25,784 - root - INFO -   12.1 seconds: E:\ComfyUI-aki-v1.3-2\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-11-12 21:31:25,784 - root - INFO - 
2024-11-12 21:31:25,794 - root - INFO - Starting server

2024-11-12 21:31:25,795 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
2024-11-12 21:31:40,447 - root - INFO - got prompt

Attached Workflow

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

Workflow too large. Please manually upload the workflow from local file system.

Additional Context

(Please add any additional context or steps to reproduce the error here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant