Add strength param for reqs that require it

structify
Guillermo Rodriguez 2025-02-11 18:24:55 -03:00
parent 63c849a41e
commit 1dd2a8ed89
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ async def test_pipeline_mocker(inject_mockers, mode, model):
width=1024, width=1024,
height=1024, height=1024,
seed=168402949, seed=168402949,
guidance="7.5" guidance="7.5",
strength="0.65"
) )
with maybe_load_model(model, mode) as model: with maybe_load_model(model, mode) as model: