mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
reverting changes
This commit is contained in:
parent
a908e12d23
commit
6c35ea505e
10
nodes.py
10
nodes.py
@ -510,14 +510,6 @@ class EmptyLatentImage:
|
|||||||
return ({"samples":latent}, )
|
return ({"samples":latent}, )
|
||||||
|
|
||||||
|
|
||||||
class Note:
|
|
||||||
@classmethod
|
|
||||||
def INPUT_TYPES(s):
|
|
||||||
return {"required": {"text": ("STRING", {"multiline": True})}}
|
|
||||||
|
|
||||||
CATEGORY = "other"
|
|
||||||
RETURN_TYPES = ()
|
|
||||||
|
|
||||||
|
|
||||||
class LatentUpscale:
|
class LatentUpscale:
|
||||||
upscale_methods = ["nearest-exact", "bilinear", "area"]
|
upscale_methods = ["nearest-exact", "bilinear", "area"]
|
||||||
@ -1080,7 +1072,6 @@ NODE_CLASS_MAPPINGS = {
|
|||||||
"VAEEncodeForInpaint": VAEEncodeForInpaint,
|
"VAEEncodeForInpaint": VAEEncodeForInpaint,
|
||||||
"VAELoader": VAELoader,
|
"VAELoader": VAELoader,
|
||||||
"EmptyLatentImage": EmptyLatentImage,
|
"EmptyLatentImage": EmptyLatentImage,
|
||||||
"Note": Note,
|
|
||||||
"LatentUpscale": LatentUpscale,
|
"LatentUpscale": LatentUpscale,
|
||||||
"SaveImage": SaveImage,
|
"SaveImage": SaveImage,
|
||||||
"PreviewImage": PreviewImage,
|
"PreviewImage": PreviewImage,
|
||||||
@ -1147,7 +1138,6 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
|||||||
"LatentFlip": "Flip Latent",
|
"LatentFlip": "Flip Latent",
|
||||||
"LatentCrop": "Crop Latent",
|
"LatentCrop": "Crop Latent",
|
||||||
"EmptyLatentImage": "Empty Latent Image",
|
"EmptyLatentImage": "Empty Latent Image",
|
||||||
"Note": "Note",
|
|
||||||
"LatentUpscale": "Upscale Latent",
|
"LatentUpscale": "Upscale Latent",
|
||||||
"LatentComposite": "Latent Composite",
|
"LatentComposite": "Latent Composite",
|
||||||
# Image
|
# Image
|
||||||
|
Loading…
Reference in New Issue
Block a user