Comfy-agent optimization_model_lru
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/infra/optimization_model_lru" ~/.claude/skills/steliosot-comfy-agent-optimization-model-lru && rm -rf "$T"
manifest:
skills/infra/optimization_model_lru/SKILL.mdsource content
optimization_model_lru
Enable ModelManager LRU without CPU offload.
This skill wraps configure_optimizations with fixed mode: model_lru.