fixed qwen default settings

This commit is contained in:
deepbeepmeep 2025-08-21 01:18:41 +02:00
parent e6efa438e4
commit 8888b37489
2 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,6 @@
"image_outputs": true "image_outputs": true
}, },
"prompt": "draw a hat", "prompt": "draw a hat",
"resolution": "1920x1088", "resolution": "1280x720",,
"batch_size": 1 "batch_size": 1
} }

View File

@ -13,7 +13,7 @@
"reference_image": true, "reference_image": true,
"image_outputs": true "image_outputs": true
}, },
"prompt": "draw a hat", "prompt": "add a hat",
"resolution": "1280x720", "resolution": "1920x1088",
"batch_size": 1 "batch_size": 1
} }