Update README.md
Browse files
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 |
```
|
|
|
|
|
|
|
|
|
|
|
|