xco2 commited on
Commit
8fca5b2
·
verified ·
1 Parent(s): 0c3e842
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -533,7 +533,7 @@ def init_webui(unet, vae, normal_t):
533
  # 创建输出组件
534
  output_images_u = gr.Gallery(show_label=False, height=400, columns=5)
535
  gr.Examples(
536
- examples=[["DDIM", 40, 2, 256, 255395]],
537
  inputs=[step_u, batch_size_u, sampler_name_u, img_size_u, ramdom_seed_u],
538
  outputs=output_images_u,
539
  fn=process_image_u,
 
533
  # 创建输出组件
534
  output_images_u = gr.Gallery(show_label=False, height=400, columns=5)
535
  gr.Examples(
536
+ examples=[[40, 2, "DDIM", 256, 255395]],
537
  inputs=[step_u, batch_size_u, sampler_name_u, img_size_u, ramdom_seed_u],
538
  outputs=output_images_u,
539
  fn=process_image_u,