axodox / unpaint

A simple Windows / Xbox app for generating AI images with Stable Diffusion.
Other
263 stars 11 forks source link

[Question] A bunch of questions #15

Open ke1ne opened 1 year ago

ke1ne commented 1 year ago
  1. How to disable NSFW checker and Safe Mode? There are no switchers in UI and Settings: image
  2. Got an error a couple of times, but have no idea which one and how to "debug". How to check error log and generating stats (speed, etc.)?
  3. I see some hotkeys are working here (like Del to delete the image). How to see all of them? It would be nice to have some listing visible.

Thank you!

axodox commented 1 year ago
  1. That is by design, I decided to force the Safe Mode / checker ON in release builds of the app, the switches are only there in debug mode, which allows to experiment with these tools - which I do not recommend. I found many popular SD models generate terrifying content with these disabled.
  2. You need to debug in Visual Studio, this is a proof of concept not production ready yet.
  3. I am planning to do this.
ke1ne commented 1 year ago
  1. Sure, I'm agree with the random creepiness and risks possible. However, I have a kind of false activation with simple requests, like "reddit dog meme".
  2. I didn't mean literally code debug; it was about trying to understand what to do if crash happened with no reason rescribed.
  3. Cool!