Nodes/ComfyUI-ArchAi3d-Qwen/🧠 Offload Model to DRAM
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).

By amir84ferdosΒ·Created 10 months agoΒ·Updated 4 months agoΒ· 65
🧠 Offload Model to DRAM
  • model
  • trigger
  • memory_stats
  • dram_id
  • passthrough
CategoryArchAi3d/Memory

Inputs (2)

NameTypeDefaultDescription
modelMODELDiffusion model to offload from VRAM to DRAM
triggeropt*Connect KSampler LATENT output here β€” it passes through to 'passthrough' output

Outputs (3)

NameTypeDescription
memory_statsSTRINGCurrent VRAM/RAM/cache status
dram_idSTRINGCache key for this model in DRAM (matches loader's key)
passthrough*Pass-through of trigger input (e.g. LATENT β†’ connect to VAE Decode)