mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-25 08:27:25 +08:00
Remove whitespace
This commit is contained in:
parent
f157e20c05
commit
c45fbc4659
@ -233,7 +233,7 @@ class MoGeInference(io.ComfyNode):
|
|||||||
tooltip="Horizontal field of view of the source camera. Sets the focal length used to unproject the depth map into 3D. 0 = auto-recover from the predicted points."),
|
tooltip="Horizontal field of view of the source camera. Sets the focal length used to unproject the depth map into 3D. 0 = auto-recover from the predicted points."),
|
||||||
io.Int.Input("batch_size", default=4, min=1, max=64,
|
io.Int.Input("batch_size", default=4, min=1, max=64,
|
||||||
tooltip="Images per inference call. Lower if you OOM on a long video / image set."),
|
tooltip="Images per inference call. Lower if you OOM on a long video / image set."),
|
||||||
io.Boolean.Input("force_projection", default=True, advanced=True),
|
io.Boolean.Input("force_projection", default=True, advanced=True),
|
||||||
io.Boolean.Input("apply_mask", default=True, advanced=True,
|
io.Boolean.Input("apply_mask", default=True, advanced=True,
|
||||||
tooltip="Set masked-out (sky / invalid) pixels to inf in points and depth so meshing culls them. Disable to keep the raw predicted geometry everywhere; the mask is still returned separately."),
|
tooltip="Set masked-out (sky / invalid) pixels to inf in points and depth so meshing culls them. Disable to keep the raw predicted geometry everywhere; the mask is still returned separately."),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user