How to resolve conflicting (content type) folder formats?

I've created a content type folder format for my Stable Diffusion .safetensor folders.
But each of them also has an image as a thumbnail laying next to it.

As such, the resulting folder shows the default image folder format, instead of the safetensor one. How can I assign a priority, that in this case only the safetensor folder format should be used?

Sidenote: When hovering over the lock, it shows that the format comes from Default Format -> Images -> safetensors

1 Like

Are all the folders you want using a special format in the same place?

What are the content thresholds set to on the two involved Content Type formats?

They are currently all sub-folders of the same main folder, but there are other sub-folders, where I don't want to assign the folder format. I'm also sometimes moving folders, renaming them or creating new ones.

However it seems the second question seems to be a working solution, even if it somewhat of a workaround. The image folder format was set to 40% and the safetensor one was 15%. If I change the safetensor folder format to have a threshold of 41% it takes priority.

However I'd still prefer it, that even folders with a lower amount of safetensor files get detected, but I guess it works for now, so thanks.