Skip to content

Commit

Permalink
Add .copy to test_samplers;
Browse files Browse the repository at this point in the history
  • Loading branch information
agentd00nut committed Dec 3, 2023
1 parent 26477e0 commit 03d3a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api/test_imagegen_samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ async def test_samplers(
logger.info(f"Testing model {model} with sampler {sampler}")

preset = ImagePreset(sampler=sampler)
preset.copy()

# Furry doesn't have UCPreset.Preset_Low_Quality_Bad_Anatomy
if model is ImageModel.Furry:
Expand Down

0 comments on commit 03d3a5a

Please sign in to comment.