优化生图提示词前缀
This commit is contained in:
@@ -152,7 +152,7 @@ uv run streamlit run web/app.py
|
|||||||
|
|
||||||
**提示词前缀(Prompt Prefix)**
|
**提示词前缀(Prompt Prefix)**
|
||||||
- 控制图像的整体风格(语言需要是英文的)
|
- 控制图像的整体风格(语言需要是英文的)
|
||||||
- 例如:Minimalist black-and-white stick figure illustration on a plain white background, clean thin lines, simple sketch style
|
- 例如:Minimalist black-and-white matchstick figure style illustration, clean lines, simple sketch style
|
||||||
- 点击「预览风格」可以测试效果
|
- 点击「预览风格」可以测试效果
|
||||||
|
|
||||||
#### 视频模板
|
#### 视频模板
|
||||||
|
|||||||
@@ -35,4 +35,4 @@ comfyui:
|
|||||||
default_workflow: runninghub/image_flux.json
|
default_workflow: runninghub/image_flux.json
|
||||||
|
|
||||||
# Image prompt prefix (optional)
|
# Image prompt prefix (optional)
|
||||||
prompt_prefix: "Minimalist black-and-white stick figure illustration on a plain white background, clean thin lines, simple sketch style"
|
prompt_prefix: "Minimalist black-and-white matchstick figure style illustration, clean lines, simple sketch style"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class ImageSubConfig(BaseModel):
|
|||||||
"""Image-specific configuration (under comfyui.image)"""
|
"""Image-specific configuration (under comfyui.image)"""
|
||||||
default_workflow: Optional[str] = Field(default=None, description="Default image workflow (optional)")
|
default_workflow: Optional[str] = Field(default=None, description="Default image workflow (optional)")
|
||||||
prompt_prefix: str = Field(
|
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"
|
description="Prompt prefix for all image generation"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user