ComfyUI Node
π§ Offload Model to DRAM
Move model weights from VRAM to DRAM. Passes trigger input through to passthrough output (e.g. LATENT from KSampler β VAE Decode).
π§ Offload Model to DRAM
- model
- trigger
- memory_stats
- dram_id
- passthrough
CategoryArchAi3d/Memory
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Diffusion model to offload from VRAM to DRAM | |
| triggeropt | * | Connect KSampler LATENT 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 model in DRAM (matches loader's key) |
| passthrough | * | Pass-through of trigger input (e.g. LATENT β connect to VAE Decode) |