원클릭으로
comfyui-crash-recovery-protocol
Protocol for recovering assets after a ComfyUI or automation script crash.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Protocol for recovering assets after a ComfyUI or automation script crash.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
A specialized AI agent that ruthlessly evaluates all marketing assets against world-class standards, ensuring only premium content is approved for final delivery.
A specialized framework for generating high-fidelity prompts optimized for Flux.2 (image) and LTX 2.5 (video). Focuses on materiality, optical physics, temporal dynamics, and cinematic technicality to move beyond "vibe-coded" descriptions.
Automates the transformation of narrative Markdown prompts into technical JSON payloads for Z-Image Turbo ComfyUI workflows. Handles extraction, sanitization against banned terms, and dynamic parameter injection (Resolution/Node Targeting).
Transforms narrative script data into cinematic prompt batches for FLUX/LTX.
Expert-tier prompting protocol for Grok Imagine Video Generation (xAI). Focuses on 'Hollywood sequence' narrative prose, SCENE LOCK consistency, and handheld realism.
High-precision prompting protocol for LTX 2.3 (Lightricks) video generation, optimized for ComfyUI VFX pipelines and local control. Incorporates cinematic prose, camera motion selectors, and the community-standard 3-stage sampling hack.
SOC 직업 분류 기준
| name | comfyui-crash-recovery-protocol |
| description | Protocol for recovering assets after a ComfyUI or automation script crash. |
A crash occurs during a large-scale rendering or automation job (e.g., Forge batch, ComfyUI mega-render), resulting in missing expected output files.
ps aux | grep [script_name] to check if the orchestration script is still active or hung.re-render_batch.py).Path(__file__).parent), and explicit output directory variables..log or .txt files in the user's home directory (e.g., job_debug.log) to find the last successfully written file path.os.walk through common project and desktop directories.mtime (last 24h) and extension (.png, .jpg) to bypass shell permission errors that find might encounter.find commands often fail due to permission restrictions on macOS; use Python-based os.walk for more resilient recovery sweeps.ps aux).