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
0e7b98e4
Commit
0e7b98e4
authored
Mar 03, 2023
by
pythongosssss
Browse files
Restored accidently removed code
parent
947e786c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
web/scripts/app.js
web/scripts/app.js
+4
-0
No files found.
web/scripts/app.js
View file @
0e7b98e4
...
@@ -517,6 +517,10 @@ class ComfyApp {
...
@@ -517,6 +517,10 @@ class ComfyApp {
}
}
}
}
for
(
const
output
of
nodeData
[
"
output
"
])
{
this
.
addOutput
(
output
,
output
);
}
const
s
=
this
.
computeSize
();
const
s
=
this
.
computeSize
();
s
[
0
]
=
Math
.
max
(
config
.
minWidth
,
s
[
0
]
*
1.5
);
s
[
0
]
=
Math
.
max
(
config
.
minWidth
,
s
[
0
]
*
1.5
);
s
[
1
]
=
Math
.
max
(
config
.
minHeight
,
s
[
1
]);
s
[
1
]
=
Math
.
max
(
config
.
minHeight
,
s
[
1
]);
...
...
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