radames commited on
Commit
dee8d7d
1 Parent(s): 9c1f7ab
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -217,12 +217,12 @@ def predict_examples(
217
 
218
 
219
  css = """
220
- .gradio-container { max-width: 70rem !important; }
221
  """
222
  with gr.Blocks(css=css) as blocks:
223
- gr.Markdown("""# LayerDiffusion (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
 
@@ -313,7 +313,7 @@ with gr.Blocks(css=css) as blocks:
313
  seed,
314
  ],
315
  outputs=outputs,
316
- cache_examples=True,
317
  )
318
 
319
 
 
217
 
218
 
219
  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
 
 
313
  seed,
314
  ],
315
  outputs=outputs,
316
+ cache_examples=False,
317
  )
318
 
319