Spaces:
Runtime error
Runtime error
Accepts Compel Syntax
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ GPU Time Comparison: T4: ~276s - A10G: ~113.6s A100: ~43.5s RTX 4090: ~48.1s
|
|
153 |
image_input = gr.Image(type="pil", label="Input Image")
|
154 |
prompt = gr.Textbox(
|
155 |
label="Prompt",
|
156 |
-
info="The prompt is very important to get the desired results. Please try to describe the image as best as you can.",
|
157 |
)
|
158 |
negative_prompt = gr.Textbox(
|
159 |
label="Negative Prompt",
|
|
|
153 |
image_input = gr.Image(type="pil", label="Input Image")
|
154 |
prompt = gr.Textbox(
|
155 |
label="Prompt",
|
156 |
+
info="The prompt is very important to get the desired results. Please try to describe the image as best as you can. Accepts Compel Syntax",
|
157 |
)
|
158 |
negative_prompt = gr.Textbox(
|
159 |
label="Negative Prompt",
|