fantos commited on
Commit
a594406
·
verified ·
1 Parent(s): d8fc7c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -302,6 +302,10 @@ with gr.Blocks(css=css, title="SDXL Tiling Pipeline") as app:
302
  1280
303
  ]
304
  ],
 
 
 
 
305
  cache_examples=False
306
  )
307
 
 
302
  1280
303
  ]
304
  ],
305
+ # 예제 클릭 시 각 입력창에 값이 채워지도록 "inputs" 인수를 추가합니다.
306
+ inputs=[left_prompt, center_prompt, right_prompt, negative_prompt,
307
+ left_gs, center_gs, right_gs, overlap, steps, generation_seed,
308
+ scheduler, tile_height, tile_width, height, width, max_tile_size],
309
  cache_examples=False
310
  )
311