sdwebui-w-horde/sd-webui-stable-horde-worker

[Feature]: Add more configurations

Opened this issue · 0 comments

Summary

In order to mimic natali, the official worker client, we should add more configurations.

According to https://github.com/db0/AI-Horde-Worker/blob/main/worker/argparser/stable_diffusion.py and https://github.com/db0/AI-Horde-Worker/blob/main/webui.py
we should add :

  • kudos
  • priority_usernames
  • sfw
  • blacklist
  • censorlist
  • censor_nsfw
  • allow_dynamic_model

Maybe we should wait for #13 to be merged before implementing these.