Closed linesword closed 4 months ago
File "/root/acc/custom_nodes/ComfyUI-Advanced-ControlNet/adv_control/control.py", line 59, in sliding_get_control self.cond_hint = comfy.utils.common_upscale(self.cond_hint_original, x_noisy.shape[3] 8, x_noisy.shape[2] 8, 'nearest-exact', "center").to(torch.fp32).to(self.device) File "/root/ComfyUI/comfy/utils.py", line 402, in common_upscale return torch.nn.functional.interpolate(s, size=(height, width), mode=upscale_method) File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/functional.py", line 3938, in interpolate return torch._C._nn._upsample_nearest_exact2d(input, output_size, scale_factors) RuntimeError: "compute_indices_weights_nearest" not implemented for 'Half'
I'm going to assume this was resolved one way or another, closing.
File "/root/acc/custom_nodes/ComfyUI-Advanced-ControlNet/adv_control/control.py", line 59, in sliding_get_control self.cond_hint = comfy.utils.common_upscale(self.cond_hint_original, x_noisy.shape[3] 8, x_noisy.shape[2] 8, 'nearest-exact', "center").to(torch.fp32).to(self.device) File "/root/ComfyUI/comfy/utils.py", line 402, in common_upscale return torch.nn.functional.interpolate(s, size=(height, width), mode=upscale_method) File "/root/miniconda3/lib/python3.10/site-packages/torch/nn/functional.py", line 3938, in interpolate return torch._C._nn._upsample_nearest_exact2d(input, output_size, scale_factors) RuntimeError: "compute_indices_weights_nearest" not implemented for 'Half'