Comfy-agent optimization_attention_reuse_sd
name: optimization_attention_reuse_sd
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest:
skills/infra/optimization_attention_reuse_sd/skill.yamlsource content
name: optimization_attention_reuse_sd
description: Enable attention reuse preset tuned for SD image pipelines.
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