LogoWonderful Launcher
  • 홈
  • 요금
  • 문서
  • 다운로드
ComfyUI "clean library entry point is missing" 해결ComfyUI ControlNetApplyAdvanced class_type 해결멀티 GPU가격, Credits, Agent Access 설명
레퍼런스

ComfyUI ControlNetApplyAdvanced class_type 해결

Partially verifiedMedium riskLast verified 2026-06-29

ComfyUI ControlNetApplyAdvanced class_type, node id has no class_type, Apply ControlNet Advanced missing 오류를 workflow JSON, ComfyUI 버전, ControlNet model, preprocessor로 나눠 해결합니다.

ComfyUI에 ControlNetApplyAdvanced class_type, node id has no class_type, 또는 Apply ControlNet Advanced missing 메시지가 보여도 ControlNetApplyAdvanced라는 Python package를 설치하려고 시작하지 마세요. 이것은 workflow graph 안의 node class이며 package 이름이 아닙니다.

빠른 답

ControlNetApplyAdvanced는 ComfyUI의 ControlNet node입니다. class_type 오류는 보통 workflow JSON, 오래된 ComfyUI, 또는 node registration 문제입니다. 먼저 workflow를 다시 받거나 export하고 ComfyUI를 업데이트하세요.

빠른 진단

보이는 메시지의미첫 조치
ControlNetApplyAdvanced class_type현재 ComfyUI가 workflow의 node class를 해석하지 못함ComfyUI 업데이트 후 다시 열기
node id has no class_typeworkflow JSON이 손상되었거나 export가 불완전함원본에서 다시 export
Apply ControlNet Advanced가 검색되지 않음오래된 ComfyUI, 환경 차이, cloud 제한 가능성버전과 node 노출 여부 확인
queue 실행 때만 실패node는 로드됐지만 model/input/preprocessor가 문제runtime error 확인
preprocessor 주변 red nodecustom preprocessor pack 누락 또는 import failedcustom node 쪽 복구

해결 순서

  1. 원본 workflow JSON 또는 PNG를 다시 받습니다.
  2. ComfyUI를 업데이트하고 완전히 재시작합니다.
  3. Apply ControlNet으로 검색해 node 표시 이름 차이를 확인합니다.
  4. ControlNet model은 ComfyUI/models/controlnet/에 둡니다.
  5. Canny, Depth, OpenPose 같은 preprocessor가 빨간색일 때만 해당 custom node를 고칩니다.

하지 말 것

  • pip install ControlNetApplyAdvanced 실행.
  • workflow JSON 문제를 custom node 전체 재설치로 해결하려고 하기.
  • ControlNet model 누락과 node class 누락을 섞어서 보기.

관련 가이드

  • ComfyUI Missing Nodes, class_type, and Clean Library Entry Point Fix
  • ComfyUI Workflow Red Nodes
  • Install ComfyUI Custom Nodes
  • Where to Put Safetensors in ComfyUI

Source References

  • ComfyUI ControlNetApplyAdvanced built-in node documentation
  • ComfyUI workflow concept documentation
  • ComfyUI ControlNet usage example

실제 ComfyUI 환경에서 생긴 문제라면 먼저 무료로 Wonderful Launcher 로 현재 머신을 확인하세요. 작업을 막는 수리에는 Agent Access, credits 는 이미지 생성과 사용량 기반 도구용입니다.

Wonderful Launcher 다운로드Agent Access 보기

Did this fix your issue?

Your answer helps prioritize verified ComfyUI repairs.

ComfyUI "clean library entry point is missing" 해결

ComfyUI clean library entry point is missing 오류를 워크플로 호환성, 프론트엔드 package 불일치, 손상된 workflow JSON, missing nodes 순서로 점검합니다.

멀티 GPU

ComfyUI가 멀티 GPU에서 실제로 할 수 있는 것과 없는 것, `--cuda-device` 사용법, GPU별로 인스턴스를 나눠 돌리는 패턴을 정리합니다.

목차

빠른 진단
해결 순서
하지 말 것
관련 가이드
Source References