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