mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 16:24:33 +02:00
accordions everywhere
This commit is contained in:
+3
-1
@@ -143,7 +143,7 @@ function clearGallery(tabname) {
|
||||
footer.style.display = 'flex';
|
||||
}
|
||||
|
||||
function submit(...args) {
|
||||
function submit_txt2img(...args) {
|
||||
log('submitTxt');
|
||||
clearGallery('txt2img');
|
||||
const id = randomId();
|
||||
@@ -170,6 +170,8 @@ function submit_postprocessing(...args) {
|
||||
return args;
|
||||
}
|
||||
|
||||
const submit = submit_txt2img;
|
||||
|
||||
function modelmerger(...args) {
|
||||
const id = randomId();
|
||||
const res = create_submit_args(args);
|
||||
|
||||
Reference in New Issue
Block a user