Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,14 +124,14 @@ with gr.Blocks(css=css) as demo:
|
|
124 |
with gr.Column(elem_id="container"):
|
125 |
gr.Markdown(
|
126 |
"""# Ultra-Fast SDXL with LoRAs borrowed from Latent Consistency Models
|
127 |
-
|
128 |
""",
|
129 |
elem_id="intro",
|
130 |
)
|
131 |
with gr.Row():
|
132 |
with gr.Row():
|
133 |
prompt = gr.Textbox(
|
134 |
-
placeholder="Insert your prompt here", scale=5, container=False
|
135 |
)
|
136 |
generate_bt = gr.Button("Generate", scale=1)
|
137 |
with gr.Accordion("Advanced options", open=False):
|
|
|
124 |
with gr.Column(elem_id="container"):
|
125 |
gr.Markdown(
|
126 |
"""# Ultra-Fast SDXL with LoRAs borrowed from Latent Consistency Models
|
127 |
+
Featuring [Papercut_SDXL Lora](https://huggingface.co/TheLastBen/Papercut_SDXL), use **papercut** token to activate the model.
|
128 |
""",
|
129 |
elem_id="intro",
|
130 |
)
|
131 |
with gr.Row():
|
132 |
with gr.Row():
|
133 |
prompt = gr.Textbox(
|
134 |
+
placeholder="Insert your prompt here:", value="papercut style of a cute monster", scale=5, container=False
|
135 |
)
|
136 |
generate_bt = gr.Button("Generate", scale=1)
|
137 |
with gr.Accordion("Advanced options", open=False):
|