Pattern Diffusion WebUI
#2
by
mnemic
- opened
Nice work!
I created a small webUI for it:
https://github.com/MNeMoNiCuZ/pattern-diffusion-webui
Feel free to link to it or steal the code if you want it.
Awesome! Just one note, the disable_seamless calls should be moved inside the for loop so that it is disabled at the start of every pipe call in the batch
Thanks for the input. Updated with this change.