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