Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |
Tags
- Octave #homebrew #macOS
- k6 #피코프레소
- macro lens #EF #FD
- Callaway #Mavrik #Epic Flash
- Java #MacBook #macOS
- Arduino #Wall Plotter
- Tarantula #3D 프린터
- XTU #Virtual Machine System
- 피코프레소 #ITOP40
- razer #deathadder #viper #g102
- Oh My Zsh #macOS
- Arduino #PlatformIO #macOS
- ITOP40
- 매크로렌즈 #리버스링
- cycloidal #rv reducer
- TensorFlow #Python #pip
- Linux #VirtualBox
- egpu #aorus gaming box #gtx1070 #tb3
- VNC #Firewall #CenOS7 #VMware
- VirtualBox #VMware
- ESP32 #Arduino
- 다이슨 #배터리
- Dell #Latitude #BIOS
- centos7 #yum update #/boot
- Laptop #CPUID
- VMware #Shared Folder
- x99 itx/ac
- fat32 #rufus
- Xeon #E5-2680
- CM-EF-NEX
Archives
- Today
- Total
얕고 넓게
[AI] ComfyUI 4/2 @Windows11 본문
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 |
