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