ComfyUI_Comfyroll_CustomNodes icon indicating copy to clipboard operation
ComfyUI_Comfyroll_CustomNodes copied to clipboard

fixed the upscaler by updating to use the configured torch device

Open mysfitt opened this issue 8 months ago • 1 comments

The old .cpu() syntax is no longer supported in torch. This is a simple update to the new syntax using whatever torch device has been configured. This was breaking the CR Upscaler node, and anything else that depends on the upscaler function library.

mysfitt avatar Apr 10 '25 23:04 mysfitt

This fixes the issue mentioned in #172

mysfitt avatar Apr 10 '25 23:04 mysfitt