Skip to content

Commit

Permalink
Enable dynamic caching in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Jan 31, 2025
1 parent b742e10 commit 60346f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def client(pytestconfig, request, qtapp):


default_seed = 1234
default_perf = PerformanceSettings(batch_size=1)
default_perf = PerformanceSettings(batch_size=1, dynamic_caching=True)


def default_style(client: Client, sd_ver=Arch.sd15):
Expand Down

0 comments on commit 60346f9

Please sign in to comment.