优化生图提示词前缀

This commit is contained in:
puke
2025-10-31 16:52:50 +08:00
parent a12070d62d
commit 428d49a465
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ class ImageSubConfig(BaseModel):
"""Image-specific configuration (under comfyui.image)"""
default_workflow: Optional[str] = Field(default=None, description="Default image workflow (optional)")
prompt_prefix: str = Field(
default="Minimalist black-and-white stick figure illustration on a plain white background, clean thin lines, simple sketch style",
default="Minimalist black-and-white matchstick figure style illustration, clean lines, simple sketch style",
description="Prompt prefix for all image generation"
)