meeting-103 R3 5: cast_to_device OOM — 워크플로우 모두 실행 실패

5/5 모두 실제 생성 0개:
- 3-1/3-2 PuLID mean w0.5/1.0 — model_management.cast_to_device 에러
- 3-3 Qwen-Edit-2511 inpaint — 동일
- 3-4 Schnell A v2 — 동일
- 3-5 Pony B 한옥 — 동일

원인: VRAM 4.6GB free (12GB 중) + 복합 모델 부담
- Flux Dev Q5 GGUF 7GB + PuLID 1.1GB + dtype 변환 부담
- Pony B 도 동일 영향 (model_management ComfyUI 자체 이슈)

다음 R4: 워크플로우 단순화
- 해상도 ↓ (640×1024)
- 단일 모델 우선 (PuLID 제거)
- Schnell 4-step 우선 (VRAM 부담 가장 작음)
This commit is contained in:
choijaewook
2026-05-19 22:06:23 +09:00
parent 650bb9f810
commit b6dfe105e5
2 changed files with 84 additions and 0 deletions

View File

@@ -33,5 +33,23 @@
"result": "no output (history 누락, 워크플로우 에러)",
"total_attempts_now": 5,
"hypothesis_strengthened": "Qwen-Image GGUF Q4 자체 호환성 결함 — non-GGUF 또는 다른 quant 필요"
},
"R3-cast-to-device-OOM": {
"round": 3,
"failed_combos": 5,
"comfyui_error": "model_management.cast_to_device — dtype/VRAM 부담",
"vram_free_at_error": "4.6GB / 12GB total",
"all_workflows_affected": [
"PuLID mean w0.5",
"PuLID mean w1.0",
"Qwen-Edit-2511 inpaint",
"Schnell A v2",
"Pony B 한옥"
],
"next_attempts": [
"워크플로우 단순화 (단일 모델만)",
"해상도 ↓ (640×1024)",
"PuLID 제거"
]
}
}