mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 13:37:03 +08:00
Fix link pointing to non-exisiting docs
The current link is pointing to a path that does not exist any longer. I changed it to point to the currect correct path for custom nodes datatypes.
This commit is contained in:
parent
b4d3652d88
commit
871dcc6cfe
@ -85,7 +85,7 @@ class InputTypeOptions(TypedDict):
|
|||||||
|
|
||||||
Due to IDE limitations with unions, for now all options are available for all types (e.g. `label_on` is hinted even when the type is not `IO.BOOLEAN`).
|
Due to IDE limitations with unions, for now all options are available for all types (e.g. `label_on` is hinted even when the type is not `IO.BOOLEAN`).
|
||||||
|
|
||||||
Comfy Docs: https://docs.comfy.org/essentials/custom_node_datatypes
|
Comfy Docs: https://docs.comfy.org/custom-nodes/backend/datatypes
|
||||||
"""
|
"""
|
||||||
|
|
||||||
default: bool | str | float | int | list | tuple
|
default: bool | str | float | int | list | tuple
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user