ComfyUI_Comfyroll_CustomNodes
ComfyUI_Comfyroll_CustomNodes copied to clipboard
fixed the upscaler by updating to use the configured torch device
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.
This fixes the issue mentioned in #172