Spaces:
Build error
Build error
Commit
·
c32e479
1
Parent(s):
8ad224a
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,7 @@ pipe = StableDiffusionPipeline.from_pretrained("ringhyacinth/nail-set-diffuser",
|
|
| 13 |
pipe = pipe.to(device)
|
| 14 |
|
| 15 |
|
| 16 |
-
#
|
| 17 |
-
# it at your own risk here
|
| 18 |
disable_safety = True
|
| 19 |
|
| 20 |
if disable_safety:
|
|
|
|
| 13 |
pipe = pipe.to(device)
|
| 14 |
|
| 15 |
|
| 16 |
+
# Disable nsfw checker
|
|
|
|
| 17 |
disable_safety = True
|
| 18 |
|
| 19 |
if disable_safety:
|