Hacker News new | ask | show | jobs
by adhesive_wombat 1383 days ago
Right? Any keyboard can generate "harmful" content, do we need to figure out how to prevent "harmful generations" at the USB HID level?
2 comments

I half expect this could be a genuine startup these days.
Run the filter on the image output, not the written input?
Stable diffusion does run a filter on the output in its default configuration. Any image it deems 'unsafe' gets replaced with a picture of Rick Astley.

The thing about that is that it is open source, so you can trivially disable that filter if you like.

https://github.com/CompVis/stable-diffusion/blob/69ae4b35e0a...