def apply_instantid(self, instantid, insightface, control_net, image, model, positive, negative, start_at, end_at, weight=.8, ip_weight=None, cn_strength=None, image_kps=None, mask=None): self.dtype = torch.float16 if comfy.model_management.should_use_fp16() else torch.float32 self...