Comfy-agent optimization_attention_reuse_wan22_cpu_offload
name: optimization_attention_reuse_wan22_cpu_offload
git clone https://github.com/steliosot/comfy-agent
skills/infra/optimization_attention_reuse_wan22_cpu_offload/skill.yamlname: optimization_attention_reuse_wan22_cpu_offload
description: Enable WAN2.2 attention reuse preset with CPU offload.
inputs: cache_policy: type: string required: false cache_size: type: integer required: false max_models_in_vram: type: integer required: false enable_cpu_offload: type: boolean required: false lazy_loading: type: boolean required: false attn_reuse_threshold: type: number required: false attn_cache_device: type: string required: false attn_store_frequency: type: integer required: false attn_reuse_layers: type: array required: false
outputs: status: type: string mode: type: string workflow: type: object model_manager: type: object attention_reuse: type: object python_snippet: type: string