Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
07598e27
Commit
07598e27
authored
Mar 15, 2023
by
comfyanonymous
Browse files
I think it looks a bit better like this.
parent
10bbf208
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
web/scripts/ui.js
web/scripts/ui.js
+2
-2
No files found.
web/scripts/ui.js
View file @
07598e27
...
@@ -260,13 +260,13 @@ export class ComfyUI {
...
@@ -260,13 +260,13 @@ export class ComfyUI {
$el
(
"
label
"
,
{
innerHTML
:
"
Extra options
"
},
[
$el
(
"
label
"
,
{
innerHTML
:
"
Extra options
"
},
[
$el
(
"
input
"
,
{
type
:
"
checkbox
"
,
$el
(
"
input
"
,
{
type
:
"
checkbox
"
,
onchange
:
(
i
)
=>
{
onchange
:
(
i
)
=>
{
document
.
getElementById
(
'
extraOptions
'
).
style
.
v
is
ibilit
y
=
i
.
srcElement
.
checked
?
"
visible
"
:
"
collaps
e
"
;
document
.
getElementById
(
'
extraOptions
'
).
style
.
d
is
pla
y
=
i
.
srcElement
.
checked
?
"
block
"
:
"
non
e
"
;
this
.
batchCount
=
i
.
srcElement
.
checked
?
document
.
getElementById
(
'
batchCountInputRange
'
).
value
:
1
;
this
.
batchCount
=
i
.
srcElement
.
checked
?
document
.
getElementById
(
'
batchCountInputRange
'
).
value
:
1
;
}
}
})
})
])
])
]),
]),
$el
(
"
div
"
,
{
id
:
"
extraOptions
"
,
style
:
{
width
:
"
100%
"
,
v
is
ibility
:
"
collaps
e
"
}},
[
$el
(
"
div
"
,
{
id
:
"
extraOptions
"
,
style
:
{
width
:
"
100%
"
,
d
is
play
:
"
non
e
"
}},
[
$el
(
"
label
"
,
{
innerHTML
:
"
Batch count
"
},
[
$el
(
"
label
"
,
{
innerHTML
:
"
Batch count
"
},
[
$el
(
"
input
"
,
{
id
:
"
batchCountInputNumber
"
,
type
:
"
number
"
,
value
:
this
.
batchCount
,
min
:
"
1
"
,
style
:
{
width
:
"
35%
"
,
"
margin-left
"
:
"
0.4em
"
},
$el
(
"
input
"
,
{
id
:
"
batchCountInputNumber
"
,
type
:
"
number
"
,
value
:
this
.
batchCount
,
min
:
"
1
"
,
style
:
{
width
:
"
35%
"
,
"
margin-left
"
:
"
0.4em
"
},
oninput
:
(
i
)
=>
{
oninput
:
(
i
)
=>
{
...
...
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