优化默认的生图提示词前缀
This commit is contained in:
@@ -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="Pure white background, minimalist illustration, matchstick figure style, black and white line drawing, simple clean lines",
|
||||
default="Minimalist black-and-white stick figure illustration on a plain white background, clean thin lines, simple sketch style",
|
||||
description="Prompt prefix for all image generation"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user