Commit 29ccf9f4 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix typo.

parent 422d16c0
......@@ -48,7 +48,7 @@ class LatentSubtract:
samples_out["samples"] = s1 - s2
return (samples_out,)
class LatentMuliply:
class LatentMultiply:
@classmethod
def INPUT_TYPES(s):
return {"required": { "samples": ("LATENT",),
......@@ -70,5 +70,5 @@ class LatentMuliply:
NODE_CLASS_MAPPINGS = {
"LatentAdd": LatentAdd,
"LatentSubtract": LatentSubtract,
"LatentMuliply": LatentMuliply,
"LatentMultiply": LatentMultiply,
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment