Better way to generate custom prompts
This commit is contained in:
parent
67623a52b7
commit
13f2688134
2 changed files with 13 additions and 30 deletions
|
@ -14,12 +14,7 @@ params = {
|
|||
# custom output text
|
||||
input_hijack = {
|
||||
'state': 'off',
|
||||
'value': []
|
||||
}
|
||||
|
||||
prompt_hijack = {
|
||||
'state': 'off',
|
||||
'value': ""
|
||||
'value': ["", ""]
|
||||
}
|
||||
|
||||
def generate_chat_picture(picture, name1, name2):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue