Spaces:
Runtime error
Runtime error
alfredplpl
commited on
Commit
β’
d90e48a
1
Parent(s):
8227074
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def run_normal(prompt, negative_prompt="", guidance_scale=7.5, progress=gr.Progr
|
|
47 |
conditioning, pooled = compel("1girl, (upper body)++, brown bob short hair, brown eyes, looking at viewer, cherry blossom")
|
48 |
else:
|
49 |
conditioning, pooled = compel(prompt)
|
50 |
-
negative_conditioning, negatice_pooled = compel("(unaestheticXLv31)
|
51 |
result = pipe_normal(
|
52 |
prompt_embeds=conditioning,
|
53 |
pooled_prompt_embeds=pooled,
|
|
|
47 |
conditioning, pooled = compel("1girl, (upper body)++, brown bob short hair, brown eyes, looking at viewer, cherry blossom")
|
48 |
else:
|
49 |
conditioning, pooled = compel(prompt)
|
50 |
+
negative_conditioning, negatice_pooled = compel("(unaestheticXLv31)++++++, bad hands, bad anatomy, low quality, 3d, photo, realism, text, sign, "+negative_prompt)
|
51 |
result = pipe_normal(
|
52 |
prompt_embeds=conditioning,
|
53 |
pooled_prompt_embeds=pooled,
|