ComfyUI Node
π§ Offload CLIP to DRAM
Move CLIP weights from VRAM to DRAM. Passes trigger input through to passthrough output (e.g. CONDITIONING from CLIPTextEncode β KSampler).
π§ Offload CLIP to DRAM
- clip
- trigger
- memory_stats
- dram_id
- passthrough
CategoryArchAi3d/Memory
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | CLIP text encoder to offload from VRAM to DRAM | |
| triggeropt | * | Connect CLIPTextEncode CONDITIONING output here β it passes through to 'passthrough' output |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| memory_stats | STRING | Current VRAM/RAM/cache status |
| dram_id | STRING | Cache key for this CLIP in DRAM (matches loader's key) |
| passthrough | * | Pass-through of trigger input (e.g. CONDITIONING β connect to KSampler) |