tsi-org commited on
Commit
7d8c221
·
verified ·
1 Parent(s): 461a5ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -220,10 +220,10 @@ css = """
220
  .gradio-container { max-width: 68rem !important; }
221
  """
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():
 
220
  .gradio-container { max-width: 68rem !important; }
221
  """
222
  with gr.Blocks(css=css) as blocks:
223
+ gr.Markdown("""# Pixio Transparent Generation Demo
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():