Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|