Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
art
HARRY07979 commited on
Commit
78b2e6f
·
verified ·
1 Parent(s): 1bff909

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -51,7 +51,3 @@ prompt=user
51
  image=pipe(prompt,negative_prompt=neg_prompt).images[0]
52
  image
53
  ```
54
-
55
- ## NOTE: This model contains a custom Safety Checker script.
56
- # To use it, pass trust_remote_code=True.
57
- Script here: https://github.com/HARRY07979/StableDiffusionSafetyChecker/tree/main
 
51
  image=pipe(prompt,negative_prompt=neg_prompt).images[0]
52
  image
53
  ```