Spaces:
Sleeping
Sleeping
example
Browse files
app.py
CHANGED
@@ -561,7 +561,7 @@ def init_webui(unet, vae, normal_t):
|
|
561 |
# 创建输出组件
|
562 |
output_images = gr.Gallery(show_label=False, height=400, columns=5)
|
563 |
gr.Examples(
|
564 |
-
examples=[["./example.jpg", 0.4,
|
565 |
inputs=[input_image, noise_step, step, batch_size, sampler_name, img_size, ramdom_seed],
|
566 |
outputs=output_images,
|
567 |
fn=process_image,
|
|
|
561 |
# 创建输出组件
|
562 |
output_images = gr.Gallery(show_label=False, height=400, columns=5)
|
563 |
gr.Examples(
|
564 |
+
examples=[["./example.jpg", 0.4, 60, 4, "DDIM", 320, 231324]], # 224477,378754
|
565 |
inputs=[input_image, noise_step, step, batch_size, sampler_name, img_size, ramdom_seed],
|
566 |
outputs=output_images,
|
567 |
fn=process_image,
|