얕고 넓게

[AI] ComfyUI 4/2 @Windows11 본문

IT/AI.ML

[AI] ComfyUI 4/2 @Windows11

블랙오닉스 2025. 10. 2. 21:48

2025.10.02

https://www.notion.so/ComfyUI-IMAGE-20d24360c8bf80c588c4f01ec990752d

 

ComfyUI-[IMAGE] 이미지 만들기 모음 | Notion

SDXL TextTOImage 프롬프트 이미지 만들기 - 2005. 06. 06

www.notion.so

여기에 워크플로우 다운받아 실행 해본다.

그냥 *.json을 열면 된다.

문제는 없는 커스텀 노드가 많다.

구글링해서 계속 설치하는데 너무 많다.

 

일괄로 정리해본다.

   0.0 seconds: D:\AI\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-GGUF
   0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-florence2
   0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui_essentials
   0.0 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-custom-scripts
   0.0 seconds: D:\AI\ComfyUI\custom_nodes\rgthree-comfy
   0.1 seconds: D:\AI\ComfyUI\custom_nodes\pulid_comfyui
   0.2 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-impact-subpack
   0.3 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-impact-pack
   0.3 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-Manager
   0.4 seconds: D:\AI\ComfyUI\custom_nodes\ComfyUI-nunchaku
   0.5 seconds: D:\AI\ComfyUI\custom_nodes\comfyui_controlnet_aux
   0.6 seconds (IMPORT FAILED): D:\AI\ComfyUI\custom_nodes\comfyui-anyline
   0.7 seconds: D:\AI\ComfyUI\custom_nodes\comfyui_pulid_flux_ll
   4.6 seconds: D:\AI\ComfyUI\custom_nodes\comfyui_layerstyle
   8.8 seconds: D:\AI\ComfyUI\custom_nodes\comfyui-easy-use

 

 

중간에 설치하다가 tokenizer 버전 문제로 에러

직접 transformers를 업데이트

ImportError: tokenizers>=0.22.0,<=0.23.0 is required for a normal functioning of this module, but found tokenizers==0.21.4.

(venv_comfyui311) PS D:\AI> pip install transformers -U

Installing collected packages: tokenizers
  Attempting uninstall: tokenizers
    Found existing installation: tokenizers 0.21.4
    Uninstalling tokenizers-0.21.4:
      Successfully uninstalled tokenizers-0.21.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
inference-gpu 0.58.0 requires tokenizers<0.22.0,>=0.19.0, but you have tokenizers 0.22.1 which is incompatible.
Successfully installed tokenizers-0.22.1

 


ImageResize는 없다고 나와서 기존거는 무시하고 Essetianl.ImageResize를 추가해서 연결

'IT > AI.ML' 카테고리의 다른 글

[AI] Hailo 8L @Windows 11  (0) 2026.03.12
[AI] LLamaFactory 설치 및 FT 성공 정리  (0) 2026.03.01
[AI] ComfyUI 3/2 @Windows11  (0) 2025.10.02
[AI] ComfyUI 2/2 @Windows11  (0) 2025.09.30
[AI] ComfyUI 1/2 @Windows11  (0) 2025.09.30