lkwq007 / stablediffusion-infinity

Outpainting with Stable Diffusion on an infinite canvas
Apache License 2.0
3.86k stars 302 forks source link

[Questions] How can I run the code locally to batch-process images? #195

Closed MqLeet closed 1 year ago

MqLeet commented 1 year ago

Hi! I am new in this field, and I want to implement an outpainting operation on my own dataset. When I clone the code to my machine, I found that when I run app.py, a local website was running, thus I cannot process my dataset in batch. Is there any solutions to run the code locally to process images in batch?