DetGC commited on
Commit
a80fb42
·
verified ·
1 Parent(s): 2274e07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from datetime import datetime
8
 
9
  a cute tall slender athletic young nude caucasian woman. cinematic. explicit. f1.4
10
 
11
- preSetPrompt = "a cute tall slender athletic young nude caucasian woman. gorgeous face. relaxed smile. perfect boobs. outie pussy. pussy juice. artistic. photorealistic. cinematic. explicit. f1.4"
12
- negPreSetPrompt = "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness"
13
 
14
  lock = RLock()
15
  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.
 
8
 
9
  a cute tall slender athletic young nude caucasian woman. cinematic. explicit. f1.4
10
 
11
+ preSetPrompt = """a cute tall slender athletic young nude caucasian woman. gorgeous face. relaxed smile. perfect boobs. outie pussy. pussy juice. artistic. photorealistic. cinematic. explicit. f1.4"""
12
+ negPreSetPrompt = """[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness"""
13
 
14
  lock = RLock()
15
  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.