Haidra-Org / horde-worker-reGen

The default client software to create images for the AI-Horde
https://aihorde.net/
GNU Affero General Public License v3.0
94 stars 42 forks source link

Info nsfw tag not being applied #299

Closed rbrtcs1 closed 1 month ago

rbrtcs1 commented 1 month ago

https://github.com/Haidra-Org/horde-worker-reGen/blob/76abd6be5a9e644c665f7126c07e2f21b2a3d75c/horde_worker_regen/process_management/process_manager.py#L1822

This code only runs if there was at least 1 image that was actually censored in the batch. This logic should probably be moved outside of the current if statement.

in the scenario where a worker marks an image as nsfw but doesn’t censor it, this code would not run.

arcaria commented 1 month ago

I don't even wanna open that link, what is that? FYI, I think someone should probably report it, very sus

tazlin commented 1 month ago

Fixed via https://github.com/Haidra-Org/horde-worker-reGen/pull/300, https://github.com/Haidra-Org/AI-Horde/pull/459 and https://github.com/Haidra-Org/AI-Horde/pull/457.