mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 23:20:59 +02:00
update main ui
This commit is contained in:
+1
-6
@@ -179,12 +179,7 @@ function modelmerger(...args) {
|
||||
return res;
|
||||
}
|
||||
|
||||
function ask_for_style_name(_, prompt_text, negative_prompt_text) {
|
||||
const name = prompt('Style name:'); // eslint-disable-line no-alert
|
||||
return [name, prompt_text, negative_prompt_text];
|
||||
}
|
||||
|
||||
function confirm_clear_prompt(prompt, negative_prompt) {
|
||||
function clearPrompts(prompt, negative_prompt) {
|
||||
prompt = '';
|
||||
negative_prompt = '';
|
||||
return [prompt, negative_prompt];
|
||||
|
||||
Reference in New Issue
Block a user