Peter Bayerle
Results
2
comments of
Peter Bayerle
I also found the checker was inaccurately flagging some of my prompts as NSFW, so I disabled it in `scripts/txt2img.py`, by replacing `check_safety ` with: ``` def check_safety(x_image): # safety_checker_input...
yes, just caught this too. For those interested it's at the top of page 10. a quick check in the interpreter shows `bytes.encode` doesn't exist: ``` >>> bytes.encode Traceback (most...