Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
β’
59a1640
1
Parent(s):
00324e6
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import torch
|
|
12 |
from diffusers import StableDiffusionPipeline, StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
13 |
|
14 |
DESCRIPTION = """
|
15 |
-
# [Fluently Playground](https://huggingface.co/fluently)
|
16 |
|
17 |
"""
|
18 |
if not torch.cuda.is_available():
|
@@ -192,7 +192,7 @@ with gr.Blocks(title="Fluently Playground", css=css) as demo:
|
|
192 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|
193 |
negative_prompt = gr.Text(
|
194 |
label="Negative prompt",
|
195 |
-
max_lines=
|
196 |
value="""(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation""",
|
197 |
placeholder="Enter a negative prompt",
|
198 |
visible=False,
|
|
|
12 |
from diffusers import StableDiffusionPipeline, StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
13 |
|
14 |
DESCRIPTION = """
|
15 |
+
# [**Fluently** Playground](https://huggingface.co/fluently)
|
16 |
|
17 |
"""
|
18 |
if not torch.cuda.is_available():
|
|
|
192 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|
193 |
negative_prompt = gr.Text(
|
194 |
label="Negative prompt",
|
195 |
+
max_lines=5,
|
196 |
value="""(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation""",
|
197 |
placeholder="Enter a negative prompt",
|
198 |
visible=False,
|