Skip to content

Commit

Permalink
cheaper test
Browse files Browse the repository at this point in the history
  • Loading branch information
continue-revolution committed Nov 8, 2023
1 parent 6971939 commit c673323
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ def error_txt2img_request():
"prompt": '1girl, yoimiya (genshin impact), origen, line, comet, wink, Masterpiece, BestQuality. UltraDetailed, <lora:yoimiya:0.8>, <lora:v2_lora_TiltDown:0.8>\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,
}]
}
}
Expand All @@ -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, <lora:yoimiya:0.8>, <lora:v2_lora_TiltDown:0.8>\n0: closed mouth\n2: open mouth,',
"prompt": '1girl, yoimiya (genshin impact), origen, line, comet, wink, Masterpiece, BestQuality. UltraDetailed, <lora:yoimiya:0.8>, <lora:v2_lora_TiltDown:0.8>\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,
}]
}
}
Expand Down

0 comments on commit c673323

Please sign in to comment.