InstantID Face Analysis: CUDA logs torch.cuda.OutOfMemoryError: Allocation on device 0 would exceed allowed memory. (out of memory) Currently allocated : 10.15 GiB Requested : 60.00 MiB Device limit : 24.00 GiB Free (according to CUDA): ...
max_weight = max(weights) # Invert the weights relative to their own range mew_weights = [max_weight - (w - min_weight) for w in weights] mew_weights = weights + [max_weight - (w - min_weight) for w in weights] mew_weights = mew_weights * (image_1.shape[0] // 2) if im...