Spaces:
Running
on
Zero
Running
on
Zero
layerdiffusion
commited on
Commit
·
708f7b0
1
Parent(s):
3e2f27a
app.py
CHANGED
|
@@ -377,6 +377,8 @@ block = gr.Blocks().queue()
|
|
| 377 |
with block:
|
| 378 |
with gr.Row():
|
| 379 |
gr.Markdown("## IC-Light (Relighting with Foreground Condition)")
|
|
|
|
|
|
|
| 380 |
with gr.Row():
|
| 381 |
with gr.Column():
|
| 382 |
with gr.Row():
|
|
|
|
| 377 |
with block:
|
| 378 |
with gr.Row():
|
| 379 |
gr.Markdown("## IC-Light (Relighting with Foreground Condition)")
|
| 380 |
+
with gr.Row():
|
| 381 |
+
gr.Markdown("See also https://github.com/lllyasviel/IC-Light for background-conditioned model and normal estimation")
|
| 382 |
with gr.Row():
|
| 383 |
with gr.Column():
|
| 384 |
with gr.Row():
|