2024 Community Collab - we're pleased to announce yet another iteration of our annual collaborative mega-picture! Click here to check it out!

Viewing last 25 versions of post by Background Pony #7C7A in topic General Tag Discussion

Background Pony #7C7A
Does anyone have a working filter which would hide fat fetishism without hiding normal pictures? I'm trying to create one, but there are always false positives or false negatives. It doesn't have to be accurate when it comes to explicit pictures because I'm hiding them anyway.

Q: WTF bruh, it's easy, just hide "fat fetish"
A: It should be easy, but it isn't because of complicated tagging situation. For example there are multiple levels of fat tagging: fat, obese, plump, chubby, pudgy, your mom, etc. They don't seem very consistent. Sometimes pictures of characters with BMI clearly above the norm lack the aforementioned tags, but have other tags like "wide hips" instead. Other problem is that people don't tag safe pictures with fetish tags, even if the art is clearly meant to fetishize excess weight. And many pictures with fat characters are unrelated to fetishes and I don't want to hide them.

It's a mess. I'd appreciate even tips that would improve my current solution. Incomplete list of the tags I hide:
```
fat, large butt, huge butt, impossibly large belly, impossibly large butt, impossibly large breasts, huge breasts, inflation, hyper, hyper pregnancy, explicit
```
Complex filters:
```
( ((breasts && nudity) || nipples) && questionable ) OR
(artist:sundown && wide hips) OR
(artist:blitzyflair && plump)
```
## Examples of images I want to hide:
>>2798388s >>2265394s >>983225s >>1405511s >>1292737s >>978605s >>867572s >>739555s >>2798384s

## Examples of images I **don't** want to hide:
>>2559709s >>2748195s >>2676630s >>2448160s >>1698410s >>206571s >>758400s >>2555079s >>978141s >>993821s
Reason: Enlarged text so it's clear which pics I want to keep
Edited by Background Pony #7C7A
Background Pony #7C7A
Does anyone have a working filter which would hide fat fetishism without hiding normal pictures? I'm trying to create one, but there are always false positives or false negatives. It doesn't have to be accurate when it comes to explicit pictures because I'm hiding them anyway.

Q: WTF bruh, it's easy, just hide "fat fetish"
A: It should be easy, but it isn't because of complicated tagging situation. For example there are multiple levels of fat tagging: fat, obese, plump, chubby, pudgy, your mom, etc. They don't seem very consistent. Sometimes pictures of characters with BMI clearly above the norm lack the aforementioned tags, but have other tags like "wide hips" instead. Other problem is that people don't tag safe pictures with fetish tags, even if the art is clearly meant to fetishize excess weight. And many pictures with fat characters are unrelated to fetishes and I don't want to hide them.

It's a mess. I'd appreciate even tips that would improve my current solution. Incomplete list of the tags I hide:
```
fat, large butt, huge butt, impossibly large belly, impossibly large butt, impossibly large breasts, huge breasts, inflation, hyper, hyper pregnancy, explicit
```
Complex filters:
```
( ((breasts && nudity) || nipples) && questionable ) OR
(artist:sundown && wide hips) OR
(artist:blitzyflair && plump)
```
Examples of images I want to hide:
>>2798388s >>2265394s >>983225s >>1405511s >>1292737s >>978605s >>867572s >>739555s >>2798384s

Examples of images I don't want to hide:
>>2559709s >>2748195s >>2676630s >>2448160s >>1698410s >>206571s >>758400s >>2555079s >>978141s >>993821s
Reason: Added another example - it has no fatness-related tags
Edited by Background Pony #7C7A