mirror of https://github.com/vladmandic/automatic
parent
73a5d55022
commit
b4e5b563c6
|
|
@ -41,3 +41,8 @@ repos:
|
||||||
.*\.md|
|
.*\.md|
|
||||||
.github/ISSUE_TEMPLATE/.*\.yml
|
.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',
|
ecmaVersion: 'latest',
|
||||||
},
|
},
|
||||||
globals: { // Set per project
|
globals: { // Set per project
|
||||||
|
...globals.node,
|
||||||
...globals.builtin,
|
...globals.builtin,
|
||||||
...globals.browser,
|
...globals.browser,
|
||||||
...globals.jquery,
|
...globals.jquery,
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ OCR_TEST_IMAGE = 'models/Reference/HiDream-ai--HiDream-I1-Fast.jpg'
|
||||||
BRACKET_TEST_IMAGE = 'models/Reference/SDXL-Flash_Mini.jpg'
|
BRACKET_TEST_IMAGE = 'models/Reference/SDXL-Flash_Mini.jpg'
|
||||||
|
|
||||||
# Custom prefill text used for dual-prefill verification across tests
|
# 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:
|
class CaptionAPITest:
|
||||||
Loading…
Reference in New Issue