mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-11 01:47:05 +08:00
remove animation_speed param
This commit is contained in:
parent
6972f40dcb
commit
351069ae3b
@ -68,7 +68,6 @@ class Load3DAnimation():
|
|||||||
"material": (["original", "normal", "wireframe", "depth"],),
|
"material": (["original", "normal", "wireframe", "depth"],),
|
||||||
"light_intensity": ("INT", {"default": 10, "min": 1, "max": 20, "step": 1}),
|
"light_intensity": ("INT", {"default": 10, "min": 1, "max": 20, "step": 1}),
|
||||||
"up_direction": (["original", "-x", "+x", "-y", "+y", "-z", "+z"],),
|
"up_direction": (["original", "-x", "+x", "-y", "+y", "-z", "+z"],),
|
||||||
"animation_speed": (["0.1", "0.5", "1", "1.5", "2"], {"default": "1"}),
|
|
||||||
"fov": ("INT", {"default": 75, "min": 10, "max": 150, "step": 1}),
|
"fov": ("INT", {"default": 75, "min": 10, "max": 150, "step": 1}),
|
||||||
}}
|
}}
|
||||||
|
|
||||||
@ -126,7 +125,6 @@ class Preview3DAnimation():
|
|||||||
"material": (["original", "normal", "wireframe", "depth"],),
|
"material": (["original", "normal", "wireframe", "depth"],),
|
||||||
"light_intensity": ("INT", {"default": 10, "min": 1, "max": 20, "step": 1}),
|
"light_intensity": ("INT", {"default": 10, "min": 1, "max": 20, "step": 1}),
|
||||||
"up_direction": (["original", "-x", "+x", "-y", "+y", "-z", "+z"],),
|
"up_direction": (["original", "-x", "+x", "-y", "+y", "-z", "+z"],),
|
||||||
"animation_speed": (["0.1", "0.5", "1", "1.5", "2"], {"default": "1"}),
|
|
||||||
"fov": ("INT", {"default": 75, "min": 10, "max": 150, "step": 1}),
|
"fov": ("INT", {"default": 75, "min": 10, "max": 150, "step": 1}),
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user