From c673323eece768bf654ff8bd1b6d75562c03d50a Mon Sep 17 00:00:00 2001 From: Chengsong Zhang Date: Wed, 8 Nov 2023 12:40:05 -0600 Subject: [PATCH] cheaper test --- tests/test_simple.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/test_simple.py b/tests/test_simple.py index 1a9b67bf..94ce1eef 100644 --- a/tests/test_simple.py +++ b/tests/test_simple.py @@ -14,14 +14,14 @@ def error_txt2img_request(): "prompt": '1girl, yoimiya (genshin impact), origen, line, comet, wink, Masterpiece, BestQuality. UltraDetailed, , \n0: closed mouth\n8: open mouth,', "negative_prompt": "(sketch, duplicate, ugly, huge eyes, text, logo, monochrome, worst face, (bad and mutated hands:1.3), (worst quality:2.0), (low quality:2.0), (blurry:2.0), horror, geometry, bad_prompt_v2, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), crown braid, ((2girl)), (deformed fingers:1.2), (long fingers:1.2),succubus wings,horn,succubus horn,succubus hairstyle, (bad-artist-anime), bad-artist, bad hand, grayscale, skin spots, acnes, skin blemishes", "batch_size": 1, - "steps": 2, + "steps": 1, "cfg_scale": 7, "alwayson_scripts": { 'AnimateDiff': { 'args': [{ 'enable': True, - 'batch_size': 2, - 'video_length': 4, + 'batch_size': 1, + 'video_length': 2, }] } } @@ -31,17 +31,17 @@ def error_txt2img_request(): @pytest.fixture() def correct_txt2img_request(): return { - "prompt": '1girl, yoimiya (genshin impact), origen, line, comet, wink, Masterpiece, BestQuality. UltraDetailed, , \n0: closed mouth\n2: open mouth,', + "prompt": '1girl, yoimiya (genshin impact), origen, line, comet, wink, Masterpiece, BestQuality. UltraDetailed, , \n0: closed mouth\n1: open mouth,', "negative_prompt": "(sketch, duplicate, ugly, huge eyes, text, logo, monochrome, worst face, (bad and mutated hands:1.3), (worst quality:2.0), (low quality:2.0), (blurry:2.0), horror, geometry, bad_prompt_v2, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), crown braid, ((2girl)), (deformed fingers:1.2), (long fingers:1.2),succubus wings,horn,succubus horn,succubus hairstyle, (bad-artist-anime), bad-artist, bad hand, grayscale, skin spots, acnes, skin blemishes", "batch_size": 1, - "steps": 2, + "steps": 1, "cfg_scale": 7, "alwayson_scripts": { 'AnimateDiff': { 'args': [{ 'enable': True, - 'batch_size': 2, - 'video_length': 4, + 'batch_size': 1, + 'video_length': 2, }] } }