mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-07 07:01:46 +08:00
Update comfy_extras/nodes_trellis2.py
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
8a2a009b99
commit
37b31be93c
@ -640,7 +640,7 @@ class Trellis2Conditioning(IO.ComfyNode):
|
|||||||
negative = [[neg_cond_batched, {"embeds": neg_embeds_batched}]]
|
negative = [[neg_cond_batched, {"embeds": neg_embeds_batched}]]
|
||||||
return IO.NodeOutput(positive, negative)
|
return IO.NodeOutput(positive, negative)
|
||||||
|
|
||||||
class EmptyShapeLatentTrellis2(IO.ComfyNode):
|
class EmptyTrellis2ShapeLatent(IO.ComfyNode):
|
||||||
@classmethod
|
@classmethod
|
||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user