mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-23 00:09:32 +08:00
Update cosmos conditioning category
This commit is contained in:
parent
5068e29ae2
commit
c2303188b8
@ -45,7 +45,7 @@ class CosmosImageToVideoLatent(io.ComfyNode):
|
|||||||
def define_schema(cls) -> io.Schema:
|
def define_schema(cls) -> io.Schema:
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="CosmosImageToVideoLatent",
|
node_id="CosmosImageToVideoLatent",
|
||||||
category="model/conditioning/inpaint",
|
category="model/conditioning/cosmos",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Vae.Input("vae"),
|
io.Vae.Input("vae"),
|
||||||
io.Int.Input("width", default=1280, min=16, max=nodes.MAX_RESOLUTION, step=16),
|
io.Int.Input("width", default=1280, min=16, max=nodes.MAX_RESOLUTION, step=16),
|
||||||
@ -88,7 +88,7 @@ class CosmosPredict2ImageToVideoLatent(io.ComfyNode):
|
|||||||
def define_schema(cls) -> io.Schema:
|
def define_schema(cls) -> io.Schema:
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="CosmosPredict2ImageToVideoLatent",
|
node_id="CosmosPredict2ImageToVideoLatent",
|
||||||
category="model/conditioning/inpaint",
|
category="model/conditioning/cosmos",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Vae.Input("vae"),
|
io.Vae.Input("vae"),
|
||||||
io.Int.Input("width", default=848, min=16, max=nodes.MAX_RESOLUTION, step=16),
|
io.Int.Input("width", default=848, min=16, max=nodes.MAX_RESOLUTION, step=16),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user