Spaces:
Runtime error
Runtime error
alfredplpl
commited on
Commit
β’
b30b71c
1
Parent(s):
a055f22
Update app.py
Browse files
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
|
34 |
|
35 |
result = pipe_normal(
|
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_normal(
|
36 |
prompt_embeds=conditioning[0:1],
|