disable image grid

disable image grid by default because many users reports performance issues. like #829 and so on.
This commit is contained in:
lllyasviel
2023-11-05 19:09:20 -08:00
parent 1babf969af
commit 2165114876
5 changed files with 17 additions and 6 deletions
+3
View File
@@ -64,6 +64,9 @@ def worker():
return
def build_image_wall():
if not advanced_parameters.generate_image_grid:
return
global global_results
if len(global_results) < 2: