Spaces:
Running
Running
Commit
·
5a24347
1
Parent(s):
5b48c5b
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ iface = gr.Interface(
|
|
99 |
inputs=[
|
100 |
gr.components.Textbox(label="Prompt"),
|
101 |
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"),
|
102 |
-
gr.inputs.Checkbox(label="Use Negative Embedding", default=
|
103 |
gr.components.Dropdown(choices=[
|
104 |
"Euler a",
|
105 |
"Euler",
|
|
|
99 |
inputs=[
|
100 |
gr.components.Textbox(label="Prompt"),
|
101 |
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"),
|
102 |
+
gr.inputs.Checkbox(label="Use Negative Embedding", default=True),
|
103 |
gr.components.Dropdown(choices=[
|
104 |
"Euler a",
|
105 |
"Euler",
|