Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from threading import RLock
|
|
7 |
from datetime import datetime
|
8 |
|
9 |
preSetPrompt = "a cute tall slender athletic young nude caucasian woman. gorgeous face. sensual expression. provocative pose. perfect boobs. outie pussy. pussy juice. dark studio scene. uv light. bodypainting. artistic. scenic. photorealistic. cinematic. explicit. f1.4"
|
10 |
-
negPreSetPrompt = "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness"
|
11 |
|
12 |
lock = RLock()
|
13 |
HF_TOKEN = os.environ.get("HF_TOKEN") if os.environ.get("HF_TOKEN") else None # If private or gated models aren't used, ENV setting is unnecessary.
|
|
|
7 |
from datetime import datetime
|
8 |
|
9 |
preSetPrompt = "a cute tall slender athletic young nude caucasian woman. gorgeous face. sensual expression. provocative pose. perfect boobs. outie pussy. pussy juice. dark studio scene. uv light. bodypainting. artistic. scenic. photorealistic. cinematic. explicit. f1.4"
|
10 |
+
negPreSetPrompt = "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness, asian, african, collage, composite, combined image"
|
11 |
|
12 |
lock = RLock()
|
13 |
HF_TOKEN = os.environ.get("HF_TOKEN") if os.environ.get("HF_TOKEN") else None # If private or gated models aren't used, ENV setting is unnecessary.
|