mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
@@ -41,3 +41,8 @@ repos:
|
||||
.*\.md|
|
||||
.github/ISSUE_TEMPLATE/.*\.yml
|
||||
)$
|
||||
- repo: https://github.com/oliv5/pre-commit-indents-to-spaces
|
||||
rev: v0.0.1
|
||||
hooks:
|
||||
- id: indents-to-tabs
|
||||
args: ["--spaces=4"]
|
||||
|
||||
@@ -25,6 +25,7 @@ const jsConfig = defineConfig([
|
||||
ecmaVersion: 'latest',
|
||||
},
|
||||
globals: { // Set per project
|
||||
...globals.node,
|
||||
...globals.builtin,
|
||||
...globals.browser,
|
||||
...globals.jquery,
|
||||
|
||||
Executable → Regular
+1
-1
@@ -45,7 +45,7 @@ OCR_TEST_IMAGE = 'models/Reference/HiDream-ai--HiDream-I1-Fast.jpg'
|
||||
BRACKET_TEST_IMAGE = 'models/Reference/SDXL-Flash_Mini.jpg'
|
||||
|
||||
# Custom prefill text used for dual-prefill verification across tests
|
||||
CUSTOM_PREFILL = "Vlado is the best, and I'm looking at his robot which"
|
||||
CUSTOM_PREFILL = "I'm looking at robot which"
|
||||
|
||||
|
||||
class CaptionAPITest:
|
||||
Reference in New Issue
Block a user