Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ client = InferenceClient(token=HF_TOKEN)
|
|
| 19 |
NEGATIVE_PROMPT_FINGERS = """2D,missing fingers, extra fingers, elongated fingers, fused fingers,
|
| 20 |
mutated fingers, poorly drawn fingers, disfigured fingers,
|
| 21 |
too many fingers, deformed hands, extra hands, malformed hands,
|
| 22 |
-
blurry hands, disproportionate fingers"""
|
| 23 |
|
| 24 |
# Define the list of explicit keywords
|
| 25 |
|
|
|
|
| 19 |
NEGATIVE_PROMPT_FINGERS = """2D,missing fingers, extra fingers, elongated fingers, fused fingers,
|
| 20 |
mutated fingers, poorly drawn fingers, disfigured fingers,
|
| 21 |
too many fingers, deformed hands, extra hands, malformed hands,
|
| 22 |
+
blurry hands, disproportionate fingers,sexual,nudity,intimacy view"""
|
| 23 |
|
| 24 |
# Define the list of explicit keywords
|
| 25 |
|