jamesliu1217 commited on
Commit
54ce2b9
·
verified ·
1 Parent(s): c8e85df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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") # 上传图像文件