Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -147,6 +147,12 @@ with gr.Blocks() as demo:
|
|
147 |
with gr.Tab("Multi-Condition Generation"):
|
148 |
with gr.Row():
|
149 |
with gr.Column():
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
multi_prompt = gr.Textbox(label="Prompt")
|
151 |
multi_subject_img = gr.Image(label="Subject Image", type="pil") # 上传图像文件
|
152 |
multi_spatial_img = gr.Image(label="Spatial Image", type="pil") # 上传图像文件
|
|
|
147 |
with gr.Tab("Multi-Condition Generation"):
|
148 |
with gr.Row():
|
149 |
with gr.Column():
|
150 |
+
gr.Markdown("""
|
151 |
+
**Prompt** (When using LoRA, please try the recommended prompts available at the following links:
|
152 |
+
[FLUX.1-dev-LoRA-Text-Poster](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-Text-Poster),
|
153 |
+
[FLUX.1-dev-LoRA-Children-Simple-Sketch](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-Children-Simple-Sketch),
|
154 |
+
[FLUX.1-dev-LoRA-Vector-Journey](https://huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-Vector-Journey))
|
155 |
+
""")
|
156 |
multi_prompt = gr.Textbox(label="Prompt")
|
157 |
multi_subject_img = gr.Image(label="Subject Image", type="pil") # 上传图像文件
|
158 |
multi_spatial_img = gr.Image(label="Spatial Image", type="pil") # 上传图像文件
|