# Direct state-dict loading in the DGX loaders uses safetensors explicitly.
# The DGX backend stack also needs instanttensor and fastsafetensors.
# UpscaleModelLoaderDGX imports spandrel directly to mirror ComfyUI's native
# upscale-model behavior in standalone installs.
fastsafetensors
instanttensor
safetensors>=0.4.0
spandrel
