본문 바로가기

전체 글

(216)
ComfyUI 에서 생성한 output 결과물 S3에 업로드하기 1. 사용한 커스텀 노드https://github.com/TemryL/ComfyS3 GitHub - TemryL/ComfyS3: ComfyS3 seamlessly integrates with Amazon S3 in ComfyUI. This open-source project provides custom nodesComfyS3 seamlessly integrates with Amazon S3 in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 b...github.com 2. 수동 git c..
MacBook에서 GPU 없이 ComfyUI Docker 로컬 실행하기 최근 이미지 생성 워크플로우 자동화를 위해 ComfyUI를 로컬 환경에서 테스트해봤습니다.이번 포스팅에서는 GPU를 사용하지 않는 모드로, MacBook Pro 16 (RAM 32GB) 환경에서 실행한 과정을 정리합니다. 1. 환경 및 사전 조건MacBook Pro 16 (32GB RAM)Docker 설치 및 실행 상태GPU 미사용 (CPU-only)Python 3.10-slim 기반 Docker 이미지 사용 2. Dockerfile 구성GPU를 사용하지 않기 때문에 가벼운 Python 베이스 이미지를 선택했습니다.dockerfile# 가벼운 Python 베이스 이미지 사용FROM python:3.10-slim# OS 패키지 설치# git, wget, libgomp1 외에 libgl1-mesa-glx, ..
[Error] ComfyUI 발생 에러 PulidFluxInsightFaceLoader PuLID 가 포함된 워크플로우 실행시 발생했던 에러 해결한 내용 정리 1. PuLID 로드하는 부분 Load InsightFace 노드에서 에러 발생 2. 에러 내용ComfyUI 상에서는 보여지는 에러 PulidFluxInsightFaceLoader Issue 터미널 확인 로그Requested to load FluxClipModel_loaded completely 18549.239142227172 9320.35595703125 True!!! Exception during processing !!! Traceback (most recent call last): File "/workspace/ComfyUI/execution.py", line 496, in execute output_data, ..