Spaces:
Running
Running
Commit
·
c05536c
1
Parent(s):
7e68edc
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ iface = gr.Interface(
|
|
76 |
fn=generate_image,
|
77 |
inputs=[
|
78 |
gr.components.Textbox(label="Prompt"),
|
79 |
-
gr.components.Textbox(value="ugly, tiling,
|
80 |
gr.components.Dropdown(choices=[
|
81 |
"Euler a",
|
82 |
"Euler",
|
@@ -105,10 +105,9 @@ iface = gr.Interface(
|
|
105 |
gr.inputs.Checkbox(label="Restore Faces", default=False),
|
106 |
],
|
107 |
outputs=gr.components.Image(),
|
108 |
-
title="Freedom Demonstration",
|
109 |
description = """
|
110 |
-
|
111 |
-
Finetuned model of SD 2.1 768X produced by [@artificialguybr](https://twitter.com/artificialguybr).
|
112 |
|
113 |
## Resources
|
114 |
- The weights were released [here](LINK_TO_WEIGHTS).
|
|
|
76 |
fn=generate_image,
|
77 |
inputs=[
|
78 |
gr.components.Textbox(label="Prompt"),
|
79 |
+
gr.components.Textbox(value="ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, blurry, bad anatomy, blurred, watermark, grainy, signature, cut off, draft", label="Negative Prompt"),
|
80 |
gr.components.Dropdown(choices=[
|
81 |
"Euler a",
|
82 |
"Euler",
|
|
|
105 |
gr.inputs.Checkbox(label="Restore Faces", default=False),
|
106 |
],
|
107 |
outputs=gr.components.Image(),
|
108 |
+
title="Freedom.Redmond Demonstration",
|
109 |
description = """
|
110 |
+
##Finetuned model of SD 2.1 768X produced by [@artificialguybr](https://twitter.com/artificialguybr).
|
|
|
111 |
|
112 |
## Resources
|
113 |
- The weights were released [here](LINK_TO_WEIGHTS).
|