Skip to content

Instantly share code, notes, and snippets.

@Sunderbraze
Sunderbraze / ComfyBootlegOffload.py
Last active March 5, 2025 02:03 — forked from city96/ComfyBootlegOffload.py
Add node to offload model as well
# Force model to always use specified device
# Place in `ComfyUI\custom_nodes` to use
# City96 [Apache2]
#
import types
import torch
import comfy.model_management
class OverrideDevice:
@classmethod