Spaces:
Running
on
Zero
Running
on
Zero
refine naming
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from demo.rm_bg import rm_bg
|
|
10 |
|
11 |
|
12 |
with gr.Blocks(title="DiLightNet Demo") as demo:
|
13 |
-
gr.Markdown("# DiLightNet: Fine-grained Lighting Control for Image
|
14 |
|
15 |
with gr.Row():
|
16 |
# 1. Reference Image Input / Generation
|
@@ -86,12 +86,12 @@ with gr.Blocks(title="DiLightNet Demo") as demo:
|
|
86 |
outputs=[hint_image, res_folder_path]
|
87 |
)
|
88 |
|
89 |
-
gr.Markdown("## Step 5.
|
90 |
with gr.Row():
|
91 |
res_image = gr.Image(label="Result Image")
|
92 |
with gr.Column():
|
93 |
with gr.Group():
|
94 |
-
relighting_prompt = gr.Textbox(value="", label="
|
95 |
placeholder="Input prompt here",
|
96 |
interactive=True)
|
97 |
reuse_btn = gr.Button(value="Reuse Image Generation Prompt")
|
|
|
10 |
|
11 |
|
12 |
with gr.Blocks(title="DiLightNet Demo") as demo:
|
13 |
+
gr.Markdown("# DiLightNet: Fine-grained Lighting Control for Diffusion-based Image Generation")
|
14 |
|
15 |
with gr.Row():
|
16 |
# 1. Reference Image Input / Generation
|
|
|
86 |
outputs=[hint_image, res_folder_path]
|
87 |
)
|
88 |
|
89 |
+
gr.Markdown("## Step 5. Lighting Control Generation")
|
90 |
with gr.Row():
|
91 |
res_image = gr.Image(label="Result Image")
|
92 |
with gr.Column():
|
93 |
with gr.Group():
|
94 |
+
relighting_prompt = gr.Textbox(value="", label="Lighting-Control Text Prompt", lines=3,
|
95 |
placeholder="Input prompt here",
|
96 |
interactive=True)
|
97 |
reuse_btn = gr.Button(value="Reuse Image Generation Prompt")
|