How to use CompVis/stable-diffusion-safety-checker with Transformers:
# Load model directly from transformers import AutoProcessor, SafetyChecker processor = AutoProcessor.from_pretrained("CompVis/stable-diffusion-safety-checker") model = SafetyChecker.from_pretrained("CompVis/stable-diffusion-safety-checker")
Adds fp16 safetensors. Should probably be a branch
· Sign up or log in to comment