prithivMLmods commited on
Commit
b83cc4f
·
verified ·
1 Parent(s): dcb0cb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,7 +25,7 @@ examples = [
25
  "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
26
  ]
27
 
28
- MODEL_ID = os.getenv("MODEL_VAL_PATH", "John6666/realvisxl-v50-sdxl")
29
  MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
30
  USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE", "0") == "1"
31
  ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD", "0") == "1"
@@ -136,7 +136,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
136
  max_lines=5,
137
  lines=4,
138
  placeholder="Enter a negative prompt",
139
- value="(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
140
  visible=True,
141
  )
142
  seed = gr.Slider(
 
25
  "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
26
  ]
27
 
28
+ MODEL_ID = os.getenv("MODEL_VAL_PATH", "SG161222/RealVisXL_V4.0")
29
  MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
30
  USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE", "0") == "1"
31
  ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD", "0") == "1"
 
136
  max_lines=5,
137
  lines=4,
138
  placeholder="Enter a negative prompt",
139
+ value="bad hands, bad anatomy, ugly, deformed, (face asymmetry, eyes asymmetry, deformed eyes, deformed mouth, open mouth)",
140
  visible=True,
141
  )
142
  seed = gr.Slider(