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
6c35ea50
Unverified
Commit
6c35ea50
authored
Apr 15, 2023
by
Jake D
Committed by
GitHub
Apr 15, 2023
Browse files
reverting changes
parent
a908e12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
nodes.py
nodes.py
+0
-10
No files found.
nodes.py
View file @
6c35ea50
...
...
@@ -510,14 +510,6 @@ class EmptyLatentImage:
return
({
"samples"
:
latent
},
)
class
Note
:
@
classmethod
def
INPUT_TYPES
(
s
):
return
{
"required"
:
{
"text"
:
(
"STRING"
,
{
"multiline"
:
True
})}}
CATEGORY
=
"other"
RETURN_TYPES
=
()
class
LatentUpscale
:
upscale_methods
=
[
"nearest-exact"
,
"bilinear"
,
"area"
]
...
...
@@ -1080,7 +1072,6 @@ NODE_CLASS_MAPPINGS = {
"VAEEncodeForInpaint"
:
VAEEncodeForInpaint
,
"VAELoader"
:
VAELoader
,
"EmptyLatentImage"
:
EmptyLatentImage
,
"Note"
:
Note
,
"LatentUpscale"
:
LatentUpscale
,
"SaveImage"
:
SaveImage
,
"PreviewImage"
:
PreviewImage
,
...
...
@@ -1147,7 +1138,6 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"LatentFlip"
:
"Flip Latent"
,
"LatentCrop"
:
"Crop Latent"
,
"EmptyLatentImage"
:
"Empty Latent Image"
,
"Note"
:
"Note"
,
"LatentUpscale"
:
"Upscale Latent"
,
"LatentComposite"
:
"Latent Composite"
,
# Image
...
...
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