radames commited on
Commit
5df0613
1 Parent(s): f43446e
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -222,8 +222,9 @@ css = """
222
  with gr.Blocks(css=css) as blocks:
223
  gr.Markdown("""# LayerDiffuse (unofficial)
224
  Using ComfyUI building blocks with custom node by [huchenlei](https://github.com/huchenlei/ComfyUI-layerdiffuse)
225
- models: [LayerDiffusion/layerdiffusion-v1](https://huggingface.co/LayerDiffusion/layerdiffusion-v1/tree/main)
226
- """)
 
227
 
228
  with gr.Row():
229
  with gr.Column():
 
222
  with gr.Blocks(css=css) as blocks:
223
  gr.Markdown("""# LayerDiffuse (unofficial)
224
  Using ComfyUI building blocks with custom node by [huchenlei](https://github.com/huchenlei/ComfyUI-layerdiffuse)
225
+ Models: [LayerDiffusion/layerdiffusion-v1](https://huggingface.co/LayerDiffusion/layerdiffusion-v1/tree/main)
226
+ Paper: [Transparent Image Layer Diffusion using Latent Transparency](https://huggingface.co/papers/2402.17113)
227
+ """)
228
 
229
  with gr.Row():
230
  with gr.Column():