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:
@@ -33,5 +33,23 @@
|
|||||||
"result": "no output (history 누락, 워크플로우 에러)",
|
"result": "no output (history 누락, 워크플로우 에러)",
|
||||||
"total_attempts_now": 5,
|
"total_attempts_now": 5,
|
||||||
"hypothesis_strengthened": "Qwen-Image GGUF Q4 자체 호환성 결함 — non-GGUF 또는 다른 quant 필요"
|
"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 제거"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
66
results/meeting-103/round3/meta.json
Normal file
66
results/meeting-103/round3/meta.json
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
"round": 3,
|
||||||
|
"captured_at": "2026-05-19T22:05:35.284855",
|
||||||
|
"combos": [
|
||||||
|
{
|
||||||
|
"id": "3-1",
|
||||||
|
"prompt_id": "d79ea45e-0776-4b10-b36d-de6b7308fc11",
|
||||||
|
"models_used": [
|
||||||
|
"flux-dev",
|
||||||
|
"pulid-flux"
|
||||||
|
],
|
||||||
|
"prompt_set": "A",
|
||||||
|
"stage": "1+pulid",
|
||||||
|
"fusion": "mean-w0.5",
|
||||||
|
"status": "no_filename"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-2",
|
||||||
|
"prompt_id": "3b95dcbc-199c-4ac6-bf7f-c02830ec2322",
|
||||||
|
"models_used": [
|
||||||
|
"flux-dev",
|
||||||
|
"pulid-flux"
|
||||||
|
],
|
||||||
|
"prompt_set": "A",
|
||||||
|
"stage": "1+pulid",
|
||||||
|
"fusion": "mean-w1.0",
|
||||||
|
"status": "no_filename"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-3",
|
||||||
|
"prompt_id": "e3096ea0-11f4-4cb8-a972-ef2298290471",
|
||||||
|
"models_used": [
|
||||||
|
"qwen-edit-2511"
|
||||||
|
],
|
||||||
|
"prompt_set": "C",
|
||||||
|
"stage": "2-only-edit",
|
||||||
|
"status": "no_filename"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-4",
|
||||||
|
"prompt_id": "a3874088-1bf0-4391-9e28-aa04065d7cd5",
|
||||||
|
"models_used": [
|
||||||
|
"flux-schnell"
|
||||||
|
],
|
||||||
|
"prompt_set": "A",
|
||||||
|
"stage": "1-only-v2",
|
||||||
|
"status": "no_filename"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-5",
|
||||||
|
"prompt_id": "143ecdd7-70a8-45fb-9692-2bdba7239674",
|
||||||
|
"models_used": [
|
||||||
|
"pony-v6"
|
||||||
|
],
|
||||||
|
"prompt_set": "B",
|
||||||
|
"stage": "1-only",
|
||||||
|
"status": "no_filename"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"learning": {
|
||||||
|
"passed_count": 0,
|
||||||
|
"failed_count": 5,
|
||||||
|
"best_pastel": null,
|
||||||
|
"next_round_hint": "auto-determine based on round learning"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user