mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
disable image grid
disable image grid by default because many users reports performance issues. like #829 and so on.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user