alfredplpl commited on
Commit
ef3bf33
1 Parent(s): 596c108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def run_normal(prompt, negative_prompt="", guidance_scale=7.5, progress=gr.Progr
36
  conditioning, pooled = compel("1girl, (upper body)++, brown bob short hair, brown eyes, looking at viewer, cherry blossom")
37
  else:
38
  conditioning, pooled = compel(prompt)
39
- negative_conditioning, negatice_pooled = compel("unaestheticXLv31, bad hand, bad anatomy, low quality, 3d, photo, realism, text, sign, "+negative_prompt)
40
  result = pipe_normal(
41
  prompt_embeds=conditioning,
42
  pooled_prompt_embeds=pooled,
 
36
  conditioning, pooled = compel("1girl, (upper body)++, brown bob short hair, brown eyes, looking at viewer, cherry blossom")
37
  else:
38
  conditioning, pooled = compel(prompt)
39
+ negative_conditioning, negatice_pooled = compel("(unaestheticXLv31)++, bad hand, bad anatomy, low quality, 3d, photo, realism, text, sign, "+negative_prompt)
40
  result = pipe_normal(
41
  prompt_embeds=conditioning,
42
  pooled_prompt_embeds=pooled,