Commit a23e8e21 authored by 周成波's avatar 周成波

update

parent c0bbf709
...@@ -515,6 +515,7 @@ const onChangeScreen = (val: string) => { ...@@ -515,6 +515,7 @@ const onChangeScreen = (val: string) => {
const showsdprompt = (item: any) => { const showsdprompt = (item: any) => {
// alert(item.画面描述词) // alert(item.画面描述词)
// dialogData.value = `${item.画面描述词},${sd_prompt_prefix}===== 反向提示词 =====${sd_negative_prompt_prefix}`;
dialogData.value = `${item.场景关键词},${item.角色关键词},${sd_prompt_prefix}===== 反向提示词 =====${sd_negative_prompt_prefix}`; dialogData.value = `${item.场景关键词},${item.角色关键词},${sd_prompt_prefix}===== 反向提示词 =====${sd_negative_prompt_prefix}`;
dialogVisible.value = true; // 打开对话框 dialogVisible.value = true; // 打开对话框
} }
...@@ -622,7 +623,7 @@ const onDeleteOne = (item: any) => { ...@@ -622,7 +623,7 @@ const onDeleteOne = (item: any) => {
<!-- 角色 --> <!-- 角色 -->
<el-form-item> <el-form-item>
<el-button type="primary" @click="onAdaptRoles">推理角色({{role_llm.name}}</el-button> <el-button type="primary" @click="onAdaptRoles">推理角色({{role_llm.name}}</el-button>
<el-button type="primary" @click="onAdaptRolesKeywords">推理关键词({{role_keywords_llm.name}}</el-button> <el-button type="primary" @click="onAdaptRolesKeywords">推理角色关键词({{role_keywords_llm.name}}</el-button>
<el-button plain @click="clean_roles">清空总角色列表</el-button> <el-button plain @click="clean_roles">清空总角色列表</el-button>
</el-form-item> </el-form-item>
<el-form-item label="角色"> <el-form-item label="角色">
...@@ -660,7 +661,7 @@ const onDeleteOne = (item: any) => { ...@@ -660,7 +661,7 @@ const onDeleteOne = (item: any) => {
<el-form-item> <el-form-item>
<el-button type="primary" @click="onAdapt">分镜</el-button> <el-button type="primary" @click="onAdapt">分镜</el-button>
<el-button type="primary" @click="onAdaptScene">推理场景({{tuili_llm.name}})</el-button> <el-button type="primary" @click="onAdaptScene">推理场景({{tuili_llm.name}})</el-button>
<el-button type="primary" @click="onAdaptSceneRoles">推理场景角色({{tuili_keyword_llm.name}})</el-button> <el-button type="primary" @click="onAdaptSceneRoles">推理场景中的角色({{tuili_keyword_llm.name}})</el-button>
<el-button type="primary" @click="onDraw">绘图</el-button> <el-button type="primary" @click="onDraw">绘图</el-button>
<el-button plain @click="clean_scenes">清空分镜列表</el-button> <el-button plain @click="clean_scenes">清空分镜列表</el-button>
</el-form-item> </el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment