Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
text2video-frontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周成波
text2video-frontend
Commits
a23e8e21
Commit
a23e8e21
authored
Mar 02, 2024
by
周成波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c0bbf709
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
src/views/home/index.vue
+3
-2
No files found.
src/views/home/index.vue
View file @
a23e8e21
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment