Merge 26388c93b8 into 4900e5e866
This commit is contained in:
commit
aa43ca0213
|
|
@ -1,4 +1,4 @@
|
|||
ideogram4_prompt = """
|
||||
ideogram4_prompt = r"""
|
||||
[META]
|
||||
frozen: false
|
||||
description: Slim single-shot magic prompt — splatter planning + v15 output discipline, deduped for faster inference. Thinking off.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
def test_ideogram4_prompt_imports():
|
||||
from extensions_built_in.captioner.prompts.ideogram4_prompt import (
|
||||
ideogram4_prompt,
|
||||
)
|
||||
|
||||
assert ideogram4_prompt.startswith("\n[META]")
|
||||
Loading…
Reference in New Issue