1
This commit is contained in:
@@ -15,12 +15,12 @@ _STEP_JSON_TYPE = JSON().with_variant(JSONB, "postgresql")
|
||||
class ModuleGenerationStep(Base, TimestampMixin, SoftDeleteMixin):
|
||||
"""通用模块生成步骤表。
|
||||
|
||||
爆款开头复刻固定步骤:
|
||||
1 material_input
|
||||
2 image_prompt_optimize
|
||||
3 image_generate
|
||||
4 video_prompt_optimize
|
||||
5 video_generate
|
||||
V1 固定五步:material_input / image_prompt_optimize / image_generate /
|
||||
video_prompt_optimize / video_generate。
|
||||
|
||||
V2 固定三步:material_input / video_prompt_optimize / video_generate。
|
||||
version 只表示同一步骤的重建版本,不表示项目流程版本;项目版本由
|
||||
ModuleGenerationProject.flow_version 保存。
|
||||
|
||||
input_json / output_json 使用 JSON/JSONB 存储。
|
||||
建议结构:
|
||||
|
||||
Reference in New Issue
Block a user