naliwai

Results 4 comments of naliwai

I've solved the original problem by going to custom_nodes\ComfyUI-SAM2\sam2\utils\transforms.py and replacing self.transforms = torch.jit.script( nn.Sequential( Resize((self.resolution, self.resolution)), Normalize(self.mean, self.std), ) ) by simply self.transforms = nn.Sequential( Resize((self.resolution, self.resolution)), Normalize(self.mean, self.std),...

It would be perfect if the weights were available again. Probably via HuggingFace?

Not chromadb. This seems to be a general problem for all databases that return the actual distance where 0.0 means the best match.

Sorry for late response. Yes, it seems to work in the later releases.