alfredplpl commited on
Commit
d59a5b8
·
verified ·
1 Parent(s): 2bd6b89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ compel = Compel(tokenizer=[pipe_normal.tokenizer, pipe_normal.tokenizer_2] ,
30
 
31
  @spaces.GPU
32
  def run_normal(prompt, negative_prompt="", guidance_scale=7.5, progress=gr.Progress(track_tqdm=True)):
33
- conditioning, pooled = compel([prompt, "unaestheticXLv31--, "+neg_prompt])
34
 
35
  result = pipe(
36
  prompt_embeds=conditioning[0:1],
 
30
 
31
  @spaces.GPU
32
  def run_normal(prompt, negative_prompt="", guidance_scale=7.5, progress=gr.Progress(track_tqdm=True)):
33
+ conditioning, pooled = compel([prompt, "unaestheticXLv31--, "+negative_prompt])
34
 
35
  result = pipe(
36
  prompt_embeds=conditioning[0:1],